source: trunk/setup/templates/default/lang_main.tpl @ 2

Revision 2, 1.2 KB checked in by niltonneto, 17 years ago (diff)

Removida todas as tags usadas pelo CVS ($Id, $Source).
Primeira versão no CVS externo.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
Line 
1<!-- begin lang_main.tpl -->
2<p>&nbsp;</p>
3
4<table border="0" align="center" width="{tbl_width}">
5<tr bgcolor="#486591">
6        <td colspan="{td_colspan}">
7                &nbsp;<font color="#fefefe">{stage_title}</font>
8        </td>
9</tr>
10<tr bgcolor="#e6e6e6">
11        <td colspan="{td_colspan}">
12                {stage_desc}
13        </td>
14</tr>
15<tr bgcolor="#e6e6e6">
16        <td {td_align} rowspan="2">
17                {select_box_desc}
18                <form method="POST" action="lang.php">
19                {hidden_var1}
20                <select name="lang_selected[]" multiple size="25">
21                {select_box_langs}
22                </select>
23        </td>
24        <!-- BEGIN B_choose_method -->
25        <td valign="top">
26                {meth_desc}
27                <br><br>
28                <input type="radio" name="upgrademethod" value="dumpold" checked>
29                &nbsp;{blurb_dumpold}
30                <br>
31                <input type="radio" name="upgrademethod" value="addonlynew">
32                &nbsp;{blurb_addonlynew}
33                <br>
34                <input type="radio" name="upgrademethod" value="addmissing">
35                &nbsp;{blurb_addmissing}
36        </td>
37        <!-- END B_choose_method -->
38</tr>
39<tr bgcolor="#e6e6e6">
40        <td>
41                <input type="checkbox" name="debug" value="1"> {lang_debug}
42        </td>
43</tr>
44</table>
45
46<div align="center">
47        <input type="submit" name="submit" value="{lang_install}">
48        <input type="submit" name="cancel" value="{lang_cancel}">
49</div>
50<!-- end lang_main.tpl -->
Note: See TracBrowser for help on using the repository browser.