<HTML>
<HEAD>
<TITLE><%L_COMMENT%></TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=<%CHARSET%>">
<LINK rel="stylesheet" type="text/css" href="<%TEMPLATE%>/linker.css">
<SCRIPT LANGUAGE="JavaScript">
<!--
function blank_check(name,almess) {
var blank,blank_ch;
blank_ch = "document.myform."+name+".value";
blank = eval(blank_ch);
if (!blank) { alert(almess); return false;}
else {return true;}
}
function form_submit(faction) {
if(!blank_check("name","<%L_NONAME%>")) document.myform.name.focus();
else if(!blank_check("passwd","<%L_NOPASS%>")) document.myform.passwd.focus();
else if(!blank_check("content","<%L_NODESC%>")) document.myform.content.focus();
else {
document.myform.action = faction;
document.myform.submit();
}
}
//-->
</SCRIPT>
</head>
<body bgcolor='<%BGCOLOR%>' topmargin="5" marginheight="0">
<form action='comment.php' method='post' name="myform">
<input type="hidden" name="switch" value="submit">
<input type="hidden" name="sid" value="<%SID%>">
<div align='center'><table border='0' cellpadding=0 cellspacing=0 width=100%>
<tr><td colspan=2 height=2 bgcolor=gray><img src="<%TEMPLATE%>/image/x1.gif"></td></tr>
<tr><td colspan=2 align=center bgcolor=#E0E0E0 height=22> <font size=2><b><%L_COMMENT%></b></font></td></tr>
<tr><td colspan=2 height=1 bgcolor=gray><img src="<%TEMPLATE%>/image/x1.gif"></td></tr>
<tr>
<td width='100' height='24' bgcolor="#F6F6F6"><font size='2'> <%L_NAME%></font></td>
<td bgcolor=#F6F6F6> <input type='text' name='name' maxlength='40' size='15'></td>
</tr>
<tr>
<td width='100' height='24' bgcolor="#F6F6F6"><font size='2'> <%L_PASS%></font></td>
<td bgcolor=#F6F6F6> <input type="password" name="passwd" size=15>
</td>
</tr>
<tr>
<td width='100' height='24' bgcolor="#F6F6F6"> <font size='2'><%L_VOTE%></font></td>
<td width='300' bgcolor=#F6F6F6>
<font size='2'><%L_VOTE%>
<select name='vote'>
<option>1</option>
<option>2</option>
<option>3</option>
<option>4</option>
<option selected>5</option>
<option>6</option>
<option>7</option>
<option>8</option>
<option>9</option>
<option>10</option></select>
</font></td>
</tr>
<tr>
<td width='100' height='22' bgcolor="#F6F6F6"> <font size='2'><%L_CONTENT%></font></td>
<td bgcolor=#F6F6F6> <textarea name='content' rows='5' cols='25'></textarea></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=gray><img src="<%TEMPLATE%>/image/x1.gif"></td></tr>
<tr><td colspan=2 align=center bgcolor=#E0E0E0> <input type='button' value='<%L_COMMENT%>' class=cinput onClick="form_submit('comment.php')">
<input type="button" value="<%L_CLOWIN%>" onClick="window.close()" class=cinput>
</td></tr>
<tr><td colspan=2 height=2 bgcolor=gray><img src="<%TEMPLATE%>/image/x1.gif"></td></tr>
</table></div>