rename of template-dir to template-dist. in a installed system the templates should...
[mir.git] / templates-dist / de / confirm.template
1 <html>
2   <head>
3     <title>indymedia.de | confirm delete delete</title>
4   </head>
5   <body>
6   <include "head_nonavi.template">
7 <table width="100%" border="0" align="center">
8   <tr bgcolor="#006600"> 
9     <td colspan="2"> 
10       <h2 align="center"><font color="#ffffff">Datensatz wirklich 
11         l&ouml;schen?</font></h2>
12     </td>
13   </tr>
14   <tr> 
15     <td colspan="2">
16       <form method="post" action="${actionRoot}">
17         <div align="center">
18           <input type="hidden" name="module" value=${module}>
19           <input type="hidden" name="do" value="delete">
20           <input type="hidden" name="id" value="${id}">
21           <input type="hidden" name="where" value="${where}">
22           <input type="hidden" name="order" value="${order}">
23           <input type="hidden" name="offset" value="${offset}">
24           <input type="submit" name="cancel" value="abbrechen">
25           <input type="submit" name="confirm" value="l&ouml;schen">
26         </div>
27       </form>
28     </td>
29   </tr>
30 </table>
31 <include "foot.template">
32   </body>
33 </html>