Fixed-width 980px and centered. Dropped About.
2 files deleted
7 files modified
| | |
| | | }
|
| | |
|
| | | body {
|
| | | width: 980px;
|
| | | margin: 5px;
|
| | | background-color: #ffffff;
|
| | | color: #000000;
|
| | | margin-right: auto;
|
| | | margin-left: auto;
|
| | | margin-top: none;
|
| | | padding: 0px;
|
| | | }
|
| | |
|
| | | pre.prettyprint, pre.plainprint {
|
| | |
| | | size = walk.getObjectReader().getObjectSize(walk.getObjectId(0), Constants.OBJ_BLOB);
|
| | | }
|
| | | } catch (Throwable t) {
|
| | | LOGGER.error("Failed to retrieve blobl size", t);
|
| | | LOGGER.error("Failed to retrieve blob size", t);
|
| | | }
|
| | | return new PathModel(name, walk.getPathString(), size, walk.getFileMode(0).getBits(), commit.getName());
|
| | | }
|
| | |
| | | import com.gitblit.StoredSettings;
|
| | | import com.gitblit.utils.JGitUtils;
|
| | | import com.gitblit.wicket.models.RepositoryModel;
|
| | | import com.gitblit.wicket.pages.AboutPage;
|
| | | import com.gitblit.wicket.pages.BlobPage;
|
| | | import com.gitblit.wicket.pages.CommitPage;
|
| | | import com.gitblit.wicket.pages.HeadsPage;
|
| | |
| | | getRequestCycleSettings().setGatherExtendedBrowserInfo(true);
|
| | |
|
| | | // setup the url paths
|
| | | mount(new MixedParamUrlCodingStrategy("/about", AboutPage.class, new String[] { }));
|
| | | mount(new MixedParamUrlCodingStrategy("/summary", SummaryPage.class, new String[] { "p" }));
|
| | | mount(new MixedParamUrlCodingStrategy("/shortlog", ShortLogPage.class, new String[] { "p", "h" }));
|
| | | mount(new MixedParamUrlCodingStrategy("/tags", TagsPage.class, new String[] { "p" }));
|
| | |
| | |
|
| | | <!-- shortlog -->
|
| | | <div style="margin-top:5px;" class="header" wicket:id="summary"></div>
|
| | | <table class="pretty">
|
| | | <table style="width:100%" "class="pretty">
|
| | | <tbody>
|
| | | <tr wicket:id="commit">
|
| | | <td class="date"><span wicket:id="commitDate"></span></td>
|
| | |
| | |
|
| | | <div>
|
| | | <!-- Repository Activity Chart -->
|
| | | <div style="width:50%;float:right;">
|
| | | <div style="width:400px;float:right;">
|
| | | <img class="activityGraph" wicket:id="commitsChart" />
|
| | | </div>
|
| | |
|
| | | <!-- Repository info -->
|
| | | <div style="width:50%;"> |
| | | <div style="margin-right:410px;"> |
| | | <table class="plain">
|
| | | <tr><th>description</th><td><span wicket:id="repositoryDescription">Message goes here</span></td></tr>
|
| | | <tr><th>owner</th><td><span wicket:id="repositoryOwner">Message goes here</span></td></tr>
|
| | |
| | | <div class="pager" wicket:id="shortlogMore"></div>
|
| | |
|
| | | <!-- Open Heads Body -->
|
| | | <div style="width:34%;float:right;">
|
| | | <div style="width:300px;float:right;">
|
| | | <!-- heads -->
|
| | | <div class="header" wicket:id="heads"></div>
|
| | | <table style="width:100%" class="pretty">
|
| | |
| | | </div>
|
| | |
|
| | | <!-- Open Tags body -->
|
| | | <div style="width:65%">
|
| | | <div style="margin-right:305px;">
|
| | | <!-- tags -->
|
| | | <div class="header" wicket:id="tags"></div>
|
| | | <table style="width:100%" class="pretty">
|
| | |
| | | <div wicket:id="breadcrumbs"></div>
|
| | |
|
| | | <!-- changed paths -->
|
| | | <table class="pretty">
|
| | | <table style="width:100%" class="pretty">
|
| | | <tr wicket:id="changedPath">
|
| | | <td><span wicket:id="pathName"></span></td>
|
| | | <td class="size"><span wicket:id="pathSize"></span></td>
|
| | |
| | | <wicket:panel>
|
| | | <div class="page_footer">
|
| | | <div style="float:right">
|
| | | <span wicket:id="gbVersion"></span> | |
| | | <a title="about git:blit" href="about">About Git:Blit</a>
|
| | | <a href="http://gitblit.com"><span wicket:id="gbVersion"></span></a> |
| | | </div>
|
| | | <div wicket:id="footerText"></div>
|
| | | </div>
|