mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 20:13:22 +01:00
116 lines
5.0 KiB
HTML
116 lines
5.0 KiB
HTML
<!-- INCLUDE ucp_header.html -->
|
|
|
|
<!-- $Id$ -->
|
|
|
|
<div id="pagecontent">
|
|
<!-- IF not PROMPT -->
|
|
<!-- INCLUDE ucp_pm_message_header.html -->
|
|
<!-- ENDIF -->
|
|
<div style="padding: 2px;"></div>
|
|
|
|
<!-- IF S_PM_ICONS and S_UNREAD -->
|
|
<!-- DEFINE $COLSPAN = 7 -->
|
|
<!-- ELSEIF not S_PM_ICONS and not S_UNREAD -->
|
|
<!-- DEFINE $COLSPAN = 5 -->
|
|
<!-- ELSE -->
|
|
<!-- DEFINE $COLSPAN = 6 -->
|
|
<!-- ENDIF -->
|
|
|
|
<form name="viewfolder" method="post" action="{S_PM_ACTION}" style="margin:0px">
|
|
<!-- IF PROMPT -->
|
|
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" border="0">
|
|
<tr>
|
|
<th colspan="2" valign="middle">{L_OPTIONS}</th>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" width="35%">{L_DELIMITER}: </td>
|
|
<td class="row2"><input class="post" type="text" name="delimiter" value="," /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="row1" width="35%">{L_ENCLOSURE}: </td>
|
|
<td class="row2"><input class="post" type="text" name="enclosure" value=""" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td class="cat" colspan="2" align="center"><input type="hidden" name="export_option" value="CSV" /><input class="btnmain" type="submit" name="submit_export" value="{L_EXPORT_FOLDER}" /> <input class="btnlite" type="reset" value="Reset" name="reset" /></td>
|
|
</tr>
|
|
</table>
|
|
<!-- ELSE -->
|
|
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" border="0">
|
|
<!-- IF NUM_NOT_MOVED -->
|
|
<tr>
|
|
<td class="row3" colspan="{$COLSPAN}" align="center"><span class="gen">{NOT_MOVED_MESSAGES}<br />{RELEASE_MESSAGE_INFO}</span></td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
<tr>
|
|
<th colspan="<!-- IF S_PM_ICONS -->3<!-- ELSE -->2<!-- ENDIF -->"> {L_SUBJECT} </th>
|
|
<!-- IF S_UNREAD -->
|
|
<th> <!-- IF S_SHOW_RECIPIENTS -->{L_RECIPIENTS}<!-- ELSE -->{L_AUTHOR}<!-- ENDIF --> </th>
|
|
<th> {L_FOLDER} </th>
|
|
<!-- ELSE -->
|
|
<th> <!-- IF S_SHOW_RECIPIENTS -->{L_RECIPIENTS}<!-- ELSE -->{L_AUTHOR}<!-- ENDIF --> </th>
|
|
<!-- ENDIF -->
|
|
<th> {L_SENT_AT} </th>
|
|
<th> {L_MARK} </th>
|
|
</tr>
|
|
|
|
<!-- BEGIN messagerow -->
|
|
<tr>
|
|
<td class="row1" width="25" align="center" nowrap="nowrap">{messagerow.FOLDER_IMG}</td>
|
|
<!-- IF S_PM_ICONS -->
|
|
<td class="row1" width="25" align="center">{messagerow.PM_ICON_IMG}</td>
|
|
<!-- ENDIF -->
|
|
<!-- IF messagerow.S_PM_DELETED --><td class="row3"><!-- ELSE --><td class="row1"><!-- ENDIF -->
|
|
<!-- IF messagerow.S_PM_REPORTED -->
|
|
<a href="{messagerow.U_MCP_REPORT}">{REPORTED_IMG}</a>
|
|
<!-- ENDIF -->
|
|
<!-- IF not messagerow.PM_IMG and messagerow.PM_CLASS -->
|
|
<span class="{messagerow.PM_CLASS}"><img src="images/spacer.gif" width="10" height="10" alt="" border="0" /></span>
|
|
<!-- ELSEIF messagerow.PM_IMG -->
|
|
{messagerow.PM_IMG}
|
|
<!-- ENDIF -->
|
|
<p class="topictitle">
|
|
{messagerow.ATTACH_ICON_IMG}
|
|
<!-- IF messagerow.S_PM_DELETED -->
|
|
{L_MESSAGE_REMOVED_FROM_OUTBOX}<br />
|
|
<a href="{messagerow.U_REMOVE_PM}" style="float:right;">{L_DELETE_MESSAGE}</a>
|
|
<!-- ELSE -->
|
|
<a href="{messagerow.U_VIEW_PM}">{messagerow.SUBJECT}</a>
|
|
<!-- ENDIF -->
|
|
</p></td>
|
|
<td class="row1" width="100" align="center"><p class="topicauthor"><!-- IF S_SHOW_RECIPIENTS -->{messagerow.RECIPIENTS}<!-- ELSE -->{messagerow.MESSAGE_AUTHOR}<!-- ENDIF --></p></td>
|
|
<!-- IF S_UNREAD -->
|
|
<td class="row1" width="100" align="center"><p class="topicauthor"><!-- IF messagerow.FOLDER --><a href="{messagerow.U_FOLDER}">{messagerow.FOLDER}</a><!-- ELSE -->{L_UNKNOWN_FOLDER}<!-- ENDIF --></p></td>
|
|
<!-- ENDIF -->
|
|
<td class="row1" width="120" align="center"><p class="topicdetails">{messagerow.SENT_TIME}</p></td>
|
|
<td class="row1" width="20" align="center"><p class="topicdetails"><input type="checkbox" name="marked_msg_id[]" value="{messagerow.MESSAGE_ID}" /></p></td>
|
|
</tr>
|
|
<!-- BEGINELSE -->
|
|
<tr>
|
|
<td class="row1" colspan="{$COLSPAN}" height="30" align="center" valign="middle"><span class="gen">{L_NO_MESSAGES}</span></td>
|
|
</tr>
|
|
<!-- END messagerow -->
|
|
|
|
<input type="hidden" name="cur_folder_id" value="{CUR_FOLDER_ID}" />
|
|
</table>
|
|
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
|
<tr>
|
|
<td class="cat" align="left"><span class="gensmall">{L_DISPLAY_MESSAGES}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" name="sort" value="{L_GO}" /></td>
|
|
<td class="cat" align="right"><select name="mark_option">{S_MARK_OPTIONS}</select> <input class="btnlite" type="submit" name="submit_mark" value="{L_GO}" /> </td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div style="padding: 2px;"></div>
|
|
<!-- INCLUDE ucp_pm_message_footer.html -->
|
|
|
|
<!-- IF .messagerow -->
|
|
<div style="float:left"><br /><select name="export_option"><option value="CSV">{L_EXPORT_AS_CSV}</option><option value="CSV_EXCEL">{L_EXPORT_AS_CSV_EXCEL}</option><option value="XML">{L_EXPORT_AS_XML}</option></select> <input class="btnlite" type="submit" name="submit_export" value="{L_EXPORT_FOLDER}" /></div>
|
|
<!-- ENDIF -->
|
|
|
|
<!-- ENDIF -->
|
|
</form>
|
|
<br clear="all" />
|
|
|
|
</div>
|
|
|
|
<!-- INCLUDE ucp_footer.html -->
|