... |
... |
@@ -25,6
+25,16 @@ |
25 |
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': 'Anwendungsfälle', |
|
35 |
+ 'description': 'Formulardaten verarbeiten', |
|
36 |
+ 'documentation': 'doc:Examples.WebHome' |
|
37 |
+}, { |
28 |
28 |
'iconfc': 'form', |
29 |
29 |
'title': 'Beispiele', |
30 |
30 |
'description': 'Beispiele für Formulareinbindungen und Formulare', |
... |
... |
@@ -31,17
+31,6 @@ |
31 |
31 |
'documentation': 'doc:Examples.WebHome' |
32 |
32 |
}]) |
33 |
33 |
|
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 |
|
- |
45 |
45 |
#set ($smallCards = [{ |
46 |
46 |
'iconfc': 'comment-faq-outline', |
47 |
47 |
'title': 'Häufig gestellte Fragen', |
... |
... |
@@ -49,22
+49,22 @@ |
49 |
49 |
'documentation': "https://faq.formcycle.eu/" |
50 |
50 |
}, { |
51 |
51 |
'iconfc': 'puzzle', |
52 |
|
- 'title': 'Plugin-Dokumentation', |
|
51 |
+ 'title': 'Plugin-Dokumentation', |
53 |
53 |
'description': 'Dokumentation der für FORMCYCLE verfügbaren Plugins', |
54 |
54 |
'documentation': 'Formcycle.PluginDocumentation' |
55 |
55 |
}, { |
56 |
|
- 'iconfc': 'information-outline', |
57 |
|
- 'title': 'Workshops', |
58 |
|
- 'description': 'Workshops zu verschiedenen Themen rund um FORMCYCLE', |
59 |
|
- 'documentation': 'doc:Workshops.WebHome' |
60 |
|
-}, { |
61 |
61 |
'iconfc': 'action-change-status', |
62 |
62 |
'title': 'Einbindung externer Systeme', |
63 |
63 |
'description': 'Einbindung von FORMCYCLE in CMS/DMS-Systeme', |
64 |
64 |
'documentation': 'Formcycle.CMSExtension' |
65 |
65 |
}, { |
|
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' |
|
64 |
+}, { |
66 |
66 |
'icon': 'fa fa-cloud', |
67 |
|
- 'title': 'FORM.CLOUD', |
|
66 |
+ 'title': 'FORM.CLOUD', |
68 |
68 |
'description': 'Informationen zur XIMA FORM.CLOUD', |
69 |
69 |
'documentation': 'doc:FORMCLOUD.WebHome' |
70 |
70 |
}, { |
... |
... |
@@ -74,14
+74,6 @@ |
74 |
74 |
'documentation': 'doc:Blog.WebHome' |
75 |
75 |
}]) |
76 |
76 |
|
77 |
|
-## 'icon': 'fa fa-share-square', |
78 |
|
-## 'title': 'Daten extern weiterverarbeiten', |
79 |
|
-## 'description': 'Mit FORMCYCLE erfasste Daten an andere Systeme weiterleiten', |
80 |
|
-## 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing' |
81 |
|
-##}, { |
82 |
|
- |
83 |
|
- |
84 |
|
- |
85 |
85 |
{{html}} |
86 |
86 |
##$jsontool.serialize(${mainCards})<br> |
87 |
87 |
##$jsontool.serialize($mainCards)<br> |
... |
... |
@@ -118,16
+118,12 @@ |
118 |
118 |
background-color: #3480AD;/*#f0f0f3*/ |
119 |
119 |
text-align: center; |
120 |
120 |
display: inline-block; |
|
112 |
+ user-select: none; |
121 |
121 |
border-radius: 4px; |
122 |
|
- padding: 4px 10px 4px 22px; |
|
114 |
+ padding: 4px 4px 4px 4px; |
123 |
123 |
font-size: 15px |
124 |
124 |
margin: auto; |
125 |
125 |
margin-bottom: 5px; |
126 |
|
- -moz-user-select: -moz-none; |
127 |
|
- -khtml-user-select: none; |
128 |
|
- -webkit-user-select: none; |
129 |
|
- -ms-user-select: none; |
130 |
|
- user-select: none; |
131 |
131 |
} |
132 |
132 |
.jQButton[active=false] { |
133 |
133 |
background-color: #a7a7a7; |
... |
... |
@@ -138,19
+138,15 @@ |
138 |
138 |
.jQButton[active=false]:hover { |
139 |
139 |
background-color: #676767; |
140 |
140 |
} |
141 |
|
-.jQButton .jQButton-icon::before { |
|
128 |
+.jQButton:before { |
142 |
142 |
font-family: "FontAwesome"; |
143 |
|
- font-size: 14px; |
|
130 |
+ font-size: 12px; |
144 |
144 |
font-weight: 400; |
145 |
145 |
content: "\f046"; |
146 |
146 |
} |
147 |
|
-.jQButton[active=false] .jQButton-icon::before { |
|
134 |
+.jQButton[active=false]:before { |
148 |
148 |
content: "\f096"; |
149 |
149 |
} |
150 |
|
-.jQButton-icon { |
151 |
|
- position: absolute; |
152 |
|
- margin-left: -11px; |
153 |
|
-} |
154 |
154 |
</style> |
155 |
155 |
|
156 |
156 |
<script> |
... |
... |
@@ -741,19
+741,19 @@ |
741 |
741 |
{text: "Zugriffseinschränkung - Möglichkeiten", weight: 3, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
742 |
742 |
{text: "I-Frame automatisch Höhe anpassen", weight: 5, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
743 |
743 |
{text: "Daten aus Formular werden nicht gespeichert (Disablede Felder)", weight: 6, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
744 |
|
- {text: "Double Opt-In", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/UserInterface/MyForms/DoubleOptIn/'}, |
|
727 |
+ {text: "Double Opt-In", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
745 |
745 |
{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/'}, |
746 |
746 |
{text: "[Tomcat Zugriff HTTPS - Zertifikat-Einrichtung (Ticket #3295)]", weight: 5, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
747 |
747 |
{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/'}, |
748 |
748 |
]; |
749 |
749 |
##http://mistic100.github.io/jQCloud/demo.html#handlers |
750 |
|
-/*XjQ('#jQArea').jQCloud(jQwords, { |
|
733 |
+XjQ('#jQArea').jQCloud(jQwords, { |
751 |
751 |
classPattern: null, |
752 |
752 |
colors: ["#176694", "#3480AD", "#5398c1", "#76b2d6", "#7ca2b9", "#889fad", "#8e979c", "#929596", "#babbbb"], |
753 |
753 |
fontSize: ['16px','15px','15px','14px','14px','13px','13px','12px','12px'], |
754 |
754 |
//width: 500, |
755 |
755 |
height: 500 |
756 |
|
-});*/ |
|
739 |
+}); |
757 |
757 |
|
758 |
758 |
var jQButtons = XjQ('.jQButton'); |
759 |
759 |
|
... |
... |
@@ -788,17
+788,17 @@ |
788 |
788 |
} |
789 |
789 |
}); |
790 |
790 |
</script> |
791 |
|
-<!-- |
|
774 |
+ |
792 |
792 |
<div class="row"> |
793 |
793 |
<div class="d-none d-md-block col-lg-12 card-main"> |
794 |
794 |
<div class="well" > |
795 |
795 |
<div id="jQButtons"> |
796 |
|
- <div id="jQBtn1" class="jQButton" group="Designer" active="true"><span class="jQButton-icon"></span> Designer</div> |
797 |
|
- <div id="jQBtn1" class="jQButton" group="Datenquellen" active="true"><span class="jQButton-icon"></span> Datenquellen</div> |
798 |
|
- <div id="jQBtn1" class="jQButton" group="Statusverarbeitung" active="true"><span class="jQButton-icon"></span> Statusverarbeitung</div> |
799 |
|
- <div id="jQBtn1" class="jQButton" group="Abschlusseite" active="true"><span class="jQButton-icon"></span> Abschlusseite</div> |
800 |
|
- <div id="jQBtn1" class="jQButton" group="Posteingang" active="true"><span class="jQButton-icon"></span> Posteingang</div> |
801 |
|
- <div id="jQBtn1" class="jQButton" group="Anderes" active="true"><span class="jQButton-icon"></span> Anderes</div> |
|
779 |
+ <div id="jQBtn1" class="jQButton" group="Designer" active="true">Designer</div> |
|
780 |
+ <div id="jQBtn1" class="jQButton" group="Datenquellen" active="true">Datenquellen</div> |
|
781 |
+ <div id="jQBtn1" class="jQButton" group="Statusverarbeitung" active="true">Statusverarbeitung</div> |
|
782 |
+ <div id="jQBtn1" class="jQButton" group="Abschlusseite" active="true">Abschlusseite</div> |
|
783 |
+ <div id="jQBtn1" class="jQButton" group="Posteingang" active="true">Posteingang</div> |
|
784 |
+ <div id="jQBtn1" class="jQButton" group="Anderes" active="true">Anderes</div> |
802 |
802 |
</div> |
803 |
803 |
<div id="jQArea"> |
804 |
804 |
</div> |
... |
... |
@@ -805,6
+805,6 @@ |
805 |
805 |
</div> |
806 |
806 |
</div> |
807 |
807 |
</div> |
808 |
|
---> |
|
791 |
+ |
809 |
809 |
{{/html}} |
810 |
810 |
{{/velocity}} |