source: trunk/forum/styles/wowgold/template/confirm_body.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 705 bytes
Line 
1<!-- INCLUDE overall_header.html -->
2
3<div id="pagecontent">
4
5 <form name="confirm" action="{S_CONFIRM_ACTION}" method="post">
6
7 <table class="tablebg" width="100%" cellspacing="1">
8 <tr>
9 <th>{MESSAGE_TITLE}</th>
10 </tr>
11 <tr>
12 <td class="row1" align="center"><br /><p class="gen">{MESSAGE_TEXT}</p><br />{S_HIDDEN_FIELDS}<input type="submit" name="confirm" value="{YES_VALUE}" class="btnmain" />&nbsp;&nbsp;<input type="submit" name="cancel" value="{L_NO}" class="btnlite" /></td>
13 </tr>
14 </table>
15
16 </form>
17
18</div>
19
20<br clear="all" />
21
22<!-- INCLUDE breadcrumbs.html -->
23
24<br clear="all" />
25
26<div align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></div>
27
28<!-- INCLUDE overall_footer.html -->
Note: See TracBrowser for help on using the repository browser.