Пример #1
0
<?php

require_once dirname(__FILE__) . '/functions.php';
?>
<form action="" method="post">
	<label>Сохранить как</label>
	<input type="text" name="path" value="<?php 
echo $saveAsPath;
?>
" style="width: 90%"/>
	<label>Код таблицы</label>
	<textarea name="code" style="width: 90%;height: 300px;"><?php 
handleTemplate('read', $table);
?>
</textarea>
	<br/>
	<button type="submit" class="btn"><?php 
echo $this->i18n('Save');
?>
</button>
</form>
Пример #2
0
?>
"/>
	<label>Actions</label>
	<?php 
$this->html_options($this->actions, $this->query['actions'], 'actions[]');
?>
	<?php 
//$this->html_checkboxes('actions[]', $this->actions, $this->query['actions'], '<br/>');
?>
	<label>Search</label>
	<br/>
	<button type="submit" class="btn">Send</button>
</form>

<form action="" method="post">
	<label>Сохранить как</label>
	<input type="text" name="path" value="<?php 
echo $saveAsPath;
?>
" style="width: 90%"/>
	<label>Код таблицы</label>
	<textarea name="code" style="width: 90%;height: 300px;"><?php 
handleTemplate('index', $table);
?>
</textarea>
	<br/>
	<button type="submit" class="btn"><?php 
echo $this->i18n('Save');
?>
</button>
</form>