source: VirtualCollectionRegistry/trunk/VirtualCollectionRegistry/src/main/java/eu/clarin/cmdi/virtualcollectionregistry/gui/pages/AuthenticationStatePanel.html @ 906

Last change on this file since 906 was 906, checked in by oschonef, 14 years ago
  • set svn:eol-style property
  • Property svn:eol-style set to native
File size: 677 bytes
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
3                      "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
4<html xmlns="http://www.w3.org/1999/xhtml"
5      xmlns:wicket="http://wicket.apache.org/">
6<head />
7<body>
8<wicket:panel>
9<div wicket:id="login"></div>
10<wicket:fragment wicket:id="loginFragment">
11  Anonymous <a wicket:id="loginLink" href="#">[Login]</a>
12</wicket:fragment>
13
14<div wicket:id="logout"></div>
15<wicket:fragment wicket:id="logoutFragment">
16  <span wicket:id="username">username</span>
17  <!-- <a wicket:id="logoutLink" href="#">[Logout]</a>  -->
18</wicket:fragment>
19</wicket:panel>
20</body>
21</html>
Note: See TracBrowser for help on using the repository browser.