2017-11-09 14:06:35 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8"/>
|
|
|
|
|
<script type="text/javascript" src="vtm.js"></script>
|
2018-03-20 20:48:46 +01:00
|
|
|
<script type="text/javascript" src="vtm.dat.js"></script>
|
2018-03-28 13:59:29 +02:00
|
|
|
<script type="text/javascript">mod_vtm.entry_web();</script>
|
2017-11-09 14:06:35 +01:00
|
|
|
<link rel="stylesheet" type="text/css" href="vtm.css"/>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
2018-03-28 13:59:29 +02:00
|
|
|
<header>!translate:common.title</header>
|
|
|
|
|
<label for="radio_help"><a>!translate:common.help</a></label><input type="radio" name="tab" id="radio_help" checked="checked"/>
|
|
|
|
|
<label for="radio_game"><a>!translate:common.game</a></label><input type="radio" name="tab" id="radio_game"/>
|
2018-03-20 13:30:00 +01:00
|
|
|
<!--
|
2017-11-09 18:42:09 +01:00
|
|
|
<hr/>
|
2018-03-20 13:30:00 +01:00
|
|
|
-->
|
2018-03-28 13:59:29 +02:00
|
|
|
<div id="game">
|
|
|
|
|
<div class="section" id="section_left">
|
|
|
|
|
<label for="task_selection">!translate:controls.choose</label>
|
|
|
|
|
<select id="task_selection"></select>
|
|
|
|
|
<p id="task_text"></p>
|
2017-11-10 01:20:40 +01:00
|
|
|
<hr/>
|
2018-03-28 13:59:29 +02:00
|
|
|
<div id="task_status"></div>
|
|
|
|
|
<div id="buttons">
|
|
|
|
|
<button id="button_step">!translate:controls.step</button>
|
|
|
|
|
<button id="button_test">!translate:controls.run</button>
|
|
|
|
|
<button id="button_stop">!translate:controls.stop</button>
|
|
|
|
|
<button id="button_edit">!translate:controls.edit</button>
|
|
|
|
|
<button id="button_clear">!translate:controls.clear</button>
|
2017-11-09 14:06:35 +01:00
|
|
|
</div>
|
|
|
|
|
</div>
|
2018-03-28 13:59:29 +02:00
|
|
|
<div class="section" id="section_mid">
|
2017-11-10 01:20:40 +01:00
|
|
|
</div>
|
2018-03-28 13:59:29 +02:00
|
|
|
<div class="section" id="section_right">
|
2017-11-10 01:20:40 +01:00
|
|
|
</div>
|
2017-11-09 14:06:35 +01:00
|
|
|
</div>
|
2018-03-28 13:59:29 +02:00
|
|
|
<div id="help">
|
|
|
|
|
<p id="help_introduction"></p>
|
|
|
|
|
<section class="section">
|
|
|
|
|
<header id="help_controls_title">!translate:help.controls.title</header>
|
2017-11-09 14:06:35 +01:00
|
|
|
<ul>
|
2018-03-28 13:59:29 +02:00
|
|
|
<li id="help_controls_eintrag1">!translate:help.controls.eintrag1</li>
|
|
|
|
|
<li id="help_controls_eintrag2">!translate:help.controls.eintrag2</li>
|
2017-11-09 14:06:35 +01:00
|
|
|
</ul>
|
|
|
|
|
</section>
|
2018-03-28 13:59:29 +02:00
|
|
|
<section class="section">
|
|
|
|
|
<header id="help_token_title">!translate:model.token.terms.singular</header>
|
|
|
|
|
<p id="help_token_satz1">!translate:help.token.satz1</p>
|
|
|
|
|
<p id="help_token_satz2">!translate:help.token.satz2</p>
|
2017-11-09 14:06:35 +01:00
|
|
|
</section>
|
2018-03-28 13:59:29 +02:00
|
|
|
<section class="section" id="help_actuators">
|
|
|
|
|
<header id="help_actuators_title">!translate:model.actuators.terms.plural</header>
|
|
|
|
|
<p id="help_actuators_introduction">!translate:help.actuators.introduction</p>
|
2017-11-09 14:06:35 +01:00
|
|
|
<ul>
|
2018-03-28 13:59:29 +02:00
|
|
|
<li class="help_actuators_actuator" id="help_actuators_actuator_erzeuger">
|
|
|
|
|
<header class="help_actuators_actuator_name">!translate:model.actuators.kinds.erzeuger.name</header>
|
|
|
|
|
<div class="help_actuators_actuator_image"></div>
|
|
|
|
|
<div class="help_actuators_actuator_text">!translate:help.actuators.erzeuger</div>
|
2017-11-09 14:06:35 +01:00
|
|
|
</li>
|
2018-03-28 13:59:29 +02:00
|
|
|
<li class="help_actuators_actuator" id="help_actuators_actuator_annehmer">
|
|
|
|
|
<header class="help_actuators_actuator_name">!translate:model.actuators.kinds.annehmer.name</header>
|
|
|
|
|
<div class="help_actuators_actuator_image"></div>
|
|
|
|
|
<div class="help_actuators_actuator_text">!translate:help.actuators.annehmer</div>
|
2017-11-09 14:06:35 +01:00
|
|
|
</li>
|
2018-03-28 13:59:29 +02:00
|
|
|
<li class="help_actuators_actuator" id="help_actuators_actuator_verwerfer">
|
|
|
|
|
<header class="help_actuators_actuator_name">!translate:model.actuators.kinds.verwerfer.name</header>
|
|
|
|
|
<div class="help_actuators_actuator_image"></div>
|
|
|
|
|
<div class="help_actuators_actuator_text">!translate:help.actuators.verwerfer</div>
|
2017-11-09 14:06:35 +01:00
|
|
|
</li>
|
2018-03-28 13:59:29 +02:00
|
|
|
<li class="help_actuators_actuator" id="help_actuators_actuator_befoerderer">
|
|
|
|
|
<header class="help_actuators_actuator_name">!translate:model.actuators.kinds.befoerderer.name</header>
|
|
|
|
|
<div class="help_actuators_actuator_image"></div>
|
|
|
|
|
<div class="help_actuators_actuator_text">!translate:help.actuators.befoerderer</div>
|
2017-11-09 14:06:35 +01:00
|
|
|
</li>
|
2018-03-28 13:59:29 +02:00
|
|
|
<li class="help_actuators_actuator" id="help_actuators_actuator_schreiber">
|
|
|
|
|
<header class="help_actuators_actuator_name">!translate:model.actuators.kinds.schreiber.name</header>
|
|
|
|
|
<div class="help_actuators_actuator_image"></div>
|
|
|
|
|
<div class="help_actuators_actuator_text">!translate:help.actuators.schreiber</div>
|
2017-11-09 14:06:35 +01:00
|
|
|
</li>
|
2018-03-28 13:59:29 +02:00
|
|
|
<li class="help_actuators_actuator" id="help_actuators_actuator_leser">
|
|
|
|
|
<header class="help_actuators_actuator_name">!translate:model.actuators.kinds.leser.name</header>
|
|
|
|
|
<div class="help_actuators_actuator_image"></div>
|
|
|
|
|
<div class="help_actuators_actuator_text">!translate:help.actuators.leser</div>
|
2017-11-09 14:06:35 +01:00
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</section>
|
2018-03-28 13:59:29 +02:00
|
|
|
<section class="section">
|
|
|
|
|
<header id="help_tasks_title">!translate:model.tasks.terms.plural</header>
|
|
|
|
|
<p id="help_tasks_introduction">!translate:help.tasks.introduction</p>
|
2017-11-09 14:06:35 +01:00
|
|
|
<ul>
|
2018-03-28 13:59:29 +02:00
|
|
|
<li id="help_tasks_acceptor">
|
|
|
|
|
<header id="help_tasks_acceptor_name">!translate:model.tasks.kinds.acceptor.name</header>
|
|
|
|
|
<p id="help_tasks_acceptor_description">!translate:help.tasks.acceptor.description</p>
|
|
|
|
|
<p id="help_tasks_acceptor_example">!translate:help.tasks.acceptor.example</p>
|
2017-11-09 14:06:35 +01:00
|
|
|
</li>
|
2018-03-28 13:59:29 +02:00
|
|
|
<li id="help_tasks_transductor">
|
|
|
|
|
<header id="help_tasks_acceptor_name">!translate:model.tasks.kinds.transductor.name</header>
|
|
|
|
|
<p id="help_tasks_transductor_description">!translate:help.tasks.transductor.description</p>
|
|
|
|
|
<p id="help_tasks_transductor_example">!translate:help.tasks.transductor.example</p>
|
2017-11-09 14:06:35 +01:00
|
|
|
</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</section>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|