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/tabs.html

22 lines
899 B

<div id="tabs">
<img src="{{url_for('static',filename='images/scenario.png')}}" style="display:none;">
<img src="{{url_for('static',filename='images/flags/german.png')}}" style="display:none;">
<img src="{{url_for('static',filename='images/flags/russian.png')}}" style="display:none;">
<img src="{{url_for('static',filename='images/extras.png')}}" style="display:none;">
<ul>
<li> <a href="#tabs-scenario"><img src="{{url_for('static',filename='images/scenario.png')}}">Scenario</a>
<li> <a href="#tabs-ob1"></a>
<li> <a href="#tabs-ob2"></a>
<li> <a href="#tabs-extras"></a>
<li style="display:none;"> <a href="#tabs-help"><img src="{{url_for('static',filename='images/menu/help.png')}}">Help</a>
</ul>
{%include "tabs-scenario.html"%}
{%include "tabs-ob1.html"%}
{%include "tabs-ob2.html"%}
{%include "tabs-extras.html"%}
{%include "tabs-help.html"%}
</div> <!-- #tabs -->