summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/StandardPage.html
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-09-29 23:34:04 -0400
committerJames Moger <james.moger@gitblit.com>2011-09-29 23:34:04 -0400
commita7571bc1d831a83643d4fc5257a510a1bb53316b (patch)
tree75d5517cff9e71a86567b16b2001a0ddfe0f13a0 /src/com/gitblit/wicket/pages/StandardPage.html
parent1f59156d03229aac15623e82dd6a85aaaa104919 (diff)
downloadgitblit-a7571bc1d831a83643d4fc5257a510a1bb53316b.tar.gz
gitblit-a7571bc1d831a83643d4fc5257a510a1bb53316b.zip
Split RepositoriesPage into 3 pages. Inline page header authentication.
Diffstat (limited to 'src/com/gitblit/wicket/pages/StandardPage.html')
-rw-r--r--src/com/gitblit/wicket/pages/StandardPage.html32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/com/gitblit/wicket/pages/StandardPage.html b/src/com/gitblit/wicket/pages/StandardPage.html
new file mode 100644
index 00000000..cb6dcd5c
--- /dev/null
+++ b/src/com/gitblit/wicket/pages/StandardPage.html
@@ -0,0 +1,32 @@
+<!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>
+ <!-- topbar header -->
+ <div class="topbar">
+ <div class="fill">
+ <div class="container">
+ <a class="brand" title="gitblit homepage" href="http://gitblit.com/">
+ <img src="gitblt_25.png" width="79" height="25" alt="gitblit" class="logo"/>
+ </a>
+ </div>
+ </div>
+ </div>
+
+ <!-- feedback panel -->
+ <div style="text-align:center;padding-top:5px;" wicket:id="feedback">[Feedback Panel]</div>
+
+ <!-- page header -->
+ <div class="page-header">
+ <h2><span wicket:id="pageName">[page name]</span> <small><span wicket:id="pageSubName">[sub name]</span></small></h2>
+ </div>
+
+ <!-- Subclass Content -->
+ <wicket:child/>
+</wicket:extend>
+</body>
+</html> \ No newline at end of file