source: extensions/gally/gally-default/conf/default.conf @ 6109

Last change on this file since 6109 was 6109, checked in by grum, 14 years ago

Gally's themes compatibles with piwigo 2.1

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