Let's make (git) history!

Este commit está contenido en:
2018-11-03 17:12:20 +01:00
commit 3bfebfe8a8
Se han modificado 212 ficheros con 11970 adiciones y 0 borrados

Ver fichero

@@ -0,0 +1,14 @@
{wikiqs:include:page_header}
<main id="content">
<form action="{wikiqs:var:actionurl}" method="POST">
<button type="submit" name="do" value="submit">Submit</button>
<button type="submit" name="do" value="preview">Preview</button>
<textarea name="content" style="width: 100%;" rows=70>{wikiqs:var:content}</textarea>
<br><b>Comment:</b><br>
<input type="text" name="comment" size=50><br>
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"></input>
<button type="submit" name="do" value="submit">Submit</button>
<button type="submit" name="do" value="preview">Preview</button>
</form>
</main>
{wikiqs:include:general_footer}