File: d_install_shared.tt2

package info (click to toggle)
sympa 5.2.3-1.2%2Betch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 21,384 kB
  • ctags: 3,566
  • sloc: perl: 27,368; sh: 3,990; makefile: 1,366; ansic: 226; php: 105; lisp: 32
file content (25 lines) | stat: -rw-r--r-- 848 bytes parent folder | download | duplicates (2)
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
<!-- $Id: d_install_shared.tt2,v 1.4 2005/08/09 09:52:42 sympa-authors Exp $ -->


<form action="[% path_cgi %]" method="post">
 

 <br /> 
 <table>
  [% FOREACH f = list_file %]
   <tr><td>[% f %]</td></tr>
  [% END %]
   <tr><td>&nbsp; </td></tr>
   <tr><td>[%|loc%]already exist(s), do you want to confirm the install and erase the old file(s) or cancel the install ?[%END%]
   </td></tr>
 <tr>
  <td><input class="MainMenuLinks" type="submit" name="mode_confirm" value="[%|loc%]Confirm[%END%]" /></td>
  <td><input class="MainMenuLinks" type="submit" name="mode_cancel" value="[%|loc%]Cancel[%END%]" /></td>
 </tr>
 </table>
 <input type="hidden" name="list" value="[% list %]" />
[% FOREACH elt = id %]
 <input type="hidden" name="id" value="[% elt %]" />
[% END %]
 <input type="hidden" name="action_d_install_shared" value="1" /> 
</form>