template updates for internationalization, including updated all.properties

This commit is contained in:
tworrall 2013-05-20 15:36:37 -04:00
parent dbcc75dc20
commit 639f0450ac
86 changed files with 917 additions and 448 deletions

View file

@ -10,7 +10,7 @@
<#assign sparqlResults = .globals[variableName]/>
</#if>
<h3>Sparql Query Results</h3>
<h3>${i18n().sparql_query_results}</h3>
<#if resultsExist>
<#assign numberRows = sparqlResults?size/>
<#assign firstRow = false/>
@ -31,7 +31,7 @@
</div>
</#list>
<#else>
No results were returned.
${i18n().no_results_returned}
</#if>
${stylesheets.add('<link rel="stylesheet" href="${urls.base}/css/menupage/sparqlresults.css" />')}