[ Index ] |
|
Code source de Phorum 5.1.25 |
1 <table border="0" cellspacing="0" class="PhorumStdTable"> 2 <tr> 3 <th class="PhorumTableHeader" align="left" width="20"> 4 {ASSIGN ITEMCOUNT MESSAGECOUNT} 5 {INCLUDE pm_list_selectall} 6 </th> 7 <th class="PhorumTableHeader" align="left">{LANG->Subject}</th> 8 <th class="PhorumTableHeader" align="left" nowrap="nowrap">{LANG->From} </th> 9 <th class="PhorumTableHeader" align="left" nowrap="nowrap">{LANG->Date} </th> 10 </tr> 11 {IF MESSAGECOUNT} 12 {LOOP MESSAGES} 13 <tr> 14 <td class="PhorumTableRow"> 15 <input type="checkbox" name="checked[]" value="{MESSAGES->pm_message_id}" /> 16 </td> 17 <td class="PhorumTableRow"> 18 <a href="{MESSAGES->read_url}">{MESSAGES->subject}</a> 19 {IF NOT MESSAGES->read_flag} 20 <span class="PhorumNewFlag"> {LANG->newflag}</span> 21 {/IF} 22 </td> 23 <td class="PhorumTableRow" nowrap="nowrap"> 24 <a href="{MESSAGES->from_profile_url}">{MESSAGES->from_username}</a> 25 </td> 26 <td class="PhorumTableRow" nowrap="nowrap" width="1"> 27 <div style="white-space:nowrap">{MESSAGES->date} </div> 28 </td> 29 </tr> 30 {/LOOP MESSAGES} 31 {ELSE} 32 <tr> 33 <td colspan="4" style="text-align: center" class="PhorumTableRow"> 34 <br /> 35 <i>{LANG->PMFolderIsEmpty}</i><br /> 36 <br /> 37 </td> 38 </tr> 39 {/IF} 40 </table> 41 <div class="PhorumStdBlock" style="border-top:none"> 42 {VAR MOVE_SUBMIT_NAME move} 43 {INCLUDE pm_moveselect} 44 <input type="submit" name="delete" class="PhorumSubmit" value="{LANG->Delete}" onclick="return confirm('<?php echo addslashes($PHORUM['DATA']['LANG']['AreYouSure'])?>')" /> 45 </div>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Thu Nov 29 12:22:27 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |