... |
... |
@@ -22,9
+22,19 @@ |
22 |
22 |
}, { |
23 |
23 |
'icon': 'fa fa-download', |
24 |
24 |
'title': 'Installation', |
25 |
|
- 'description': 'FORMCYCLE installieren oder aktualisieren', |
|
25 |
+ 'description': 'FORMCYCLE installieren oder updaten', |
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 |
+}, { |
28 |
28 |
'iconfc': 'form', |
29 |
29 |
'title': 'Beispiele', |
30 |
30 |
'description': 'Beispiele für Formulareinbindungen und Formulare', |
... |
... |
@@ -31,25
+31,14 @@ |
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 |
|
- 'iconfc': 'comment-faq-outline', |
47 |
|
- 'title': 'Häufig gestellte Fragen', |
|
45 |
+ 'iconfc': 'comment-question-outline', |
|
46 |
+ 'title': 'FAQ', |
48 |
48 |
'description': 'Häufig gestellte Fragen', |
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 |
}, { |
... |
... |
@@ -58,23
+58,22 @@ |
58 |
58 |
'description': 'Einbindung von FORMCYCLE in CMS/DMS-Systeme', |
59 |
59 |
'documentation': 'Formcycle.CMSExtension' |
60 |
60 |
}, { |
|
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 |
+}, { |
61 |
61 |
'icon': 'fa fa-cloud', |
62 |
|
- 'title': 'FORM.CLOUD', |
|
66 |
+ 'title': 'FORM.CLOUD', |
63 |
63 |
'description': 'Informationen zur XIMA FORM.CLOUD', |
64 |
64 |
'documentation': 'doc:FORMCLOUD.WebHome' |
65 |
65 |
}, { |
66 |
|
- 'icon': 'fa fa-list', |
|
70 |
+ 'icon': 'fa fa-play-circle', |
67 |
67 |
'title': 'Release Notes', |
68 |
68 |
'description': 'Release Notes und Download der aktuellen Version', |
69 |
69 |
'documentation': 'doc:Blog.WebHome' |
70 |
70 |
}]) |
71 |
71 |
|
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 |
|
- |
78 |
78 |
{{html}} |
79 |
79 |
##$jsontool.serialize(${mainCards})<br> |
80 |
80 |
##$jsontool.serialize($mainCards)<br> |
... |
... |
@@ -107,21
+107,17 @@ |
107 |
107 |
color: #0cf !important; |
108 |
108 |
} |
109 |
109 |
.jQButton { |
|
108 |
+ width:12%; |
110 |
110 |
color: #fff; |
111 |
111 |
background-color: #3480AD;/*#f0f0f3*/ |
112 |
112 |
text-align: center; |
113 |
113 |
display: inline-block; |
114 |
|
- border-radius: 4px; |
115 |
|
- padding: 4px 10px 4px 22px; |
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 |
123 |
user-select: none; |
|
114 |
+ border-radius: 16px; |
|
115 |
+ padding: 4px 4px 4px 4px; |
|
116 |
+ font-size: 15px |
124 |
124 |
} |
|
118 |
+ |
125 |
125 |
.jQButton[active=false] { |
126 |
126 |
background-color: #a7a7a7; |
127 |
127 |
} |
... |
... |
@@ -131,19
+131,6 @@ |
131 |
131 |
.jQButton[active=false]:hover { |
132 |
132 |
background-color: #676767; |
133 |
133 |
} |
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 |
|
-} |
147 |
147 |
</style> |
148 |
148 |
|
149 |
149 |
<script> |
... |
... |
@@ -734,19
+734,19 @@ |
734 |
734 |
{text: "Zugriffseinschränkung - Möglichkeiten", weight: 3, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
735 |
735 |
{text: "I-Frame automatisch Höhe anpassen", weight: 5, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
736 |
736 |
{text: "Daten aus Formular werden nicht gespeichert (Disablede Felder)", weight: 6, 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/'}, |
|
718 |
+ {text: "Double Opt-In", weight: 7, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
738 |
738 |
{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/'}, |
739 |
739 |
{text: "[Tomcat Zugriff HTTPS - Zertifikat-Einrichtung (Ticket #3295)]", weight: 5, group: 'Anderes', link: 'https://help.formcycle.eu/xwiki/bin/view/Formcycle/'}, |
740 |
740 |
{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/'}, |
741 |
741 |
]; |
742 |
742 |
##http://mistic100.github.io/jQCloud/demo.html#handlers |
743 |
|
-/*XjQ('#jQArea').jQCloud(jQwords, { |
|
724 |
+XjQ('#jQArea').jQCloud(jQwords, { |
744 |
744 |
classPattern: null, |
745 |
745 |
colors: ["#176694", "#3480AD", "#5398c1", "#76b2d6", "#7ca2b9", "#889fad", "#8e979c", "#929596", "#babbbb"], |
746 |
746 |
fontSize: ['16px','15px','15px','14px','14px','13px','13px','12px','12px'], |
747 |
747 |
//width: 500, |
748 |
748 |
height: 500 |
749 |
|
-});*/ |
|
730 |
+}); |
750 |
750 |
|
751 |
751 |
var jQButtons = XjQ('.jQButton'); |
752 |
752 |
|
... |
... |
@@ -781,17
+781,17 @@ |
781 |
781 |
} |
782 |
782 |
}); |
783 |
783 |
</script> |
784 |
|
-<!-- |
|
765 |
+ |
785 |
785 |
<div class="row"> |
786 |
786 |
<div class="d-none d-md-block col-lg-12 card-main"> |
787 |
787 |
<div class="well" > |
788 |
788 |
<div id="jQButtons"> |
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> |
|
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> |
795 |
795 |
</div> |
796 |
796 |
<div id="jQArea"> |
797 |
797 |
</div> |
... |
... |
@@ -798,6
+798,6 @@ |
798 |
798 |
</div> |
799 |
799 |
</div> |
800 |
800 |
</div> |
801 |
|
---> |
|
782 |
+ |
802 |
802 |
{{/html}} |
803 |
803 |
{{/velocity}} |