Newer
Older
<?xml version="1.0" encoding="UTF-8"?>
<quiqqer>
<project>
<settings>
<config>
<section name="templatePresentation.settings">
<!-- general settings -->
<conf name="showTitle">
<type><![CDATA[bool]]></type>
<defaultvalue>hide</defaultvalue>
</conf>
<conf name="showShort">
<type><![CDATA[bool]]></type>
<defaultvalue>hide</defaultvalue>
</conf>
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
<conf name="bgColorSwitcherPrefix">
<type><![CDATA[string]]></type>
<defaultvalue>hide</defaultvalue>
</conf>
<conf name="bgColorSwitcherSuffix">
<type><![CDATA[string]]></type>
<defaultvalue>hide</defaultvalue>
</conf>
<!-- nav bar -->
<conf name="navBarHeight">
<type><![CDATA[integer]]></type>
<defaultvalue>80</defaultvalue>
</conf>
<conf name="navPos">
<type><![CDATA[string]]></type>
<defaultvalue>scroll</defaultvalue>
</conf>
<conf name="navBarMainColor">
<type><![CDATA[string]]></type>
<defaultvalue>#2d4d88</defaultvalue>
</conf>
<conf name="navBarFontColor">
<type><![CDATA[string]]></type>
<defaultvalue>#ffffff</defaultvalue>
</conf>
<conf name="mobileFontColor">
<type><![CDATA[string]]></type>
<defaultvalue>#ffffff</defaultvalue>
</conf>
<conf name="mobileMenuBackground">
<type><![CDATA[string]]></type>
<defaultvalue>#252122</defaultvalue>
</conf>
<conf name="search">
<type><![CDATA[string]]></type>
<defaultvalue>inputAndIcon</defaultvalue>
</conf>
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
<!-- show header -->
<conf name="showHeaderStartPage">
<type><![CDATA[bool]]></type>
<defaultvalue>0</defaultvalue>
</conf>
<conf name="showHeaderNoSidebar">
<type><![CDATA[bool]]></type>
<defaultvalue>0</defaultvalue>
</conf>
<conf name="showHeaderLeftSidebar">
<type><![CDATA[bool]]></type>
<defaultvalue>0</defaultvalue>
</conf>
<conf name="showHeaderRightSidebar">
<type><![CDATA[bool]]></type>
<defaultvalue>0</defaultvalue>
</conf>
<!-- show breadcrumb -->
<conf name="showBreadcrumbStartPage">
<type><![CDATA[bool]]></type>
<defaultvalue>0</defaultvalue>
</conf>
<conf name="showBreadcrumbNoSidebar">
<type><![CDATA[bool]]></type>
<defaultvalue>0</defaultvalue>
</conf>
<conf name="showBreadcrumbLeftSidebar">
<type><![CDATA[bool]]></type>
<defaultvalue>0</defaultvalue>
</conf>
<conf name="showBreadcrumbRightSidebar">
<type><![CDATA[bool]]></type>
<defaultvalue>0</defaultvalue>
</conf>
<!-- header img height and value -->
<conf name="headerHeight">
<type><![CDATA[bool]]></type>
<defaultvalue>false</defaultvalue>
</conf>
<conf name="headerHeightValue">
<type><![CDATA[integer]]></type>
<defaultvalue>300</defaultvalue>
</conf>
<conf name="headerImagePosition">
<type><![CDATA[string]]></type>
<defaultvalue>center</defaultvalue>
</conf>
<!-- colors -->
<conf name="colorMainContentFont">
<type><![CDATA[string]]></type>
<defaultvalue>#333333</defaultvalue>
</conf>
<conf name="colorMain">
<type><![CDATA[string]]></type>
<defaultvalue>#2D4D88</defaultvalue>
</conf>
<conf name="buttonFontColor">
<type><![CDATA[string]]></type>
<defaultvalue>#ffffff</defaultvalue>
</conf>
<conf name="colorFooterBackground">
<type><![CDATA[string]]></type>
<defaultvalue>#eeeeee</defaultvalue>
</conf>
<conf name="colorFooterFont">
<type><![CDATA[string]]></type>
<defaultvalue>#333333</defaultvalue>
</conf>
<conf name="social.show.nav">
<type><![CDATA[bool]]></type>
<defaultvalue>0</defaultvalue>
</conf>
<conf name="social.show.footer">
<type><![CDATA[bool]]></type>
<defaultvalue>0</defaultvalue>
</conf>
<conf name="social.facebook">
<type><![CDATA[string]]></type>
</conf>
<conf name="social.twitter">
<type><![CDATA[string]]></type>
</conf>
<conf name="social.google">
<type><![CDATA[string]]></type>
</conf>
<conf name="social.youtube">
<type><![CDATA[string]]></type>
</conf>
<conf name="social.github">
<type><![CDATA[string]]></type>
</conf>
<conf name="social.gitlab">
<type><![CDATA[string]]></type>
</conf>
</section>
</config>
<window>
<categories>
<category name="templatePresentation">
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.menu.title"
</text>
<icon>URL_BIN_DIR/22x22/quiqqer.png</icon>
<!-- Background Color Switcher Prefix / Suffix -->
<settings title="templatePresentation.settings"
name="templatePresentation.settings.general">
<title>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.general.title"
</title>
<!-- show title -->
<input conf="templatePresentation.settings.showTitle" type="checkbox">
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.showTitle.text"
/>
</text>
</input>
<!-- show short description -->
<input conf="templatePresentation.settings.showShort" type="checkbox">
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.showShort.text"
/>
</text>
</input>
<!-- Background Color Switcher Prefix -->
<select conf="templatePresentation.settings.bgColorSwitcherPrefix">
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.bgColorSwitcherPrefix.text"
</text>
<description>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.bgColorSwitcherPrefix.description"
</description>
<option value="hide">
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.bgColorSwitcher.hide"
</option>
<option value="display">
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.bgColorSwitcher.display"
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
</option>
</select>
<!-- Background Color Switcher Suffix-->
<select conf="templatePresentation.settings.bgColorSwitcherSuffix">
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.bgColorSwitcherSuffix.text"
/>
</text>
<description>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.bgColorSwitcherSuffix.description"
/>
</description>
<option value="hide">
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.bgColorSwitcher.hide"
/>
</option>
<option value="display">
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.bgColorSwitcher.display"
/>
</option>
</select>
</settings>
<!-- show header -->
<settings title="templatePresentation.settings"
name="templatePresentation.settings.showHeader">
<title>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.showHeader.title"
</title>
<!-- start page -->
<input conf="templatePresentation.settings.showHeaderStartPage"
type="checkbox">
<text>
<locale group="quiqqer/template-presentation"
var="showHeaderStartPage.text"
/>
</text>
</input>
<!-- no sidebar -->
<input conf="templatePresentation.settings.showHeaderNoSidebar"
type="checkbox">
<text>
<locale group="quiqqer/template-presentation"
var="showHeaderNoSidebar.text"
</text>
</input>
<!-- left sidebar -->
<input conf="templatePresentation.settings.showHeaderLeftSidebar"
type="checkbox">
<text>
<locale group="quiqqer/template-presentation"
var="showHeaderLeftSidebar.text"
</text>
</input>
<!-- right sidebar -->
<input conf="templatePresentation.settings.showHeaderRightSidebar"
type="checkbox">
<text>
<locale group="quiqqer/template-presentation"
var="showHeaderRightSidebar.text"
</text>
</input>
<!-- header height and value -->
<input conf="templatePresentation.settings.headerHeight" type="checkbox">
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.headerHeight.text"
/>
</text>
</input>
<input conf="templatePresentation.settings.headerHeightValue" type="number">
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.headerHeightValue.text"
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
/>
</text>
</input>
<select conf="templatePresentation.settings.headerImagePosition">
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.headerImagePosition.text"
/>
</text>
<option value="flex-start">
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.headerImagePosition.start"
/>
</option>
<option value="center">
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.headerImagePosition.center"
/>
</option>
<option value="flex-end">
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.headerImagePosition.end"
/>
</option>
</select>
</settings>
<!-- breadrcumb -->
<settings title="templatePresentation.settings"
name="templatePresentation.breadcrumb.settings">
<title>
<locale group="quiqqer/template-presentation"
var="templatePresentation.breadcrumb.settings.title"
/>
</title>
<!-- no breadcrumb? -->
<text>
<locale group="quiqqer/template-presentation"
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
</text>
<input conf="templatePresentation.settings.showBreadcrumbStartPage"
type="checkbox">
<text>
<locale group="quiqqer/template-presentation"
var="showBreadcrumbStartPage.text"
/>
</text>
</input>
<input conf="templatePresentation.settings.showBreadcrumbNoSidebar"
type="checkbox">
<text>
<locale group="quiqqer/template-presentation"
var="showBreadcrumbNoSidebar.text"
/>
</text>
</input>
<input conf="templatePresentation.settings.showBreadcrumbLeftSidebar"
type="checkbox">
<text>
<locale group="quiqqer/template-presentation"
var="showBreadcrumbLeftSidebar.text"
/>
</text>
</input>
<input conf="templatePresentation.settings.showBreadcrumbRightSidebar"
type="checkbox">
<text>
<locale group="quiqqer/template-presentation"
var="showBreadcrumbRightSidebar.text"
/>
</text>
</input>
</settings>
<!-- nav bar -->
<settings title="templatePresentation.settings"
name="templatePresentation.settings.navBar">
<title>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.navBar.title"
/>
</title>
<!-- nav bar height -->
<input conf="templatePresentation.settings.navBarHeight" type="number">
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.navBar.Height.text"
/>
</text>
</input>
<!-- Menüposition -->
<select conf="templatePresentation.settings.navPos">
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.navPos.text"
/>
</text>
<description>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.navPos.description"
/>
</description>
<option value="fix">
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.navPos.fix"
/>
</option>
<option value="scroll">
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.navPos.scroll"
/>
</option>
</select>
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
<!-- search -->
<select conf="templatePresentation.settings.search">
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.search.text"
/>
</text>
<option value="input">
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.search.input"
/>
</option>
<option value="inputAndIcon">
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.search.inputAndIcon"
/>
</option>
<option value="hide">
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.search.hide"
/>
</option>
</select>
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
<!-- nav bar / menu colors -->
<input conf="templatePresentation.settings.navBarMainColor"
type="color">
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.navBarMainColor.text"
/>
</text>
</input>
<input conf="templatePresentation.settings.navBarFontColor"
type="color">
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.navBarFontColor.text"
/>
</text>
</input>
<!-- mobile menu (mega menu) -->
<input conf="templatePresentation.settings.mobileFontColor"
type="color">
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.mobileFontColor"
/>
</text>
</input>
<input conf="templatePresentation.settings.mobileMenuBackground"
type="color">
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.mobileMenuBackground"
/>
</text>
<description>
<locale group="quiqqer/template-presentation"
var="template.settings.mobileMenuBackground.desc"
/>
</description>
</input>
</settings>
<!-- Colors -->
<settings title="templatePresentation.settings"
name="templatePresentation.settings.color">
<title>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.color.title"
</title>
<input conf="templatePresentation.settings.colorMainContentFont"
type="color">
<text>
<locale group="quiqqer/template-presentation"
var="template.settings.colorMainContentFont.text"
/>
</text>
</input>
<input conf="templatePresentation.settings.colorMain"
type="color">
<text>
<locale group="quiqqer/template-presentation"
var="template.settings.colorMain.text"
</text>
<description>
<locale group="quiqqer/template-presentation"
var="template.settings.colorMain.description"
</description>
</input>
<input conf="templatePresentation.settings.buttonFontColor"
type="color">
<text>
<locale group="quiqqer/template-presentation"
var="template.settings.buttonFontColor.text"
/>
</text>
</input>
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.footerColor.text"
/>
</text>
<input conf="templatePresentation.settings.colorFooterBackground"
type="color">
<text>
<locale group="quiqqer/template-presentation"
var="template.settings.colorFooterBackground.text"
</text>
</input>
<input conf="templatePresentation.settings.colorFooterFont"
type="color">
<text>
<locale group="quiqqer/template-presentation"
var="template.settings.colorFooterFont.text"
</text>
</input>
<text>
<locale group="quiqqer/template-presentation"
var="templatePresentation.settings.contentColor.text"
/>
</text>
</settings>
<!-- social icons -->
<settings title="templatePresentation.settings"
name="templatePresentation.social.settings">
<title>
<locale group="quiqqer/template-presentation"
var="social.settings.title"
/>
</title>
<!-- show social on nav? -->
<input conf="templatePresentation.settings.social.show.nav"
type="checkbox">
<text>
<locale group="quiqqer/template-presentation"
var="social.show.nav"
/>
</text>
</input>
<!-- show social on the footer? -->
<input conf="templatePresentation.settings.social.show.footer"
type="checkbox">
<text>
<locale group="quiqqer/template-presentation"
var="social.show.footer"
<text>
<locale group="quiqqer/template-presentation"
var="social.linksNote"
/>
</text>
<!-- facebook -->
<input conf="templatePresentation.settings.social.facebook"
type="text">
<text>
<locale group="quiqqer/template-presentation"
var="social.facebook"
/>
</text>
</input>
<!-- twitter -->
<input conf="templatePresentation.settings.social.twitter"
type="text">
<text>
<locale group="quiqqer/template-presentation"
var="social.twitter"
/>
</text>
</input>
<!-- google -->
<input conf="templatePresentation.settings.social.google"
type="text">
<text>
<locale group="quiqqer/template-presentation"
var="social.google"
/>
</text>
</input>
<!-- youtube -->
<input conf="templatePresentation.settings.social.youtube"
type="text">
<text>
<locale group="quiqqer/template-presentation"
var="social.youtube"
/>
</text>
</input>
<!-- github -->
<input conf="templatePresentation.settings.social.github"
type="text">
<text>
<locale group="quiqqer/template-presentation"
var="social.github"
/>
</text>
</input>
<!-- gitlab -->
<input conf="templatePresentation.settings.social.gitlab"
type="text">
<text>
<locale group="quiqqer/template-presentation"
var="social.gitlab"
/>
</text>
</input>
</category>
</categories>
</window>
</settings>
<css src="//fonts.googleapis.com/css?family=Open+Sans:300,400,700,400italic"/>
<css src="URL_OPT_DIR/quiqqer/template-presentation/bin/css/style.css"/>
<styles>
<style element="a">
<locale group="quiqqer/template-presentation"
<attributes>
<attribute name="class">button button__small</attribute>
</attributes>
</style>
<style element="a">
<locale group="quiqqer/template-presentation"
<attributes>
<attribute name="class">button button__medium</attribute>
</attributes>
</style>
<!-- Template Button large -->
<style element="a">
<locale group="quiqqer/template-presentation"
var="templateButton.large"/>
<attributes>
<attribute name="class">button button__large</attribute>
</attributes>
</style>
<!-- Template Button ghost (white) -->
<style element="a">
<locale group="quiqqer/template-presentation"
var="templateButton.ghost.white"/>
<attributes>
<attribute name="class">button button__ghost</attribute>
</attributes>
</style>
<!-- Template Button icon: download -->
<style element="a">
<locale group="quiqqer/template-presentation"
<attributes>
<attribute name="class">button button-download</attribute>
</attributes>
</style>
<!-- Template Button icon: arrow -->
<style element="a">
<locale group="quiqqer/template-presentation"
var="templateButton.arrow"/>
<attributes>
<attribute name="class">button button-arrow</attribute>
</attributes>
</style>