mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-03-28 17:42:57 +01:00
102 lines
3.4 KiB
Plaintext
102 lines
3.4 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-->
|
|
<!--VTP_confirmation-->
|
|
<div class="info">
|
|
{#picmod_update} [ <a href="{#url}">{#picmod_back}</a> ]
|
|
</div>
|
|
<!--/VTP_confirmation-->
|
|
<form method="post" action="{#form_action}">
|
|
<table style="width:100%;">
|
|
<tr><th colspan="2">{#title} [ {#dir} > {#f_file} ]</th></tr>
|
|
<tr>
|
|
<td colspan="2"><div style="margin-bottom:0px"> </div></td>
|
|
</tr>
|
|
<tr valign="top">
|
|
<td style="width:1px;"><img src="{#thumbnail_url}" alt="" class="miniature" /></td>
|
|
<td>
|
|
<table>
|
|
<tr>
|
|
<td>{#upload_name} :</td>
|
|
<td><input type="text" name="name" value="{#f_name}" /> [ {#default} : {#default_name} ]</td>
|
|
</tr>
|
|
<tr>
|
|
<td>{#file} :</td>
|
|
<td>{#f_file}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>{#size} :</td>
|
|
<td>{#f_size}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>{#filesize} :</td>
|
|
<td>{#f_filesize}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>{#registration_date} :</td>
|
|
<td>{#f_registration_date}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>{#author} :</td>
|
|
<td><input type="text" name="author" value="{#f_author}" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td>{#creation_date} :</td>
|
|
<td><input type="text" name="creation_date" value="{#f_creation_date}" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td>{#keywords} :</td>
|
|
<td><input type="text" name="keywords" value="{#f_keywords}" size="50" /></td>
|
|
</tr>
|
|
<tr>
|
|
<td>{#comment} :</td>
|
|
<td><textarea name="comment" rows="5" cols="50" style="overflow:auto">{#f_comment}</textarea></td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">{#categories} :</td>
|
|
<td>
|
|
<table>
|
|
<!--VTP_linked_category-->
|
|
<tr>
|
|
<td><!--VTP_checkbox--><input type="checkbox" name="dissociate-{#id}" value="1" /><!--/VTP_checkbox--><a href="{#url}">{#name}</a> [ <a href="{#infos_images_link}">{#cat_image_info}</a> ] {#private} {#invisible} [ <input type="checkbox" name="representative-{#id}" value="1"{#representative_checked} /> {#category_representative} ]
|
|
</tr>
|
|
<!--/VTP_linked_category-->
|
|
<!--VTP_dissociate-->
|
|
<tr>
|
|
<td colspan="2"><img src="../template/{#user_template}/admin/images/arrow_select.gif" alt="<" /> {#dissociate}</td>
|
|
</tr>
|
|
<!--/VTP_dissociate-->
|
|
<tr><td colspan="2"> </td></tr>
|
|
<tr>
|
|
<td>{#infoimage_associate}
|
|
<select name="associate">
|
|
<!--VTP_associate_cat-->
|
|
<option value="{#value}">{#content}</option>
|
|
<!--/VTP_associate_cat-->
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2"><div style="margin-bottom:0px"> </div></td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="2" align="center">
|
|
<input type="submit" name="submit" value="{#submit}">
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|