2014-08-09 20:06:31 +04:00
|
|
|
<div class="wrapper settings-debug">
|
2014-05-15 00:47:05 +04:00
|
|
|
<aside class="settings-sidebar" role="complementary">
|
|
|
|
<header>
|
|
|
|
<h1 class="title">Ugly Debug Tools</h1>
|
|
|
|
</header>
|
|
|
|
</aside>
|
|
|
|
|
|
|
|
<section class="settings-content active">
|
|
|
|
<section class="content">
|
|
|
|
<form id="settings-export">
|
|
|
|
<fieldset>
|
|
|
|
<div class="form-group">
|
|
|
|
<label>Export</label>
|
2014-07-25 19:14:48 +04:00
|
|
|
<a class="button-save" {{action "exportData"}}>Export</a>
|
2014-05-15 00:47:05 +04:00
|
|
|
<p>Export the blog settings and data.</p>
|
|
|
|
</div>
|
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
{{#gh-form id="settings-import" enctype="multipart/form-data"}}
|
|
|
|
<fieldset>
|
|
|
|
<div class="form-group">
|
|
|
|
<label>Import</label>
|
2014-07-29 01:41:45 +04:00
|
|
|
{{partial "import-errors"}}
|
2014-06-23 18:24:37 +04:00
|
|
|
{{gh-file-upload id="importfile" uploadButtonText=uploadButtonText}}
|
2014-05-15 00:47:05 +04:00
|
|
|
<p>Import from another Ghost installation. If you import a user, this will replace the current user & log you out.</p>
|
|
|
|
</div>
|
|
|
|
</fieldset>
|
|
|
|
{{/gh-form}}
|
|
|
|
<form id="settings-resetdb">
|
|
|
|
<fieldset>
|
|
|
|
<div class="form-group">
|
|
|
|
<label>Delete all Content</label>
|
|
|
|
<a href="javascript:void(0);" class="button-delete js-delete" {{action "openModal" "deleteAll"}}>Delete</a>
|
|
|
|
<p>Delete all posts and tags from the database.</p>
|
|
|
|
</div>
|
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
<form id="settings-testmail">
|
|
|
|
<fieldset>
|
|
|
|
<div class="form-group">
|
|
|
|
<label>Send a test email</label>
|
|
|
|
<button type="submit" id="sendtestmail" class="button-save" {{action "sendTestEmail"}}>Send</button>
|
|
|
|
<p>Sends a test email to your address.</p>
|
|
|
|
</div>
|
|
|
|
</fieldset>
|
|
|
|
</form>
|
|
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</div>
|