Änderungen von Dokument Schulungsvideos


Von Version 23.1
bearbeitet von XIMA Admin
am 14.03.2022, 15:53
Änderungskommentar: Es gibt keinen Kommentar für diese Version
Auf Version 8.1
bearbeitet von XIMA Admin
am 14.03.2022, 15:22
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -11,34 +11,37 @@
11 11  
12 12  {{velocity}}
13 13  #set ($mainCards = [{
14 - 'icon': 'fa fa-play-circle',
15 - 'title': 'Lektion 1',
16 - 'description': 'Erste Schritte<br>Formulardesigner',
17 - 'documentation': "Formcycle.Designer"
18 -}, {
19 - 'icon': 'fa fa-play-circle',
20 - 'title': 'Lektion 2',
21 - 'description': 'Posteingang<br>Workflowdesigner',
22 - 'documentation': 'Formcycle.Designer.Workflow',
14 + 'iconfc': 'square-edit-outline',
15 + 'title': 'Formulardesigner',
16 + 'description': 'Formulare erstellen und bearbeiten',
17 + 'documentation': "Formcycle.Designer",
23 23   'bgcolor': '#617496',
24 24   'color': '#fff',
25 25   'colordesc': '#e1e2e4'
26 26  }, {
27 - 'icon': 'fa fa-play-circle',
28 - 'title': 'Lektion 3',
29 - 'description': 'Veröffentlichen<br>Benutzerverwaltung',
30 - 'documentation': 'Formcycle.UserInterface',
22 + 'iconfc': 'workflow-fill',
23 + 'title': 'Workflowdesigner',
24 + 'description': 'Formulardaten verarbeiten',
25 + 'documentation': 'Formcycle.Designer.Workflow',
31 31   'bgcolor': '#617496',
32 32   'color': '#fff',
33 33   'colordesc': '#e1e2e4'
34 34  }, {
35 - 'icon': 'fa fa-play-circle',
36 - 'title': 'Sonstiges',
37 - 'description': 'Double-Opt-In<br>Platzhalter<br>Templates<br>...',
30 + 'iconfc': 'wrench',
31 + 'title': 'Verwaltung',
32 + 'description': 'Benutzerverwaltung, LDAP, Datenbanken, Dateien, Templates und vieles mehr',
33 + 'documentation': 'Formcycle.UserInterface',
34 + 'bgcolor': '#b6c2d2',
35 + 'color': '#2b3649',
36 + 'colordesc': '#617496'
37 +}, {
38 + 'iconfc': 'inbox',
39 + 'title': 'Posteingang',
40 + 'description': 'Formulardaten organisieren',
38 38   'documentation': 'Formcycle.Inbox',
39 - 'bgcolor': '#617496',
42 + 'bgcolor': '#ffab70',
40 40   'color': '#fff',
41 - 'colordesc': '#e1e2e4'
44 + 'colordesc': '#fff'
42 42  }])
43 43  
44 44  ## 'icon': 'fa fa-play-circle',
... ... @@ -69,11 +69,13 @@
69 69  
70 70  {{MainMenuTiles cards='$jsontool.serialize($mainCards)' /}}
71 71  
75 +{{MainMenuTiles cards='$jsontool.serialize($smallCards)' type="small" /}}
76 +
72 72  {{/velocity}}
73 73  
79 +{{MainMenuTiles cards="[{~"iconfc~":~"information-outline~",~"title~":~"Workshops~",~"description~":~"Workshops zu verschiedenen Themen rund um FORMCYCLE~",~"documentation~":~"doc:Workshops.WebHome~",~"bgcolor~":~"#b6c2d2~",~"color~":~"#2b3649~"},{~"icon~":~"fa fa-cloud~",~"title~":~"FORM.​CLOUD~",~"description~":~"Informationen zur XIMA FORM.CLOUD~",~"documentation~":~"doc:FORMCLOUD.WebHome~",~"bgcolor~":~"#b6c2d2~",~"color~":~"#2b3649~"},{~"iconfc~":~"action-change-status~",~"title~":~"Einbindung externer Systeme~",~"description~":~"Einbindung von FORMCYCLE in CMS/DMS-Systeme~",~"documentation~":~"Formcycle.CMSExtension~",~"bgcolor~":~"#b6c2d2~",~"color~":~"#2b3649~"},{~"iconfc~":~"puzzle~",~"title~":~"Plugin-Dokumen­tation~",~"description~":~"Dokumentation der für FORMCYCLE verfügbaren Plugins~",~"documentation~":~"Formcycle.PluginDocumentation~",~"bgcolor~":~"#b6c2d2~",~"color~":~"#2b3649~"},{~"icon~":~"fa fa-list~",~"title~":~"Release Notes~",~"description~":~"Release Notes und Download der aktuellen Version~",~"documentation~":~"doc:Blog.WebHome~",~"bgcolor~":~"#b6c2d2~",~"color~":~"#2b3649~"},{~"iconfc~":~"comment-faq-outline~",~"title~":~"Häufig gestellte Fragen~",~"description~":~"Häufig gestellte Fragen~",~"documentation~":~"https://faq.formcycle.eu/~",~"bgcolor~":~"#b6c2d2~",~"color~":~"#2b3649~"}]" type="small"/}}
74 74  
75 75  
76 -
77 77  {{velocity}}
78 78  {{html wiki="false" clean="false"}}
79 79