-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmod_wallpaper.xml
More file actions
163 lines (160 loc) · 4.68 KB
/
mod_wallpaper.xml
File metadata and controls
163 lines (160 loc) · 4.68 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
<?xml version="1.0" encoding="utf-8"?>
<extension
type="module"
version="3.0"
client="site"
method="upgrade">
<name>Stockmar Wallpaper</name>
<author>Jeppe Stockmar</author>
<creationDate>January 2013</creationDate>
<copyright>Copyright (C)2013 Jeppe Stockamr</copyright>
<license>GNU General Public License version 2 or later</license>
<authorEmail>info@stockmar.dk</authorEmail>
<authorUrl>www.stockmar.dk</authorUrl>
<version>1.0.2</version>
<description>
<![CDATA[
<div>
<img src="../templates/stockmartemplate/img/stockmar-logo.png" />
<h1>Stockmar Wallpaper</h1>
<p>A very simple wallpaper module for you from Stockmaer IT</p>
<p>Built upon <a href="http://srobbin.com/jquery-plugins/backstretch/" target="_blank">backstretch</a></p>
<p><img src="../modules/mod_wallpaper/mod_wallpaper_preview.png" /></p>
<h2>Change log</h2>
<h3>v. 1.0.2</h3>
<ul>
<li>Updated jquery.backstretch.min 2.0.3 to 2.0.4</li>
<li>added backstretch for dev: jquery.backstretch.js</li>
<ul>
</div>
<p>Created by <a href="http://www.stockmar.dk" target="_blank">Jeppe Rosengren Stockmar | stockmar.dk</a>.</p>
]]>
</description>
<files>
<folder>js</folder>
<folder>language</folder>
<folder>tmpl</folder>'
<filename module="mod_wallpaper">mod_wallpaper.php</filename>
<filename>index.html</filename>
<filename>mod_wallpaper.xml</filename>
<filename>helper.php</filename>
<filename>mod_wallpaper_preview.png</filename>
</files>
<languages>
<language tag="en-GB">language/en-GB.mod_wallpaper.ini</language>
<language tag="en-GB">language/en-GB.mod_wallpaper.sys.ini</language>
</languages>
<!-- Media files -->
<media destination="mod_wallpaper" folder="media">
<folder>js</folder>
</media>
<config>
<fields name="params">
<fieldset name="basic">
<field label="SETUP_INFO_LABEL" type="spacer" class="instructions blue" default="SETUP_INFO"/>
<field
name="wallpaperType"
label="Select the wallpaper type"
type="radio"
default="1"
description=""
class="radio btn-group">
<option value="1">Wallpaper</option>
<option value="2">Slideshow</option>
</field>
<field label="IMAGES_INFO_LABEL" type="spacer" class="instructions blue" default="IMAGE_INFO"/>
<field
name="wallpaperStatic"
type="imagelist"
hide_none="true"
directory="/images/wallpapers"
default=""
label="MOD_WALLPAPER_STATIC_LABEL"
description="MOD_WALLPAPER_DESC">
</field>
<field
label="IMAGES_INFO_LABEL"
type="spacer"
class="instructions blue"
default="IMAGE_INFO"/>
<field
name="wallpaperone"
type="imagelist"
hide_none="true"
directory="/images/wallpapers"
default=""
label="MOD_WALLPAPER_ONE_LABEL"
description="MOD_WALLPAPER_DESC">
</field>
<field
name="wallpapertwo"
type="imagelist"
hide_none="true"
directory="/images/wallpapers"
default=""
label="MOD_WALLPAPER_TWO_LABEL"
description="MOD_WALLPAPER_DESC">
</field>
<field
name="wallpaperthree"
type="imagelist"
hide_none="true"
directory="/images/wallpapers"
default=""
label="MOD_WALLPAPER_THREE_LABEL"
description="MOD_WALLPAPER_DESC">
</field>
<field
name="wallpaperfour"
type="imagelist"
hide_none="true"
directory="/images/wallpapers"
default=""
label="MOD_WALLPAPER_FOUR_LABEL"
description="MOD_WALLPAPER_DESC">
</field>
<field
name="wallpaperfive"
type="imagelist"
hide_none="true"
directory="/images/wallpapers"
default=""
label="MOD_WALLPAPER_FIVE_LABEL"
description="MOD_WALLPAPER_DESC">
</field>
<field type="spacer" name="myspacer-one-break" hr="true" />
</fieldset>
<fieldset name="SLIDESHOW">
<field
label="SLIDESHOW_INFO_LABEL"
type="spacer"
class="instructions blue"
default="SETUP_INFO"/>
<field
name="fadeSpeed"
type="text"
default="500"
label="MOD_FADE_SPEED_LABEL"
description=""
size="4" />
<field
name="duration"
type="text"
default="3000"
label="MOD_DURATION_LABEL"
description=""
size="4" />
<field
name="random"
type="radio"
default="0"
label="MOD_RAMDOMIMAGE_LABEL"
description="MOD_RAMDOMIMAGE_DESC"
class="btn-group">
<option value="0">JNO</option>
<option value="1">JYES</option>
</field>
</fieldset>
</fields>
</config>
</extension>