aboutsummaryrefslogtreecommitdiffstats
path: root/template/default/admin/configuration.vtp
blob: b3ec239eefff2ddc539e32c20a12d78011595506 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
<!--VTP_errors-->
<div class="errors">
  <div class="errors_title">{#errors_title}</div>
  <ul>
    <!--VTP_li-->
    <li>{#li}</li>
    <!--/VTP_li-->
  </ul>
</div>
<!--/VTP_errors-->
<!--VTP_confirmation-->
  <div class="info">{#conf_confirmation}</div>
<!--/VTP_confirmation-->
<form method="post" action="{#form_action}">
  <table width="100%">
    <!--VTP_line-->
    <!--VTP_param_line-->
    <tr>
      <td>{#name}</td>
      <td align="center">
        <!--VTP_select-->
        <select name="{#name}">
          <!--VTP_option-->
          <option{#selected}>{#option}</option>
          <!--/VTP_option-->
        </select>
        <!--/VTP_select-->
        <!--VTP_hidden-->
        {#text}<input type="hidden" name="{#name}" value="{#value}" />
        <!--/VTP_hidden-->
        <!--VTP_text-->
        <input type="text" name="{#name}" value="{#value}" />
        <!--/VTP_text-->
        <!--VTP_group-->
          <!--VTP_radio-->
          <input type="radio" name="{#name}" value="{#value}"{#checked}/>{#option}
          <!--/VTP_radio-->
        <!--/VTP_group-->
        <!--VTP_check-->
          <!--VTP_box-->
          <input type="checkbox" name="{#name}" value="{#value}"{#checked}/>{#option}
          <!--/VTP_box-->
        <!--/VTP_check-->
      </td>
      <td width="50%" class="row2">{#def}</td>
    </tr>
    <!--/VTP_param_line-->
    <!--VTP_title_line-->
    <tr>
      <th colspan="3">{#title}</th>
    </tr>
    <!--/VTP_title_line-->
    <!--VTP_space_line-->
    <tr>
      <td colspan="3"><div style="margin-bottom:0px">&nbsp;</div></td>
    </tr>
    <!--/VTP_space_line-->
    <!--/VTP_line-->
    <!--VTP_remote_sites-->
    <tr>
      <th colspan="3" align="center">{#remote_site}</th>
    </tr>
    <tr>
      <td colspan=3><div style='margin-bottom:0px'>&nbsp;</div></td>
    </tr>
    <tr>
      <td>&nbsp;</td>
      <td align="center">{#delete}</td>
      <td>&nbsp;</td>
    </tr>
    <!--VTP_site-->
    <tr>
      <td>{#url}</td>
      <td align="center"><input type="checkbox" name="delete_site_{#id}" value="1" /></td>
      <!--VTP_rowspan--><td class="row2" rowspan="{#nb_sites}">{#conf_remote_site_delete_info}</td><!--/VTP_rowspan-->
    </tr>
    <!--/VTP_site-->
    <tr>
      <td colspan=3><div style='margin-bottom:0px'>&nbsp;</div></td>
    </tr>
    <!--/VTP_remote_sites-->
    <tr>
      <td colspan="3" align="center">
        <input type="submit" name="submit" value="{#submit}">
      </td>
    </tr>
  </table>
</form>