1 <!-- BEGIN xs_file_version -->
\r
2 /***************************************************************************
\r
5 * copyright : (C) 2003 - 2005 CyberAlien
\r
6 * support : http://www.phpbbstyles.com
\r
10 * file revision : 55
\r
11 * project revision : 78
\r
12 * last modified : 05 Dec 2005 13:54:55
\r
14 ***************************************************************************/
\r
15 <!-- END xs_file_version -->
\r
17 <h1>{L_XS_UPDATES}</h1>
\r
19 <p>{L_XS_UPDATES_COMMENT2}</p>
\r
22 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
\r
24 <th class="thCornerL" align="center" nowrap="nowrap">{L_XS_UPDATE_NAME}</th>
\r
25 <th class="thTop" align="center" nowrap="nowrap">{L_XS_UPDATE_TYPE}</th>
\r
26 <th class="thTop" align="center" nowrap="nowrap">{L_XS_UPDATE_CURRENT_VERSION}</th>
\r
27 <th class="thTop" align="center" nowrap="nowrap">{L_XS_UPDATE_LATEST_VERSION}</th>
\r
28 <th class="thTop" align="center" nowrap="nowrap">{L_XS_UPDATE_DOWNLOADINFO}</th>
\r
29 <th class="thCornerR" align="center" nowrap="nowrap">{L_XS_UPDATE_FILEINFO}</th>
\r
33 <td class="{row.ROW_CLASS}" align="left" nowrap="nowrap"><span class="gen">{row.ITEM}</span></td>
\r
34 <td class="{row.ROW_CLASS}" align="center" nowrap="nowrap"><span class="gen">{row.TYPE}</span></td>
\r
35 <td class="{row.ROW_CLASS}" align="center" nowrap="nowrap"><span class="gen">{row.VERSION}</span></td>
\r
36 <!-- BEGIN update -->
\r
37 <td class="{row.ROW_CLASS}" align="center" nowrap="nowrap"><span class="gen">{row.update.VERSION}</span></td>
\r
38 <td class="{row.ROW_CLASS}" align="center" nowrap="nowrap"><span class="gensmall">
\r
39 <!-- BEGIN updated -->[<a href="{row.update.UPDATE}" target="_blank">{L_XS_DOWNLOAD_LC}</a>]<!-- END updated -->
\r
41 <!-- BEGIN import -->[<a href="{row.update.U_IMPORT}">{L_XS_IMPORT_LC}</a>]<!-- END import -->
\r
43 <td class="{row.ROW_CLASS}" align="center" nowrap="nowrap"><span class="gensmall"><!-- BEGIN info -->[<a href="{row.update.INFO}" target="_blank">{L_XS_INFO_LC}</a>]<!-- END info --><!-- BEGIN noinfo --> <!-- END noinfo --></span></td>
\r
45 <!-- BEGIN noupdate -->
\r
46 <td colspan="2" class="{row.ROW_CLASS}" align="left" nowrap="nowrap"><span class="genmed">{row.noupdate.MESSAGE}</span></td>
\r
47 <td class="{row.ROW_CLASS}" align="center" nowrap="nowrap"><span class="gensmall"><!-- BEGIN info -->[<a href="{row.noupdate.INFO}" target="_blank">{L_XS_INFO_LC}</a>]<!-- END info --><!-- BEGIN noinfo --> <!-- END noinfo --></span></td>
\r
48 <!-- END noupdate -->
\r
49 <!-- BEGIN error -->
\r
50 <td colspan="2" class="{row.ROW_CLASS}" align="left" nowrap="nowrap"><span class="gen">{row.error.ERROR}</span></td>
\r
51 <td class="{row.ROW_CLASS}"> </td>
\r
56 <td class="catBottom" colspan="6" align="center">{COUNT_TOTAL}, {COUNT_ERROR}, {COUNT_UPDATE}</td>
\r