2026-03-20 10:48:09 +01:00

82 lines
3.3 KiB
HTML

<!DOCTYPE html>
<html lang='en'>
<head>
<meta charset='UTF-8'/>
<meta name='viewport' content='width=device-width, initial-scale=1.0'/>
<meta http-equiv='Expires' content='0'/>
<link rel='stylesheet' type='text/css' href='/css/all.css'/>
<script type='text/javascript' src='/client.js?ver=2.43'></script>
<title>kAmMa's Forum</title>
</head>
<body>
<div class='page' style='width:100%; text-align:left'>
<div style='padding:0 25px 0 25px' align='left'>
<br/>
{{COMMON_HEADER}}
<br/>
{{ERROR_BLOCK}}
<table class='tborder' cellpadding='6' cellspacing='1' border='0' width='100%' align='center'>
<thead>
<tr><td class='tcat'>Reply to <span style='color:blue;font-weight:bold'>{{TO_USERNAME}}</span></td></tr>
</thead>
<tbody>
<tr>
<td class='panelsurround' align='center'>
<form action='/process/replymessage' method='post'>
<div class='panel'>
<div align='center'>
<div style='max-width:640px; width:auto'>
<div class='smallfont messagetext' style='text-align:left'>Message:</div>
<div id='vB_Editor_QR' class='vBulletin_editor'>
<div class='controlbar' style='padding-right:8px'>
<fieldset style='border:0; padding:0; margin:0'>
<textarea name='message' rows='10' cols='60' style='height:120px; width:100%'></textarea>
</fieldset>
</div>
</div>
<div class='submit_button'>
<input type='hidden' name='pmid' value='{{PM_ID}}'/>
<input type='hidden' name='title' value='{{RE_TITLE}}'/>
<input type='hidden' name='to_user' value='{{TO_USER_ID}}'/>
<input type='hidden' name='perpage' value='{{PER_PAGE}}'/>
<input type='hidden' name='iPageNo' value='{{I_PAGE_NO}}'/>
</div>
</div>
</div>
</div>
<div style='margin-top:6px'><input type='submit' value='Submit Message' class='button'/></div>
</form>
</td>
</tr>
</tbody>
</table>
<br/>
<table class='tborder' cellpadding='6' cellspacing='1' border='0' width='100%' align='center' style='border-bottom-width:0'>
<tbody><tr><td class='tcat'><div class='normal' style='float:right'>&nbsp;</div>Private Messages<span class='normal'>: {{THREAD_TITLE}}</span></td></tr></tbody>
</table>
<div align='right'>
<table class='tborder' cellpadding='3' cellspacing='1' border='0'>
<tbody><tr>
<td class='vbmenu_control' style='font-weight:normal'>
<form method='get' action='/message' style='display:inline'>
<input type='hidden' name='pmid' value='{{PM_ID}}'/>
<input type='hidden' name='iPageNo' value='1'/>
Records per page:
<select class='bginput' name='perpage' onchange='this.form.submit()'>{{PER_PAGE_OPTIONS}}</select>
</form>
<span class='smallfont'> Rows {{ROWS_FROM}} - {{ROWS_TO}} of {{ROWS_TOTAL}} {{PAGE_LINKS}}</span>
</td>
</tr></tbody>
</table>
</div>
<br/>
{{MESSAGE_ROWS}}
<br/>
{{COMMON_FOOTER}}
</div>
</div>
</body>
</html>