Page MenuHomeMusing Studio

No OneTemporary

diff --git a/templates/user/export.tmpl b/templates/user/export.tmpl
index 015722c..ededc20 100644
--- a/templates/user/export.tmpl
+++ b/templates/user/export.tmpl
@@ -1,28 +1,51 @@
{{define "export"}}
{{template "header" .}}
<div class="snug content-container">
<h2 id="posts-header">Export</h2>
<p>Your data on {{.SiteName}} is always free. Download and back-up your work any time.</p>
<table class="classy export">
<tr>
<th style="width: 40%">Export</th>
<th colspan="2">Format</th>
</tr>
<tr>
<th>Posts</th>
<td><p class="text-cta"><a href="/me/posts/export.csv">CSV</a></p></td>
<td><p class="text-cta"><a href="/me/posts/export.zip">TXT</a></p></td>
</tr>
<tr>
<th>User + Blogs + Posts</th>
<td><p class="text-cta"><a href="/me/export.json">JSON</a></p></td>
<td><p class="text-cta"><a href="/me/export.json?pretty=1">Prettified</a></p></td>
</tr>
</table>
</div>
+<div class="snug content-container">
+ <h2 id="posts-header">Import</h2>
+ <p>You may import your data from another instance at any time here.</p>
+
+ <table class="classy export">
+ <tr>
+ <th style="width: 40%">Export</th>
+ <th colspan="2">Format</th>
+ </tr>
+ <tr>
+ <th>Posts</th>
+ <td><p class="text-cta"><a href="">CSV</a></p></td>
+ <td><p class="text-cta"><a href="">TXT</a></p></td>
+ </tr>
+ <tr>
+ <th>User + Blogs + Posts</th>
+ <td><p class="text-cta"><a href="">JSON</a></p></td>
+ <td><p class="text-cta"><a href="">Prettified</a></p></td>
+ </tr>
+ </table>
+
+</div>
+
{{template "footer" .}}
{{end}}

File Metadata

Mime Type
text/x-diff
Expires
Fri, May 16, 3:58 AM (1 d, 8 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3239968

Event Timeline