From f94e5e55116d408bf67b3f346da2a216d18e4124 Mon Sep 17 00:00:00 2001 From: vdigital Date: Sun, 14 Sep 2008 12:25:34 +0000 Subject: roma tpl were missing. git-svn-id: http://piwigo.org/svn/trunk@2531 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/template/goto/site_manager.tpl | 74 ++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 admin/template/goto/site_manager.tpl (limited to 'admin/template/goto/site_manager.tpl') diff --git a/admin/template/goto/site_manager.tpl b/admin/template/goto/site_manager.tpl new file mode 100644 index 000000000..4ae027115 --- /dev/null +++ b/admin/template/goto/site_manager.tpl @@ -0,0 +1,74 @@ +{* $Id$ *} +
+

{'Site manager'|@translate}

+
+ +{if not empty($remote_output)} +
+ +
+{/if} + +{if isset($local_listing)} +{'remote_site_local_found'|@translate} {$local_listing.URL} +{if isset($local_listing.CREATE)} +
+

+ {'remote_site_local_create'|@translate}: + + + +

+
+{/if} +{if isset($local_listing.U_SYNCHRONIZE)} + {'site_synchronize'|@translate} +

+{/if} +{/if} + +{if not empty($sites)} + + + + + + {foreach from=$sites item=site} + + {/foreach} +
{'site_local'|@translate} / {'site_remote'|@translate}{'Actions'|@translate}
+ {$site.NAME}
({$site.TYPE}, {$site.CATEGORIES} {'Categories'|@translate}, {$pwg->l10n_dec('%d element','%d elements',$site.IMAGES)}) +
+ [{'site_synchronize'|@translate}] + {if isset($site.U_DELETE)} + [{'site_delete'|@translate}] + {/if} + {if isset($site.remote)} +
+ [{'remote_site_test'|@translate}] + [{'remote_site_generate'|@translate}] + [{'remote_site_clean'|@translate}] + {/if} + {if not empty($site.plugin_links)} +
+ {foreach from=$site.plugin_links item=plugin_link} + [{$plugin_link.U_CAPTION}] + {/foreach} + {/if} +
+{/if} + +
+

+ + +

+

+ +

+
-- cgit v1.2.3