Changes for page 03 Infrastruktur

Last modified by Claude MCP Bot on 2026/06/16 10:55

From version 5.1
edited by Dimitri Rupp
on 2026/06/11 11:18
Change comment: There is no comment for this version
To version 6.1
edited by Claude MCP Bot
on 2026/06/16 10:55
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.drupp
1 +XWiki.claudeai
Content
... ... @@ -1,11 +1,30 @@
1 1  {{html clean="false"}}
2 2  <div style="background:linear-gradient(135deg,#455a64 0%,#78909c 100%);color:#fff;padding:42px 38px;border-radius:14px;margin-bottom:28px;box-shadow:0 8px 24px rgba(0,0,0,0.18);"><div style="font-size:13px;letter-spacing:2.5px;text-transform:uppercase;opacity:0.85;margin-bottom:10px;">IT-Wiki · Bereich 03</div><div style="font-size:38px;font-weight:700;letter-spacing:-0.5px;line-height:1.1;">🖥️ Infrastruktur</div><div style="font-size:17px;opacity:0.93;margin-top:12px;max-width:760px;line-height:1.55;">Server, Netzwerk, Hardware, Telefonie und das Service-Mapping: Was läuft wo?</div></div>
3 3  {{/html}}
4 +
5 +{{velocity}}
6 +## Akzentfarbe pro Bereich anpassen:
7 +#set($accent = '#455a64')
8 +#set($prefix = "${services.model.serialize($doc.documentReference.lastSpaceReference, 'local')}.")
9 +#set($plen = $prefix.length())
10 +#set($docs = $services.query.xwql("where doc.name = 'WebHome' and doc.space like :p order by lower(doc.title)").bindValue('p', "${prefix}%").execute())
11 +#set($children = [])
12 +#foreach($fn in $docs)
13 +#if($fn.startsWith($prefix) && $fn.endsWith('.WebHome'))
14 +#set($len = $fn.length())
15 +#set($end = $len - 8)
16 +#set($mid = $fn.substring($plen, $end))
17 +#if(!$mid.contains('.'))
18 +#set($discard = $children.add($fn))
19 +#end
20 +#end
21 +#end
4 4  {{html clean="false"}}
5 -<div style="display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin:6px 0 10px 0;"><a href="/xwiki/bin/view/IT-Wiki/03-Infrastruktur/AD-Gruppen-Scripts/" style="text-decoration:none;color:inherit;"><div style="border:1px solid #e3e8ee;border-top:4px solid #455a64;border-radius:12px;padding:18px 20px;height:100%;box-shadow:0 1px 4px rgba(0,0,0,0.06);background:#fff;"><div style="font-size:17px;font-weight:700;color:#1a2b3c;line-height:1.3;">Script (Line_Manager / Eigenpersonal / Fremdpersonal)</div><div style="color:#5a6b7b;margin-top:7px;line-height:1.5;font-size:13.5px;">Scripts auf ATVIETDC01a (Task Scheduler) für Security-Gruppen-Zuordnungen.</div></div></a><a href="/xwiki/bin/view/IT-Wiki/03-Infrastruktur/Hardware/" style="text-decoration:none;color:inherit;"><div style="border:1px solid #e3e8ee;border-top:4px solid #455a64;border-radius:12px;padding:18px 20px;height:100%;box-shadow:0 1px 4px rgba(0,0,0,0.06);background:#fff;"><div style="font-size:17px;font-weight:700;color:#1a2b3c;line-height:1.3;">Hardware</div><div style="color:#5a6b7b;margin-top:7px;line-height:1.5;font-size:13.5px;">Besprechungsräume, Drucker, ideaHub, Rally Plus, Smartphones — das physische Equipment.</div></div></a><a href="/xwiki/bin/view/IT-Wiki/03-Infrastruktur/Netzwerk/" style="text-decoration:none;color:inherit;"><div style="border:1px solid #e3e8ee;border-top:4px solid #455a64;border-radius:12px;padding:18px 20px;height:100%;box-shadow:0 1px 4px rgba(0,0,0,0.06);background:#fff;"><div style="font-size:17px;font-weight:700;color:#1a2b3c;line-height:1.3;">Netzwerk</div><div style="color:#5a6b7b;margin-top:7px;line-height:1.5;font-size:13.5px;">Standorte, VLANs, Firewall, MPLS, NPS, WLAN — die Netzwerk-Dokumentation.</div></div></a><a href="/xwiki/bin/view/IT-Wiki/03-Infrastruktur/Server/" style="text-decoration:none;color:inherit;"><div style="border:1px solid #e3e8ee;border-top:4px solid #455a64;border-radius:12px;padding:18px 20px;height:100%;box-shadow:0 1px 4px rgba(0,0,0,0.06);background:#fff;"><div style="font-size:17px;font-weight:700;color:#1a2b3c;line-height:1.3;">Server</div><div style="color:#5a6b7b;margin-top:7px;line-height:1.5;font-size:13.5px;">AD, Domain Controller, Backups, DNAT, Monitoring, Print Server — die Server-Welt.</div></div></a><a href="/xwiki/bin/view/IT-Wiki/03-Infrastruktur/Service-Mapping/" style="text-decoration:none;color:inherit;"><div style="border:1px solid #e3e8ee;border-top:4px solid #455a64;border-radius:12px;padding:18px 20px;height:100%;box-shadow:0 1px 4px rgba(0,0,0,0.06);background:#fff;"><div style="font-size:17px;font-weight:700;color:#1a2b3c;line-height:1.3;">Service-Mapping</div><div style="color:#5a6b7b;margin-top:7px;line-height:1.5;font-size:13.5px;">Die Antwort auf: Welches Tool läuft auf welchem Server?</div></div></a><a href="/xwiki/bin/view/IT-Wiki/03-Infrastruktur/Smart-Warehouse/" style="text-decoration:none;color:inherit;"><div style="border:1px solid #e3e8ee;border-top:4px solid #455a64;border-radius:12px;padding:18px 20px;height:100%;box-shadow:0 1px 4px rgba(0,0,0,0.06);background:#fff;"><div style="font-size:17px;font-weight:700;color:#1a2b3c;line-height:1.3;">Smart Warehouse</div><div style="color:#5a6b7b;margin-top:7px;line-height:1.5;font-size:13.5px;">Das automatisierte Toyota-Lager in WoDo3: Schnittstellen zu Rimo, Server, Support.</div></div></a><a href="/xwiki/bin/view/IT-Wiki/03-Infrastruktur/Telefonie/" style="text-decoration:none;color:inherit;"><div style="border:1px solid #e3e8ee;border-top:4px solid #455a64;border-radius:12px;padding:18px 20px;height:100%;box-shadow:0 1px 4px rgba(0,0,0,0.06);background:#fff;"><div style="font-size:17px;font-weight:700;color:#1a2b3c;line-height:1.3;">Telefonie</div><div style="color:#5a6b7b;margin-top:7px;line-height:1.5;font-size:13.5px;">Teams-Telefonie: Callflows, Dial Plan, SBC, SIM-Karten, Smartphones, Telefonansagen.</div></div></a></div>
23 +<div style="display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:16px;margin:6px 0 10px 0;">
24 +#foreach($fn in $children)
25 +#set($cd = $xwiki.getDocument($fn))
26 +<a href="$cd.getURL()" style="text-decoration:none;color:inherit;"><div style="border:1px solid #e3e8ee;border-top:4px solid $accent;border-radius:12px;padding:18px 20px;height:100%;box-shadow:0 1px 4px rgba(0,0,0,0.06);background:#fff;"><div style="font-size:17px;font-weight:700;color:#1a2b3c;line-height:1.3;">$cd.getPlainTitle()</div></div></a>
27 +#end
28 +</div>
6 6  {{/html}}
7 -
8 -= Alle Seiten in diesem Bereich =
9 -
10 -{{children/}}
11 -
30 +{{/velocity}}