Project

General

Profile

1
<!--
2
 @version         $Id: templates.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;"></td>
9
            <td style="float: right; line-height: 3.225em;">
10
    <!-- BEGIN addon_module_block -->
11
                <span ><a class="button" href="{URL_MODULES}">{MENU_MODULES}</a></span>
12
                -
13
    <!-- END addon_module_block -->
14
    <!-- BEGIN addon_language_block -->
15
                <span ><a class="button" href="{URL_LANGUAGES}">{MENU_LANGUAGES}</a></span>
16
                -
17
    <!-- END addon_language_block -->
18
    <!-- BEGIN addon_template_block -->
19
                <span class="button" style="min-width: 8.525em;">{URL_ADVANCED}</span>
20
    <!-- END addon_template_block -->
21
            </td>
22
         </tr>
23
    </tbody>
24
</table>
25

    
26
<!-- BEGIN template_install_block -->
27
<form name="install" enctype="multipart/form-data" action="install.php" method="post" class="{DISPLAY_INSTALL}">
28
{FTAN}
29
<h2>{HEADING_INSTALL_TEMPLATE}</h2>
30
    <table style="width: 100%;">
31
        <tbody>
32
            <tr>
33
                <td style="line-height: 3.525em;">
34
                    <input type="file" name="userfile" size="82" />
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 template_install_block -->
48

    
49
<!-- BEGIN template_uninstall_block -->
50
<form name="uninstall" action="uninstall.php" method="post" class="{DISPLAY_UNINSTALL}">
51
{FTAN}
52
<h2>{HEADING_UNINSTALL_TEMPLATE}</h2>
53
    <table style="width: 100%;">
54
        <tbody>
55
            <tr>
56
                <td>
57
                    <select name="file" style="width: 75%;">
58
                    <option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
59
                    <!-- BEGIN template_uninstall_select_block -->
60
                        <option value="{UNINSTALL_VALUE}">{UNINSTALL_NAME}</option>
61
                    <!-- END template_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 template_uninstall_block -->
73

    
74
<!-- BEGIN template_detail_block -->
75
<form name="details" action="details.php" method="post" class="{DISPLAY_LIST}">
76
{FTAN}
77
<h2>{HEADING_TEMPLATE_DETAILS}</h2>
78
    <table style="width: 100%;">
79
        <tbody>
80
            <tr>
81
                <td>
82
                    <select name="file" style="width: 75%;">
83
                    <option value="" selected="selected">{TEXT_PLEASE_SELECT}...</option>
84
                    <!-- BEGIN template_detail_select_block -->
85
                        <option value="{DETAIL_VALUE}">{DETAIL_NAME}</option>
86
                    <!-- END template_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 template_detail_block -->
98

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