mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
47 lines
2.1 KiB
HTML
47 lines
2.1 KiB
HTML
|
|
<!-- $Id$ -->
|
|
|
|
<script language="javascript" type="text/javascript">
|
|
<!--
|
|
function marklist(form_name, status)
|
|
{
|
|
for (i = 0; i < document.forms[form_name].length; i++)
|
|
{
|
|
document.forms[form_name].elements[i].checked = status;
|
|
}
|
|
}
|
|
//-->
|
|
</script>
|
|
|
|
<table width="100%" cellspacing="1">
|
|
<tr>
|
|
<td class="gensmall" nowrap="nowrap" align="left">
|
|
<!-- IF S_UNREAD --><b>{L_UNREAD_MESSAGES}</b><!-- ELSE -->{FOLDER_STATUS}<!-- ENDIF -->
|
|
<td class="gensmall" nowrap="nowrap" align="right"><!-- IF U_INBOX --><a href="{U_INBOX}">{L_PM_INBOX}</a><!-- ELSE -->{L_PM_INBOX}<!-- ENDIF --> | <!-- IF U_OUTBOX --><a href="{U_OUTBOX}">{L_PM_OUTBOX}</a><!-- ELSE -->{L_PM_OUTBOX}<!-- ENDIF --> | <!-- IF U_SENTBOX --><a href="{U_SENTBOX}">{L_PM_SENTBOX}</a><!-- ELSE -->{L_PM_SENTBOX}<!-- ENDIF --> | <a href="{U_CREATE_FOLDER}">{L_CREATE_FOLDER}</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
|
<tr>
|
|
<td class="row1"><table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td align="left">
|
|
<!-- IF TOTAL_MESSAGES -->
|
|
<table width="100%" cellspacing="1">
|
|
<tr>
|
|
<td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
|
|
<td class="gensmall" nowrap="nowrap"> [ {TOTAL_MESSAGES} ] </td>
|
|
<td class="gensmall" width="100%" align="right" nowrap="nowrap"><b>{PAGINATION}</b></td>
|
|
</tr>
|
|
</table>
|
|
<!-- ENDIF -->
|
|
<!-- IF S_VIEW_MESSAGE -->
|
|
<span class="gensmall">
|
|
<!-- IF S_DISPLAY_HISTORY --><a href="{U_VIEW_PREVIOUS_HISTORY}">{L_VIEW_PREVIOUS_HISTORY}</a> | <a href="{U_VIEW_NEXT_HISTORY}">{L_VIEW_NEXT_HISTORY}</a> | <!-- ENDIF --><a href="{U_PREVIOUS_PM}">{L_VIEW_PREVIOUS_PM}</a> | <a href="{U_NEXT_PM}">{L_VIEW_NEXT_PM}</a>
|
|
</span>
|
|
<!-- ENDIF -->
|
|
</td><td align="right" nowrap="nowrap"><form name="choosefolder" method="post" action="{S_FOLDER_ACTION}" style="margin:0px">
|
|
<select name="f">{S_FOLDER_OPTIONS}</select> <input class="btnlite" type="submit" name="folder" value="{L_GO}" /></form>
|
|
</td></tr></table></td>
|
|
</tr>
|
|
</table>
|
|
|