Von Version < 28.6 >
bearbeitet von gru
am 12.03.2020, 15:02
Auf Version < 27.19 >
bearbeitet von gru
am 11.03.2020, 14:31
< >
Änderungskommentar: Es gibt keinen Kommentar für diese Version

Zusammenfassung

Details

Seiteneigenschaften
Inhalt
... ... @@ -22,7 +22,7 @@
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 28   'icon': 'fa fa-play-circle',
... ... @@ -31,9 +31,9 @@
31 31   'documentation': 'https://formcycle.eu/de/features'
32 32  }, {
33 33   'iconfc': 'puzzle',
34 - 'title': 'Anwendungsfälle',
34 + 'title': 'Tutorials',
35 35   'description': 'Formulardaten verarbeiten',
36 - 'documentation': 'doc:Examples.WebHome'
36 + 'documentation': 'Formcycle.UserInterface.MyForms.WorkflowProcessing'
37 37  }, {
38 38   'iconfc': 'form',
39 39   'title': 'Beispiele',
... ... @@ -43,7 +43,7 @@
43 43  
44 44  #set ($smallCards = [{
45 45   'iconfc': 'comment-faq-outline',
46 - 'title': 'Häufig gestellte Fragen',
46 + 'title': 'FAQ',
47 47   'description': 'Häufig gestellte Fragen',
48 48   'documentation': "https://faq.formcycle.eu/"
49 49  }, {
... ... @@ -67,7 +67,7 @@
67 67   'description': 'Informationen zur XIMA FORM.CLOUD',
68 68   'documentation': 'doc:FORMCLOUD.WebHome'
69 69  }, {
70 - 'icon': 'fa fa-list',
70 + 'icon': 'fa fa-play-circle',
71 71   'title': 'Release Notes',
72 72   'description': 'Release Notes und Download der aktuellen Version',
73 73   'documentation': 'doc:Blog.WebHome'
... ... @@ -105,21 +105,17 @@
105 105   color: #0cf !important;
106 106  }
107 107  .jQButton {
108 + width:12%;
108 108   color: #fff;
109 109   background-color: #3480AD;/*#f0f0f3*/
110 110   text-align: center;
111 111   display: inline-block;
112 - border-radius: 4px;
113 - padding: 4px 10px 4px 10px;
114 - font-size: 15px
115 - margin: auto;
116 - margin-bottom: 5px;
117 - -moz-user-select: -moz-none;
118 - -khtml-user-select: none;
119 - -webkit-user-select: none;
120 - -ms-user-select: none;
121 121   user-select: none;
114 + border-radius: 16px;
115 + padding: 4px 4px 4px 4px;
116 + font-size: 15px
122 122  }
118 +
123 123  .jQButton[active=false] {
124 124   background-color: #a7a7a7;
125 125  }
... ... @@ -129,15 +129,6 @@
129 129  .jQButton[active=false]:hover {
130 130   background-color: #676767;
131 131  }
132 -.jQButton:before {
133 - font-family: "FontAwesome";
134 - font-size: 14px;
135 - font-weight: 400;
136 - content: "\f046";
137 -}
138 -.jQButton[active=false]:before {
139 - content: "\f096";
140 -}
141 141  </style>
142 142  
143 143  <script>
... ... @@ -780,12 +780,12 @@
780 780   <div class="d-none d-md-block col-lg-12 card-main">
781 781   <div class="well" >
782 782   <div id="jQButtons">
783 - <div id="jQBtn1" class="jQButton" group="Designer" active="true">&nbsp;&nbsp;Designer</div>
784 - <div id="jQBtn1" class="jQButton" group="Datenquellen" active="true">&nbsp;&nbsp;Datenquellen</div>
785 - <div id="jQBtn1" class="jQButton" group="Statusverarbeitung" active="true">&nbsp;&nbsp;Statusverarbeitung</div>
786 - <div id="jQBtn1" class="jQButton" group="Abschlusseite" active="true">&nbsp;&nbsp;Abschlusseite</div>
787 - <div id="jQBtn1" class="jQButton" group="Posteingang" active="true">&nbsp;&nbsp;Posteingang</div>
788 - <div id="jQBtn1" class="jQButton" group="Anderes" active="true">&nbsp;&nbsp;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>
789 789   </div>
790 790   <div id="jQArea">
791 791   </div>
Copyright 2000-2024