Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Max Mecklin
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 2731af55
authored
Jun 06, 2014
by
Juho Juopperi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
missing
1 parent
c979fd0a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
0 deletions
code/MoyaWeb/WebContent/admin/adduser/index.xhtml
code/MoyaWeb/WebContent/admin/adduser/index.xhtml
0 → 100644
View file @
2731af5
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xmlns:ui=
"http://java.sun.com/jsf/facelets"
xmlns:h=
"http://java.sun.com/jsf/html"
xmlns:f=
"http://java.sun.com/js
<h:body>
<ui:composition template="
/
resources
/
templates
/#{
sessionHandler
.
adduserfullscreen
}/
template
.
xhtml
"
>
<ui:define
name=
"content"
>
<h:form>
<div>
<h:panelGrid
columns=
"2"
>
<h:panelGroup>
<h1>
#{i18n["adduser.welcome"]}
</h1>
</h:panelGroup>
<h:panelGroup>
<div
style=
"width: 300px; margin: 0 auto;"
>
<h:link
styleClass=
"touchItem"
outcome=
"/admin/adduser/newuser"
>
<div>
#{i18n['adduser.newuser']}
</div>
</h:link>
<span
style=
"width: 6em;"
>
&nbsb;
</span>
<h:link
styleClass=
"touchItem"
outcome=
"/admin/adduser/login"
>
<div>
#{i18n['adduser.update']}
</div>
</h:link>
</div>
</h:panelGroup>
</h:panelGrid>
</div>
</h:form>
</ui:define>
</ui:composition>
</h:body>
</html>
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment