[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
1 <!-- INCLUDE overall_header.html --> 2 3 <form id="confirm" method="post" action="{S_CONFIRM_ACTION}"> 4 5 <fieldset> 6 <h1>{MESSAGE_TITLE}</h1> 7 <p>{MESSAGE_TEXT}</p> 8 9 {S_HIDDEN_FIELDS} 10 11 <div style="text-align: center;"> 12 <input type="submit" name="confirm" value="{L_YES}" class="button2" /> 13 <input type="submit" name="cancel" value="{L_NO}" class="button2" /> 14 </div> 15 16 </fieldset> 17 18 </form> 19 20 <!-- INCLUDE overall_footer.html -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Wed Oct 2 15:03:47 2013 | Cross-referenced by PHPXref 0.7.1 |