Changeset 249

Show
Ignore:
Timestamp:
05/12/09 07:14:20 (3 years ago)
Author:
Nafania
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • templates/bithdtv/message_viewmailbox.html

    r228 r249  
    1717<table width="750" border="0" cellspacing="0" cellpadding="5"> 
    1818        <tr> 
    19                 <td class="colhead" width="2%">&nbsp;&nbsp;</th
    20         <td class="colhead" width="65%">{L_SUBJECT} </th
    21         <td class="colhead" width="20%" align="center">{SENDER_RECEIVER}</th
    22         <td class="colhead" width="15%" align="center">{L_DATE}</th
    23         <td class="colhead" width="2%"><input type="checkbox" onclick="this.value=check(document.form1.elements);" /></th
     19                <td class="colhead" width="2%">&nbsp;&nbsp;</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
    2424        </tr> 
    2525    <!-- BEGIN no_pms --> 
  • templates/bithdtv/ucp_simpaty_body.html

    r87 r249  
    11<!-- INCLUDE ucp_header.html --> 
    22 
    3 <!-- BEGIN switch_no_count --> 
    4 {L_NON_RESPECTS_YET} 
    5 <!-- END switch_no_count --> 
    6 <!-- BEGIN switch_count --> 
    73<table width="100%" class="detail"> 
    84        <tr> 
     
    117                <td class="colhead">{L_FROM_WHO}</td> 
    128                <td class="colhead" align="center">{L_FROM_WHAT}</td> 
    13                 <td class="colhead">{L_REASON}</td> 
    149                <td class="colhead" width="100" align="center">{L_DATE}</td> 
    15                 <!-- IF switch_count.DELETE_SECTION --> 
    16                 <td class="colhead"></td> 
    17                 <!-- ENDIF --> 
    1810 
    1911        </tr> 
    2012        <!-- BEGIN simpaty_row --> 
    2113        <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">&nbsp;+&nbsp;</span> 
     20 
     21                <!-- ELSE --> 
     22 
     23                <span class="badResp">&nbsp;-&nbsp;</span> 
     24 
    3025                <!-- 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> 
    3131        </tr> 
    3232        <!-- END simpaty_row --> 
    3333</table> 
    34 {switch_count.PAGERBOTTOM} 
    35 <!-- END switch_count --> 
     34{PAGERBOTTOM} 
    3635 
    3736<!-- INCLUDE ucp_footer.html --> 
  • templates/bithdtv/userdetails.html

    r245 r249  
    5858                <br><hr><b>{L_AGE}:</b>&nbsp; {AGE} <b>{L_BIRTHDAY}:</b>&nbsp; {BIRTHDAY} 
    5959                <br><hr><b>{L_COMMENTS}:</b>&nbsp; {COMMENTS} <b>{L_FORUM_POSTS}:</b>&nbsp; {FORUM_POSTS} 
    60                 <b>{L_REPUTATION}:</b>&nbsp; {USER_POINTS} 
     60                <b>{L_REPUTATION}:</b>&nbsp; <!-- IF U_SIMPATY --><a href="{U_SIMPATY}"><!-- ENDIF -->{USER_POINTS}<!-- IF U_SIMPATY --></a><!-- ENDIF --> 
    6161                </td> 
    6262        </tr>