File:  [Repository] / VSyncer / zpt / VViewLog.zpt
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Wed Jan 2 19:01:35 2008 UTC (16 years, 6 months ago) by casties
Branches: MAIN
CVS tags: HEAD
first checking of modified SourceSyncer

<html>
<h2 tal:replace="structure here/manage_tabs">Manage Tabs</h2>
<h3>View Log Details</h3>

<table width="100%" border="0" tal:repeat="rec here/manage_getLog">
<trody tal:condition="python: rec.has_key('head')" tal:omit-tag="">
<tr>
        <td width="40%"><hr size=1 width="100%" color=red></td>
        <td width="20%"><b><font color=red tal:content="rec/text"></font></b></td>
        <td width="40%"><hr size=1 width="100%" color=red></td>
</tr>
</trody>
<trody tal:condition="python: rec.has_key('spec')" tal:omit-tag="">
<tr>
        <td colspan="3" width="100%"><i tal:content="structure rec/text">spc text</i></td>
</tr>
</trody>
<trody tal:condition="python: rec.has_key('normal')" tal:omit-tag="">
<tr>
        <td colspan="3" width="100%" tal:content="structure rec/text">text</td>
</tr>
</trody>
</table>
<br>
<hr size=1 width="100%" color=green>
</html>

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