Changes for page Institutionsportlet

Last modified by Moritz Baumgarten on 10.01.2024

From version 2.1
edited by Moritz Baumgarten
on 10.01.2024
Change comment: There is no comment for this version
To version 1.1
edited by Moritz Baumgarten
on 10.01.2024
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,5 +1,122 @@
1 +{{layout}}
2 +{{layout-section ac:type="single"}}
3 +{{layout-cell}}
1 1  
5 +{{/layout-cell}}
6 +{{/layout-section}}
2 2  
8 +{{layout-section ac:type="single"}}
9 +{{layout-cell}}
10 +Verwalter einer Institution sowie Systemadministratoren können den Inhalt des Portlets //**Meine Institution** //individuell gestalten.
11 +
12 +{{expand title="Institutionsportlet bearbeiten ..."}}
13 +Um den Inhalt des Portlets für Ihre Institution zu bearbeiten, gehen Sie wie folgt vor:
14 +
15 +|(% class="numberingColumn" %)(% class="numberingColumn" %)
16 +(((
17 +1
18 +)))|(((
19 +Ö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.
20 +)))|(% rowspan="2" %)(% rowspan="2" %)
21 +(((
22 +[[image:attach:Startseite-Institutionsportlet konfigurieren_de.png]]
23 +)))
24 +|(% class="numberingColumn" colspan="1" %)(% class="numberingColumn" colspan="1" %)
25 +(((
26 +2
27 +)))|(% colspan="1" %)(% colspan="1" %)
28 +(((
29 +Wählen Sie den Eintrag //**Bearbeiten**//.
30 +)))
31 +|(% class="numberingColumn" %)(% class="numberingColumn" %)
32 +(((
33 +3
34 +)))|(((
35 +(% style="color:#000000" %)Es öffnet sich der [[Texteditor >>doc:Texteditor]]und Sie können den Inhalt des Portlets nach Ihren Vorstellungen gestalten.
36 +
37 +{{expand title="Bilder einbinden ..."}}
38 +(% 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.
39 +{{/expand}}
40 +)))|(% rowspan="2" %)(% rowspan="2" %)
41 +(((
42 +[[image:attach:Startseite-Institutionsportlet editieren_de.png]]
43 +)))
44 +|(% class="numberingColumn" colspan="1" %)(% class="numberingColumn" colspan="1" %)
45 +(((
46 +4
47 +)))|(% colspan="1" %)(% colspan="1" %)
48 +(((
49 +Bestätigen Sie Ihre Änderungen mit Klick auf den Button //**Speichern**//.
50 +)))
51 +{{/expand}}
52 +
53 +{{expand title="Inhalte im Institutionsportlet abhängig von Nutzerattributen einbinden ..."}}
54 +(% style="color:#000000" %)Mit Hilfe der HTML-Ansicht des [[Texteditors>>doc:Texteditor]] können Sie Inhalte in diesem Portlet abhängig von Nutzerattributen oder der gewählten Systemsprache anzeigen. Hierfür genügt es, diese Inhalte im folgenden Format an der entsprechenden Stelle im HTML-Code zu hinterlegen:
55 +
56 +|(((
57 +(% style="color: rgb(0,0,0);" %)
58 +
59 +
60 +
61 +{{code language="xml"}}
62 +<[html-Element] data-visibility-condition="[attribut];[operator];[wert]"></[html-Element]>
63 +{{/code}}
64 +)))|(((
65 +[[image:attach:Startseite-Institutionsportlet Quelltext öffnen_de.png]]
66 +)))
67 +
68 +{{expand title="Erweitern, um Beispiele anzuzeigen ..."}}
69 +**Beispiel1:** Einen Link zu OPAL, der allen Nutzer angezeigt werden soll, deren Vorname mit einem E beginnt, geben Sie so an:
70 +
71 +{{code language="xml"}}
72 +<a data-cke-saved-href="https://bildungsportal.sachsen.de/opal" href="https://bildungsportal.sachsen.de/opal" data-visibility-condition="firstname;startswith;E">Link zu OPAL</a>
73 +{{/code}}
74 +
75 +**Beispiel 2**: Einen Text, der Nutzern sprachabhängig angezeigt werden soll, geben Sie so an:
76 +
77 +{{code language="xml"}}
78 +<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>
79 +{{/code}}
80 +{{/expand}}
81 +
82 +|=(((
83 +Folgende Operatoren können Sie dazu verwenden:
84 +)))|=(((
85 +Diese Operatoren können Sie mit folgenden Nutzerattributen kombinieren:
86 +)))
87 +|(((
88 +(% style="text-align:left" %)
89 +* contains
90 +* equals
91 +* startswith
92 +* endswith
93 +* not (z.B "not-equals")
94 +)))|(((
95 +(% style="text-align:left" %)
96 +* firstname
97 +* lastname
98 +* email
99 +* institutionaluseridentifier
100 +* institutionalname
101 +* orgunit
102 +* studysubject
103 +* studygroup
104 +* persontype
105 +* termsofstudy
106 +* birthday
107 +* locale (Bezieht sich auf die von Nutzer eingestellte Systemsprache für die Plattform.)
108 +)))
109 +
110 +{{info}}
111 +(% style="color:#000000" %)In der Editieransicht des Portlets werden alle Inhalte angezeigt, im Portlet selbst dann attributsabhängig.
112 +{{/info}}
113 +{{/expand}}
114 +{{/layout-cell}}
115 +{{/layout-section}}
116 +{{/layout}}
117 +
118 +
119 +
3 3  (% class="MsoBodyText" %)
4 4  Only the institution's administrators as well as system administrators can customise the content of the portlet **//My Institution//**//.// 
5 5  
... ... @@ -13,7 +13,7 @@
13 13  Open the home page. Click on the gear icon in the upper right corner of the portlet //**My Institution** //to open the configuration menu.
14 14  )))|(% rowspan="2" %)(% rowspan="2" %)
15 15  (((
16 -[[image:attach:Startseite-Institutionsportlet konfigurieren_en.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
133 +[[image:attach:Startseite-Institutionsportlet konfigurieren_en.png]]
17 17  )))
18 18  |(% class="numberingColumn" colspan="1" %)(% class="numberingColumn" colspan="1" %)
19 19  (((
... ... @@ -28,7 +28,7 @@
28 28  )))|(((
29 29  (% class="content-wrapper" %)
30 30  (((
31 -In the editing mode, you can use the Text editor to customise the content of the portlet to your liking.
148 +In the editing mode, you can use the [[Text editor>>doc:Texteditor]] to customise the content of the portlet to your liking.
32 32  
33 33  {{expand title="Integrate images ..."}}
34 34  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.
... ... @@ -35,12 +35,12 @@
35 35  {{/expand}}
36 36  )))
37 37  )))|(((
38 -[[image:attach:Startseite-Institutionsportlet editieren_en.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
155 +[[image:attach:Startseite-Institutionsportlet editieren_en.png]]
39 39  )))
40 40  {{/expand}}
41 41  
42 42  {{expand title="Integrate content into the institution portlet depending on user attributes ..."}}
43 -Via the HTML view of the Text editor, 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:
160 +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:
44 44  
45 45  |(((
46 46  (% class="content-wrapper" %)
... ... @@ -50,7 +50,7 @@
50 50  {{/code}}
51 51  )))
52 52  )))|(((
53 -[[image:attach:Startseite-Institutionsportlet Quelltext öffnen_en.png||data-xwiki-image-style="img-screen" data-xwiki-image-style-border="true" width="500"]]
170 +[[image:attach:Startseite-Institutionsportlet Quelltext öffnen_en.png]]
54 54  )))
55 55  
56 56  {{expand title="Expand to view examples ..."}}