start of convertsion

This commit is contained in:
2021-03-09 22:30:28 +01:00
parent 9d19abdd48
commit 8654e795fe
8 changed files with 907 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<p class='normal'>
<input type='submit' value='Log anzeigen/verbergen' onClick='showHidePlayerLog();' />
</p>
<form id='PlayerLog' style='display: none;'>
<p id='normal'>
{%for l in player.log%}
{{l}}
{%endfor%}
</p>
</form>
<!--
vim:ft=html :
-->