From 4cd5b05d406a9820a0523ac26f254f4ce4fd5147 Mon Sep 17 00:00:00 2001 From: rvelices Date: Tue, 28 Feb 2006 01:13:16 +0000 Subject: 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 --- template/yoga/admin/remote_site.tpl | 83 -------------- template/yoga/admin/site_manager.tpl | 98 ++++++++-------- template/yoga/admin/site_update.tpl | 216 +++++++++++++++++------------------ template/yoga/admin/update.tpl | 95 --------------- 4 files changed, 157 insertions(+), 335 deletions(-) delete mode 100644 template/yoga/admin/remote_site.tpl delete mode 100644 template/yoga/admin/update.tpl (limited to 'template/yoga/admin') 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 @@ - -
- -

{lang:remote_sites}

-
- - -
- -
- - - -
{confirmation.CONTENT}
- - - -
{L_RESULT_UPDATE}
- - -{L_REMOTE_SITE_REMOVED_TITLE} - - - - - -
- -
- - - -
- {L_REMOTE_SITE_LOCAL_FOUND} {local.URL} - - {L_REMOTE_SITE_LOCAL_NEW} - - [{L_REMOTE_SITE_LOCAL_UPDATE}] -
- - -
-

- - -

-

- -

-
- - - - - - - - - - - - -
{sites.site.NAME}[{L_REMOTE_SITE_GENERATE}][{L_REMOTE_SITE_UPDATE}][{L_REMOTE_SITE_CLEAN}][{L_REMOTE_SITE_DELETE}]
- diff --git a/template/yoga/admin/site_manager.tpl b/template/yoga/admin/site_manager.tpl index 565264efe..91a81f268 100644 --- a/template/yoga/admin/site_manager.tpl +++ b/template/yoga/admin/site_manager.tpl @@ -1,49 +1,49 @@ - -
- -

{lang:remote_sites}

-
- - -
- -
- - - - - - - -
- {sites.site.NAME}
({sites.site.TYPE}, {sites.site.CATEGORIES} {lang:categories}, {sites.site.IMAGES} {lang:picture}s) -
- [{lang:remote_site_update}] - - [{lang:remote_site_delete}] - - -
- [{lang:Test}] - [{lang:remote_site_generate}] - [{lang:remote_site_clean}] - -
- - -
-

- - -

-

- -

-
+ +
+ +

{lang:Site manager}

+
+ + +
+ +
+ + + + + + + +
+ {sites.site.NAME}
({sites.site.TYPE}, {sites.site.CATEGORIES} {lang:categories}, {sites.site.IMAGES} {lang:picture}s) +
+ [{lang:site_synchronize}] + + [{lang:site_delete}] + + +
+ [{lang:remote_site_test}] + [{lang:remote_site_generate}] + [{lang:remote_site_clean}] + +
+ + +
+

+ + +

+

+ +

+
diff --git a/template/yoga/admin/site_update.tpl b/template/yoga/admin/site_update.tpl index ad0d6ee7c..518975360 100644 --- a/template/yoga/admin/site_update.tpl +++ b/template/yoga/admin/site_update.tpl @@ -1,108 +1,108 @@ - - -
- -

{lang:title_update}: {SITE_URL}

-
- - -

{L_RESULT_UPDATE}

- - - - -

{L_RESULT_METADATA}

- - - - - -

{lang:update_error_list_title}

-
- -
-

{lang:update_errors_caption}

- - - - -

{lang:update_infos_title}

-
- -
- - - -

{lang:update_default_title}

-
- -
- {lang:update_sync_files} -
    -
  • -
  • -
  • -
-
- -
- {lang:update_sync_metadata} - {lang:update_used_metadata} : {METADATA_LIST}.
-
    -
  • -
  • -
-
- -
- -
-
- -
- {lang:update_cats_subset} -
    -
  • - -
  • - -
  • -
-
- -

- - -

-
- - -{lang:Site manager} + + +
+ +

{lang:title_update}: {SITE_URL}

+
+ + +

{L_RESULT_UPDATE}

+ + + + +

{L_RESULT_METADATA}

+ + + + + +

{lang:update_error_list_title}

+
+ +
+

{lang:update_errors_caption}

+ + + + +

{lang:update_infos_title}

+
+ +
+ + + +

{lang:update_default_title}

+
+ +
+ {lang:update_sync_files} +
    +
  • +
  • +
  • +
+
+ +
+ {lang:update_sync_metadata} + {lang:update_used_metadata} : {METADATA_LIST}.
+
    +
  • +
  • +
+
+ +
+ +
+
+ +
+ {lang:update_cats_subset} +
    +
  • + +
  • + +
  • +
+
+ +

+ + +

+
+ + +{lang:Site manager} diff --git a/template/yoga/admin/update.tpl b/template/yoga/admin/update.tpl deleted file mode 100644 index 9609bccad..000000000 --- a/template/yoga/admin/update.tpl +++ /dev/null @@ -1,95 +0,0 @@ - - -
- -

{lang:title_update}

-
- - -

{L_RESULT_UPDATE}

- - -

{L_UPDATE_ERROR_LIST_TITLE}

- -

{L_UPDATE_ERRORS_CAPTION}

- - - -

{L_UPDATE_INFOS_TITLE}

- - - - - -

{L_RESULT_METADATA}

- - - - -

{L_UPDATE_TITLE}

-
- -
- {L_UPDATE_SYNC_FILES} - -
    -
  • -
  • -
  • -
  • -
-
- -
- {L_UPDATE_SYNC_METADATA} -

{L_USED_METADATA} : {METADATA_LIST}.

-
    -
  • -
  • -
-
- -
- {L_UPDATE_CATS_SUBSET} -
    -
  • - -
  • - -
  • -
-
- -

- - -

- -
- -- cgit v1.2.3