added CSS variables and exporting pages

This commit is contained in:
Yusur 2022-11-30 18:07:59 +01:00
parent eef7f001d5
commit 9e8e6e0eec
8 changed files with 167 additions and 55 deletions

View file

@ -10,9 +10,13 @@
<p>In order to add page to export list, please enter exact title, /url, #tag or +id. Entering a tag will add all pages with that tag to list. Each page or tag is separated by a newline.</p>
<form method="POST">
<input type="hidden" name="csrf_token" value="{{ csrf_token() }}" />
<div>
<textarea style="height:20em;width:100%" name="export-list" placeholder="Title, /url, #tag, or +id, newline-separated"></textarea>
</div>
<div>
<input type="checkbox" name="history" value="1"><label>Include history (file can be very large!)</label>
</div>
<div>
<input type="submit" value="Download">
</div>