Importing SVN archives - Trunk
This commit is contained in:
parent
fc4c6bd340
commit
ff53af6668
507 changed files with 8866 additions and 2450 deletions
legacyworlds-web/legacyworlds-web-admin/WebContent/WEB-INF/fm
|
@ -0,0 +1,22 @@
|
|||
<@page title="Technologies">
|
||||
<h1>Technologies</h1>
|
||||
<#if data.categories?size == 0>
|
||||
<p>No technologies have been defined.</p>
|
||||
<#else>
|
||||
<#list data.categories as category>
|
||||
<ul><li><span style="font-size: larger">Category ${category.name?xhtml}</span>
|
||||
(<a href="tech-category-${category.name?url}">edit</a>)
|
||||
<#if category.techs?size == 0>
|
||||
<ul><li>No technologies in this category.</li></ul>
|
||||
<#else>
|
||||
<ul>
|
||||
<#list category.techs as tech>
|
||||
<li>${tech?xhtml}</li>
|
||||
</#list>
|
||||
</ul>
|
||||
</#if>
|
||||
</li></ul>
|
||||
<p> </p>
|
||||
</#list>
|
||||
</#if>
|
||||
</@page>
|
|
@ -1,2 +1,2 @@
|
|||
<#macro version>Milestone 1</#macro>
|
||||
<#macro full_version>Beta 6 milestone 1 (5.99.1)</#macro>
|
||||
<#macro version>Milestone 2</#macro>
|
||||
<#macro full_version>Beta 6 milestone 2 (5.99.2)</#macro>
|
Reference in a new issue