dashboard
repositories
filestore
activity
search
login
githubFork
/
gitblit
Gitblit devel
summary
reflog
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Let Wicket manage resources and use markup inheritance.
James Moger
2011-04-07
cebf455f3fd54b72e530942f308097ec54b408cd
[githubFork/gitblit.git]
/
src
/
com
/
gitblit
/
wicket
/
panels
/
AdminLinksPanel.html
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
<wicket:panel>
<!-- page nav links -->
<div class="page_nav">
<span wicket:id="newRepository"></span> | <span wicket:id="newUser"></span>
</div>
</wicket:panel>
</html>