Project

General

Profile

1
<!-- BEGIN main_block -->
2

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

    
16
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL} left">
17
{FTAN}
18
  <h2>{HEADING_INSTALL_LANGUAGE}</h2>
19
  <table summary="" cellpadding="2" cellspacing="0" border="0" width="100%">
20
    <tr>
21
      <td>
22
        <input type="file" name="userfile" size="60" />
23
        <script type="text/javascript">
24
		document.install.userfile.focus();
25
		</script><br /><br />
26
		<span style="visibility: hidden;">
27
        <input type="checkbox" name="overwrite" value="false"  />
28
		{MESSAGE_ADDON_OVERWRITE_NEWER_FILES}
29
		</span>
30

    
31
      </td>
32
      <td width="110" align="left">
33
        <input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" /><br /><br />
34
      </td>
35
    </tr>
36
  </table>
37
  <br />
38
</form>
39
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL} left">
40
{FTAN}
41
  <h2>{HEADING_UNINSTALL_LANGUAGE}</h2>
42
  <table summary="" cellpadding="2" cellspacing="0" border="0" width="100%">
43
    <tr>
44
      <td>
45
        <select name="code" style="width: 97%;">
46
		<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
47
		<!-- BEGIN language_list_block -->
48
			<option value="{VALUE}">{NAME}</option>
49
          <!-- END language_list_block -->
50
        </select>
51
      </td>
52
      <td width="110">
53
        <input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" />
54
      </td>
55
    </tr>
56
  </table>
57
  <br />
58
</form>
59
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}">
60
{FTAN}
61
  <h2>{HEADING_LANGUAGE_DETAILS}</h2>
62
  <table summary="" cellpadding="2" cellspacing="0" border="0" width="100%">
63
    <tr>
64
      <td>
65
        <select name="code" style="width: 97%;">
66
		<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
67
		<!-- BEGIN language_list_block -->
68
			<option value="{VALUE}">{NAME}</option>
69
          <!-- END language_list_block -->
70
        </select>
71
      </td>
72
      <td width="110">
73
        <input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" />
74
      </td>
75
    </tr>
76
  </table>
77
  <br />
78
</form>
79
<!-- END main_block -->
(12-12/38)