[ Index ] |
PHP Cross Reference of Unnamed Project |
[Summary view] [Print] [Text view]
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"> 13 <!-- IF ADDITIONAL_MSG --> 14 <span class="gen error">{ADDITIONAL_MSG}</span><br /> 15 <!-- ENDIF --> 16 <!-- IF S_FORUM_SELECT --> 17 <span class="gen"><br />{L_SELECT_DESTINATION_FORUM} </span> 18 <select name="to_forum_id">{S_FORUM_SELECT}</select><br /> 19 <!-- IF S_CAN_LEAVE_SHADOW --> 20 <input type="checkbox" class="radio" name="move_leave_shadow" checked="checked" /><span class="gen">{L_LEAVE_SHADOW}</span><br /> 21 <!-- ENDIF --> 22 <br />{S_HIDDEN_FIELDS}<span class="gen">{MESSAGE_TEXT}</span><br /><br /> 23 <input type="submit" name="confirm" value="{YES_VALUE}" class="btnmain" /> <input type="submit" name="cancel" value="{L_NO}" class="btnlite" /> 24 <!-- ELSE --> 25 <span class="gen">{L_NO_DESTINATION_FORUM}</span><br /><br /> 26 {S_HIDDEN_FIELDS} 27 <input type="submit" name="cancel" value="{L_CANCEL}" class="btnlite" /> 28 <!-- ENDIF --> 29 </td> 30 </tr> 31 </table> 32 {S_FORM_TOKEN} 33 </form> 34 35 </div> 36 37 <br clear="all" /> 38 39 <!-- INCLUDE breadcrumbs.html --> 40 41 <br clear="all" /> 42 43 <!-- 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 |