Project

General

Profile

1
<!--
2
 @version         $Id: languages.htt 75 2017-03-10 10:47:06Z manu $
3
-->
4
<!-- BEGIN main_block -->
5
<table  style="margin-bottom:10px; width: 100%;">
6
    <tbody>
7
        <tr>
8
            <td style="float: left;">{CHANGE_TEMPLATE_NOTICE}</td>
9
            <td style="float: right; line-height: 3.225em;">
10
    <!-- BEGIN addon_template_block -->
11
                <span><a class="button" href="{URL_TEMPLATES}">{MENU_TEMPLATES}</a> </span>
12
                -
13
    <!-- END addon_template_block -->
14
    <!-- BEGIN addon_module_block -->
15
                <span><a class="button" href="{URL_MODULES}">{MENU_MODULES}</a> </span>
16
                -
17
    <!-- END addon_module_block -->
18
    <!-- BEGIN addon_language_block -->
19
                <span class="button" style="min-width: 8.525em;">{URL_ADVANCED}</span>
20
    <!-- END addon_language_block -->
21
            </td>
22
         </tr>
23
    </tbody>
24
</table>
25

    
26
<!-- BEGIN language_install_block -->
27
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}">
28
{FTAN}
29
    <h2>{HEADING_INSTALL_LANGUAGE}</h2>
30
    <table style="width: 100%;">
31
        <tbody>
32
            <tr>
33
              <td style="line-height: 3.525em;">
34
                <input type="file" name="userfile" size="97" />
35
                <script type="text/javascript">
36
                document.install.userfile.focus();
37
                </script>
38
              </td>
39
              <td style="width: 10%;">
40
                <input type="submit" name="submit" value="{TEXT_INSTALL}" style="min-width: 8.525em;" />
41
              </td>
42
            </tr>
43
        </tbody>
44
    </table>
45
    <br />
46
</form>
47
<!-- END language_install_block -->
48

    
49
<!-- BEGIN language_uninstall_block -->
50
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL}">
51
{FTAN}
52
    <h2>{HEADING_UNINSTALL_LANGUAGE}</h2>
53
    <table style="width: 100%;">
54
        <tbody>
55
            <tr>
56
              <td>
57
                <select name="code" style="width: 75%;">
58
                <option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
59
                <!-- BEGIN language_uninstall_select_block -->
60
                    <option value="{VALUE}">{NAME}</option>
61
                  <!-- END language_uninstall_select_block -->
62
                </select>
63
              </td>
64
              <td style="width: 10%;">
65
                <input type="submit" name="submit" value="{TEXT_UNINSTALL}"  style="min-width: 8.525em;" />
66
              </td>
67
            </tr>
68
        </tbody>
69
    </table>
70
    <br />
71
</form>
72
<!-- END language_uninstall_block -->
73

    
74
<!-- BEGIN language_detail_block -->
75
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}">
76
{FTAN}
77
    <h2>{HEADING_LANGUAGE_DETAILS}</h2>
78
    <table style="width: 100%;">
79
        <tbody>
80
            <tr>
81
              <td>
82
                <select name="code" style="width: 75%;">
83
                <option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
84
                <!-- BEGIN language_detail_select_block -->
85
                    <option value="{VALUE}">{NAME}</option>
86
                  <!-- END language_detail_select_block -->
87
                </select>
88
              </td>
89
              <td style="width: 10%;">
90
                <input type="submit" name="submit" value="{TEXT_VIEW_DETAILS}" style="min-width: 8.525em;" />
91
              </td>
92
            </tr>
93
        </tbody>
94
    </table>
95
    <br />
96
</form>
97
<!-- END language_detail_block -->
98

    
99
<!-- END main_block -->
(10-10/32)