dashboard
repositories
filestore
activity
search
login
githubFork
/
gitblit
Gitblit devel
summary
reflog
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Split RepositoriesPage into 3 pages. Inline page header authentication.
James Moger
2011-09-29
a7571bc1d831a83643d4fc5257a510a1bb53316b
[githubFork/gitblit.git]
/
src
/
com
/
gitblit
/
wicket
/
pages
/
UsersPage.html
1
2
3
4
5
6
7
8
9
10
11
<!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:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.3-strict.dtd"
xml:lang="en"
lang="en">
<body>
<wicket:extend>
<div wicket:id="usersPanel">[users panel]</div>
</wicket:extend>
</body>
</html>