dashboard
repositories
filestore
activity
search
login
githubFork
/
gitblit
Gitblit devel
summary
reflog
commits
tree
docs
forks
compare
pages
blame
|
history
|
raw
Initial import of Git:Blit.
James Moger
2011-04-04
5fe7df81eb38dc66f2cfc4bf1973863a19f55cf2
[githubFork/gitblit.git]
/
src
/
com
/
gitblit
/
wicket
/
LinkPanel.html
1
2
3
4
5
6
<?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>
<a href="#" wicket:id="link"><span wicket:id="label">link</span></a>
</wicket:panel>
</html>