| Current Path : /home/cbequiperp/www/plugins/system/ztshortcodes/core/html/admin/common/ |
| Current File : /home/cbequiperp/www/plugins/system/ztshortcodes/core/html/admin/common/short-code-preview.php |
<?php
/**
* ZT Shortcodes
* A powerful Joomla plugin to help effortlessly customize your own content and style without HTML code knowledge
*
* @version 1.0.0
* @author ZooTemplate
* @email support@zootemplate.com
* @link http://www.zootemplate.com
* @copyright Copyright (c) 2015 ZooTemplate
* @license GPL v2
*/
?>
<div id="zt-shortcode-preview">
<div class="form-group clearfix">
<label for="zt-sc-value">Shortcode Content</label>
<textarea placeholder="Shortcode Content" rows="3" cols="80"
id="zt-sc-bbcode"></textarea>
</div>
<div class="form-group clearfix" id="zt-sc-preview-content" style="display: none;">
<label for="zt-sc-render">Shortcode Preview</label>
<div id="zt-sc-render" class="shortcode-render"></div>
</div>
</div>