[ 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 <div class="errorbox"> 5 <h3>{L_WARNING}</h3> 6 <p>{MESSAGE_TEXT}</p> 7 </div> 8 <fieldset> 9 10 11 {S_HIDDEN_FIELDS} 12 13 <div style="text-align: center;"> 14 <input type="submit" name="confirm" value="{L_YES}" class="button2" /> 15 <input type="submit" name="cancel" value="{L_CANCEL}" class="button2" /> 16 </div> 17 18 </fieldset> 19 20 </form> 21 22 <!-- 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 |