[ Index ] |
|
Code source de PHP NUKE 7.9 |
1 2 <form method="post" action="{S_SPLIT_ACTION}"> 3 <table width="100%" cellspacing="2" cellpadding="2" border="0" align="center"> 4 <tr> 5 <td align="left" class="nav"><a href="{U_INDEX}" class="nav">{L_INDEX}</a><span class="nav"> 6 -> <a href="{U_VIEW_FORUM}" class="nav">{FORUM_NAME}</a></span></td> 7 </tr> 8 </table> 9 <table width="100%" cellpadding="4" cellspacing="1" border="0" class="forumline"> 10 <tr> 11 <th height="25" class="thHead" colspan="3" nowrap="nowrap">{L_SPLIT_TOPIC}</th> 12 </tr> 13 <tr> 14 <td class="row2" colspan="3" align="center"><span class="gensmall">{L_SPLIT_TOPIC_EXPLAIN}</span></td> 15 </tr> 16 <tr> 17 <td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_SUBJECT}</span></td> 18 <td class="row2" colspan="2"><span class="courier"> 19 <input type="text" size="35" style="width: 350px" maxlength="100" name="subject" class="post" /> 20 </span></td> 21 </tr> 22 <tr> 23 <td class="row1" nowrap="nowrap"><span class="gen">{L_SPLIT_FORUM}</span></td> 24 <td class="row2" colspan="2"><span class="courier">{S_FORUM_SELECT}</span></td> 25 </tr> 26 <tr> 27 <td class="catHead" colspan="3" height="28"> 28 <table width="60%" cellspacing="0" cellpadding="0" border="0" align="center"> 29 <tr> 30 <td width="50%" align="center"> 31 <input class="liteoption" type="submit" name="split_type_all" value="{L_SPLIT_POSTS}" /> 32 </td> 33 <td width="50%" align="center"> 34 <input class="liteoption" type="submit" name="split_type_beyond" value="{L_SPLIT_AFTER}" /> 35 </td> 36 </tr> 37 </table> 38 </td> 39 </tr> 40 <tr> 41 <th class="thLeft" nowrap="nowrap">{L_AUTHOR}</th> 42 <th nowrap="nowrap">{L_MESSAGE}</th> 43 <th class="thRight" nowrap="nowrap">{L_SELECT}</th> 44 </tr> 45 <!-- BEGIN postrow --> 46 <tr> 47 <td align="left" valign="top" class="{postrow.ROW_CLASS}"><span class="name"><a name="{postrow.U_POST_ID}"></a>{postrow.POSTER_NAME}</span></td> 48 <td width="100%" valign="top" class="{postrow.ROW_CLASS}"> 49 <table width="100%" cellspacing="0" cellpadding="3" border="0"> 50 <tr> 51 <td valign="middle"><img src="themes/DeepBlue/forums/images/icon_minipost.gif" alt="{L_POST}"><span class="postdetails">{L_POSTED}: 52 {postrow.POST_DATE} {L_POST_SUBJECT}: {postrow.POST_SUBJECT}</span></td> 53 </tr> 54 <tr> 55 <td valign="top"> 56 <hr size="1" /> 57 <span class="postbody">{postrow.MESSAGE}</span></td> 58 </tr> 59 </table> 60 </td> 61 <td width="5%" align="center" class="{postrow.ROW_CLASS}">{postrow.S_SPLIT_CHECKBOX}</td> 62 </tr> 63 <tr> 64 <td colspan="3" height="1" class="row3"><img src="themes/DeepBlue/forums/images/spacer.gif" width="1" height="1" alt="."></td> 65 </tr> 66 <!-- END postrow --> 67 <tr> 68 <td class="catBottom" colspan="3" height="28"> 69 <table width="60%" cellspacing="0" cellpadding="0" border="0" align="center"> 70 <tr> 71 <td width="50%" align="center"> 72 <input class="liteoption" type="submit" name="split_type_all" value="{L_SPLIT_POSTS}" /> 73 </td> 74 <td width="50%" align="center"> 75 <input class="liteoption" type="submit" name="split_type_beyond" value="{L_SPLIT_AFTER}" /> 76 {S_HIDDEN_FIELDS} </td> 77 </tr> 78 </table> 79 </td> 80 </tr> 81 </table> 82 <table width="100%" cellspacing="2" border="0" align="center" cellpadding="2"> 83 <tr> 84 <td align="right" valign="top"><span class="gensmall">{S_TIMEZONE}</span></td> 85 </tr> 86 </table> 87 </form>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sun Apr 1 11:11:59 2007 | par Balluche grâce à PHPXref 0.7 |