| |
| |
| |
| |
| <form action="{S_POST_ACTION}" method="post" name="postform"{S_FORM_ENCTYPE}> |
| |
| <table width="100%" cellspacing="0" cellpadding="0" border="0"> |
| <tr> |
| <td width="20%" valign="top"> |
| |
| |
| <table class="tablebg" width="100%" cellspacing="1"> |
| <tr> |
| <th>{L_PM_TO}</th> |
| </tr> |
| |
| <tr> |
| <td class="row1"><b class="genmed">{L_USERNAME}:</b><br />[ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ]</td> |
| </tr> |
| |
| <tr> |
| <td class="row2"><input class="post" type="text" name="username_list" size="20" value="" /> <input class="post" type="submit" name="add_to" value="{L_ADD}" /></td> |
| </tr> |
| |
| <tr> |
| <td class="row1"><b class="genmed">{L_USERNAMES}:</b></td> |
| </tr> |
| <tr> |
| <td class="row2"><textarea name="username_list" rows="5" cols="22"></textarea><br /> |
| [ <a href="{U_FIND_USERNAME}" onclick="find_username(this.href); return false;">{L_FIND_USERNAME}</a> ] |
| </td> |
| </tr> |
| |
| |
| <tr> |
| <td class="row1"><b class="genmed">{L_USERGROUPS}:</b></td> |
| </tr> |
| <tr> |
| <td class="row2"><select name="group_list[]" multiple="true" size="5" style="width:150px">{S_GROUP_OPTIONS}</select></td> |
| </tr> |
| |
| |
| <tr> |
| <td class="row1"><div style="float: {S_CONTENT_FLOW_BEGIN};"> <input class="post" type="submit" name="add_bcc" value="{L_ADD_BCC}" /> </div><div style="float: {S_CONTENT_FLOW_END};"> <input class="post" type="submit" name="add_to" value="{L_ADD_TO}" /> </div></td> |
| </tr> |
| |
| </table> |
| <div style="padding: 2px;"></div> |
| |
| |
| <table class="tablebg" width="100%" cellspacing="1"> |
| <tr> |
| <th>{L_OPTIONS}</th> |
| </tr> |
| |
| |
| <tr> |
| |
| <td class="row1"><b class="nav">{l_block1.L_TITLE}</b> |
| |
| |
| |
| |
| |
| |
| <ul class="nav" style="margin: 0; padding: 0; list-style-type: none; line-height: 175%;"> |
| |
| |
| |
| <li class="row2" style="padding: 1px 0;">» <a href="{folder.U_FOLDER}">{folder.FOLDER_NAME} ({folder.UNREAD_MESSAGES})</a></li> |
| |
| <li>» <a href="{folder.U_FOLDER}">{folder.FOLDER_NAME} ({folder.UNREAD_MESSAGES})</a></li> |
| |
| |
| |
| </ul> |
| <hr /> |
| |
| |
| |
| |
| |
| <ul class="nav" style="margin: 0; padding: 0; list-style-type: none; line-height: 175%;"> |
| |
| <li>» <b>{l_block1.l_block2.L_TITLE}</b><a href="{l_block1.l_block2.U_TITLE}">{l_block1.l_block2.L_TITLE}</a></li> |
| |
| </ul> |
| |
| <td class="row2" nowrap="nowrap" onmouseover="this.className='row1'" onmouseout="this.className='row2'" onclick="location.href=this.firstChild.href;"><a class="nav" href="{l_block1.U_TITLE}">{l_block1.L_TITLE}</a> |
| |
| </td> |
| </tr> |
| |
| </table> |
| |
| <div style="padding: 2px;"></div> |
| |
| |
| <table class="tablebg" width="100%" cellspacing="1" cellpadding="0"> |
| <tr> |
| <th colspan="2">{L_MESSAGE_COLOURS}</th> |
| </tr> |
| |
| <tr> |
| |
| <td class="row1 {pm_colour_info.CLASS}" width="5"><img src="images/spacer.gif" width="5" alt="{pm_colour_info.LANG}" /></td> |
| |
| <td class="row1" width="25" align="center">{pm_colour_info.IMG}</td> |
| |
| <td class="row1"><span class="genmed">{pm_colour_info.LANG}</span></td> |
| </tr> |
| |
| </table> |
| |
| <div style="padding: 2px;"></div> |
| |
| |
| |
| <table class="tablebg" width="100%" cellspacing="1"> |
| <tr> |
| <th>{L_FRIENDS}</th> |
| </tr> |
| <tr> |
| <td class="row1" align="center"> |
| |
| <b class="genmed" style="color:green">{L_FRIENDS_ONLINE}</b> |
| |
| <ul class="nav" style="margin: 0; padding: 0; list-style-type: none; line-height: 175%;"> |
| |
| <li>{friends_online.USERNAME_FULL} |
| |
| [ <input class="post" style="font-size: 90%;" type="submit" name="add_to[{friends_online.USER_ID}]" value="{L_ADD}" /> ] |
| |
| </li> |
| |
| <li>{L_NO_FRIENDS_ONLINE}</li> |
| |
| </ul> |
| |
| <hr /> |
| |
| <b class="genmed" style="color:red">{L_FRIENDS_OFFLINE}</b> |
| |
| <ul class="nav" style="margin: 0; padding: 0; list-style-type: none; line-height: 175%;"> |
| |
| <li>{friends_offline.USERNAME_FULL} |
| |
| [ <input class="post" style="font-size: 90%;" type="submit" name="add_to[{friends_offline.USER_ID}]" value="{L_ADD}" /> ] |
| |
| </li> |
| |
| <li>{L_NO_FRIENDS_OFFLINE}</li> |
| |
| </ul> |
| |
| </td> |
| </tr> |
| </table> |
| |
| |
| </td> |
| <td><img src="images/spacer.gif" width="4" alt="" /></td> |
| <td width="80%" valign="top"><form name="ucp" id="ucp" method="post" action="{S_UCP_ACTION}"{S_FORM_ENCTYPE}> |