Wiki source code of Home
Version 2.3 by Martin Walzer on 2026/04/17 18:47
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | (% class="wikigeneratedid" id="HWelcometoyourwiki" %) | ||
| 2 | ~{~{velocity}} | ||
| 3 | #if($xcontext.getUser() == 'XWiki.XWikiGuest') | ||
| 4 | ~(% class="cenec-welcome" style="text-align:center; padding:80px 40px" %) | ||
| 5 | |||
| 6 | (% class="wikigeneratedid" %) | ||
| 7 | ~(~(~( | ||
| 8 | ~= Welcome to Centeral Energy Corporation / Project Management System = | ||
| 9 | |||
| 10 | This is a private platform for CENEC (Pty) Ltd and its associated entities. | ||
| 11 | |||
| 12 | Access is by invitation only. | ||
| 13 | |||
| 14 | ~[~[Log in to continue>>path:/bin/login/XWiki/XWikiLogin||class="btn btn-primary btn-lg" style="margin-top:24px"]] ~)~)~) | ||
| 15 | #else | ||
| 16 | ~{~{include reference="XWiki.DefaultMainPageContent"/}} | ||
| 17 | ~#~# or paste your dashboard content for logged-in users here | ||
| 18 | #end | ||
| 19 | ~{~{/velocity}} |