Wiki source code of FORMCYCLE Hilfe


Show last authors
1 {{info type="info"}}
2 Details about the vulnerability [[CVE-2022-22965>>https://tanzu.vmware.com/security/cve-2022-22965]] in the Spring Framework and their impact on {{formcycle/}} Versions 7.0.0 through 7.0.11 can be found at the [[General Security Recommendations>>doc:Formcycle.SystemSettings.Sicherheit.WebHome]] page. An updated {{formcycle/}} Version 7.0.12, which includes an updated version of the Spring Framework, is [[available for download>>doc:Blog.WebHome]].
3 {{/info}}
4
5 {{info type="info"}}
6 Details about the vulnerabilities [[CVE-2021-44228>>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44228]], [[CVE-2021-45046>>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45046]], [[CVE-2021-45105>>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-45105]], and [[CVE-2021-44832>>https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-44832]] in Log4J and their impact on {{formcycle/}} Versions 7.0.0 through 7.0.9 can be found at the [[General Security Recommendations>>doc:Formcycle.SystemSettings.Sicherheit.WebHome]] page. An updated {{formcycle/}} Version 7.0.10, which uses a new bug-free version of Log4j, is [[available for download>>doc:Blog.WebHome]].
7 {{/info}}
8
9 {{info type="info"}}
10 The help for the previous {{formcycle/}} version 6 is located at: https://help6.formcycle.eu
11 {{/info}}
12
13 {{velocity}}
14 #set ($mainCards = [{
15 'iconfc': 'square-edit-outline',
16 'title': 'Form designer',
17 'description': 'Create and edit forms',
18 'documentation': "Formcycle.Designer",
19 'bgcolor': '#617496',
20 'color': '#fff',
21 'colordesc': '#e1e2e4'
22 }, {
23 'iconfc': 'workflow-fill',
24 'title': 'Workflow designer',
25 'description': 'Process submitted forms',
26 'documentation': 'Formcycle.Designer.Workflow',
27 'bgcolor': '#617496',
28 'color': '#fff',
29 'colordesc': '#e1e2e4'
30 }, {
31 'iconfc': 'wrench',
32 'title': 'Administation',
33 'description': 'User management, Databases, LDAP, files, templates and much more',
34 'documentation': 'Formcycle.UserInterface',
35 'bgcolor': '#b6c2d2',
36 'color': '#2b3649',
37 'colordesc': '#617496'
38 }, {
39 'iconfc': 'inbox',
40 'title': 'Inbox',
41 'description': 'Organize submitted forms',
42 'documentation': 'Formcycle.Inbox',
43 'bgcolor': '#ffab70',
44 'color': '#fff',
45 'colordesc': '#e1e2e4'
46 }, {
47 'icon': 'fa fa-download',
48 'title': 'Installation',
49 'description': 'Install or update FORMCYCLE',
50 'documentation': 'Formcycle.Installation',
51 'bgcolor': '#b6c2d2',
52 'color': '#2b3649',
53 'colordesc': '#617496'
54 }, {
55 'iconfc': 'form',
56 'title': 'Examples',
57 'description': 'Examples of form integration and forms',
58 'documentation': 'doc:Examples.WebHome',
59 'bgcolor': '#cae7df',
60 'color': '#2b3649',
61 'colordesc': '#617496'
62 }])
63 ## 'icon': 'fa fa-play-circle',
64 ## 'title': 'Einführungsvideos',
65 ## 'description': 'Kurze Videos zum Vorstellen einzelner FORMCYCLE-Funktionen; ggf. Titel "Schnelleinstieg"',
66 ## 'documentation': 'https://formcycle.eu/de/features'
67 ##}, {
68 ## 'iconfc': 'puzzle',
69 ## 'title': 'Anwendungsfälle',
70 ## 'description': 'Formulardaten verarbeiten',
71 ## 'documentation': 'doc:Anwendungsfälle.WebHome'
72 ##}, {
73
74
75 #set ($smallCards = [{
76 'iconfc': 'comment-faq-outline',
77 'title': 'Frequently asked questions',
78 'description': 'Frequently asked questions',
79 'documentation': "https://faq.formcycle.eu/",
80 'bgcolor': '#b6c2d2',
81 'color': '#2b3649'
82 }, {
83 'iconfc': 'puzzle',
84 'title': 'Plugin-Documen­tation',
85 'description': 'Documentation of the plugins available for FORMCYCLE',
86 'documentation': 'Formcycle.PluginDocumentation',
87 'bgcolor': '#b6c2d2',
88 'color': '#2b3649'
89 }, {
90 'iconfc': 'action-change-status',
91 'title': 'Integration into exter­nal sys­tems',
92 'description': 'Integration of FORMCYCLE into CMS/DMS-Systems',
93 'documentation': 'Formcycle.CMSExtension',
94 'bgcolor': '#b6c2d2',
95 'color': '#2b3649'
96 }, {
97 'icon': 'fa fa-cloud',
98 'title': 'FORM.​CLOUD',
99 'description': 'Information about the XIMA FORM.CLOUD',
100 'documentation': 'doc:FORMCLOUD.WebHome',
101 'bgcolor': '#b6c2d2',
102 'color': '#2b3649'
103 }, {
104 'icon': 'fa fa-list',
105 'title': 'Release Notes',
106 'description': 'Release Notes and download of the current version',
107 'documentation': 'doc:Blog.WebHome',
108 'bgcolor': '#b6c2d2',
109 'color': '#2b3649'
110 }])
111
112 ## 'icon': 'fa fa-share-square',
113 ## 'title': 'Daten extern weiterverarbeiten',
114 ## 'description': 'Mit FORMCYCLE erfasste Daten an andere Systeme weiterleiten',
115 ## 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing'
116 ##}, {
117
118 {{html}}
119 ##$jsontool.serialize(${mainCards})<br>
120 ##$jsontool.serialize($mainCards)<br>
121 {{/html}}
122
123 {{MainMenuTiles cards='$jsontool.serialize($mainCards)' /}}
124
125 {{MainMenuTiles cards='$jsontool.serialize($smallCards)' type="small" /}}
126
127 {{/velocity}}