Files
z0rglub a5092987e1 - possibility to display only a text field for a parent category
- the bullet to the left of each category now represent a button to
   collapse or expand the category

 - for up,first,down,last, we don't show #id in url anymore


git-svn-id: http://piwigo.org/svn/branches/release-1_3@247 68402e56-0260-453c-a942-63ccdbb3a9ee
2004-01-03 20:46:55 +00:00

110 lines
4.2 KiB
Plaintext

<!--VTP_errors-->
<div class="errors">
<div class="errors_title">{#errors_title}</div>
<ul>
<!--VTP_li-->
<li>{#content}</li>
<!--/VTP_li-->
</ul>
</div>
<!--/VTP_errors-->
<div style="text-align:center;padding-top:10px;padding-bottom:5px;">
<form action="" method="post">
{#cat_add} <input type="text" name="virtual_name" />
{#cat_parent}
<!--VTP_associate_LOV-->
<select name="associate">
<!--VTP_associate_cat-->
<option value="{#value}">{#content}</option>
<!--/VTP_associate_cat-->
</select>
<!--/VTP_associate_LOV-->
<!--VTP_associate_text-->
<input type="text" name="associate" />
<!--/VTP_associate_text-->
<input type="submit" value="{#submit}" name="submit" />
</form>
</div>
<table style="width:100%;">
<!--VTP_cat-->
<tr>
<{#td} style="width:50%;text-align:left;">
<a name="{#id}"></a>
{#indent}
<!--VTP_bullet_collapsed--><a href="{#link}"><img src="../template/{#user_template}/admin/images/collapsed.gif" style="border:none;" alt="&gt;" /></a><!--/VTP_bullet_collapsed-->
<!--VTP_bullet_expanded--><a href="{#link}"><img src="../template/{#user_template}/admin/images/expanded.gif" style="border:none;" alt="&gt;" /></a><!--/VTP_bullet_expanded-->
<!--VTP_bullet_wo_link--><img src="../template/{#user_template}/admin/images/collapsed.gif" style="border:none;" alt="&gt;" /><!--/VTP_bullet_wo_link-->
&nbsp;{#name} [
<!--VTP_storage-->
dir : {#dir}
<!--/VTP_storage-->
<!--VTP_virtual-->
<span style="color:blue;">{#cat_virtual}</span>
<!--/VTP_virtual-->
]
<span style="color:red;font-weight:normal;"> {#invisible} <span style="font-weight:bold;">{#private}</span></span>
</{#td}>
<{#td} class="{#class}"
style="width:1px;white-space:nowrap;text-align:center;">
<!--VTP_up-->
<a href="{#up_url}"><img src="../template/{#user_template}/admin/images/arrow_up.gif" alt="{#cat_up}" title="{#cat_up}" style="border:none;" /></a>
<!--/VTP_up-->
<!--VTP_no_up-->
<a href="{#last_url}"><img src="../template/{#user_template}/admin/images/arrow_last.gif" alt="{#cat_last}" title="{#cat_last}" style="border:none;" /></a>
<!--/VTP_no_up-->
</{#td}>
<{#td} class="{#class}"
style="width:1px;white-space:nowrap;text-align:center;">
<!--VTP_down-->
<a href="{#down_url}"><img src="../template/{#user_template}/admin/images/arrow_down.gif" alt="{#cat_down}" title="{#cat_down}" style="border:none;" /></a>
<!--/VTP_down-->
<!--VTP_no_down-->
<a href="{#first_url}"><img src="../template/{#user_template}/admin/images/arrow_first.gif" alt="{#cat_first}" title="{#cat_first}" style="border:none;" /></a>
<!--/VTP_no_down-->
</{#td}>
<{#td} class="{#class}" style="width:1px;text-align:center;">
<div style="margin-left:3px;margin-right:3px;">{#nb_picture}</div>
</{#td}>
<{#td} class="{#class}"
style="width:10%;white-space:nowrap;text-align:center;">
<a href="{#edit_url}">{#cat_edit}</a>
</{#td}>
<{#td} class="{#class}"
style="width:10%;white-space:nowrap;text-align:center;">
<!--VTP_image_info-->
<a href="{#image_info_url}">{#cat_image_info}</a>
<!--/VTP_image_info-->
<!--VTP_no_image_info-->
<span style="color:darkgray;">{#cat_image_info}</span>
<!--/VTP_no_image_info-->
</{#td}>
<{#td} class="{#class}"
style="width:10%;white-space:nowrap;text-align:center;">
<!--VTP_permission-->
<a href="{#url}">{#cat_permission}</a>
<!--/VTP_permission-->
<!--VTP_no_permission-->
<span style="color:darkgray;">{#cat_permission}</span>
<!--/VTP_no_permission-->
</{#td}>
<{#td} class="{#class}"
style="width:10%;white-space:nowrap;text-align:center;">
<!--VTP_update-->
<a href="{#update_url}">{#cat_update}</a>
<!--/VTP_update-->
<!--VTP_no_update-->
<span style="color:darkgray;">{#cat_update}</span>
<!--/VTP_no_update-->
</{#td}>
<{#td} class="{#class}"
style="width:10%;white-space:nowrap;text-align:center;">
<!--VTP_delete-->
<a href="{#delete_url}">{#delete}</a>
<!--/VTP_delete-->
<!--VTP_no_delete-->
<span style="color:darkgray;">{#delete}</span>
<!--/VTP_no_delete-->
</{#td}>
<tr>
<!--/VTP_cat-->
</table>