48 lines
1.9 KiB
Smarty
48 lines
1.9 KiB
Smarty
<table class="table table-hover table-condensed" style="overflow: auto;">
|
|
<tr>
|
|
<th>id</th>
|
|
<td><input type="text" id="new_page_id" placeholder="new id" style="width: 140px;"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>name</th>
|
|
<td><input type="text" id="new_page_name" placeholder="name" style="width: 140px;"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>group</th>
|
|
<td><input type="text" id="new_page_group" placeholder="new group" style="width: 140px;"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>state</th>
|
|
<td><input type="text" id="new_page_state" placeholder="new state" style="width: 140px;"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>parent_id</th>
|
|
<td><input type="text" id="new_page_parentid" placeholder="parent id" style="width: 140px;"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>login</th>
|
|
<td><input type="text" id="new_page_login" placeholder="login" style="width: 140px;"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>type</th>
|
|
<td><input type="text" id="new_page_type" placeholder="new type" style="width: 140px;"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>div</th>
|
|
<td><input type="text" id="new_page_div" placeholder="div" style="width: 140px;"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>url</th>
|
|
<td><input type="text" id="new_page_url" placeholder="url" style="width: 140px;"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>func</th>
|
|
<td><input type="text" id="new_page_func" placeholder="func" style="width: 140px;"></td>
|
|
</tr>
|
|
<tr>
|
|
<th>php_class</th>
|
|
<td><input type="text" id="new_page_php_class" placeholder="php class" style="width: 140px;"></td>
|
|
</tr>
|
|
</table>
|
|
<button type="button" class="btn-sm btn btn-default" onClick="system.load('page');"><span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span> Back</button>
|
|
<button type="button" class="btn-sm btn btn-success" id="addpage" style="float: right;"><span class="glyphicon glyphicon-plus" aria-hidden="true"></span> Add</button> |