Let's make (git) history!

This commit is contained in:
2018-11-03 17:12:20 +01:00
کامیت 076106ecb9
212فایلهای تغییر یافته به همراه11541 افزوده شده و 0 حذف شده

مشاهده پرونده

@ -0,0 +1,17 @@
{wikiqs:include:page_header}
<main id="content">
This is a preview of your changes:<br>
{wikiqs:var:preview_content}
<hr>
<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}