| 12345678910111213141516171819202122232425262728 | 
							- <div class="config-pane">
 
-   <div class="config">
 
-     <p>
 
-       Here you can import your Pinboard bookmarks. Export your
 
-       Pinboard data as JSON and then upload it below.
 
-     </p>
 
-     <p>
 
-       Note that tags in Lament Configuration do not work the same way
 
-       as tags in Pinboard. In particular, Lament Configuration understands
 
-       the forward slash (<code>/</code>) as a marker of hierarchical
 
-       tags: tagging a link with <code>#food/bread</code> will automatically tag it with
 
-       <code>#food</code> as well.
 
-     </p>
 
-   </div>
 
- </div>
 
- <div class="config-pane">
 
-   <div class="config">
 
-     <form name="import" method="POST" enctype="multipart/form-data">
 
-       <div>
 
-         <label for="file">JSON file:</label>
 
-         <input name="file" type="file" />
 
-       </div>
 
-       <div>
 
-         <input type="submit" value="Upload Bookmarks" />
 
-       </div>
 
-     </form>
 
-   </div>
 
- </div>
 
 
  |