diff options
author | James Moger <james.moger@gitblit.com> | 2013-03-27 12:46:05 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-03-27 17:22:08 -0400 |
commit | f6b200be4c8b90c26886c6cdd5809abac8c4ac15 (patch) | |
tree | a948dbcf6f24bf884ad95a8d6830b4ec4e1706cf /src/com/gitblit/wicket/pages/SummaryPage.html | |
parent | b79ade104858ce6714a7329b7629b331564a2ea5 (diff) | |
download | gitblit-f6b200be4c8b90c26886c6cdd5809abac8c4ac15.tar.gz gitblit-f6b200be4c8b90c26886c6cdd5809abac8c4ac15.zip |
Reorganized to Apache Standard Directory Layout & integrated Moxie
This is a massive commit which reorganizes the entire project structure
(although it is still monolithic), removes the Build classes, and
switches to Moxie, a smarter Ant build tookit based on the original
Gitblit Build classes.
The Ant build script will likely require additional fine-tuning, but
this is big step forward.
Diffstat (limited to 'src/com/gitblit/wicket/pages/SummaryPage.html')
-rw-r--r-- | src/com/gitblit/wicket/pages/SummaryPage.html | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/src/com/gitblit/wicket/pages/SummaryPage.html b/src/com/gitblit/wicket/pages/SummaryPage.html deleted file mode 100644 index 3e85df99..00000000 --- a/src/com/gitblit/wicket/pages/SummaryPage.html +++ /dev/null @@ -1,54 +0,0 @@ -<!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 style="clear:both;">
- <!-- Repository Activity Chart -->
- <div class="hidden-phone" style="float:right;">
- <img class="activityGraph" wicket:id="commitsChart" />
- </div>
-
- <!-- Repository info -->
- <div class="hidden-phone" style="padding-bottom: 10px;">
- <table class="plain">
- <tr><th><wicket:message key="gb.description">[description]</wicket:message></th><td><span wicket:id="repositoryDescription">[repository description]</span></td></tr>
- <tr><th><wicket:message key="gb.owners">[owner]</wicket:message></th><td><span wicket:id="repositoryOwners"><span wicket:id="owner"></span><span wicket:id="comma"></span></span></td></tr>
- <tr><th><wicket:message key="gb.lastChange">[last change]</wicket:message></th><td><span wicket:id="repositoryLastChange">[repository last change]</span></td></tr>
- <tr><th><wicket:message key="gb.stats">[stats]</wicket:message></th><td><span wicket:id="branchStats">[branch stats]</span> <span class="link"><a wicket:id="metrics"><wicket:message key="gb.metrics">[metrics]</wicket:message></a></span></td></tr>
- <tr><th style="vertical-align:top;"><wicket:message key="gb.repositoryUrl">[URL]</wicket:message> <img style="vertical-align: top;padding-left:3px;" wicket:id="accessRestrictionIcon" /></th><td><span wicket:id="repositoryCloneUrl">[repository clone url]</span><div wicket:id="otherUrls"></div></td></tr>
- </table>
- </div>
- </div>
-
- <!-- commits -->
- <div style="padding-bottom:15px;" wicket:id="commitsPanel">[commits panel]</div>
-
- <!-- tags -->
- <div style="padding-bottom:15px;" wicket:id="tagsPanel">[tags panel]</div>
-
- <!-- branches -->
- <div style="padding-bottom:15px;" wicket:id="branchesPanel">[branches panel]</div>
-
- <!-- markdown readme -->
- <div wicket:id="readme"></div>
-
- <wicket:fragment wicket:id="markdownPanel">
- <div class="header" style="margin-top:0px;" >
- <i style="vertical-align: middle;" class="icon-book"></i>
- <span style="font-weight:bold;vertical-align:middle;" wicket:id="readmeFile"></span>
- </div>
- <div style="border:1px solid #ddd;border-radius: 0 0 3px 3px;padding: 20px;">
- <div wicket:id="readmeContent" class="markdown"></div>
- </div>
- </wicket:fragment>
-
- <wicket:fragment wicket:id="ownersFragment">
-
- </wicket:fragment>
-</wicket:extend>
-</body>
-</html>
\ No newline at end of file |