mirror of
https://github.com/OMGeeky/andors-trail.git
synced 2026-01-01 09:20:00 +01:00
17 lines
593 B
HTML
17 lines
593 B
HTML
<h3>Export</h3>
|
|
<fieldset>
|
|
Export
|
|
<select ng-model="selectedSection" ng-options="s.name for s in sections">
|
|
</select>
|
|
|
|
<button ng-click="exportData()" class="btn btn-primary"><i class="icon-download"></i> Export</button>
|
|
|
|
<p> </p>
|
|
|
|
<div ng-ds-fade="content">
|
|
<textarea id="importExportTextArea" rows="9" cols="80" ng-model="content"></textarea>
|
|
<br /><br />
|
|
<p>Exported data should be placed in the files named <a target="_blank" href="http://code.google.com/p/andors-trail/source/browse/#git%2FAndorsTrail%2Fres%2Fraw">res/raw/*.json</a> in the source code.</p>
|
|
</div>
|
|
</div>
|