| 1 |
<div class="vp-field vp-textarea" data-vp-type="vp-textarea"> |
| 2 |
<div class="label"> |
| 3 |
<label> |
| 4 |
<?php _e('Import', 'wp-ultimate-recipe') ?> |
| 5 |
</label> |
| 6 |
<div class="description"> |
| 7 |
<p><?php _e('Import Options', 'wp-ultimate-recipe') ?></p> |
| 8 |
</div> |
| 9 |
</div> |
| 10 |
<div class="field"> |
| 11 |
<div class="input"> |
| 12 |
<textarea id="vp-js-import_text"></textarea> |
| 13 |
<div class="buttons"> |
| 14 |
<input id="vp-js-import" class="vp-button button" type="button" value="<?php _e('Import', 'wp-ultimate-recipe') ?>" /> |
| 15 |
<span style="margin-left: 10px;"> |
| 16 |
<span id="vp-js-import-loader" class="vp-field-loader" style="display: none;"><img src="<?php VP_Util_Res::img_out('ajax-loader.gif', ''); ?>" style="vertical-align: middle;"></span> |
| 17 |
<span id="vp-js-import-status" style="display: none;"></span> |
| 18 |
</span> |
| 19 |
</div> |
| 20 |
</div> |
| 21 |
</div> |
| 22 |
</div> |
| 23 |
|
| 24 |
<div class="vp-field vp-textarea" data-vp-type="vp-textarea"> |
| 25 |
<div class="label"> |
| 26 |
<label> |
| 27 |
<?php _e('Export', 'wp-ultimate-recipe') ?> |
| 28 |
</label> |
| 29 |
<div class="description"> |
| 30 |
<p><?php _e('Export Options', 'wp-ultimate-recipe') ?></p> |
| 31 |
</div> |
| 32 |
</div> |
| 33 |
<div class="field"> |
| 34 |
<div class="input"> |
| 35 |
<textarea id="vp-js-export_text" onclick="this.focus();this.select()" readonly="readonly"></textarea> |
| 36 |
<div class="buttons"> |
| 37 |
<input id="vp-js-export" class="vp-button button" type="button" value="<?php _e('Export', 'wp-ultimate-recipe') ?>" /> |
| 38 |
<span style="margin-left: 10px;"> |
| 39 |
<span id="vp-js-export-loader" class="vp-field-loader" style="display: none;"><img src="<?php VP_Util_Res::img_out('ajax-loader.gif', ''); ?>" style="vertical-align: middle;"></span> |
| 40 |
<span id="vp-js-export-status" style="display: none;"></span> |
| 41 |
</span> |
| 42 |
</div> |
| 43 |
</div> |
| 44 |
</div> |
| 45 |
</div> |