Update of /cvsroot/phpwebsite-comm/modules/article/templates/history
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25805/templates/history
Modified Files:
list.tpl row.tpl
Log Message:
Release version 2.7 files.
Index: row.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/history/row.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** row.tpl 21 Aug 2004 17:02:24 -0000 1.1
--- row.tpl 30 Sep 2004 05:14:35 -0000 1.2
***************
*** 1,4 ****
<tr{ROW_CLASS}>
! <td align="center">
[{VERSION}]
</td>
--- 1,4 ----
<tr{ROW_CLASS}>
! <td style="text-align:center">
[{VERSION}]
</td>
Index: list.tpl
===================================================================
RCS file: /cvsroot/phpwebsite-comm/modules/article/templates/history/list.tpl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** list.tpl 21 Aug 2004 17:02:24 -0000 1.1
--- list.tpl 30 Sep 2004 05:14:35 -0000 1.2
***************
*** 2,16 ****
<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}
--- 2,16 ----
<br />
<div style="float:right"><i>{NAV_INFO}</i></div>
! <strong>{TITLE2} </strong>
<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" style="text-align:center">
<tr class="bg_dark">
! <th style="text-align:center" nowrap="nowrap">{VERSION_LABEL} {VERSION_ORDER_LINK}</td>
! <th style="text-align:center" nowrap="nowrap">{UPDATED_LABEL} {ARCHIVED_DATE_ORDER_LINK}</td>
! <th style="text-align:center" nowrap="nowrap" colspan="2">{DIFF_LABEL}{DIFF_HELP}</td>
! <th style="text-align:center" nowrap="nowrap">{EDITOR_LABEL} {USERNAME_ORDER_LINK}</td>
</tr>
{LIST_ITEMS}
***************
*** 18,22 ****
<td></td>
<td></td>
! <td align="right" colspan="2"><input name="IMGLib_op" value="{COMPARE_BTN}" type="submit"></td>
<td></td>
</tr>
--- 18,22 ----
<td></td>
<td></td>
! <td colspan="2" style="text-align:right"><input name="IMGLib_op" value="{COMPARE_BTN}" type="submit"></td>
<td></td>
</tr>
***************
*** 24,27 ****
</form>
<!-- BEGIN navigation -->
! <div align="center">{NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}<br />{NAV_LIMITS}</div>
<!-- END navigation -->
--- 24,29 ----
</form>
<!-- BEGIN navigation -->
! <div style="text-align:center">{NAV_BACKWARD} {NAV_SECTIONS} {NAV_FORWARD}<br />{NAV_LIMITS}</div>
! <!-- END navigation -->
! br />{NAV_LIMITS}</div>
<!-- END navigation -->
|