Create attractive VASL scenarios, with loads of useful information embedded to assist with game play. https://vasl-templates.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
vasl-templates/vasl_templates/webapp/templates/program-info-content.html

65 lines
3.0 KiB

{%if BUILD_TIMESTAMP%}
<table>
<tr> <td class="key"> Build date:
<td class="val"> {{BUILD_TIMESTAMP}}
{%if BUILD_GIT_INFO%} <span class="info"> ({{BUILD_GIT_INFO}}) </span> {%endif%}
</table>
{%endif%}
{%if DOCKER_CONTAINER_ID%}
<table>
<tr> <td class="key"> Docker container:
<td class="val"> {{DOCKER_CONTAINER_NAME}} <span class="info"> ({{DOCKER_CONTAINER_ID}}) </span>
<tr> <td class="key"> Docker image:
<td class="val"> {{DOCKER_IMAGE_NAME}} <span class="info">
(built {{DOCKER_IMAGE_TIMESTAMP}})
{%if BUILD_GIT_INFO%} ({{BUILD_GIT_INFO}}) {%endif%}
</span>
</table>
{%endif%}
<table>
<tr> <td class="key"> VASSAL:
<td class="val"> {%if VASSAL_VERSION%} {{VASSAL_VERSION}} {%else%} <span class="na"> n/a </span> {%endif%}
{%if VASSAL_DIR%} <span class="extra path"> {{VASSAL_DIR}} </span> {%endif%}
<tr> <td class="key"> VASL:
<td class="val"> {%if VASL_REAL_VERSION%} {{VASL_REAL_VERSION}} {%else%} <span class="na"> n/a </span> {%endif%}
{%if VASL_MOD%} <span class="extra path"> {{VASL_MOD}} </span> {%endif%}
<tr> <td class="key"> VASL extensions:
<td class="val"> <span class="path"> {%if VASL_EXTNS_DIR%} {{VASL_EXTNS_DIR}} {%else%} - {%endif%} </span>
<tr> <td class="key"> VASL boards:
<td class="val"> <span class="path"> {%if BOARDS_DIR%} {{BOARDS_DIR}} {%else%} - {%endif%} </span>
</table>
<table>
<tr> <td class="key"> Java:
<td class="val"> <span class="path"> {%if JAVA_PATH%}
{{JAVA_PATH}}
{%if JAVA_VERSION%} <span class="info"> ({{JAVA_VERSION}}) </span> {%endif%}
{%else%}
-
{%endif%} </span>
<tr> <td class="key"> Web driver:
<td class="val"> <span class="path"> {%if WEBDRIVER_PATH%} {{WEBDRIVER_PATH}} {%else%} - {%endif%} </span>
</table>
<table>
<tr> <td class="key"> Chapter H:
<td class="val"> <span class="path"> {%if CHAPTER_H_NOTES_DIR%} {{CHAPTER_H_NOTES_DIR}} {%else%} - {%endif%} </span>
<tr> <td class="key"> User files:
<td class="val"> <span class="path"> {%if USER_FILES_DIR%} {{USER_FILES_DIR}} {%else%} - {%endif%} </span>
</table>
<table class="downloads">
<tr> <td class="key" colspan="2"> Scenario downloads:
<tr> <td class="key"> <ul> <li> ASL Scenario Archive: </ul>
<td class="val"> {%if LAST_ASA_SCENARIO_INDEX_DOWNLOAD_TIME%}
{{LAST_ASA_SCENARIO_INDEX_DOWNLOAD_TIME}}
{%if LAST_ASA_SCENARIO_INDEX_GENERATED_AT%} <span class="info"> (generated {{LAST_ASA_SCENARIO_INDEX_GENERATED_AT}}) </span> {%endif%}
{%else%} - {%endif%}
<tr> <td class="key"> <ul> <li> ROAR: </ul>
<td class="val"> {%if LAST_ROAR_SCENARIO_INDEX_DOWNLOAD_TIME%}
{{LAST_ROAR_SCENARIO_INDEX_DOWNLOAD_TIME}}
{%if LAST_ROAR_SCENARIO_INDEX_GENERATED_AT%} <span class="info"> (generated {{LAST_ROAR_SCENARIO_INDEX_GENERATED_AT}}) </span> {%endif%}
{%else%} - {%endif%}
</table>