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
+
<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"
</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>