Project

General

Profile

1
<!-- BEGIN main_block -->
2
<table summary="" cellpadding="5" cellspacing="0" border="0" align="center" width="100%" style="margin-bottom:10px;">
3
	<tr style="background:#f0f0f0;">
4
		<td align="left">{HEADING_CHANGE_TEMPLATE_NOTICE}</td>
5
		<td align="right">
6
			{URL_TEMPLATES}
7
			-
8
			{URL_LANGUAGES}
9
			-
10
			{URL_ADVANCED}
11
		</td>
12
     </tr>
13
</table>
14

    
15
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL} left">
16
{FTAN}
17
  <h2>{HEADING_INSTALL_MODULE}</h2>
18
  <table summary="" cellpadding="2" cellspacing="0" border="0" width="100%">
19
    <tr>
20
      <td valign="middle">
21
        <input type="file" name="userfile" size="60" />
22
        <script type="text/javascript">
23
		document.install.userfile.focus();
24
		</script><br /><br />
25
        <input type="checkbox" name="overwrite" value="false"  />
26
		<span>{MESSAGE_ADDON_OVERWRITE_NEWER_FILES}</span>
27
      </td>
28
      <td width="110" align="left">
29
        <input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" /><br /><br /><br />
30
      </td>
31
    </tr>
32
  </table>
33
  <br />
34
</form>
35
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL} left">
36
{FTAN}
37
  <h2>{HEADING_UNINSTALL_MODULE}</h2>
38
  <table summary="" cellpadding="2" cellspacing="0" border="0" width="100%">
39
    <tr>
40
      <td>
41
        <select name="file" style="width: 77%;">
42
		<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
43
		<!-- BEGIN module_list_block -->
44
			<option value="{VALUE}">{NAME}</option>
45
          <!-- END module_list_block -->
46
        </select>
47
      </td>
48
      <td width="110">
49
        <input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" />
50
      </td>
51
    </tr>
52
  </table>
53
  <br />
54
</form>
55
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST} left">
56
{FTAN}
57
  <h2>{HEADING_MODULE_DETAILS}</h2>
58
  <table summary="" cellpadding="2" cellspacing="0" border="0" width="100%">
59
    <tr>
60
      <td>
61
        <select name="file" style="width: 77%;">
62
		<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
63
		<!-- BEGIN module_list_block -->
64
			<option value="{VALUE}">{NAME}</option>
65
          <!-- END module_list_block -->
66
        </select>
67
      </td>
68
      <td width="110">
69
        <input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" />
70
      </td>
71
    </tr>
72
  </table>
73
  <br />
74
</form>
75
<div class="{DISPLAY_MANUAL_INSTALL} left">
76
  <h2>{HEADING_INVOKE_MODULE_FILES}</h2>
77
  <p class="warning">{MESSAGE_ADDON_MANUAL_INSTALLATION}</p>
78
  <form name="manual_install" action="manual_install.php" method="post" class="{INSTALL_VISIBLE}">
79
{FTAN}
80
  <table summary="" cellpadding="0" cellspacing="2" border="0" width="80%">
81
	  <tr>
82
		<td width="150" valign="middle" nowrap="nowrap">{TEXT_FUNCTION}: install</td>
83
		<td valign="middle">
84
			<input type="hidden" name="action" value="install" />
85
			<select name="file" style="width: 250px;">
86
	        <option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
87
			<!-- BEGIN install_list_block -->
88
			<option value="{VALUE}">{NAME}</option>
89
			<!-- END install_list_block -->
90
			</select>
91
			<input type="submit" name="submit" value="{TEXT_EXECUTE}" style="width:100px;" />
92
		</td>
93
	  </tr>
94
  </table>
95
  </form>
96

    
97
  <form name="manual_upgrade" action="manual_install.php" method="post" class="{UPGRADE_VISIBLE}">
98
{FTAN}
99
  <table summary="" cellpadding="0" cellspacing="2" border="0" width="80%">
100
	  <tr>
101
		<td width="150" valign="middle" nowrap="nowrap">{TEXT_FUNCTION}: upgrade</td>
102
		<td valign="middle" >
103
			<input type="hidden" name="action" value="upgrade" />
104
			<select name="file" style="width: 250px;">
105
	        <option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
106
			<!-- BEGIN install_list_block -->
107
			<option value="{VALUE}">{NAME}</option>
108
			<!-- END install_list_block -->
109
			</select>
110
			<input type="submit" name="submit" value="{TEXT_EXECUTE}" style="width:100px;" />
111
		</td>
112
	  </tr>
113
  </table>
114
  </form>
115

    
116
  <form name="manual_uninstall" action="manual_install.php" method="post" class="{UNINSTALL_VISIBLE}">
117
{FTAN}
118
  <table summary="" cellpadding="0" cellspacing="2" border="0" width="80%">
119
	  <tr>
120
		<td width="150" valign="middle" nowrap="nowrap">{TEXT_FUNCTION}: uninstall</td>
121
		<td valign="middle">
122
			<input type="hidden" name="action" value="uninstall" />
123
			<select name="file" style="width: 250px;">
124
	        <option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
125
			<!-- BEGIN install_list_block -->
126
			<option value="{VALUE}">{NAME}</option>
127
			<!-- END install_list_block -->
128
			</select>
129
			<input type="submit" name="submit" value="{TEXT_EXECUTE}" style="width:100px;" />
130
			</td>
131
	  </tr>
132
  </table>
133
  </form>
134

    
135
  <p class="warning">{MESSAGE_ADDON_MANUAL_INSTALLATION_WARNING}</p>
136
</div>
137
<!-- END main_block -->
(23-23/38)