<html dir="{$_CONF['info_row']['content_dir']}" xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$_CONF['info_row']['content_language']}" lang="{$_CONF['info_row']['content_language']}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={$_CONF['info_row']['charset']}" />
<meta name="generator" content="PowerBB" />
<link rel="stylesheet" href="{$style_path}" type="text/css" />
<title>{$lang['manage_attachments']} -
{if {$_CONF['info_row']['allowed_powered']} == 1}
{$lang['powered']}
{/if}</title>
</head>
<body>
<form name="topic" method="post" enctype="multipart/form-data" action="index.php?page=pm_send&add_start_pm=1">
<table border="0" cellspacing="1" width="100%" class="border" align="center" id="add_attach_table">
<tr align="center">
<td class="tcat" colspan="2">
{$lang['attachments']}
</td>
</tr>
<tr align="center">
<td class="row1 rows_space" colspan="2">
{$lang['ex_list']}
{Des::while}{ExList}
{$ExList['Ex']}
{/Des::while}
</td>
</tr>
<tr align="center">
<td class="row1 rows_space">
{$lang['review_file']}
</td>
<td class="row1 rows_space">
<input name="files" type="file" size="40" />
</td>
</tr>
<tr align="center" class="more_attach_tr">
<td class="row1 rows_space" colspan="2">
<input name="insert" type="submit" value="{$lang['upload']}" />
</td>
</tr>
{Des::while}{PmAttachList}
<tr align="center">
<td class="row2" colspan="2">
<table border="0" cellspacing="1" width="100%" cellpadding="0" style="border-collapse: collapse">
<tr align="center">
<td class="row2" width="50%">
<a target="_blank" href="index.php?page=download&attach=1&id={$PmAttachList['id']}">
{$PmAttachList['filename']}</a>
</td>
<td class="row2" width="50%">
<a href="index.php?page=pm_send&delete_attach_pm=1&id={$PmAttachList['id']}">
{$lang['remove']}</a>
</td>
</tr>
</table>
</td>
</tr>
{/Des::while}
</table>
</form>
</body>
</html>