Wiki source code of Home
Version 6.1 by Martin Walzer on 2026/04/17 19:07
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
5.1 | 1 | {{velocity}} |
| 2 | #if($xcontext.getUser() == 'XWiki.XWikiGuest') | ||
| |
6.1 | 3 | {{html clean="false"}} <div style="text-align:center; padding:80px 40px;"> <h1>Welcome to Central Energy Corporation | Project Management System</h1> |
| |
2.6 | 4 | <p>This is a private platform for CENEC (Pty) Ltd and its associated entities.</p> <p>Access is by invitation only.</p> <a href="/bin/login/XWiki/XWikiLogin" class="btn btn-primary btn-lg" style="margin-top:24px">Log in to continue</a> |
| 5 | </div> | ||
| 6 | {{/html}} | ||
| 7 | #else | ||
| 8 | = Dashboard = | ||
| |
6.1 | 9 | here we go |
| |
2.6 | 10 | #end |
| 11 | {{/velocity}} |