f01a9f5b7c
behaviour. - deletion : admin/search useless - improvement : in admin/user_list, special behaviour for true/false fields (expand, show_comments) - new : gallery_title and gallery_description are displayed at the top of each page. - improvement : simplification in HTML for categories menu. - improvement : standardization of presentation in all public pages (identification, registration, search, profile, notification, comments, etc.) (not in ChangeLog, below this line) - add forgotten notification.php (should have been added in a previous commit) - [template cclear] deletion of useless class .bouton - [template cclear] for test purpose, new presentation of register page (using FORM.filter) - [template cclear] adaptation of admin/group_list from template default - [template cclear] deletion of obsolete admin/infos_images - [template cclear] deletion of obsolete admin/search_username - [template cclear] new icon register.png git-svn-id: http://piwigo.org/svn/trunk@850 68402e56-0260-453c-a942-63ccdbb3a9ee
132 lines
4.1 KiB
Smarty
132 lines
4.1 KiB
Smarty
<!-- $Id$ -->
|
|
<h2>{lang:title_thumbnails}</h2>
|
|
|
|
<!-- BEGIN results -->
|
|
<div class="admin">{L_RESULTS}</div>
|
|
<table style="width:100%;">
|
|
<tr class="throw">
|
|
<th>{L_PATH}</td>
|
|
<th>{L_THUMBNAIL}</td>
|
|
<th>{L_GENERATED}</th>
|
|
<th>{L_FILESIZE}</td>
|
|
<th>{L_WIDTH}</td>
|
|
<th>{L_HEIGHT}</td>
|
|
</tr>
|
|
<!-- BEGIN picture -->
|
|
<tr class="{results.picture.T_CLASS}">
|
|
<td>{results.picture.PATH}</td>
|
|
<td><img src="{results.picture.TN_FILE_IMG}" /></td>
|
|
<td style="text-align:right;" class="{results.picture.T_CLASS}">{results.picture.GEN_TIME}</td>
|
|
<td style="text-align:right;">{results.picture.TN_FILESIZE_IMG}</td>
|
|
<td style="text-align:right;">{results.picture.TN_WIDTH_IMG}</td>
|
|
<td style="text-align:right;">{results.picture.TN_HEIGHT_IMG}</td>
|
|
</tr>
|
|
<!-- END picture -->
|
|
</table>
|
|
|
|
<table class="table2">
|
|
<tr class="throw">
|
|
<th colspan="2">{L_TN_STATS}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>{L_TN_NB_STATS}</td>
|
|
<td style="text-align:center;">{results.TN_NB}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>{L_TN_TOTAL}</td>
|
|
<td style="text-align:right;">{results.TN_TOTAL}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>{L_TN_MAX}</td>
|
|
<td style="text-align:right;" class="worst_gen_time">{results.TN_MAX}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>{L_TN_MIN}</td>
|
|
<td style="text-align:right;" class="best_gen_time">{results.TN_MIN}</td>
|
|
</tr>
|
|
<tr>
|
|
<td>{L_TN_AVERAGE}</td>
|
|
<td style="text-align:right;">{results.TN_AVERAGE}</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
<!-- END results -->
|
|
|
|
<!-- BEGIN params -->
|
|
<form method="post" action="{params.F_ACTION}">
|
|
<table style="width:100%;">
|
|
<tr>
|
|
<th class="admin" colspan="3">{L_PARAMS}</th>
|
|
</tr>
|
|
<tr><td colspan="3"> </td></tr>
|
|
<tr>
|
|
<td><div class="key">{L_GD}</div></td>
|
|
<td class="choice">
|
|
<input type="radio" name="gd" value="2" {params.GD2_CHECKED} />2.x
|
|
<input type="radio" name="gd" value="1" {params.GD1_CHECKED} />1.x
|
|
</td>
|
|
<td style="width:50%;" class="row2">{L_GD_INFO}</td>
|
|
</tr>
|
|
<tr>
|
|
<td><div class="key">{L_WIDTH}</div></td>
|
|
<td class="choice">
|
|
<input type="text" name="width" value="{params.WIDTH_TN}"/>
|
|
</td>
|
|
<td>{L_WIDTH_INFO}</td>
|
|
</tr>
|
|
<tr>
|
|
<td><div class="key">{L_HEIGHT}</div></td>
|
|
<td class="choice">
|
|
<input type="text" name="height" value="{params.HEIGHT_TN}"/>
|
|
</td>
|
|
<td>{L_HEIGHT_INFO}</td>
|
|
</tr>
|
|
<tr>
|
|
<td><div class="key">{L_CREATE}</div></td>
|
|
<td class="choice">
|
|
<input type="radio" name="n" value="5" {params.n_5_CHECKED} /> 5
|
|
<input type="radio" name="n" value="10" {params.n_10_CHECKED} /> 10
|
|
<input type="radio" name="n" value="20" {params.n_20_CHECKED} /> 20
|
|
<input type="radio" name="n" value="all" {params.n_all_CHECKED} /> {L_ALL}
|
|
</td>
|
|
<td>{L_CREATE_INFO}</td>
|
|
</tr>
|
|
<tr>
|
|
<td><div class="key">{L_FORMAT}</div></td>
|
|
<td class="choice"><span style="font-weight:bold;">jpeg</span></td>
|
|
<td>{L_FORMAT_INFO}</td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="3" style="text-align:center;">
|
|
<input type="submit" name="submit" value="{L_SUBMIT}"/>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</form>
|
|
<!-- END params -->
|
|
|
|
<!-- BEGIN warning -->
|
|
<div style="text-align:center;font-weight:bold;margin:10px;"> [ {L_UNLINK} ]</div>
|
|
<!-- END warning -->
|
|
|
|
<!-- BEGIN remainings -->
|
|
<div class="admin">{remainings.TOTAL_IMG} {L_REMAINING}</div>
|
|
<table style="width:100%;">
|
|
<tr class="throw">
|
|
<th> </td>
|
|
<th style="width:60%;">{L_PATH}</td>
|
|
<th>{L_FILESIZE}</td>
|
|
<th>{L_WIDTH}</td>
|
|
<th>{L_HEIGHT}</td>
|
|
</tr>
|
|
<!-- BEGIN remaining -->
|
|
<tr class="{remainings.remaining.T_CLASS}">
|
|
<td>{remainings.remaining.NB_IMG}</td>
|
|
<td><div style="margin-left:10px;">{remainings.remaining.PATH}</div></td>
|
|
<td><div style="margin-left:10px;">{remainings.remaining.FILESIZE_IMG}</div></td>
|
|
<td><div style="margin-left:10px;">{remainings.remaining.WIDTH_IMG}</div></td>
|
|
<td><div style="margin-left:10px;">{remainings.remaining.HEIGHT_IMG}</div></td>
|
|
</tr>
|
|
<!-- END remaining -->
|
|
</table>
|
|
<!-- END remainings -->
|