projectDAE/ProjectDAE/ProjectDAE-war/build/web/index.xhtml

31 lines
998 B
HTML
Raw Normal View History

<?xml version="1.0" encoding="UTF-8"?>
<!--
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
-->
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:h="http://xmlns.jcp.org/jsf/html">
<h:head>
2015-11-07 15:05:17 -08:00
<title>Events Management</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</h:head>
2015-11-11 15:06:59 -08:00
<h:body>
2015-11-11 15:06:59 -08:00
<div>User management</div>
2015-11-12 03:55:52 -08:00
<h:form>
2015-11-12 03:55:52 -08:00
<h:commandLink action="AdminPage" value="Administrator"></h:commandLink>
<br></br>
<h:commandLink action="ResponsiblePage" value="Responsible"></h:commandLink>
<br></br>
2015-11-14 07:09:43 -08:00
<h:commandLink action="ParticipantPage" value="Participant"></h:commandLink>
<br></br>
2015-11-12 03:55:52 -08:00
<h:commandLink action="EventPage" value="Event"></h:commandLink>
</h:form>
2015-11-11 15:06:59 -08:00
</h:body>
</html>