Untitled diff

Created Diff never expires
22 removals
61 lines
14 additions
55 lines
<form action="{U_GALLERY_ACTION_ADD}" method="post" enctype="multipart/form-data">
<form action="{U_GALLERY_ACTION_ADD}" method="post" enctype="multipart/form-data">
<section id="module-gallery-add">
<section id="module-gallery-add">
<header>
<header>
<h1>{L_GALLERY} - {L_ADD_IMG}</h1>
<h1>{L_GALLERY} - {L_ADD_IMG}</h1>
<div class="right">
<div class="right">
{PAGINATION}
{PAGINATION}
</div>
</div>
</header>
</header>
<div class="content">
<div class="content">
<div class="center">
<div class="center">
# INCLUDE message_helper #
# INCLUDE message_helper #
# START image_up #
# START image_up #
<strong>{image_up.L_SUCCESS_UPLOAD}</strong>
<strong>{image_up.L_SUCCESS_UPLOAD}</strong>
<br />
<span class="spacer"></span>
<strong>{image_up.NAME}</strong>
<strong>{image_up.NAME}</strong>
<br />
<span class="spacer"></span>
<a href="gallery.php?cat={image_up.ID_CAT}&amp;id={image_up.ID}#pics_max"><img src="pics/{image_up.PATH}" alt="{image_up.NAME}" /></a>
<a href="gallery.php?cat={image_up.ID_CAT}&amp;id={image_up.ID}#pics_max" title="{image_up.NAME}"><img src="pics/{image_up.PATH}" alt="{image_up.NAME}" /></a>
<br />
<span class="spacer"></span>
<a href="gallery.php?cat={image_up.ID_CAT}">{image_up.CAT_NAME}</a>
<a href="gallery.php?cat={image_up.ID_CAT}">{image_up.CAT_NAME}</a>
<br /><br />
# END image_up #
# END image_up #
# START image_quota #
# START image_quota #
<div class="image-quota-container">
<div class="image-quota-container">
<strong>{image_quota.L_IMAGE_QUOTA}</strong>
<strong>{image_quota.L_IMAGE_QUOTA}</strong>
</div>
</div>
# END image_quota #
# END image_quota #
<br />
<span class="spacer"></span>
{L_IMG_FORMAT}: {IMG_FORMAT}
{L_IMG_FORMAT}: {IMG_FORMAT}
<br />
<span class="spacer"></span>
{L_WIDTH_MAX}: {WIDTH_MAX} {L_UNIT_PX}
{L_WIDTH_MAX}: {WIDTH_MAX} {L_UNIT_PX}
<br />
<span class="spacer"></span>
{L_HEIGHT_MAX}: {HEIGHT_MAX} {L_UNIT_PX}
{L_HEIGHT_MAX}: {HEIGHT_MAX} {L_UNIT_PX}
<br />
<span class="spacer"></span>
{L_WEIGHT_MAX}: {WEIGHT_MAX} {L_UNIT_KO}
{L_WEIGHT_MAX}: {WEIGHT_MAX} {L_UNIT_KO}
<br /><br />
{CATEGORIES_TREE}
{CATEGORIES_TREE}
<br /><br />
<label>{L_NAME} plop: <input type="text" maxlength="50" name="name"></label>
<label>{L_NAME}: <input type="text" maxlength="50" name="name"></label>
* <input type="file" name="gallery" class="file" />
<br /><br />
* <input type="file" name="gallery" class="file" /><br /><br />
</div>
</div>
<br />
<fieldset class="fieldset-submit">
<fieldset class="fieldset-submit">
<legend></legend><input type="hidden" name="max_file_size" value="2000000">
<legend></legend><input type="hidden" name="max_file_size" value="2000000">
<input type="hidden" name="token" value="{TOKEN}">
<input type="hidden" name="token" value="{TOKEN}">
<button type="submit" name="vupload" value="true" class="submit">{L_UPLOAD}</button>
<button type="submit" name="vupload" value="true" class="submit">{L_UPLOAD}</button>
</fieldset>
</fieldset>
</div>
</div>
<footer>
<footer>
<div class="right">
<div class="right">
{PAGINATION}
{PAGINATION}
</div>
</div>
</footer>
</footer>
</section>
</section>
</form>
</form>