da31f1fd2f
improvement: removed some unnecessary css rules from old tests in FROM design in file default-layout.css git-svn-id: http://piwigo.org/svn/trunk@912 68402e56-0260-453c-a942-63ccdbb3a9ee
51 lines
2.1 KiB
Smarty
51 lines
2.1 KiB
Smarty
<!-- $Id$ -->
|
|
<h2>{lang:title_categories}</h2>
|
|
|
|
<h3>{CATEGORIES_NAV}</h3>
|
|
|
|
<form id="categoryOrdering" action="" method="post">
|
|
|
|
<ul class="categoryUl">
|
|
|
|
<!-- BEGIN category -->
|
|
<li class="categoryLi"> <!-- category {category.ID} -->
|
|
|
|
<ul class="categoryActions">
|
|
<li><a href="{category.U_JUMPTO}" title="{lang:jump to category}"><img src="./template/yoga/theme/category_jump-to.png" alt="{lang:jump to}" /></a></li>
|
|
<li><a href="{category.U_EDIT}" title="{lang:edit category informations}"><img src="./template/yoga/theme/category_edit.png" alt="{lang:edit}"/></a></li>
|
|
<!-- BEGIN elements -->
|
|
<li><a href="{category.elements.URL}" title="{lang:manage category elements}"><img src="./template/yoga/theme/category_elements.png" alt="{lang:elements}" /></a></li>
|
|
<!-- END elements -->
|
|
<li><a href="{category.U_CHILDREN}" title="{lang:manage sub-categories}"><img src="./template/yoga/theme/category_children.png" alt="{lang:sub-categories}" /></a></li>
|
|
<!-- BEGIN permissions -->
|
|
<li><a href="{category.permissions.URL}" title="{lang:edit category permissions}" ><img src="./template/yoga/theme/category_permissions.png" alt="{lang:permissions}" /></a></li>
|
|
<!-- END permissions -->
|
|
<!-- BEGIN delete -->
|
|
<li><a href="{category.delete.URL}" title="{lang:delete category}"><img src="./template/yoga/theme/category_delete.png" alt="{lang:delete}" /></a></li>
|
|
<!-- END delete -->
|
|
</ul>
|
|
|
|
<p><strong>{category.NAME}</strong></p>
|
|
|
|
<p>
|
|
<label>
|
|
{lang:Position} :
|
|
<input type="text" size="4" name="catOrd[{category.ID}]" maxlength="4" value="{category.RANK}" />
|
|
</label>
|
|
</p>
|
|
|
|
</li>
|
|
<!-- END category -->
|
|
|
|
</ul>
|
|
<p><input name="submitOrder" type="submit" value="{lang:Save order}" /></p>
|
|
|
|
</form>
|
|
|
|
<form id="addVirtual" action="{F_ACTION}" method="post">
|
|
<p>
|
|
{L_ADD_VIRTUAL} : <input type="text" name="virtual_name" />
|
|
<input type="hidden" name="rank" value="{NEXT_RANK}"/>
|
|
<input type="submit" value="{L_SUBMIT}" name="submitAdd" />
|
|
</p>
|
|
</form>
|