Файл: templates/web/viktorina_new_body.tpl
Строк: 34
<div class="tab">{L_FORM}</div>
<form
action="add_question.php" method="post">
<div
class="row1">
<b>{QUEST}:</b><br/><input
type="text" name="quest" size="90"
maxlength="120" ><br><br>
</div>
<div
class="row1"><font
size=-1>{L_INPUT_VARS}</font></div>
<div
class="row1">
<input type="radio"
name="radio_otvet" value="1"><b>{L_VAR}
№1:</b><br/><input type="text"
name="otv1" size="30"
maxlength="40"><br/>
<input type="radio"
name="radio_otvet" value="2"><b>{L_VAR}
№2:</b><br/><input type="text"
name="otv2" size="30"
maxlength="50"><br/>
<input type="radio"
name="radio_otvet" value="3"><b>{L_VAR}
№3:</b><br/><input type="text"
name="otv3" size="30"
maxlength="40"><br/>
<input type="radio"
name="radio_otvet" value="4"><b>{L_VAR}
№4:</b><br/><input type="text"
name="otv4" size="30"
maxlength="50"></div>
<div
class="row1">
{L_ISTO}:<br/>
<textarea cols=70 rows=5
name="isto"></textarea><br/>
{L_ISTO1}
</div>
<div
class="row1"><input type="submit"
name="ok" value="{L_SEND}" {DIS}
class="liteoption"><br/>
<input
type="reset" value="{L_CLEAR}"
class="liteoption"></div>
<div
class="row1">{INFO} ({L_INFO_PRIZE} {PRIZE}
{POINTS})</div>
</form>