diff options
author | James Moger <james.moger@gitblit.com> | 2011-04-08 17:17:28 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2011-04-08 17:17:28 -0400 |
commit | 698678268f53067c239a11e928dfd16761a2f9f7 (patch) | |
tree | 53e69b8fee1e688aa351679dc418f9ac183c4895 /src/com/gitblit/wicket/pages/LogPage.html | |
parent | 1e47ab18a003df93e749211271554981e3af7689 (diff) | |
download | gitblit-698678268f53067c239a11e928dfd16761a2f9f7.tar.gz gitblit-698678268f53067c239a11e928dfd16761a2f9f7.zip |
created panels for logs, tags, and branches.
Diffstat (limited to 'src/com/gitblit/wicket/pages/LogPage.html')
-rw-r--r-- | src/com/gitblit/wicket/pages/LogPage.html | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/com/gitblit/wicket/pages/LogPage.html b/src/com/gitblit/wicket/pages/LogPage.html new file mode 100644 index 00000000..82abb1b1 --- /dev/null +++ b/src/com/gitblit/wicket/pages/LogPage.html @@ -0,0 +1,18 @@ +<!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>
+
+ <!-- page nav links -->
+ <div wicket:id="pageLinks">[page links]</div>
+
+ <!-- log -->
+ <div style="margin-top:5px;" wicket:id="logPanel">[log panel]</div>
+
+</wicket:extend>
+</body>
+</html>
\ No newline at end of file |