<!-- up -->
<div class="etar">
<table width="100%" >
	<tr>
		<td class="forum_header2">$nummsg رسالة من أصل $total رسالة كحد أقصى</td>
	</tr>
</table>

<table id="table1" style="width: 100%">
	<tr>
		<td style="text-align:center" colspan="2"><b>$box_title ممتلئ بمعدل $width % </b></td>
	</tr>
	<tr>
		<td style="text-align:right" colspan="2"><img alt="" border="0" src="images/msg.gif" width="$width%" height="10" /></td>
	</tr>
	<tr>
		<td style="text-align:right;width:50%">0 %</td>
		<td style="text-align:left;width:50%">100 %</td>
	</tr>
</table>
</div>
<!-- middel -->
<div style="float:left" class="buttons" >
<a href="pm2.php?action=sendmsg">رسالة جديدة</a></div>
<div class="clear"></div>

<div class="etar">
<table width="100%" >
	<tr>
		<td class="forum_header2">$box_title</td>
	</tr>
</table>
<form method="POST" action="$PHP_SELF?action=manag" name="admin">
<table width="100%" >
	<tr>
		<td class="forum_header">&nbsp;</td>
		<td width="50%" class="forum_header">عنوان الرسالة</td>
		<td class="forum_header">$tofrom</td>
		<td width="30%" class="forum_header">تاريخ الإرسال</td>
		<td class="forum_header"></td>
	</tr>
$pm_msg_list	$toname
</table>
<div style="text-align:center">
					<b>خيارات الرسائل:</b>
					<select name="do">
					<option value="">إختر من القائمة</option>
					<option value="save">حفظ</option>
					<option value="del">حذف</option>
					<option value="export">تصدير</option>
					<option value="read">إجعلها مقروءة</option>
					<option value="unread">إجعلها غير مقروءة</option>
					</select> <input type="submit" class="" value="تنفيذ" />
					<input type="button" name="CheckAll" value="تحديد الكل" onclick="checkAll(document.admin)">
					<input type="button" name="UnCheckAll" value="الغاء التحديد" onclick="uncheckAll(document.admin)">
					<input type="hidden" name="box" value="$box"></form>
</div>

</div>

<!-- down -->
<div class="etar">
<table width="100%" >
	<tr><td style="text-align:center">
		<img border="0" src="themes/$apt->themepath/pm_unread.gif" width="18" height="12" /> رسالة غير مقروءة
		<img border="0" src="themes/$apt->themepath/pm_read.gif" width="18" height="17" /> رسالة مقروءة
		<img border="0" src="themes/$apt->themepath/pm_reply.gif" width="18" height="17" /> رسالة تم الرد عليها
		<img border="0" src="themes/$apt->themepath/pm_forward.gif" width="18" height="17" /> رسالة محولة		
		</td>
	</tr>
</table>
</div>

		<div class="" style="text-align:center">
			<form action="pm2.php" method="get">
				<b>الإنتقال الى:</b>
				<select name="box" onchange="this.form.submit();">
				<option value="index" selected="selected">إختر من القائمة
				</option>
				<option value="1">صندوق الوارد</option>
				<option value="2">صندوق الصادر</option>
				<option value="3">صندوق الحفظ</option>
				</select> <input type="submit" class="" value="إذهب" />
			</form>
		</div>