Basics of import/export dialogue, requires hiding etc.

This commit is contained in:
John McLear 2011-07-19 22:08:26 +01:00
parent 0294c32c2a
commit a6faf73cbb
2 changed files with 96 additions and 0 deletions

View file

@ -203,6 +203,26 @@ We removed this feature cause its not worth the space it needs in the editbar
</div>
<!-- import export code -->
<div id="importexport">
<div id="import">
Import from text file, HTML, Word, or RTF:<br/><br/>
<button name="choosefile">Choose file</button>
<div id="fileselected">No file Chosen</div><br/>
<button name="importit">Import now</button>
</div>
<div id="importexportline"></div>
<div id="export">
Export current pad as:
<div class="exporttype" id="exporthtml">HTML</div>
<div class="exporttype" id="exportplain">Plain text</div>
<div class="exporttype" id="exportword">Microsoft Word</div>
<div class="exporttype" id="exportpdf">PDF</div>
<div class="exporttype" id="exportopen">OpenDocument</div>
<div class="exporttype" id="exportwordle">Wordle</div>
</div>
</div>
<!-- the embed code -->
<div id="embed">
<div id="embedcode">