1343d85bf3ba950a4a6bcc56f55562fa33068a2b
[mir.git] / templates-dist / admin / confirm.template
1 <html>
2   <head>
3     <title>${lang("confirm.htmltitle")}</title>
4   </head>
5   <body>
6   <include "admin/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">${lang("confirm.really_delete")}</font></h2>
11     </td>
12   </tr>
13   <tr> 
14     <td colspan="2">
15       <form method="post" action="${config.actionRoot}">
16         <div align="center">
17           <input type="hidden" name="module" value=${data.module}>
18           <input type="hidden" name="do" value="delete">
19           <input type="hidden" name="id" value="${data.id}">
20           <input type="hidden" name="where" value="${data.where}">
21           <input type="hidden" name="order" value="${data.order}">
22           <input type="hidden" name="offset" value="${data.offset}">
23           <input type="submit" name="cancel" value="${lang("cancel")}">
24           <input type="submit" name="confirm" value="${lang("delete")}">
25         </div>
26       </form>
27     </td>
28   </tr>
29 </table>
30 <include "admin/foot.template">
31   </body>
32 </html>