git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1428117 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2013-01-03 00:04:03 +00:00
parent 2d4c244727
commit 11f7a7d914
2 changed files with 12 additions and 6 deletions

View File

@ -663,6 +663,12 @@ archiva-runtime-configuration.title=Archiva Runtime Configuration
runtime-configuration.cache.failure.title=Url Cache Failure
runtime-configuration.maven.network.title=Maven Network
#welcome
welcome.title=Welcome to Apache Archiva
welcome.quick.search=Type in the name of a project, or artifact into the text box below. Use "Search" on the left for more options.
welcome.docref=Documentation reference
welcome.mainsite=Archiva Web site

View File

@ -73,8 +73,8 @@
<div class="page-header">
<h3>${$.i18n.prop('welcome.title')}</h3>
</div>
<div class="row">
<h5>Type in the name of a project, or artifact into the text box below. Use "Search" on the left for more options.</h5>
<div class="row well">
<h5>${$.i18n.prop('welcome.quick.search')}</h5>
<span class="span2"></span>
<div class="ui-widget">
<input type="text" class="ui-autocomplete-input search-query" id="quick-search-autocomplete-welcome"
@ -82,12 +82,12 @@
</div>
</div>
<br/>
<div class="row">
<!--div class="row">
<span class="span1"></span>
<span class="span3"><a href="http://archiva.apache.org/docs/${runtimeInfo.version}" target="_blank">Documentation reference</a></span>
<span class="span3"><a href="http://archiva.apache.org/docs/${runtimeInfo.version}" target="_blank">${$.i18n.prop('welcome.docref')}</a></span>
<span class="span1"></span>
<span class="span3"><a href="http://archiva.apache.org" target="_blank">Web site</a></span>
</div>
<span class="span3"><a href="http://archiva.apache.org" target="_blank">${$.i18n.prop('welcome.mainsite')}</a></span>
</div-->
</div>
</script>