1 <!-- BEGIN xs_file_version -->
\r
2 /***************************************************************************
\r
5 * copyright : (C) 2003, 2004 CyberAlien
\r
6 * support : http://www.phpbbstyles.com
\r
10 * file revision : 45
\r
11 * project revision : 51
\r
12 * last modified : 25 Aug 2004 11:51:48
\r
14 ***************************************************************************/
\r
15 <!-- END xs_file_version -->
\r
17 <h1>{L_XS_UPDATES}</h1>
\r
19 <p>{L_XS_UPDATES_COMMENT}</p>
\r
21 <form action="{UPDATE_URL}" method="post">
\r
22 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline">
\r
24 <th colspan="4" class="thHead" align="center">{L_XS_UPDATES}</th>
\r
27 <td colspan="4" class="row1" width="100%" align="left">{L_XS_UPDATE_INFO1}</td>
\r
30 <th class="thCornerL" colspan="2" align="center" nowrap="nowrap">{L_XS_UPDATE_NAME}</th>
\r
31 <th class="thTop" align="center" nowrap="nowrap">{L_XS_UPDATE_TYPE}</th>
\r
32 <th class="thCornerR" align="center" nowrap="nowrap">{L_XS_UPDATE_CURRENT_VERSION}</th>
\r
35 <input type="hidden" name="{row.VAR}item" value="{row.ITEM}" />
\r
37 <td class="{row.ROW_CLASS}"><!-- BEGIN url --><input type="checkbox" name="{row.VAR}checked" checked="checked" /><!-- END url --><!-- BEGIN nourl --><input type="hidden" name="{row.VAR}checked" value="0" /><!-- END nourl --></td>
\r
38 <td class="{row.ROW_CLASS}" width="100%"><span class="gen">{row.NAME}</span></td>
\r
39 <td class="{row.ROW_CLASS}" align="center" nowrap="nowrap"><span class="gen">{row.TYPE}</span></td>
\r
40 <td class="{row.ROW_CLASS}" align="center" nowrap="nowrap"><span class="gen">{row.VERSION}</span></td>
\r
44 <td colspan="4" class="row1" align="left" valign="middle"><span class="gen">{L_XS_UPDATE_TIMEOUT} <input type="text" name="timeout" value="180" size="6" /></span></td>
\r
47 <td class="catBottom" colspan="4" align="center">{S_HIDDEN_FIELDS}<input type="submit" name="submit" value="{L_XS_UPDATE_CONTINUE}" class="mainoption" /></td>
\r