Files
tuend-work 0b28a76e20 ud
2025-11-12 23:24:15 +07:00

21 lines
835 B
HTML

|LF_STANDARD|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=|LANG_ENCODING|">
<title>|LANG_EDIT_MESS|</title>
<style type="text/css">
|CSS_STYLE|
</style>
</head>
<body>
<center>
<table style="width: 80%;" class=list cellpadding=3 cellspacing=1>
<form name=package action='|COMMAND|' method='POST'>
<tr><td class=listtitle colspan=2>|LANG_EDIT_MESS|</td ></tr>
<tr><td class=list>|LANG_SUBJECT|:</td><td class=list><input type=text size=50 name=subject value="|SUBJECT|"></td></tr>
<tr><td class=list>|LANG_MESSAGE|:</td><td class=list align=center><textarea rows=25 cols=80 name=message>|MESSAGE|</textarea></td></tr>
<tr><td class=listtitle align=right colspan=2><input type=submit name=reset value="|LANG_RESET|"> <input type=submit name=save value="|LANG_SAVE|"></td></tr>
</table>
</body>
</html>