add_link.html 996 Bytes
<div style="width:650px;height:200px;overflow:auto" id="conteiner">

		<form id="form_page" class="form" method="post" enctype="multipart/form-data" act="save_link">
		<input type="hidden" name="b_id" tal:attributes="value row/b_id|NULL" />
		<table width="100%" align="center">
    	
				
			<tr>
				<td class="info">Шаблон</td>
				<td valign="top">&nbsp;<select name="t_id" tal:content="structure row/tmplSelect" /> 
				
				</td>
			</tr>

			<tr>
				<td width="20%" class="info">Переменная</td>
				<td valign="top">&nbsp;<input type="text" name="var"  /></td>
			</tr>
			<tr>
				<td class="info">Настройки</td>
				<td valign="top">&nbsp;<input type="text" name="options" /></td>
			</tr>
			
			
		

			<tr>
				
				<td colspan="2" style="text-align:right">
				
					<input type="submit"  value="Добавить" id="save_b" />
					<input type="button" onclick="wnd.close()" value="Закрыть" />
				</td>
				
			</tr>
		</table>

		</form>
</div>