diff options
author | rvelices <rv-github@modusoptimus.com> | 2006-02-28 01:13:16 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2006-02-28 01:13:16 +0000 |
commit | 4cd5b05d406a9820a0523ac26f254f4ce4fd5147 (patch) | |
tree | b47f717b8fe3bc3e8a3357b112e22cea96bf9188 /template/yoga/admin/remote_site.tpl | |
parent | d4646f39d2259d4b4ba619b8f2b8aa61f9be74b5 (diff) |
remake of Remote sites and synchronize: final integration and old code cleanup
fix: xml getAttribute always decodes html entities and added encodeAttribute
function
git-svn-id: http://piwigo.org/svn/trunk@1058 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/yoga/admin/remote_site.tpl')
-rw-r--r-- | template/yoga/admin/remote_site.tpl | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/template/yoga/admin/remote_site.tpl b/template/yoga/admin/remote_site.tpl deleted file mode 100644 index df5f50d5d..000000000 --- a/template/yoga/admin/remote_site.tpl +++ /dev/null @@ -1,83 +0,0 @@ -<!-- $Id$ --> -<div class="titrePage"> - <ul class="categoryActions"> - <li><a href="{U_HELP}" onclick="popuphelp(this.href); return false;" title="{lang:Help}"><img src="{themeconf:icon_dir}/help.png" class="button" alt="(?)"></a></li> - </ul> - <h2>{lang:remote_sites}</h2> -</div> - -<!-- 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"> - <p> - <label for="galleries_url" >{L_REMOTE_SITE_CREATE}</label> - <input type="text" name="galleries_url" id="galleries_url" value="{F_GALLERIES_URL}" /> - </p> - <p> - <input type="submit" name="submit" value="{L_SUBMIT}" /> - </p> -</form> - -<!-- BEGIN sites --> -<table> - <!-- BEGIN site --> - <tr> - <td>{sites.site.NAME}</td> - <td>[<a href="{sites.site.U_GENERATE}" title="{L_REMOTE_SITE_GENERATE_HINT}">{L_REMOTE_SITE_GENERATE}</a>]</td> - <td>[<a href="{sites.site.U_UPDATE}" title="{L_REMOTE_SITE_UPDATE_HINT}">{L_REMOTE_SITE_UPDATE}</a>]</td> - <td>[<a href="{sites.site.U_CLEAN}" title="{L_REMOTE_SITE_CLEAN_HINT}">{L_REMOTE_SITE_CLEAN}</a>]</td> - <td>[<a href="{sites.site.U_DELETE}" title="{L_REMOTE_SITE_DELETE_HINT}">{L_REMOTE_SITE_DELETE}</a>]</td> - </tr> - <!-- END site --> -</table> -<!-- END sites --> |