File: security-admin.xhtml

package info (click to toggle)
libzeep 5.1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 3,596 kB
  • sloc: cpp: 27,393; xml: 7,798; javascript: 180; sh: 37; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html SYSTEM "about:legacy-compat">
<html xmlns="http://www.w3.org/1999/xhtml"
  xmlns:z="http://www.hekkelman.com/libzeep/m2">
  <head>
    <title>Admin page</title>
    <script src="scripts/security.js"></script>
    <link rel="stylesheet" href="css/w3.css"/>
  </head>

  <div z:replace="~{security-menu::menu}"></div>
  <div class="w3-container">
    <p>Hello, <span z:text="${#security.username() ?: 'world'}"></span>, you're now on the Admin page</p>
  </div>
</html>