Update of /cvsroot/phpwebsite-comm/modules/article/templates/history
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29156/templates/history
Added Files:
list.tpl row.tpl
Log Message:
2.5 Release Files
--- NEW FILE: row.tpl ---
<tr{ROW_CLASS}>
<td align="center">
[{VERSION}]
</td>
<td>
{ARCHIVED_DATE}
</td>
<td align="center">
{DIFF}
</td>
<td align="center">
{PICK}
</td>
<td align="center">
{USERNAME}
</td>
</tr>
--- NEW FILE: list.tpl ---
<h2>{TITLE1}</h2>
<br />
<div style="float:right"><i>{NAV_INFO}</i></div>
<b>{TITLE2} </b>
<div style="clear:both"></div>
<form name="ARTICLE_view_diff" action="index.php" method="post">
<input name="module" value="article" type="hidden">
<input name="viewdiff" value="{ID}" type="hidden">
<table border="0" width="100%" cellspacing="1" cellpadding="6" align="center">
<tr class="bg_dark">
<td align="center" nowrap="nowrap"><b>{VERSION_LABEL} {VERSION_ORDER_LINK}</b></td>
<td align="center" nowrap="nowrap"><b>{UPDATED_LABEL} {ARCHIVED_DATE_ORDER_LINK}</b></td>
<td align="center" nowrap="nowrap" colspan="2"><b>{DIFF_LABEL}{DIFF_HELP}</b></td>
<td align="center" nowrap="nowrap"><b>{EDITOR_LABEL} {USERNAME_ORDER_LINK}</b></td>
</tr>
{LIST_ITEMS}
<tr>
<td></td>
<td></td>
<td align="right" colspan="2"><input name="IMGLib_op" value="{COMPARE_BTN}" type="submit"></td>
<td></td>
</tr>
</table><br />
</form>
<!-- BEGIN navigation -->
<div align="center">{NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}<br />{NAV_LIMITS}</div>
<!-- END navigation -->
|