Let's make (git) history!

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

15
template/default/page_settings Archivo normal
Ver fichero

@ -0,0 +1,15 @@
{wikiqs:include:general_header}
{wikiqs:include:page_header}
<div id="content" style="margin-top: 10px;">
<h2>Page settings: {wikiqs:var:page}</h2>
<form action="{wikiqs:var:settingsurl}" method="POST">
<h3>Categories:</h3>
<textarea cols=50 rows=20 name=categories>{wikiqs:var:categories}</textarea><br>
<h3>Rename:</h3>
<input type="text" name="renameto"></input><br>
<input type="checkbox" name="createredir" value="1" checked="checked">Redirect old page
<input type="hidden" name="csrf_token" value="{wikiqs:var:csrf_token}"/>
<button type="submit" name="do" value="submit">Submit</button>
</div>
{wikiqs:include:general_footer}