source: extensions/Shadogo/trunk/admin/template/shadogo_admin.tpl @ 10016

Last change on this file since 10016 was 10016, checked in by binaryworld, 13 years ago
File size: 8.3 KB
Line 
1<div class="titrePage">
2  <h2>Shadogo Admin</h2>
3</div>
4
5
6<form name="piwishadow_mainform" method="post" action="{$SHADOGO_F_ACTION}" class="general">
7
8<div style="padding-left:1em; margin:2em 0">
9{html_options name=modalOverlayLib values=$modalOverlayLibs output=$modalOverlayLibs selected=$modalOverlayLibsSelected}
10<label style="margin-left:1em">
11        {'shadogo_overlaylibs'|@translate}
12</label>
13</div>
14
15<div style="padding-left:1em; margin:2em 0">
16{html_options name=modalOverlayTheme options=$modalOverlayThemes selected=$modalOverlayThemesSelected}
17<label style="margin-left:1em">
18        {'shadogo_overlaythemes'|@translate}
19</label>
20</div>
21
22<div style="padding-left:1em; margin:2em 0">
23<script type="text/javascript">
24{literal}
25$(document).ready(function() {
26        $('.expert-param').hide();
27});
28{/literal}
29</script>
30<input type="checkbox" onclick="if (this.checked) $('.expert-param').show(); else $('.expert-param').hide();"/>
31<label style="margin-left:1em">
32        {'shadogo_display_expert_params'|@translate}
33</label>
34</div>
35
36<HR>
37
38<fieldset style="background: transparent url('{$U_SHADOGO}/admin/images/overlay_bottom.jpg') no-repeat scroll 99% center;">
39        <legend>{'shadogo_overlay_config'|@translate}</legend>
40        <ol style="padding: 1em 1em 0 1em; list-style: none">
41        <li style="float:left; clear:left; width:100%; padding-bottom:1em;">
42                <label style="float:left; width:25em; margin-right:1em">
43                        {'shadogo_overlay_hdpicture'|@translate}
44                </label>
45                <input type="checkbox" name="hdPicture" value="{$shadogo.hdPicture}" {if $shadogo.hdPicture } CHECKED  {/if} />
46        </li>
47        <li style="float:left; clear:left; width:100%; padding-bottom:1em;">
48                <label style="float:left; width:25em; margin-right:1em">
49                        {'shadogo_overlay_download'|@translate}
50                </label>
51                <input type="checkbox" name="downloadPicture" value="{$shadogo.downloadPicture}" {if $shadogo.downloadPicture } CHECKED  {/if} />
52        </li>
53        <li style="float:left; clear:left; width:100%; padding-bottom:1em;">
54                <label style="float:left; width:25em; margin-right:1em">
55                        {'shadogo_overlay_addtobasket'|@translate}
56                </label>
57                <input type="checkbox" name="addToBasket" value="{$shadogo.addToBasket}" {if $shadogo.addToBasket } CHECKED  {/if} />
58        </li>
59        <li style="float:left; clear:left; width:100%; padding-bottom:1em;">
60                <label style="float:left; width:25em; margin-right:1em">
61                        {'shadogo_overlay_favorites'|@translate}
62                </label>
63                <input type="checkbox" name="favoritePicture" value="{$shadogo.favoritePicture}" {if $shadogo.favoritePicture } CHECKED  {/if} />
64        </li>
65        </ol> 
66</fieldset>
67
68<fieldset>
69        <legend>{'shadogo_mediaplayer_config'|@translate}</legend>
70        <ol style="padding: 1em 1em 0 1em; list-style: none"> 
71        <li style="float:left; clear:left; width:100%; padding-bottom:1em;">
72                <label style="float:left; width:25em; margin-right:1em">
73                        {'shadogo_mediaplayer_content'|@translate}
74                </label>
75                <input type="checkbox" name="displayMediaPlayer" value="{$shadogo.displayMediaPlayer}" {if $shadogo.displayMediaPlayer } CHECKED  {/if} />
76        </li>
77        <li style="float:left; clear:left; width:100%; padding-bottom:1em;" class="expert-param">
78                <label style="float:left; width:25em; margin-right:1em">
79                        {'shadogo_mediafile_pattern'|@translate}
80                </label>
81                <input type="text" name="mediaFilePattern" value='{$shadogo.mediaFilePattern}' size="80" />
82        </li>
83        </ol> 
84</fieldset>
85
86<fieldset>
87        <legend>{'shadogo_hdcontent_config'|@translate}</legend>
88        <ol style="padding: 1em 1em 0 1em; list-style: none"> 
89        <li style="float:left; clear:left; width:100%; padding-bottom:1em;">
90                <label style="float:left; width:25em; margin-right:1em">
91                        {'shadogo_hdcontent_inoverlay'|@translate}
92                </label>
93                <input type="checkbox" name="hdPictureInOverlay" value="{$shadogo.hdPictureInOverlay}" {if $shadogo.hdPictureInOverlay } CHECKED  {/if} />
94        </li>
95        <li style="float:left; clear:left; width:100%; padding-bottom:1em;" class="expert-param">
96                <label style="float:left; width:25em; margin-right:1em">
97                        {'shadogo_hdcontent_pattern'|@translate}
98                </label>
99                <input type="text" name="hdPicturePrefilterPattern" value='{$shadogo.hdPicturePrefilterPattern}' size="80" />
100        </li>
101        <li style="float:left; clear:left; width:100%; padding-bottom:1em;" class="expert-param">
102                <label style="float:left; width:25em; margin-right:1em">
103                        {'shadogo_hdcontent_replacement'|@translate}
104                </label>
105                <input type="text" name="hdPicturePrefilterReplacement" value='{$shadogo.hdPicturePrefilterReplacement}' size="80" />
106        </li>
107        </ol> 
108</fieldset>
109
110<fieldset>
111        <legend>{'shadogo_slideshow_config'|@translate}</legend>
112        <ol style="padding: 1em 1em 0 1em; list-style: none"> 
113        <li style="float:left; clear:left; width:100%; padding-bottom:1em;">
114                <label style="float:left; width:25em; margin-right:1em">
115                        {'shadogo_slideshow_inoverlay'|@translate}
116                </label>
117                <input type="checkbox" name="slideshowInOverlay" value="{$shadogo.slideshowInOverlay}" {if $shadogo.slideshowInOverlay } CHECKED  {/if} />
118        </li>
119        <li style="float:left; clear:left; width:100%; padding-bottom:1em;" class="expert-param">
120                <label style="float:left; width:25em; margin-right:1em">
121                        {'shadogo_slideshow_pattern'|@translate}
122                </label>
123                <input type="text" name="slideshowPrefilterPattern" value='{$shadogo.slideshowPrefilterPattern}' size="80" />
124        </li>
125        <li style="float:left; clear:left; width:100%; padding-bottom:1em;" class="expert-param">
126                <label style="float:left; width:25em; margin-right:1em">
127                        {'shadogo_slideshow_replacement'|@translate}
128                </label>
129                <input type="text" name="slideshowPrefilterReplacement" value='{$shadogo.slideshowPrefilterReplacement}' size="80" />
130        </li>
131        </ol> 
132</fieldset>
133
134<fieldset>
135        <legend>{'shadogo_thumbnail_config'|@translate}</legend>
136        <ol style="padding: 1em 1em 0 1em; list-style: none"> 
137        <li style="float:left; clear:left; width:100%; padding-bottom:1em;">
138                <label style="float:left; width:25em; margin-right:1em">
139                        {'shadogo_thumbnail_content_inoverlay'|@translate}
140                </label>
141                <input type="checkbox" name="thumbInOverlay" value="{$shadogo.thumbInOverlay}" {if $shadogo.thumbInOverlay } CHECKED  {/if} />
142        </li>
143        <li style="float:left; clear:left; width:100%; padding-bottom:1em;">
144                <label style="float:left; width:25em; margin-right:1em">
145                        {'shadogo_thumbnail_player_icon'|@translate}
146                </label>
147                <input type="checkbox" name="thumbMediaPlayerIcon" value="{$shadogo.thumbMediaPlayerIcon}" {if $shadogo.thumbMediaPlayerIcon } CHECKED  {/if} />
148        </li>
149        <li style="float:left; clear:left; width:100%; padding-bottom:1em;">
150                <label style="float:left; width:25em; margin-right:1em">
151                        {'shadogo_thumbnail_content_icon'|@translate}
152                </label>
153                <input type="checkbox" name="thumbContentIcon" value="{$shadogo.displayContentIcon}" {if $shadogo.thumbContentIcon } CHECKED  {/if} />
154        </li>
155        <li style="float:left; clear:left; width:100%; padding-bottom:1em;">
156                <label style="float:left; width:25em; margin-right:1em">
157                        {'shadogo_thumbnail_label'|@translate}
158                </label>
159                <input type="checkbox" name="thumbContentLabel" value="{$shadogo.thumbContentLabel}" {if $shadogo.thumbContentLabel } CHECKED  {/if} />
160        </li>
161        <li style="float:left; clear:left; width:100%; padding-bottom:1em;">
162                <label style="float:left; width:25em; margin-right:1em">
163                        {'shadogo_thumbnail_contentpage_inoverlay'|@translate}
164                </label>
165                <input type="checkbox" name="thumbContentInOverlay" value="{$shadogo.thumbContentInOverlay}" {if $shadogo.thumbContentInOverlay } CHECKED  {/if} />
166        </li>
167        <li style="float:left; clear:left; width:100%; padding-bottom:1em;" class="expert-param">
168                <label style="float:left; width:25em; margin-right:1em">
169                        {'shadogo_thumbnail_buttons_search'|@translate}
170                </label>
171                <input type="text" name="thumbButtonsTemplateSearch" value='{$shadogo.thumbButtonsTemplateSearch}' size="80" />
172        </li>
173        <li style="float:left; clear:left; width:100%; padding-bottom:1em;" class="expert-param">
174                <label style="float:left; width:25em; margin-right:1em">
175                        {'shadogo_thumbnail_hrefcontent_search'|@translate}
176                </label>
177                <input type="text" name="thumbHrefContentSearch" value='{$shadogo.thumbHrefContentSearch}' size="80" />
178        </li>
179        </ol>
180</fieldset>
181
182<fieldset style="float:none; width:auto; border:0 none #FFF">
183<input type="submit" value="{'shadogo_save'|@translate}" name="save" />
184<input type="submit" value="{'shadogo_cancel'|@translate}" name="cancel" />
185<input type="submit" value="{'shadogo_restore'|@translate}" name="restore" />
186</fieldset>
187<span id="piwigo_info_register">{'shadogo_note_warm_restore'|@translate}</span>
188</form>
Note: See TracBrowser for help on using the repository browser.