Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Linnea Samila
/
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 5dbfb139
authored
Mar 12, 2010
by
Juho Juopperi
Committed by
Juho Juopperi
Mar 15, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change xhtml doctypes so eclipse wouldnt whine... didnt help though
1 parent
179dcf58
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
5 deletions
code/LanBortalWeb/WebContent/user/create.xhtml
code/LanBortalWeb/WebContent/user/edit.xhtml
code/LanBortalWeb/WebContent/user/fault.xhtml
code/LanBortalWeb/WebContent/user/list.xhtml
code/LanBortalWeb/WebContent/user/create.xhtml
View file @
5dbfb13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!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"
...
...
code/LanBortalWeb/WebContent/user/edit.xhtml
View file @
5dbfb13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!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"
...
...
@@ -16,7 +18,8 @@
<h:form>
<h:panelGrid
columns=
"2"
>
<h:outputLabel
value=
"Nick:"
/><h:outputLabel
value=
"#{userView.user.nick}"
/>
<h:outputLabel
value=
"Real name"
/><h:inputText
value=
"#{userView.user.name}"
/>
<h:outputLabel
value=
"Last name"
/><h:inputText
value=
"#{userView.user.lastname}"
/>
<h:outputLabel
value=
"First names"
/><h:inputText
value=
"#{userView.user.firstnames}"
/>
<h:outputLabel
value=
"Address"
/><h:inputText
value=
"#{userView.user.address}"
/>
<h:outputLabel
value=
"Zip Code"
/><h:inputText
value=
"#{userView.user.zip}"
/>
<h:outputLabel
value=
"Town"
/><h:inputText
value=
"#{userView.user.town}"
/>
...
...
code/LanBortalWeb/WebContent/user/fault.xhtml
View file @
5dbfb13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!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"
...
...
code/LanBortalWeb/WebContent/user/list.xhtml
View file @
5dbfb13
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!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"
...
...
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