source: extensions/gally/gally-lapis-lazuli/conf/default.conf @ 16021

Last change on this file since 16021 was 16021, checked in by grum, 12 years ago

feature:2664- compatibility with Piwigo 2.4

  • Property svn:executable set to *
File size: 10.1 KB
RevLine 
[6109]1# ------------------------------------------------------------------------------
2# LAPIS-LAZULI
3# Theme for Piwigo
4# ------------------------------------------------------------------------------
5# file: gally-lapis-lazuli/conf/default.conf
[16021]6# file release: 1.5.0
[6109]7# ------------------------------------------------------------------------------
8# author: grum at piwigo.org
9# << May the Little SpaceFrog be with you >>
10# ------------------------------------------------------------------------------
11# Lapis-Lazuli for themes "Gally"
12#
13# see the gally-default/release_notes.txt file for more informations
14#
15# this is the config file for the theme
16#
17# To modify theses default options, you can make a "local.conf" file with new
18# declaration of parameters
19# Local files must be localized in the /local/themes/gally-lapis-lazuli/conf
20# directory
21#
22#
23# BE CAREFUL : string values must be defined between double-quote => "my string"
24#
25# ------------------------------------------------------------------------------
26
27
28# ------- Picture page parameters ----------------------------------------------
29
30# The 'imageAutoScroll' option can take theses values :
31#   "yes" => use the template scroll feature (no scrollbars)
32#   "no"  => use the browser scroll feature (scrollbars)
33#
34#   Due to bug(?) under MSIE browser this option automaticaly forced to no
35#     works well with FF2, FF3, Opera, Safari
36imageAutoScroll = "yes"
37
[16021]38
[8531]39# -- 1.3.1 --
40# the 'imageSimulateHighRes' option can take theses values :
41#   "yes" => if there is no high res file and if the image need scroll, the
42#            template simulate an high res image managment
43#   "no"  => don't simulate high res image
44imageSimulateHighRes = "no"
45
[6109]46# The 'imageCenterMode' option can take theses values :
47#   "img"  => position is calculated on the image height
48#   "all"  => position is calculated on the image height + comment height
49#   "none" => image is not centered, just positionned to the 'imageCenterTopMin'
50#             value
51imageCenterMode = "img"
52
53# The 'imageCenterOffset' option can take any positive integer value
54# This option define an offset (in pixels) to apply to the top position of the
55# image after centered position is calculated.
56imageCenterOffset = -15
57
58# The 'imageCenterTopMin' option can take any positive integer value
59# This option define the minimal position at top for the picture (in pixels)
60#  works only if the image is displayed in absolute/fixed mode (ignored with the
61#  relative/static modes)
62imageCenterTopMin = 30
63
64# -- 1.2.0 --
65# The 'imageCenterTopBorder' option define the offset used to apply the minimal
66# position at top for the picture
67# The option can take theses values :
68#   "page"           => minimal position is defined from the top border of the
69#                       page
70#   "imageHeaderBar" => minimal position is defined from the bottom border of
71#                       header bar
72imageCenterTopBorder="imageHeaderBar"
73
[16021]74# -- 1.5.0 --
75# The 'imageScrollMinDeadArea' option allows to define the minimum width for
76# dead area in scroll mode
77imageScrollMinDeadArea=0
[6109]78
79# The 'imageInterface' option can take theses values :
80#   "none" => no effect to switch the interface (on/off)
81#   "fade" => use fading to switch the interface (fade in/fade out)
82#
83#   Due to bug(?) under MSIE browser this option automaticaly forced to "none"
84#     works well with FF2, FF3, Opera, Safari
85interfaceAnimated="none"
86
87# -- 1.3.0 --
88# The 'interfaceCanSwitch' option can take theses values :
89#   "yes" => the interface is displayed or hidden according to the defined rules
90#   "no"  => the interface is always displayed
91interfaceCanSwitch="yes"
92
93# The 'imageInterfaceHidden' option can take theses values :
94#   "yes" => after a page is loaded, if mouse is over the interface, the
95#            interface still hidden until the mouse move
96#   "no"  => after a page is loaded, if mouse is over the interface, the
97#            interface is visible immediately
98#
99#   Due to bug(?) under MSIE browser this option automaticaly forced to "none"
100#     works well with FF2, FF3, Opera, Safari
101interfaceHidden="yes"
102
103# -- 1.2.0 --
104# The 'interfaceOnImage' option can take theses values :
105#   "always"   => display interface when the mouse is over the picture
106#   "noscroll" => display interface when the mouse is over the picture only if
107#                 the picture is not scrollable
108#   "never"    => don't display interface when the mouse is over the picture
109interfaceOnImage="noscroll"
110
111# -- 1.2.0 --
112# The 'interfaceTimerDelay' options can take any positive integer values.
113# This option define the delay (in millseconds) of inactivity before hidding the
114# interface
115# set to 0 to deactivate this functionnality
116interfaceTimerDelay=2500
117
118# The 'animateDelay' option can take any positive integer value
119# This option define the duration (in milliseconds) of effects
120animateDelay=0
121
122# The 'marginContainer' option can take any positive integer value
123# This option define the space between the picture side (left/right) and the
124# window borders. Normal & high resolution view use this property
125# Only used when the 'imageAutoScroll' is set to yes
126marginContainer=30
127
128# -- 1.3.0 --
129# The 'paddingContainer' option can take any positive integer value
130# This option is used for high resolution view and defines the space between the
131# picture sides (left/right/top/bottom) and the container.
132paddingContainer=10
133
134# -- 1.2.0 --
135# The 'tabsAnimated' option can take theses values :
136#   "yes" => use slide to switch the tabs area (slide in/slide out)
137#   "no"  => no effect to switch the tabs area (on/off)
138tabsAnimated="no"
139
140# -- 1.2.0 --
141# The 'tabsHidden' and 'tabsVisible' options can take any positive
142# integer values.
143# Theses options define the height (in pixels) of the minimized and maximized
144# tabs area
145tabsHidden=21
146tabsVisible=250
147
[16021]148# -- 1.5.0 --
[6109]149# The 'tabsPosition' option can take theses values :
[16021]150#   "top"           => display the tabs area at the bottom of the image toobar area
151#                      (top of the page)
152#   "bottom"        => display the tabs area at the top of the copyright area
153#                      (bottom of the page)
154#   "pictureTop"    => display the tabs area at the top of the image area
155#   "pictureBottom" => display the tabs area at the bottom of the image area
[6109]156tabsPosition="top"
157
158# -- 1.3.0 --
159# The 'displayBanner' option can take theses values :
160#   "yes"       => display the banner on the picture page
161#   "no"        => hide the banner on the picture page
162#   "alternate" => display an alternate banner ; the content of the alternate
163#                  banner is defined in the 'alternateBannerContent' option
164displayBanner="yes"
165
166# -- 1.3.0 --
167# The 'alternateBannerContent' option can take any text value
168# If the 'displayBanner' is set to 'alternate' value, the content of the
169# 'alternateBannerContent' is used to display the header
170alternateBannerContent=""
171
172# -- 1.2.0 --
173# The 'commentRows' option can take any positive integer value.
174# This option define the number of rows for the comment textarea
175# (default defined in the template: 7)
176commentRows=7
177
178# -- 1.2.0 --
179# The 'metaNumCols' options can take any positive integer values.
180# This option define the number of columns used to display the metadata
181metaNumCols=2
182
183# -- 1.3.0 --
184# the 'defaultZoomSize' option can take theses values :
185#   "full" => when high res picture is displayed, the image is displayed in the
186#             the full size
187#   "fit"  => when high res picture is displayed, the image is displayed to fit
188#             in the window
189defaultZoomSize="full"
190
191# -- 1.3.0 --
192# the 'highResClickMode' option can take theses values :
193#   "close" => click on the high res picture close the high res picture
194#   "zoom"  => click on the high res picture switch the zoom mode fit/full
195highResClickMode="zoom"
196
[16021]197# -- 1.5.0 --
198# the 'manageTips' option can take theses values :
199#   "yes" => the interface uses the simpleTip.js script to display hints
200#   "no"  => the interface uses the default browser method to display hints
201manageTips="yes"
[6109]202
[16021]203# -- 1.5.0 --
204# the 'manageTipsPos' define the default position for tips ; the option can take
205# theses values :
206#   "tipOnTop"    => tip is displayed above the object
207#   "tipOnBottom" => tip is displayed under the object
208#   "tipOnLeft"   => tip is displayed on the left side of the object
209#   "tipOnRight"  => tip is displayed on the right side of the object
210manageTipsPos="tipOnBottom"
211
212# -- 1.5.0 --
213# the 'tipsSize' option can take any positive integer values.
214# This option define the size (Width&Height) of an arrow
215tipsSize=17
216
[6109]217# ------- Menu parameters ------------------------------------------------------
218
219# The 'menuAnimated' option can take theses values :
220#   "none" => no effect to switch the menu (on/off)
221#   "fade" => use fading to switch the menu (fade in/fade out)
222#   "slide" => use fading to switch the menu (fade in/fade out)
223#   "noswitch" => [1.2.0] menu is not displayed by a click (always displayed,
224#                 eventually managed by CSS)
225#
226#   Due to bug(?) under MSIE browser this option automaticaly forced to "none"
227#   if it different of "noswitch" works well with FF2, FF3, Opera, Safari
228menuAnimated="noswitch"
229
230# The 'menuWidth' option can take theses values :
231#   "auto" => width of the menu is autocomputed by the browser
232#   "info" => width of the menu is set to be inside the information panel on the
233#            left (use the '.additional_info' CSS value)
234# The 'menuWidth' option can also take any positive integer value wich define a
235# fixed width in pixels
236menuWidth = "auto"
237
238# The 'menuMaxWidth' option is used when the 'menuWidth' option is set to "auto"
239# and can take any positive integer value wich define a fixed maximum width in
240# pixels
241# If this option is set to 0, there is no maximum width applied to the menu
242#
243# please note that under MSIE prior than 8.0, the 'menuWidth = "auto"' option
244# don't work as well as other browsers and in this case, with the
245# 'menuMSIEMaxWidth' option you can force a maximum width only for this browser
246# This option is not used when the 'menuAnimated' option is set to "noswitch"
247menuMaxWidth = 0
248menuMSIEMaxWidth = 190
249
250# -- 1.3.0 --
251# the 'expandMenu' option can take theses values :
252#   "yes" => the menu is expanded, all items are displayed at once time
253#   "no"  => default piwigo mode, the menu is not expanded
254expandMenu="yes"
255
256
257
Note: See TracBrowser for help on using the repository browser.