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">{CHANGE_TEMPLATE_NOTICE}</td>
6
		<td align="right">
7
			{URL_MODULES}
8
			-
9
			{URL_TEMPLATES}
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}">
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="97" />
23
        <script type="text/javascript">
24
		document.install.userfile.focus();
25
		</script>
26
      </td>
27
      <td width="110" align="left">
28
        <input type="submit" name="submit" value="{TEXT_INSTALL}" style="width: 100px;" />
29
      </td>
30
    </tr>
31
  </table>
32
  <br />
33
</form>
34
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL}">
35
{FTAN}
36
  <h2>{HEADING_UNINSTALL_LANGUAGE}</h2>
37
  <table summary="" cellpadding="2" cellspacing="0" border="0" width="100%">
38
    <tr>
39
      <td>
40
        <select name="code" style="width: 97%;">
41
		<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
42
		<!-- BEGIN language_list_block -->
43
			<option value="{VALUE}">{NAME}</option>
44
          <!-- END language_list_block -->
45
        </select>
46
      </td>
47
      <td width="110">
48
        <input type="submit" name="submit" value="{TEXT_UNINSTALL}" style="width: 100px;" />
49
      </td>
50
    </tr>
51
  </table>
52
  <br />
53
</form>
54
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}">
55
{FTAN}
56
  <h2>{HEADING_LANGUAGE_DETAILS}</h2>
57
  <table summary="" cellpadding="2" cellspacing="0" border="0" width="100%">
58
    <tr>
59
      <td>
60
        <select name="code" style="width: 97%;">
61
		<option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
62
		<!-- BEGIN language_list_block -->
63
			<option value="{VALUE}">{NAME}</option>
64
          <!-- END language_list_block -->
65
        </select>
66
      </td>
67
      <td width="110">
68
        <input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="width: 100px;" />
69
      </td>
70
    </tr>
71
  </table>
72
  <br />
73
</form>
74
<!-- END main_block -->
(10-10/32)