Newer
Older
Import / svn / viewvc-1.1-dev / templates / revision_simple.ezt
<tr>
  <td rowspan=6 width=1 bgcolor=#bfbfbf></td>
  <td colspan=4 height=1></td>
  <td rowspan=6 width=1 bgcolor=#bfbfbf></td>
</tr>
<tr>
  <td class="category" width=5%><b>Revision</b></td>
  <td class="category" width=5%><b>Author</b></td>
  <td class="category" width=25%><b>Date</b></td>
  <td class="category" width=65%><b>Files Changed</b></td>
</tr>
<tr bgcolor=#efefef>
  <td valign=top>
	<a href="http://svn.invertedlogic.com/index.cgi/svn?view=rev&revision=[rev]">#[rev]</a>
  </td>
  <td valign=top>[if-any author][author][else]<em>(unknown author)</em>[end]</td>
  <td valign=top>[if-any date][date][else]<em>(unknown date)</em>[end]</td>
  <td rowspan=3 valign=top width=70%>
      <table width=100% cellspacing=1 cellpadding=3 border=0>
	[if-any changes] [for changes]
	<tr bgcolor=#efefef>
	  <td valign=top>[changes.action] [changes.pathtype]</td>
	  <td valign=top width=50%>
	  <strong>
	  <a href="http://svn.invertedlogic.com/index.cgi/svn/[changes.path]?view=markup">[changes.path]</a>
	  </strong>
	  </td>
	  <td valign=top align=right width=30%>
	  <strong>
	  [if-any changes.log_href][ <a href="http://svn.invertedlogic.com[changes.log_href]"> Log </a> ][end]
	  [if-any changes.diff_href][ <a href="http://svn.invertedlogic.com[changes.diff_href]"> Diff </a> ][end]
	  [if-any changes.diff_href][ <a href="http://svn.invertedlogic.com[changes.diff_href]&view=patch"> Patch </a> ][end]
	  </strong>
	  </td>
	</tr>
	[end] [end]
      </table>
  </td>
</tr>
<tr>
  <td class="category" colspan=3><b>Comment</b></td>
</tr>
<tr bgcolor=#efefef>
  <td colspan=3 valign=top><div font-family="fixed" class="vc_log">[log]</div></td>
</tr>
<tr bgcolor=#bfbfbf height=1>
  <td colspan=4 height=1></td>
</tr>