Annotation of VSyncer/dtml/VDiff.dtml, revision 1.1

1.1     ! casties     1: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
        !             2: <HTML lang="en">
        !             3: <HEAD>
        !             4: <TITLE>Diff</TITLE>
        !             5: </HEAD>
        !             6: 
        !             7: <p><b>Diff</b> of &dtml-object;</p>
        !             8: <h2>Please scroll all the way to the right to see the destination (ie prod) object as well </h2>
        !             9: <h4> A <font color=red>RED</font> BAR MEANS THE LINE OF CODE IS MISSING IN THE OBJECT BUT PRESENT ON THE TARGET BEING COMPARED WITH</h4>
        !            10: <h4> A <font color=green>GREEN</font> BAR MEANS THE LINE OF CODE IS PRESENT IN THE OBJECT BUT NOT ON THE TARGET BEING COMPARED WITH</h4>
        !            11: <em>
        !            12: If you are not sure please  check with the component owner. DO not blindly sync on prod. Remember the last time
        !            13: london was burnt"</em><br>
        !            14: 
        !            15: <p> [ <a href="#" onclick="window.close()"> Close Me </a> ]</p>
        !            16: 
        !            17: <dtml-var "manage_getDiff(object=object)">
        !            18: 
        !            19: <p> [ <a href="#" onclick="window.close()"> Close Me </a> ]</p>
        !            20: </BODY>
        !            21: </HTML>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>