From 7626e48e0172ffcbdca9c14f27134b03e0e501fb Mon Sep 17 00:00:00 2001 From: rvelices Date: Sun, 12 Dec 2010 12:22:49 +0000 Subject: css sprites git-svn-id: http://piwigo.org/svn/trunk@8091 68402e56-0260-453c-a942-63ccdbb3a9ee --- themes/default/template/about.tpl | 6 +- themes/default/template/index.tpl | 145 +++++++++++++++------------- themes/default/template/nbm.tpl | 14 +-- themes/default/template/password.tpl | 14 +-- themes/default/template/picture_toolbar.tpl | 2 +- themes/default/template/popuphelp.tpl | 14 ++- themes/default/template/search_rules.tpl | 14 ++- themes/default/template/upload.tpl | 15 +-- 8 files changed, 117 insertions(+), 107 deletions(-) (limited to 'themes/default/template') diff --git a/themes/default/template/about.tpl b/themes/default/template/about.tpl index 9e9515386..eca44dbed 100644 --- a/themes/default/template/about.tpl +++ b/themes/default/template/about.tpl @@ -1,9 +1,9 @@
diff --git a/themes/default/template/index.tpl b/themes/default/template/index.tpl index 37f577f84..8c68cfd8b 100644 --- a/themes/default/template/index.tpl +++ b/themes/default/template/index.tpl @@ -1,76 +1,85 @@ {$MENUBAR} {if !empty($PLUGIN_INDEX_CONTENT_BEFORE)}{$PLUGIN_INDEX_CONTENT_BEFORE}{/if}
-
-
    - {if !empty($image_orders) } -
  • - {'Sort order'|@translate}: - -
  • - {/if} - - {if isset($favorite) } -
  • favorite
  • - {/if} - - {if isset($U_CADDIE) } -
  • {'caddie'|@translate}
  • - {/if} - - {if isset($U_EDIT) } -
  • {'edit'|@translate}
  • - {/if} - - {if isset($U_SEARCH_RULES) } - {combine_script id='core.scripts' load='async' path='themes/default/js/scripts.js'} -
  • (?)
  • - {/if} - - {if isset($U_SLIDESHOW) } -
  • {'slideshow'|@translate}
  • - {/if} - - {if isset($U_MODE_FLAT) } -
  • {'display all elements in all sub-albums'|@translate}
  • - {/if} - - {if isset($U_MODE_NORMAL) } -
  • {'return to normal view mode'|@translate}
  • - {/if} - - {if isset($U_MODE_POSTED) } -
  • {'display a calendar by posted date'|@translate}
  • - {/if} - - {if isset($U_MODE_CREATED) } -
  • {'display a calendar by creation date'|@translate}
  • - {/if} - - {if !empty($PLUGIN_INDEX_ACTIONS)}{$PLUGIN_INDEX_ACTIONS}{/if} -
- -

{$TITLE}

- - {if isset($chronology_views) } -
{'View'|@translate}: - -
- {/if} +
+ + +

{$TITLE}

+ +{if isset($chronology_views)} +
{'View'|@translate}: + +
+{/if} - {if isset($chronology.TITLE) } -

{$chronology.TITLE}

- {/if} +{if isset($chronology.TITLE) } +

{$chronology.TITLE}

+{/if} -
+
{if !empty($PLUGIN_INDEX_CONTENT_BEGIN)}{$PLUGIN_INDEX_CONTENT_BEGIN}{/if} diff --git a/themes/default/template/nbm.tpl b/themes/default/template/nbm.tpl index 39574881e..5c40d2938 100644 --- a/themes/default/template/nbm.tpl +++ b/themes/default/template/nbm.tpl @@ -1,11 +1,13 @@
-
-
    -
  • {'Home'|@translate}
  • -
-

{'Notification'|@translate}

-
+
+ +

{'Notification'|@translate}

+
{if not empty($errors)}
diff --git a/themes/default/template/password.tpl b/themes/default/template/password.tpl index 413286e29..def94dff8 100644 --- a/themes/default/template/password.tpl +++ b/themes/default/template/password.tpl @@ -1,11 +1,13 @@
-
-
    -
  • {'Home'|@translate}
  • -
-

{'Password forgotten'|@translate}

-
+
+ +

{'Password forgotten'|@translate}

+
{if count($errors)}
diff --git a/themes/default/template/picture_toolbar.tpl b/themes/default/template/picture_toolbar.tpl index e6f0d8edd..7ea2e80c5 100644 --- a/themes/default/template/picture_toolbar.tpl +++ b/themes/default/template/picture_toolbar.tpl @@ -17,7 +17,7 @@ {/if} {if isset($PLUGIN_PICTURE_ACTIONS)}{$PLUGIN_PICTURE_ACTIONS}{/if} {if isset($favorite)} - +  {'Favorites'|@translate} {/if} diff --git a/themes/default/template/popuphelp.tpl b/themes/default/template/popuphelp.tpl index 89cba8578..523ad4942 100644 --- a/themes/default/template/popuphelp.tpl +++ b/themes/default/template/popuphelp.tpl @@ -1,14 +1,12 @@
-
+
-

{$PAGE_TITLE}

-
+

{$PAGE_TITLE}

+
{$HELP_CONTENT} diff --git a/themes/default/template/search_rules.tpl b/themes/default/template/search_rules.tpl index adc1f9193..db334b859 100644 --- a/themes/default/template/search_rules.tpl +++ b/themes/default/template/search_rules.tpl @@ -1,14 +1,12 @@
-
+
-

{'Search rules'|@translate}

-
+

{'Search rules'|@translate}

+
{if isset($INTRODUCTION) }

{$INTRODUCTION}

diff --git a/themes/default/template/upload.tpl b/themes/default/template/upload.tpl index 6e6bdc42a..268ccbfa7 100644 --- a/themes/default/template/upload.tpl +++ b/themes/default/template/upload.tpl @@ -1,4 +1,3 @@ - {* Example of resizeable *} {* {include file='include/autosize.inc.tpl'} @@ -6,12 +5,14 @@
-
-
    -
  • {'Home'|@translate}
  • -
-

{'Upload a picture'|@translate}

-
+
+ +

{'Upload a picture'|@translate}

+
{if !empty($errors)}
-- cgit v1.2.3