Research page - Unlocked buildings

* The research page now includes a list of buildings unlocked by each
technology when that technology is not in the "unknown" state.
This commit is contained in:
Emmanuel BENOîT 2012-04-09 13:08:08 +02:00
parent 96c296e9d5
commit ab04752169
7 changed files with 149 additions and 7 deletions
legacyworlds-web-main/Content/Raw/WEB-INF/fm
en/types
fr/types

View file

@ -236,6 +236,15 @@
</ul>
</div>
</#if>
<#if tech.buildings?has_content>
<div class="tech-info"><strong>Unlocks buildings:</strong>
<ul>
<#list tech.buildings as building>
<li>${building}</li>
</#list>
</ul>
</div>
</#if>
</div>
</#list>
</div>

View file

@ -236,6 +236,15 @@
</ul>
</div>
</#if>
<#if tech.buildings?has_content>
<div class="tech-info"><strong>Nouveaux bâtiments:</strong>
<ul>
<#list tech.buildings as building>
<li>${building}</li>
</#list>
</ul>
</div>
</#if>
</div>
</#list>
</div>