These templates have been replaced by XSLT

This commit is contained in:
sim 2003-04-08 20:59:13 +00:00
parent 72859aa4e1
commit 021aa07e67
4 changed files with 0 additions and 102 deletions

View File

@ -1,6 +0,0 @@
<!-- BEGIN error_page -->
{errors}
<!-- END error_page -->
<!-- BEGIN ind_error -->
{error}
<!-- END ind_error -->

View File

@ -1,29 +0,0 @@
<!-- BEGIN history -->
<table width="100%" border="1" cols="4">
<tr>
<td align="center" colspan="4">
<table width="100%" border="1">
<tr{tr_extras}>
<td align="center">
Path: {path}
</td>
<td align="center">
Filename: {filename}
</td>
</tr>
</table>
</hr>
</td>
</tr>
{col_row}
</table>
<!-- END history -->
<!-- BEGIN column_rows -->
<tr{tr_extras}>
{col_headers}
</tr>
<!-- END column_rows -->
<!-- BEGIN column_headers -->
<td{td_extras}>{column_header}</td>
<!-- END column_headers -->

View File

@ -1,52 +0,0 @@
<!-- BEGIN index -->
<table width="100%" border="1" cols="{colspan}">
<tr>
<td align="center" colspan="{colspan}">{error}
</td>
</tr>
<tr>
<td align="center" colspan="{colspan}">
<form action="{form_action}" method="post">
<table width="100%" border="1">
<tr{tr_extras}>
<td align="center">
{img_up}
{help_up}
</td>
<td align="center">
{img_home}
{dir}
{help_home}
</td>
</tr>
</table>
</hr>
</td>
</tr>{col_row}
<tr>
<td align="center" colspan="{colspan}">
</hr>{buttons}
</form>
</td>
</tr>
<tr>
<td align="center" colspan="{colspan}">{info}
</td>
</tr>
<tr>
<td align="center" colspan="{colspan}">{uploads}
</td>
</tr>
</table>
<!-- END index -->
<!-- BEGIN column_rows -->
<tr{tr_extras}>{col_headers}
</tr>
<!-- END column_rows -->
<!-- BEGIN column_headers -->
<td{td_extras}><font size="-2">{column_header}</font></td>
<!-- END column_headers -->
<!-- BEGIN column_headers_normal -->
<td{td_extras}>{column_header}</td>
<!-- END column_headers_normal -->

View File

@ -1,15 +0,0 @@
<!-- BEGIN table -->
<table width="100%" border="1"{table_extras}>{list}
</table>
<!-- END table -->
<!-- BEGIN column_rows -->
<tr{tr_extras}>{col_headers}
</tr>
<!-- END column_rows -->
<!-- BEGIN column_headers -->
<td{td_extras}><font size="-2">{column_header}</font></td>
<!-- END column_headers -->
<!-- BEGIN column_headers_normal -->
<td{td_extras}>{column_header}</td>
<!-- END column_headers_normal -->