From c9dfb3a41f0341531594de215a25d7cb0091ca56 Mon Sep 17 00:00:00 2001 From: plegall Date: Tue, 9 Mar 2010 20:17:00 +0000 Subject: feature 1494: move all *.tpl files from template/yoga to the new template/default (from which yoga derives) git-svn-id: http://piwigo.org/svn/trunk@5095 68402e56-0260-453c-a942-63ccdbb3a9ee --- template/default/profile_content.tpl | 109 +++++++++++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 template/default/profile_content.tpl (limited to 'template/default/profile_content.tpl') diff --git a/template/default/profile_content.tpl b/template/default/profile_content.tpl new file mode 100644 index 000000000..e6736f078 --- /dev/null +++ b/template/default/profile_content.tpl @@ -0,0 +1,109 @@ +
+ +
+ {'Registration'|@translate} + +
    +
  • + {'Username'|@translate} + {$USERNAME} +
  • +{if not $SPECIAL_USER} {* can modify password + email*} +
  • + + + + +
  • +{if not $IN_ADMIN} {* admins do not need old password*} +
  • + + + + +
  • +{/if} +
  • + + + + +
  • +
  • + + + + +
  • +
+{/if} +
+ +
+ {'Preferences'|@translate} + +
    +
  • + + + + +
  • +
  • + + + + +
  • +
  • + + + + {html_options name=template options=$template_options selected=$template_selection} +
  • +
  • + + + + {html_options name=language options=$language_options selected=$language_selection} +
  • +
  • + + + + +
  • +
  • + {'Expand all categories'|@translate} + {html_radios name='expand' options=$radio_options selected=$EXPAND} +
  • +
  • + {'Show number of comments'|@translate} + {html_radios name='show_nb_comments' options=$radio_options selected=$NB_COMMENTS} +
  • +
  • + {'Show number of hits'|@translate} + {html_radios name='show_nb_hits' options=$radio_options selected=$NB_HITS} +
  • +
  • + + + + +
  • +
  • + + + + +
  • +
+
+ +

+ + + +

+ +
-- cgit v1.2.3