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
71 lines
2.2 KiB
Smarty
71 lines
2.2 KiB
Smarty
{REMOTE_SITE_TITLE}
|
|
|
|
<!-- BEGIN errors -->
|
|
<div class="errors">
|
|
<ul>
|
|
<!-- BEGIN error -->
|
|
<li>{errors.error.ERROR}</li>
|
|
<!-- END error -->
|
|
</ul>
|
|
</div>
|
|
<!-- END errors -->
|
|
|
|
<!-- BEGIN confirmation -->
|
|
<div class="info">{confirmation.CONTENT}</div>
|
|
<!-- END confirmation -->
|
|
|
|
<!-- BEGIN update -->
|
|
<div class="admin">{L_RESULT_UPDATE}</div>
|
|
<ul style="text-align:left;">
|
|
<li class="update_summary_new">{update.NB_NEW_CATEGORIES} {L_NB_NEW_CATEGORIES}</li>
|
|
<li class="update_summary_new">{update.NB_NEW_ELEMENTS} {L_NB_NEW_ELEMENTS}</li>
|
|
<li class="update_summary_del">{update.NB_DEL_CATEGORIES} {L_NB_DEL_CATEGORIES}</li>
|
|
<li class="update_summary_del">{update.NB_DEL_ELEMENTS} {L_NB_DEL_ELEMENTS}</li>
|
|
</ul>
|
|
<!-- BEGIN removes -->
|
|
{L_REMOTE_SITE_REMOVED_TITLE}
|
|
<ul style="text-align:left;">
|
|
<!-- BEGIN remote_remove -->
|
|
<li>{update.removes.remote_remove.NAME} {L_REMOTE_SITE_REMOVED}</li>
|
|
<!-- END remote_remove -->
|
|
</ul>
|
|
<!-- END removes -->
|
|
<!-- END update -->
|
|
|
|
<!-- BEGIN remote_output -->
|
|
<div class="remoteOutput">
|
|
<ul>
|
|
<!-- BEGIN remote_line -->
|
|
<li class="{remote_output.remote_line.CLASS}">{remote_output.remote_line.CONTENT}</li>
|
|
<!-- END remote_line -->
|
|
</ul>
|
|
</div>
|
|
<!-- END remote_output -->
|
|
|
|
<!-- BEGIN local -->
|
|
<div class="remoteLocal">
|
|
{L_REMOTE_SITE_LOCAL_FOUND} {local.URL}
|
|
<!-- BEGIN new_site -->
|
|
{L_REMOTE_SITE_LOCAL_NEW}
|
|
<!-- END new_site -->
|
|
[<a href="{local.U_UPDATE}">{L_REMOTE_SITE_LOCAL_UPDATE}</a>]
|
|
</div>
|
|
<!-- END local -->
|
|
|
|
<form action="{F_ACTION}" method="post">
|
|
{L_REMOTE_SITE_CREATE}
|
|
<input type="text" name="galleries_url" value="{F_GALLERIES_URL}" />
|
|
<input type="submit" name="submit" value="{L_SUBMIT}" />
|
|
</form>
|
|
|
|
<table>
|
|
<!-- BEGIN site -->
|
|
<tr>
|
|
<td>{site.NAME}</td>
|
|
<td>[<a href="{site.U_GENERATE}" title="{L_REMOTE_SITE_GENERATE_HINT}">{L_REMOTE_SITE_GENERATE}</a>]</td>
|
|
<td>[<a href="{site.U_UPDATE}" title="{L_REMOTE_SITE_UPDATE_HINT}">{L_REMOTE_SITE_UPDATE}</a>]</td>
|
|
<td>[<a href="{site.U_CLEAN}" title="{L_REMOTE_SITE_CLEAN_HINT}">{L_REMOTE_SITE_CLEAN}</a>]</td>
|
|
<td>[<a href="{site.U_DELETE}" title="{L_REMOTE_SITE_DELETE_HINT}">{L_REMOTE_SITE_DELETE}</a>]</td>
|
|
</tr>
|
|
<!-- END site -->
|
|
</table>
|