1
|
<!-- BEGIN main_block -->
|
2
|
|
3
|
{CHANGE_TEMPLATE_NOTICE}<br /><br />
|
4
|
|
5
|
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}">
|
6
|
|
7
|
<h2>{HEADING_INSTALL_TEMPLATE}</h2>
|
8
|
|
9
|
<table cellpadding="2" cellspacing="0" border="0" width="100%">
|
10
|
<tr>
|
11
|
<td>
|
12
|
<input type="file" name="userfile" size="82%" />
|
13
|
<script language="javascript" type="text/javascript">
|
14
|
document.install.userfile.focus();
|
15
|
</script>
|
16
|
</td>
|
17
|
<td width="110" align="left">
|
18
|
<input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" />
|
19
|
</td>
|
20
|
</tr>
|
21
|
</table>
|
22
|
|
23
|
<br />
|
24
|
|
25
|
</form>
|
26
|
|
27
|
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL}">
|
28
|
|
29
|
<h2>{HEADING_UNINSTALL_TEMPLATE}</h2>
|
30
|
|
31
|
<table cellpadding="2" cellspacing="0" border="0" width="100%">
|
32
|
<tr>
|
33
|
<td>
|
34
|
<select name="file" style="width: 97%;">
|
35
|
<option value="" selected>{TEXT_PLEASE_SELECT}...</option>
|
36
|
<!-- BEGIN template_list_block -->
|
37
|
<option value="{VALUE}">{NAME}</option>
|
38
|
<!-- END template_list_block -->
|
39
|
</select>
|
40
|
</td>
|
41
|
<td width="110">
|
42
|
<input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" />
|
43
|
</td>
|
44
|
</tr>
|
45
|
</table>
|
46
|
|
47
|
<br />
|
48
|
|
49
|
</form>
|
50
|
|
51
|
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}">
|
52
|
|
53
|
<h2>{HEADING_TEMPLATE_DETAILS}</h2>
|
54
|
|
55
|
<table cellpadding="2" cellspacing="0" border="0" width="100%">
|
56
|
<tr>
|
57
|
<td>
|
58
|
<select name="file" style="width: 97%;">
|
59
|
<option value="" selected>{TEXT_PLEASE_SELECT}...</option>
|
60
|
<!-- BEGIN template_list_block -->
|
61
|
<option value="{VALUE}">{NAME}</option>
|
62
|
<!-- END template_list_block -->
|
63
|
</select>
|
64
|
</td>
|
65
|
<td width="110">
|
66
|
<input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" />
|
67
|
</td>
|
68
|
</tr>
|
69
|
</table>
|
70
|
|
71
|
</form>
|
72
|
|
73
|
<!-- END main_block -->
|