Annotation of VSyncer/zpt/VViewLog.zpt, revision 1.1

1.1     ! casties     1: <html>
        !             2: <h2 tal:replace="structure here/manage_tabs">Manage Tabs</h2>
        !             3: <h3>View Log Details</h3>
        !             4: 
        !             5: <table width="100%" border="0" tal:repeat="rec here/manage_getLog">
        !             6: <trody tal:condition="python: rec.has_key('head')" tal:omit-tag="">
        !             7: <tr>
        !             8:         <td width="40%"><hr size=1 width="100%" color=red></td>
        !             9:         <td width="20%"><b><font color=red tal:content="rec/text"></font></b></td>
        !            10:         <td width="40%"><hr size=1 width="100%" color=red></td>
        !            11: </tr>
        !            12: </trody>
        !            13: <trody tal:condition="python: rec.has_key('spec')" tal:omit-tag="">
        !            14: <tr>
        !            15:         <td colspan="3" width="100%"><i tal:content="structure rec/text">spc text</i></td>
        !            16: </tr>
        !            17: </trody>
        !            18: <trody tal:condition="python: rec.has_key('normal')" tal:omit-tag="">
        !            19: <tr>
        !            20:         <td colspan="3" width="100%" tal:content="structure rec/text">text</td>
        !            21: </tr>
        !            22: </trody>
        !            23: </table>
        !            24: <br>
        !            25: <hr size=1 width="100%" color=green>
        !            26: </html>

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