1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-06-01 07:48:12 +03:00
gamebookformat/templates/html/section.html
Pelle Nilsson ac0b806c73 Can pick up items in HTML version. First stubs for HTML Javascript.
Ugly hack warning. Too tired to design.
2013-06-07 21:41:52 +02:00

10 lines
235 B
HTML

<div class="section" id="section%(nr)d">
<span class="sectionnumber" id="para%(nr)d">%(nr)d</span>
<br>
%(text)s
</div>
<script>
if (this.gamebook) {
gamebook.addSection(%(nr)d, document.getElementById('section%(nr)d'));
}
</script>