source: trunk/admin/themes/default/template/configuration.tpl @ 5182

Last change on this file since 5182 was 5123, checked in by plg, 15 years ago

feature 1502: based on Dotclear model, P@t has reorganized the way Piwigo
manages template/theme in a simpler "theme only level" architecture. It
supports multiple level inheritance.

  • Property svn:eol-style set to LF
File size: 6.9 KB
RevLine 
[2614]1
[2641]2{include file='include/autosize.inc.tpl'}
[2614]3
[2531]4<div class="titrePage">
[5021]5  <h2>{'Piwigo configuration'|@translate} {$TABSHEET_TITLE}</h2>
[2531]6</div>
7
[3215]8{if !isset($default)}
[2531]9<form method="post" action="{$F_ACTION}" class="properties">
[3215]10{/if}
[2531]11
12{if isset($main)}
13<fieldset id="mainConf">
[3185]14  <legend></legend>
[2531]15  <ul>
16    <li>
17      <span class="property">
18        <label for="gallery_title">{'Gallery title'|@translate}</label>
19      </span>
[3185]20      <input type="text" maxlength="255" size="50" name="gallery_title" id="gallery_title" value="{$main.CONF_GALLERY_TITLE}">
[2531]21    </li>
22
23    <li>
24      <span class="property">
25        <label for="page_banner">{'Page banner'|@translate}</label>
26      </span>
[3185]27      <textarea rows="5" cols="50" class="description" name="page_banner" id="page_banner">{$main.CONF_PAGE_BANNER}</textarea>
[2531]28    </li>
29
30    <li>
31      <span class="property">
32        <label for="gallery_url">{'Gallery URL'|@translate}</label>
33      </span>
[3185]34      <input type="text" maxlength="255" size="50" name="gallery_url" id="gallery_url" value="{$main.CONF_GALLERY_URL}">
[2531]35    </li>
36  </ul>
37</fieldset>
38
39<fieldset id="mainConfCheck">
[3185]40  <legend></legend>
[2531]41  <ul>
42    <li>
43      <label>
44        <span class="property">{'Lock gallery'|@translate}</span>
[3185]45        <input type="checkbox" name="gallery_locked" {if ($main.gallery_locked)}checked="checked"{/if}>
[2531]46      </label>
47    </li>
48
49    <li>
50      <label>
51        <span class="property">{'Rating'|@translate}</span>
[3185]52        <input type="checkbox" name="rate" {if ($main.rate)}checked="checked"{/if}>
[2531]53      </label>
54    </li>
55
56    <li>
57      <label>
58        <span class="property">{'Rating by guests'|@translate}</span>
[3185]59        <input type="checkbox" name="rate_anonymous" {if ($main.rate_anonymous)}checked="checked"{/if}>
[2531]60      </label>
61    </li>
62
63    <li>
64      <label>
65        <span class="property">{'Allow user registration'|@translate}</span>
[3185]66        <input type="checkbox" name="allow_user_registration" {if ($main.allow_user_registration)}checked="checked"{/if}>
[2531]67      </label>
68    </li>
69
70    <li>
71      <label>
[5021]72        <span class="property">{'Mail address is obligatory for all users'|@translate}</span>
[3185]73        <input type="checkbox" name="obligatory_user_mail_address" {if ($main.obligatory_user_mail_address)}checked="checked"{/if}>
[2531]74      </label>
75    </li>
76
77    <li>
78      <label>
[5021]79        <span class="property">{'Email admins when a new user registers'|@translate}</span>
[3185]80        <input type="checkbox" name="email_admin_on_new_user" {if ($main.email_admin_on_new_user)}checked="checked"{/if}>
[2531]81      </label>
82    </li>
83  </ul>
84</fieldset>
85{/if}
86
87{if isset($history)}
88<fieldset id="historyConf">
[3215]89  <legend></legend>
[2531]90  <ul>
91      <li>
[5021]92        <label><span class="property">{'Save page visits by guests'|@translate}</span><input type="checkbox" name="history_guest" {if ($history.history_guest)}checked="checked"{/if}></label>
[2531]93      </li>
94
95      <li>
[5021]96        <label><span class="property">{'Save page visits by users'|@translate}</span><input type="checkbox" name="log" {if ($history.log)}checked="checked"{/if}></label>
[2531]97      </li>
98
99      <li>
[5021]100        <label><span class="property">{'Save page visits by administrators'|@translate}</span><input type="checkbox" name="history_admin" {if ($history.history_admin)}checked="checked"{/if}></label>
[2531]101      </li>
102  </ul>
103</fieldset>
104{/if}
105
106
107{if isset($comments)}
108<fieldset id="commentsConf">
[3215]109  <legend></legend>
[2531]110  <ul>
111    <li>
112      <label>
113        <span class="property">{'Comments for all'|@translate}</span>
[3185]114        <input type="checkbox" name="comments_forall" {if ($comments.comments_forall)}checked="checked"{/if}>
[2531]115      </label>
116    </li>
117
118    <li>
119      <span class="property">
120        <label for="nb_comment_page">{'Number of comments per page'|@translate}</label>
121      </span>
[3185]122      <input type="text" size="3" maxlength="4" name="nb_comment_page" id="nb_comment_page" value="{$comments.NB_COMMENTS_PAGE}">
[2531]123    </li>
124
125    <li>
126      <label>
127        <span class="property">{'Validation'|@translate}</span>
[3185]128        <input type="checkbox" name="comments_validation" {if ($comments.comments_validation)}checked="checked"{/if}>
[2531]129      </label>
130    </li>
131
132
133    <li>
134      <label>
[5021]135        <span class="property">{'Email admins when a valid comment is entered'|@translate}</span>
[3185]136        <input type="checkbox" name="email_admin_on_comment" {if ($comments.email_admin_on_comment)}checked="checked"{/if}>
[2531]137      </label>
138    </li>
139
140    <li>
141      <label>
[5021]142        <span class="property">{'Email admins when a comment requires validation'|@translate}</span>
[3185]143        <input type="checkbox" name="email_admin_on_comment_validation" {if ($comments.email_admin_on_comment_validation)}checked="checked"{/if}>
[2531]144      </label>
145    </li>
[3445]146
147    <li>
148      <label>
149        <span class="property">{'Allow users to edit theirs owns comments'|@translate}</span>
150        <input type="checkbox" name="user_can_edit_comment" {if ($comments.user_can_edit_comment)}checked="checked"{/if}>
151      </label>
152    </li>
153    <li>
154      <label>
155        <span class="property">{'Allow users to delete theirs owns comments'|@translate}</span>
156        <input type="checkbox" name="user_can_delete_comment" {if ($comments.user_can_delete_comment)}checked="checked"{/if}>
157      </label>
158    </li>
159    <li>
160      <label>
161        <span class="property">{'Email administrators when a comment is modified'|@translate}</span>
162        <input type="checkbox" name="email_admin_on_comment_edition" {if ($comments.email_admin_on_comment_edition)}checked="checked"{/if}>
163      </label>
164    </li>
165    <li>
166      <label>
167        <span class="property">{'Email administrators when a comment is deleted'|@translate}</span>
168        <input type="checkbox" name="email_admin_on_comment_deletion" {if ($comments.email_admin_on_comment_deletion)}checked="checked"{/if}>
169      </label>
170    </li>
171
[2531]172  </ul>
173</fieldset>
174{/if}
175
176{if isset($upload)}
177<fieldset id="uploadConf">
[3215]178  <legend></legend>
[2531]179  <ul>
180    <li>
181      <label><span class="property">{'Show upload link every time'|@translate}</span>
[3185]182      <input type="checkbox" name="upload_link_everytime" {if ($upload.upload_link_everytime)}checked="checked"{/if}></label>
[2531]183    </li>
184    <li>
185      <label><span class="property">{'User access level to upload'|@translate}</span>
186      {html_options name="upload_user_access" options=$upload.upload_user_access_options selected=$upload.upload_user_access_options_selected}
[3215]187      </label>
[2531]188    </li>
189    <li>
190      <label>
[5021]191        <span class="property">{'Email admins when a picture is uploaded'|@translate}</span>
[3185]192        <input type="checkbox" name="email_admin_on_picture_uploaded" {if ($upload.email_admin_on_picture_uploaded)}checked="checked"{/if}>
[2531]193      </label>
194    </li>
195  </ul>
196</fieldset>
197{/if}
198
199{if isset($default)}
200{$PROFILE_CONTENT}
201{/if}
202
203{if !isset($default)}
204  <p>
205    <input class="submit" type="submit" name="submit" value="{'Submit'|@translate}" {$TAG_INPUT_ENABLED}>
206    <input class="submit" type="reset" name="reset" value="{'Reset'|@translate}">
207  </p>
[3215]208</form>
[2531]209{/if}
Note: See TracBrowser for help on using the repository browser.