summaryrefslogtreecommitdiffstats
path: root/src/com/gitblit/wicket/pages/SummaryPage.html
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2011-04-07 17:59:56 -0400
committerJames Moger <james.moger@gitblit.com>2011-04-07 17:59:56 -0400
commit1e47ab18a003df93e749211271554981e3af7689 (patch)
tree21dadcf49d4675fe5f08a34444162d57fd92eeed /src/com/gitblit/wicket/pages/SummaryPage.html
parentcebf455f3fd54b72e530942f308097ec54b408cd (diff)
downloadgitblit-1e47ab18a003df93e749211271554981e3af7689.tar.gz
gitblit-1e47ab18a003df93e749211271554981e3af7689.zip
Localized all strings for translation. Removed old resources.
Diffstat (limited to 'src/com/gitblit/wicket/pages/SummaryPage.html')
-rw-r--r--src/com/gitblit/wicket/pages/SummaryPage.html16
1 files changed, 10 insertions, 6 deletions
diff --git a/src/com/gitblit/wicket/pages/SummaryPage.html b/src/com/gitblit/wicket/pages/SummaryPage.html
index ccfb6ae4..cba149e5 100644
--- a/src/com/gitblit/wicket/pages/SummaryPage.html
+++ b/src/com/gitblit/wicket/pages/SummaryPage.html
@@ -1,5 +1,9 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<html xmlns="http://www.w3.org/1999/xhtml" >
+<!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>
@@ -15,10 +19,10 @@
<!-- Repository info -->
<div style="margin-right:410px;">
<table class="plain">
- <tr><th>description</th><td><span wicket:id="repositoryDescription">[repository description]</span></td></tr>
- <tr><th>owner</th><td><span wicket:id="repositoryOwner">[repository owner]</span></td></tr>
- <tr><th>last change</th><td><span wicket:id="repositoryLastChange">[repository last change]</span></td></tr>
- <tr><th>URL</th><td><span wicket:id="repositoryCloneUrl">[repository clone url]</span></td></tr>
+ <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.owner">owner</wicket:message></th><td><span wicket:id="repositoryOwner">[repository owner]</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.url">URL</wicket:message></th><td><span wicket:id="repositoryCloneUrl">[repository clone url]</span></td></tr>
</table>
</div>
</div>