-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.xml
executable file
·178 lines (173 loc) · 9.77 KB
/
config.xml
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
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
<?xml version="1.0" encoding="utf-8"?>
<page xmlns="http://www.askia.com/2.2.0/ADPSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.askia.com/2.2.0/ADPSchema https://raw.githubusercontent.com/AskiaADX/ADXSchema/2.2.0/ADPSchema.xsd"
version="2.2.0"
askiaCompat="5.5.2">
<info>
<name>One</name>
<guid>45fa141f-4d97-45a1-8f65-90c22405577d</guid>
<version>3.4.1</version>
<date>2023-05-22</date>
<description><![CDATA[One Askia Design Page]]></description>
<company>askia</company>
<author><![CDATA[Jerome Duparc <[email protected]> Paul McDuffee Nevin<[email protected]>]]></author>
<site>https://www.askia.com/</site>
<helpURL>https://support.askia.com/hc/en-us/articles/360000243898-One</helpURL>
</info>
<outputs defaultOutput="default">
<output id="default" masterPage="default.html">
<description><![CDATA[Default output]]></description>
<content fileName="favicon.png" type="image" mode="static" position="none" />
<content fileName="logo-askia-rvb.png" type="image" mode="static" position="none" />
<content fileName="logo-askia.svg" type="image" mode="static" position="none" />
<content fileName="askia.live.routing.js" type="javascript" mode="dynamic" position="head" />
<content fileName="html5-ie.js" type="javascript" mode="static" position="head" />
<content fileName="normalize.min.css" type="css" mode="static" position="head" />
<content fileName="styles.min.css" type="css" mode="static" position="head" />
<content fileName="styles.css" type="css" mode="dynamic" position="head" />
<content fileName="bg.jpg" type="image" mode="static" position="none" />
<content fileName="askia.ajax.min.js" type="javascript" mode="static" position="foot" />
<content fileName="error.asx" type="asx" mode="modules" position="none" />
</output>
</outputs>
<properties>
<category id="general" name="General">
<property xsi:type="standardProperty" id="window_title" name="Window title" type="string" require="true" visible="true">
<description><![CDATA[Title of the window]]></description>
<value><![CDATA[Askia Web Survey]]></value>
</property>
<property xsi:type="standardProperty" id="survey_logo_src" name="Logo path" type="string" require="false" visible="true">
<description><![CDATA[The logo of the survey which will be display next to the survey name]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="survey_logo_alt" name="Logo alternate text" type="string" require="false" visible="true">
<description><![CDATA[The alternate text of the logo]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="survey_name" name="Survey name" type="string" require="false" visible="true">
<description><![CDATA[The name of the survey]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="errors_caption" name="Error caption" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Error caption]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="display_progress_value" name="Display progress value" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Display progress value]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="sticky_header" name="Sticky header" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Sticky header]]></description>
<value><![CDATA[no]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="radio_checkbox_size" name="Radio and checkbox size" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Radio and checkbox size]]></description>
<value><![CDATA[1.5rem]]></value>
</property>
<property xsi:type="standardProperty" id="background_image_src" name="Background image path" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Background image path]]></description>
<value></value>
</property>
</category>
<category id="buttons" name="Buttons">
<property xsi:type="standardProperty" id="buttons_alignement" name="Alignment" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Buttons alignement]]></description>
<value><![CDATA[center]]></value>
<options>
<option value="left" text="Left" />
<option value="center" text="Center" />
<option value="right" text="Right" />
</options>
</property>
<property xsi:type="standardProperty" id="display_previous" name="Display previous" type="string" require="true" visible="true">
<description><![CDATA[Display previous button]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="previous_caption" name="Previous caption" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Previous caption]]></description>
<value><![CDATA[Previous]]></value>
</property>
<property xsi:type="standardProperty" id="display_next" name="Display next" type="string" require="true" visible="true">
<description><![CDATA[Display next button]]></description>
<value><![CDATA[yes]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="next_caption" name="Next caption" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Next caption]]></description>
<value><![CDATA[Next]]></value>
</property>
<property xsi:type="standardProperty" id="display_pause" name="Display pause" type="string" require="true" visible="true">
<description><![CDATA[Display pause button]]></description>
<value><![CDATA[no]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="pause_caption" name="Pause caption" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Pause caption]]></description>
<value><![CDATA[Pause]]></value>
</property>
<property xsi:type="standardProperty" id="pause_button_background_color" name="Pause button background color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgba">
<description><![CDATA[The background color of the pause button]]></description>
<value><![CDATA[{%= Theme.WhiteColor %}]]></value>
</property>
<property xsi:type="standardProperty" id="pause_button_foreground_color" name="Pause button foreground color" type="color" mode="dynamic" require="true" visible="false" colorFormat="rgba">
<description><![CDATA[The foreground color of the pause button]]></description>
<value><![CDATA[{%= Theme.BlackColor %}]]></value>
</property>
</category>
<category id="footer" name="Footer">
<property xsi:type="standardProperty" id="display_footer" name="Display footer" type="string" mode="dynamic" require="true" visible="true">
<description><![CDATA[Display footer]]></description>
<value><![CDATA[no]]></value>
<options>
<option value="yes" text="Yes" />
<option value="no" text="No" />
</options>
</property>
<property xsi:type="standardProperty" id="footer_left" name="Footer left" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Footer left]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="footer_right" name="Footer right" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Footer right]]></description>
<value></value>
</property>
</category>
<category id="additionalHtml" name="Additional HTML">
<property xsi:type="standardProperty" id="before_questions" name="Additional HTML Before Questions" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[HTML Before Questions]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="after_questions" name="Additional HTML After Questions" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[HTML After Questions]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="headHTML" name="Additional HTML for Head section" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Additional HTML for Head section]]></description>
<value></value>
</property>
<property xsi:type="standardProperty" id="footHTML" name="Additional HTML for Foot section" type="string" mode="dynamic" require="false" visible="true">
<description><![CDATA[Additional HTML for Foot section]]></description>
<value></value>
</property>
</category>
</properties>
</page>