mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-24 17:36:14 -04:00
Basics of import/export dialogue, requires hiding etc.
This commit is contained in:
parent
0294c32c2a
commit
a6faf73cbb
2 changed files with 96 additions and 0 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue