65 lines
2.2 KiB
HTML
65 lines
2.2 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' style='border-bottom-width:0'>
|
|
<tbody>
|
|
<tr>
|
|
<td class='tcat'>
|
|
<div class='normal' style='float:right'> </div>
|
|
Private Message to <span class='normal'>: {{TO_USERNAME}}</span>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<form action='/process/replymessage' method='post'>
|
|
<input type='hidden' name='to_user' value='{{TO_USER_ID}}'/>
|
|
<table class='tborder' cellpadding='6' cellspacing='1' border='0' width='100%' align='center'>
|
|
<tbody>
|
|
<tr>
|
|
<td class='panelsurround' align='center'>
|
|
<div class='panel'>
|
|
<div style='width:640px' align='left'>
|
|
<table cellpadding='0' cellspacing='0' border='0' class='fieldset'>
|
|
<tbody>
|
|
<tr><td class='smallfont' colspan='3'>Title:</td></tr>
|
|
<tr>
|
|
<td><input type='text' class='bginput' name='title' value='' size='40' maxlength='85'/></td>
|
|
<td> </td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<div class='smallfont'>Message text:</div>
|
|
<div style='text-align:left; padding-right:8px'>
|
|
<textarea name='message' rows='10' cols='60' style='height:250px; width:100%'></textarea>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div style='margin-top:6px'><input type='submit' class='button' value='Submit Message'/></div>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
<br/>
|
|
{{COMMON_FOOTER}}
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|