Changeset 249
- Timestamp:
- 05/12/09 07:14:20 (3 years ago)
- Files:
-
- templates/bithdtv/message_viewmailbox.html (modified) (1 diff)
- templates/bithdtv/ucp_simpaty_body.html (modified) (2 diffs)
- templates/bithdtv/userdetails.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
templates/bithdtv/message_viewmailbox.html
r228 r249 17 17 <table width="750" border="0" cellspacing="0" cellpadding="5"> 18 18 <tr> 19 <td class="colhead" width="2%"> </t h>20 <td class="colhead" width="65%">{L_SUBJECT} </t h>21 <td class="colhead" width="20%" align="center">{SENDER_RECEIVER}</t h>22 <td class="colhead" width="15%" align="center">{L_DATE}</t h>23 <td class="colhead" width="2%"><input type="checkbox" onclick="this.value=check(document.form1.elements);" /></t h>19 <td class="colhead" width="2%"> </td> 20 <td class="colhead" width="65%">{L_SUBJECT} </td> 21 <td class="colhead" width="20%" align="center">{SENDER_RECEIVER}</td> 22 <td class="colhead" width="15%" align="center">{L_DATE}</td> 23 <td class="colhead" width="2%"><input type="checkbox" onclick="this.value=check(document.form1.elements);" /></td> 24 24 </tr> 25 25 <!-- BEGIN no_pms --> templates/bithdtv/ucp_simpaty_body.html
r87 r249 1 1 <!-- INCLUDE ucp_header.html --> 2 2 3 <!-- BEGIN switch_no_count -->4 {L_NON_RESPECTS_YET}5 <!-- END switch_no_count -->6 <!-- BEGIN switch_count -->7 3 <table width="100%" class="detail"> 8 4 <tr> … … 11 7 <td class="colhead">{L_FROM_WHO}</td> 12 8 <td class="colhead" align="center">{L_FROM_WHAT}</td> 13 <td class="colhead">{L_REASON}</td>14 9 <td class="colhead" width="100" align="center">{L_DATE}</td> 15 <!-- IF switch_count.DELETE_SECTION -->16 <td class="colhead"></td>17 <!-- ENDIF -->18 10 19 11 </tr> 20 12 <!-- BEGIN simpaty_row --> 21 13 <tr> 22 <td class="{switch_count.simpaty_row.TD_CLASS}">{switch_count.simpaty_row.NUMBER}</td> 23 <td class="{switch_count.simpaty_row.TD_CLASS}" align="center"><img src="{switch_count.simpaty_row.TYPE}" alt="{switch_count.simpaty_row.IMG_ALT}" title="{switch_count.simpaty_row.IMG_ALT}" /></td> 24 <td class="{switch_count.simpaty_row.TD_CLASS}"><!-- IF switch_count.simpaty_row.U_USERDETAILS --><a href="{switch_count.simpaty_row.U_USERDETAILS}"><!-- ENDIF -->{switch_count.simpaty_row.FROM_USERNAME}<!-- IF switch_count.simpaty_row.U_USERDETAILS --></a><!-- ENDIF --></td> 25 <td class="{switch_count.simpaty_row.TD_CLASS}" align="center">{switch_count.simpaty_row.FROM_WHAT}</td> 26 <td class="{switch_count.simpaty_row.TD_CLASS}" align="left">{switch_count.simpaty_row.DESCRIPTION}</td> 27 <td class="{switch_count.simpaty_row.TD_CLASS}" align="center">{switch_count.simpaty_row.DATE}</td> 28 <!-- IF switch_count.DELETE_SECTION --> 29 <td class="{switch_count.simpaty_row.TD_CLASS}"><a href="{switch_count.simpaty_row.U_DELETE}"><img src="pic/warned2.gif" alt="" /></a></td> 14 <td class="{simpaty_row.TD_CLASS}">{simpaty_row.NUMBER}</td> 15 <td class="{simpaty_row.TD_CLASS}" align="center"> 16 17 <!-- IF simpaty_row.TYPE --> 18 19 <span class="goodResp"> + </span> 20 21 <!-- ELSE --> 22 23 <span class="badResp"> - </span> 24 30 25 <!-- ENDIF --> 26 27 </td> 28 <td class="{simpaty_row.TD_CLASS}"><a href="{simpaty_row.U_USERDETAILS}">{simpaty_row.FROM_USERNAME}</a></td> 29 <td class="{simpaty_row.TD_CLASS}" align="center">{simpaty_row.FROM_WHAT}</td> 30 <td class="{simpaty_row.TD_CLASS}" align="center">{simpaty_row.DATE}</td> 31 31 </tr> 32 32 <!-- END simpaty_row --> 33 33 </table> 34 {switch_count.PAGERBOTTOM} 35 <!-- END switch_count --> 34 {PAGERBOTTOM} 36 35 37 36 <!-- INCLUDE ucp_footer.html --> templates/bithdtv/userdetails.html
r245 r249 58 58 <br><hr><b>{L_AGE}:</b> {AGE} <b>{L_BIRTHDAY}:</b> {BIRTHDAY} 59 59 <br><hr><b>{L_COMMENTS}:</b> {COMMENTS} <b>{L_FORUM_POSTS}:</b> {FORUM_POSTS} 60 <b>{L_REPUTATION}:</b> {USER_POINTS}60 <b>{L_REPUTATION}:</b> <!-- IF U_SIMPATY --><a href="{U_SIMPATY}"><!-- ENDIF -->{USER_POINTS}<!-- IF U_SIMPATY --></a><!-- ENDIF --> 61 61 </td> 62 62 </tr>
