Wiki-Quellcode von Institutionsportlet

Version 182.1 von Carina Enke am 10.12.2019

Zeige letzte Bearbeiter
1 {{sv-translation language="de"}}
2 {{layout}}
3 {{layout-section ac:type="single"}}
4 {{layout-cell}}
5 \\
6
7 {{details}}
8 |=(((
9 Verantwortlicher
10 )))|(((
11 \\
12 )))
13 |=(% colspan="1" %)(% colspan="1" %)
14 (((
15 Status
16 )))|(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %)(% class="highlight-yellow" colspan="1" data-highlight-colour="yellow" %)
17 (((
18 {{sv-metadata type="workflow-status"/}}
19
20 {{status colour="Green" title="Offen"/}}
21 )))
22 |=(% colspan="1" %)(% colspan="1" %)
23 (((
24 Varianten
25 )))|(% colspan="1" %)(% colspan="1" %)
26 (((
27 {{sv-metadata type="variants"/}}
28 )))
29 |=(% colspan="1" %)(% colspan="1" %)
30 (((
31 Attribute
32 )))|(% colspan="1" %)(% colspan="1" %)
33 (((
34 {{sv-metadata type="attributes"/}}
35 )))
36 |=(% colspan="1" %)(% colspan="1" %)
37 (((
38 Pagekey
39 )))|(% colspan="1" %)(% colspan="1" %)
40 (((
41 {{sv-metadata type="pagekey"/}}
42 )))
43 |=(% colspan="1" %)(% colspan="1" %)
44 (((
45 Übersetzung
46 )))|(% colspan="1" %)(% colspan="1" %)
47 (((
48 (% class="content-wrapper" %)
49 (((
50 Institution Portlet  
51
52 {{status colour="Green" title="Fertig"/}}
53 )))
54 )))
55 |=(% colspan="1" %)(% colspan="1" %)
56 (((
57 TODOs
58 )))|(% colspan="1" %)(% colspan="1" %)
59 (((
60 \\
61 )))
62 {{/details}}
63 {{/layout-cell}}
64 {{/layout-section}}
65
66 {{layout-section ac:type="single"}}
67 {{layout-cell}}
68 Verwalter einer Institution sowie Systemadministratoren können den Inhalt des Portlets //**Meine Institution** //individuell gestalten.
69
70 {{expand title="Institutionsportlet bearbeiten ..."}}
71 Um den Inhalt des Portlets für Ihre Institution zu bearbeiten, gehen Sie wie folgt vor:
72
73 |(% class="numberingColumn" %)(% class="numberingColumn" %)
74 (((
75 1
76 )))|(((
77 Öffnen Sie die Startseite Ihrer Plattform. Klicken Sie im betreffenden Portlet //**Meine Institution** //das Rädchen-Icon in der rechten oberen Ecke des Portlets, um das Konfigurationsmenü zu öffnen.
78 )))|(% rowspan="2" %)(% rowspan="2" %)
79 (((
80 [[image:attach:Startseite-Institutionsportlet konfigurieren_de.png]]
81 )))
82 |(% class="numberingColumn" colspan="1" %)(% class="numberingColumn" colspan="1" %)
83 (((
84 2
85 )))|(% colspan="1" %)(% colspan="1" %)
86 (((
87 Wählen Sie den Eintrag //**Bearbeiten**//.
88 )))
89 |(% class="numberingColumn" %)(% class="numberingColumn" %)
90 (((
91 3
92 )))|(((
93 (% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)Es öffnet sich der [[Texteditor >>doc:Texteditor]]und Sie können den Inhalt des Portlets nach Ihren Vorstellungen gestalten.
94
95 {{expand title="Bilder einbinden ..."}}
96 (% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)Unterhalb des Texteditors ist der Inhalt des Ressourcenordners zum Portlet zu sehen. Dieser bietet die Möglichkeit hinterlegte Inhalte wie Bilder oder Videos zu verwalten. Neben dem Löschen und Hinzufügen von Ressourcen, können diese auch umbenannt werden. Dazu werden entsprechende Schaltflächen über der Tabelle aktiv, sobald eine Ressource per Checkbox gewählt wird.
97 {{/expand}}
98 )))|(% rowspan="2" %)(% rowspan="2" %)
99 (((
100 [[image:attach:Startseite-Institutionsportlet editieren_de.png]]\\
101 )))
102 |(% class="numberingColumn" colspan="1" %)(% class="numberingColumn" colspan="1" %)
103 (((
104 4
105 )))|(% colspan="1" %)(% colspan="1" %)
106 (((
107 Bestätigen Sie Ihre Änderungen mit Klick auf den Button //**Speichern**//.
108 )))
109 {{/expand}}
110
111 {{expand title="Inhalte im Institutionsportlet abhängig von Nutzerattributen einbinden ..."}}
112 (% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)Mit Hilfe der HTML-Ansicht (% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)des [[Texteditors>>doc:Texteditor]] (% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)können Sie Inhalte in diesem Portlet abhängig von Nutzerattributen oder der gewählten Systemsprache anzeigen. (% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0); color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)Hierfür genügt es, diese Inhalte im folgenden Format an der entsprechenden Stelle im HTML-Code zu hinterlegen:
113
114 |(((
115 (% style="color: rgb(0,0,0);" %)
116
117
118 {{code language="xml"}}
119 <[html-Element] data-visibility-condition="[attribut];[operator];[wert]"></[html-Element]>
120 {{/code}}
121 )))|(((
122 [[image:attach:Startseite-Institutionsportlet Quelltext öffnen_de.png]]
123 )))
124
125 (% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)
126
127
128 {{expand title="Erweitern, um Beispiele anzuzeigen ..."}}
129 **Beispiel1:** Einen Link zu OPAL, der allen Nutzer angezeigt werden soll, deren Vorname mit einem E beginnt, geben Sie so an:
130
131 {{code language="xml"}}
132 <a href="https://bildungsportal.sachsen.de/opal" data-visibility-condition="firstname;startswith;E">Link zu OPAL</a>
133 {{/code}}
134
135 **Beispiel 2**: Einen Text, der Nutzern sprachabhängig angezeigt werden soll, geben Sie so an:
136
137 {{code language="xml"}}
138 <p data-visibility-condition="locale;equals;en">Diesen Text sehen nur Nutzer, die in den allgemeinen Nutzer-Systemeinstellungen unter Sprache Englisch ausgewählt haben.</p>
139 {{/code}}
140 {{/expand}}
141
142 |=(((
143 Folgende Operatoren können Sie dazu verwenden:
144 )))|=(((
145 Diese Operatoren können Sie mit folgenden Nutzerattributen kombinieren:
146 )))
147 |(((
148 (% style="text-align: left;" %)
149 * contains
150 * equals
151 * startswith
152 * endswith
153 * not (z.B "not-equals")
154 )))|(((
155 (% style="text-align: left;" %)
156 * firstname
157 * lastname
158 * email
159 * institutionaluseridentifier
160 * institutionalname
161 * orgunit
162 * studysubject
163 * studygroup
164 * persontype
165 * termsofstudy
166 * birthday
167 * locale (Bezieht sich auf die von Nutzer eingestellte Systemsprache für die Plattform.)
168 )))
169
170 {{info}}
171 (% style="color: rgb(0, 0, 0); color: rgb(0, 0, 0)" %)In der Editieransicht des Portlets werden alle Inhalte angezeigt, im Portlet selbst dann attributsabhängig.
172 {{/info}}
173 {{/expand}}
174 {{/layout-cell}}
175 {{/layout-section}}
176 {{/layout}}
177 {{/sv-translation}}
178
179 {{sv-translation language="en"}}
180 (% class="MsoBodyText" %)
181 Only the institution's administrators as well as system administrators can customise the content of the portlet **//My Institution//**//.//
182
183 {{expand title="Edit institution portlet ..."}}
184 To edit the content of the portlet //**My Institution**//, proceed as follows:
185
186 |(% class="numberingColumn" %)(% class="numberingColumn" %)
187 (((
188 1
189 )))|(((
190 Open the home page. Click on the gear icon in the upper right corner of the portlet //**My Institution** //to open the configuration menu.
191 )))|(% rowspan="2" %)(% rowspan="2" %)
192 (((
193 [[image:attach:Startseite-Institutionsportlet konfigurieren_en.png]]
194 )))
195 |(% class="numberingColumn" colspan="1" %)(% class="numberingColumn" colspan="1" %)
196 (((
197 2
198 )))|(% colspan="1" %)(% colspan="1" %)
199 (((
200 Select the entry //**Edit**//.
201 )))
202 |(% class="numberingColumn" %)(% class="numberingColumn" %)
203 (((
204 3
205 )))|(((
206 (% class="content-wrapper" %)
207 (((
208 In the editing mode, you can use the [[Text editor>>doc:Texteditor]] to customise the content of the portlet to your liking.
209
210 {{expand title="Integrate images ..."}}
211 Below the text editor, you can see the content of the portlet's resource folder. This folder offers the possibility to manage stored content such as images or videos. In addition to deleting and adding resources, you can also rename your resources. Once a resource has been selected via its checkbox, the corresponding buttons will be activated above the table.
212 {{/expand}}
213 )))
214 )))|(((
215 [[image:attach:Startseite-Institutionsportlet editieren_en.png]]
216 )))
217 {{/expand}}
218
219 {{expand title="Integrate content into the institution portlet depending on user attributes ..."}}
220 Via the HTML view of the [[Text editor>>url:https://www.bps-system.de/help/display/LMSintern/.Texteditor+v3.6||shape="rect"]], you can display content in this portlet depending on user attributes or the system language selected. Just add the content in the following format at the appropriate position to the HTML code:
221
222 |(((
223 (% class="content-wrapper" %)
224 (((
225 {{code language="xml"}}
226 <[html-Element] data-visibility-condition="[attribut];[operator];[wert]"></[html-Element]>
227 {{/code}}
228 )))
229 )))|(((
230 [[image:attach:Startseite-Institutionsportlet Quelltext öffnen_en.png]]
231 )))
232
233 {{expand title="Expand to view examples ..."}}
234 **Example 1**: To provide a link to OPAL which will be displayed to all users whose first name begins with an E, enter:
235
236 {{code language="xml"}}
237 <a href="https://bildungsportal.sachsen.de/opal" data-visibility-condition="firstname;startswith;E">Link zu OPAL</a>
238 {{/code}}
239
240 **Example 2**: To provide a text which will be displayed to users depending on the system language selected, enter:
241
242 {{code language="xml"}}
243 <p data-visibility-condition="locale;equals;en">Only users who have selected English in the general user system settings under language will see this text.</p>
244 {{/code}}
245 {{/expand}}
246
247 |=(((
248 You can use the following operators:
249 )))|=(((
250 You can combine these operators with the following user attributes:
251 )))
252 |(((
253 * contains
254 * equals
255 * startswith
256 * endswith
257 * not (e. g. "not-equals")
258 )))|(((
259 * firstname
260 * lastname
261 * email
262 * institutionaluseridentifier
263 * institutionalname
264 * orgunit
265 * studysubject
266 * studygroup
267 * persontype
268 * termsofstudy
269 * birthday
270 * locale (refers to the system language configured by the user)
271 )))
272
273 {{info}}
274 In the editing mode of the portlet, all content is displayed. In normal mode, however, the content of the portlet is displayed depending on attributes.
275 {{/info}}
276 {{/expand}}
277 {{/sv-translation}}