... |
... |
@@ -22,57
+22,59 @@ |
22 |
22 |
}, { |
23 |
23 |
'icon': 'fa fa-download', |
24 |
24 |
'title': 'Installation', |
25 |
|
- 'description': 'FORMCYCLE installieren oder updaten', |
|
25 |
+ 'description': 'FORMCYCLE installieren oder aktualisieren', |
26 |
26 |
'documentation': 'Formcycle.Installation' |
27 |
27 |
}, { |
28 |
|
- 'icon': 'fa fa-play-circle', |
29 |
|
- 'title': 'Einführungsvideos', |
30 |
|
- 'description': 'Kurze Videos zum Vorstellen einzelner FORMCYCLE-Funktionen; ggf. Titel "Schnelleinstieg"', |
31 |
|
- 'documentation': 'https://formcycle.eu/de/features' |
32 |
|
-}, { |
33 |
|
- 'iconfc': 'puzzle', |
34 |
|
- 'title': 'Tutorials', |
35 |
|
- 'description': 'Formulardaten verarbeiten', |
36 |
|
- 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing' |
37 |
|
-}, { |
38 |
38 |
'iconfc': 'form', |
39 |
39 |
'title': 'Beispiele', |
40 |
40 |
'description': 'Beispiele für Formulareinbindungen und Formulare', |
41 |
|
- 'documentation': 'Examples' |
|
31 |
+ 'documentation': 'doc:Examples.WebHome' |
42 |
42 |
}]) |
43 |
43 |
|
|
34 |
+## 'icon': 'fa fa-play-circle', |
|
35 |
+## 'title': 'Einführungsvideos', |
|
36 |
+## 'description': 'Kurze Videos zum Vorstellen einzelner FORMCYCLE-Funktionen; ggf. Titel "Schnelleinstieg"', |
|
37 |
+## 'documentation': 'https://formcycle.eu/de/features' |
|
38 |
+##}, { |
|
39 |
+## 'iconfc': 'puzzle', |
|
40 |
+## 'title': 'Anwendungsfälle', |
|
41 |
+## 'description': 'Formulardaten verarbeiten', |
|
42 |
+## 'documentation': 'doc:Anwendungsfälle.WebHome' |
|
43 |
+##}, { |
|
44 |
+ |
44 |
44 |
#set ($smallCards = [{ |
45 |
|
- 'iconfc': 'comment-question-outline', |
46 |
|
- 'title': 'FAQ', |
|
46 |
+ 'iconfc': 'comment-faq-outline', |
|
47 |
+ 'title': 'Häufig gestellte Fragen', |
47 |
47 |
'description': 'Häufig gestellte Fragen', |
48 |
48 |
'documentation': "https://faq.formcycle.eu/" |
49 |
49 |
}, { |
50 |
50 |
'iconfc': 'puzzle', |
51 |
|
- 'title': 'Plugin-Dokumentation', |
|
52 |
+ 'title': 'Plugin-Dokumentation', |
52 |
52 |
'description': 'Dokumentation der für FORMCYCLE verfügbaren Plugins', |
53 |
53 |
'documentation': 'Formcycle.PluginDocumentation' |
54 |
54 |
}, { |
55 |
|
- 'iconfc': 'inbox', |
|
56 |
+ 'iconfc': 'action-change-status', |
56 |
56 |
'title': 'Einbindung externer Systeme', |
57 |
57 |
'description': 'Einbindung von FORMCYCLE in CMS/DMS-Systeme', |
58 |
58 |
'documentation': 'Formcycle.CMSExtension' |
59 |
59 |
}, { |
60 |
|
- 'icon': 'fa fa-share-square', |
61 |
|
- 'title': 'Daten extern weiterverarbeiten', |
62 |
|
- 'description': 'Mit FORMCYCLE erfasste Daten an andere Systeme weiterleiten', |
63 |
|
- 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing' |
|
61 |
+ 'icon': 'fa fa-cloud', |
|
62 |
+ 'title': 'FORM.CLOUD', |
|
63 |
+ 'description': 'Informationen zur XIMA FORM.CLOUD', |
|
64 |
+ 'documentation': 'doc:FORMCLOUD.WebHome' |
64 |
64 |
}, { |
65 |
|
- 'icon': 'fa fa-play-circle', |
66 |
|
- 'title': 'Einführungsvideos', |
67 |
|
- 'description': 'Kurze Videos zum Vorstellen einzelner FORMCYCLE-Funktionen; ggf. Titel "Schnelleinstieg"', |
68 |
|
- 'documentation': 'https://formcycle.eu/de/features' |
69 |
|
-}, { |
70 |
|
- 'iconfc': 'puzzle', |
71 |
|
- 'title': 'FORM.CLOUD', |
72 |
|
- 'description': 'INormationen zur XIMA FORM.CLOUD', |
73 |
|
- 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing' |
|
66 |
+ 'icon': 'fa fa-list', |
|
67 |
+ 'title': 'Release Notes', |
|
68 |
+ 'description': 'Release Notes und Download der aktuellen Version', |
|
69 |
+ 'documentation': 'doc:Blog.WebHome' |
74 |
74 |
}]) |
75 |
75 |
|
|
72 |
+## 'icon': 'fa fa-share-square', |
|
73 |
+## 'title': 'Daten extern weiterverarbeiten', |
|
74 |
+## 'description': 'Mit FORMCYCLE erfasste Daten an andere Systeme weiterleiten', |
|
75 |
+## 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing' |
|
76 |
+##}, { |
|
77 |
+ |
76 |
76 |
{{html}} |
77 |
77 |
##$jsontool.serialize(${mainCards})<br> |
78 |
78 |
##$jsontool.serialize($mainCards)<br> |
... |
... |
@@ -105,17
+105,21 @@ |
105 |
105 |
color: #0cf !important; |
106 |
106 |
} |
107 |
107 |
.jQButton { |
108 |
|
- width:12%; |
109 |
109 |
color: #fff; |
110 |
110 |
background-color: #3480AD;/*#f0f0f3*/ |
111 |
111 |
text-align: center; |
112 |
112 |
display: inline-block; |
113 |
|
- user-select: none; |
114 |
|
- border-radius: 16px; |
115 |
|
- padding: 4px 4px 4px 4px; |
|
114 |
+ border-radius: 4px; |
|
115 |
+ padding: 4px 10px 4px 22px; |
116 |
116 |
font-size: 15px |
|
117 |
+ margin: auto; |
|
118 |
+ margin-bottom: 5px; |
|
119 |
+ -moz-user-select: -moz-none; |
|
120 |
+ -khtml-user-select: none; |
|
121 |
+ -webkit-user-select: none; |
|
122 |
+ -ms-user-select: none; |
|
123 |
+ user-select: none; |
117 |
117 |
} |
118 |
|
- |
119 |
119 |
.jQButton[active=false] { |
120 |
120 |
background-color: #a7a7a7; |
121 |
121 |
} |
... |
... |
@@ -125,6
+125,19 @@ |
125 |
125 |
.jQButton[active=false]:hover { |
126 |
126 |
background-color: #676767; |
127 |
127 |
} |
|
134 |
+.jQButton .jQButton-icon::before { |
|
135 |
+ font-family: "FontAwesome"; |
|
136 |
+ font-size: 14px; |
|
137 |
+ font-weight: 400; |
|
138 |
+ content: "\f046"; |
|
139 |
+} |
|
140 |
+.jQButton[active=false] .jQButton-icon::before { |
|
141 |
+ content: "\f096"; |
|
142 |
+} |
|
143 |
+.jQButton-icon { |
|
144 |
+ position: absolute; |
|
145 |
+ margin-left: -11px; |
|
146 |
+} |
128 |
128 |
</style> |
129 |
129 |
|
130 |
130 |
<script> |
... |
... |
@@ -715,19
+715,19 @@ |
715 |
715 |
{text: "Zugriffseinschränkung - Möglichkeiten", weight: 3, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
716 |
716 |
{text: "I-Frame automatisch Höhe anpassen", weight: 5, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
717 |
717 |
{text: "Daten aus Formular werden nicht gespeichert (Disablede Felder)", weight: 6, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
718 |
|
- {text: "Double Opt-In", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
|
737 |
+ {text: "Double Opt-In", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/UserInterface/MyForms/DoubleOptIn/'}, |
719 |
719 |
{text: "[Übersicht von Lösungen bei Problemen mit z.B. DB (Ticket #3714, #3057)]", weight: 6, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
720 |
720 |
{text: "[Tomcat Zugriff HTTPS - Zertifikat-Einrichtung (Ticket #3295)]", weight: 5, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
721 |
721 |
{text: "Beispiele für Print CSS / Erläuterung was das PDF Print Plugin macht", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
722 |
722 |
]; |
723 |
723 |
##http://mistic100.github.io/jQCloud/demo.html#handlers |
724 |
|
-XjQ('#jQArea').jQCloud(jQwords, { |
|
743 |
+/*XjQ('#jQArea').jQCloud(jQwords, { |
725 |
725 |
classPattern: null, |
726 |
726 |
colors: ["#176694", "#3480AD", "#5398c1", "#76b2d6", "#7ca2b9", "#889fad", "#8e979c", "#929596", "#babbbb"], |
727 |
727 |
fontSize: ['16px','15px','15px','14px','14px','13px','13px','12px','12px'], |
728 |
728 |
//width: 500, |
729 |
729 |
height: 500 |
730 |
|
-}); |
|
749 |
+});*/ |
731 |
731 |
|
732 |
732 |
var jQButtons = XjQ('.jQButton'); |
733 |
733 |
|
... |
... |
@@ -762,17
+762,17 @@ |
762 |
762 |
} |
763 |
763 |
}); |
764 |
764 |
</script> |
765 |
|
- |
|
784 |
+<!-- |
766 |
766 |
<div class="row"> |
767 |
767 |
<div class="d-none d-md-block col-lg-12 card-main"> |
768 |
768 |
<div class="well" > |
769 |
769 |
<div id="jQButtons"> |
770 |
|
- <div id="jQBtn1" class="jQButton" group="Designer" active="true">Designer</div> |
771 |
|
- <div id="jQBtn1" class="jQButton" group="Datenquellen" active="true">Datenquellen</div> |
772 |
|
- <div id="jQBtn1" class="jQButton" group="Statusverarbeitung" active="true">Statusverarbeitung</div> |
773 |
|
- <div id="jQBtn1" class="jQButton" group="Abschlusseite" active="true">Abschlusseite</div> |
774 |
|
- <div id="jQBtn1" class="jQButton" group="Posteingang" active="true">Posteingang</div> |
775 |
|
- <div id="jQBtn1" class="jQButton" group="Anderes" active="true">Anderes</div> |
|
789 |
+ <div id="jQBtn1" class="jQButton" group="Designer" active="true"><span class="jQButton-icon"></span> Designer</div> |
|
790 |
+ <div id="jQBtn1" class="jQButton" group="Datenquellen" active="true"><span class="jQButton-icon"></span> Datenquellen</div> |
|
791 |
+ <div id="jQBtn1" class="jQButton" group="Statusverarbeitung" active="true"><span class="jQButton-icon"></span> Statusverarbeitung</div> |
|
792 |
+ <div id="jQBtn1" class="jQButton" group="Abschlusseite" active="true"><span class="jQButton-icon"></span> Abschlusseite</div> |
|
793 |
+ <div id="jQBtn1" class="jQButton" group="Posteingang" active="true"><span class="jQButton-icon"></span> Posteingang</div> |
|
794 |
+ <div id="jQBtn1" class="jQButton" group="Anderes" active="true"><span class="jQButton-icon"></span> Anderes</div> |
776 |
776 |
</div> |
777 |
777 |
<div id="jQArea"> |
778 |
778 |
</div> |
... |
... |
@@ -779,6
+779,6 @@ |
779 |
779 |
</div> |
780 |
780 |
</div> |
781 |
781 |
</div> |
782 |
|
- |
|
801 |
+--> |
783 |
783 |
{{/html}} |
784 |
784 |
{{/velocity}} |