File: /home/circuix/adrRc/wp-content/plugins/cryout-serious-slider/inc/right-column.php
<?php
// Exit if accessed directly
if ( !defined( 'ABSPATH' ) ) exit;
?>
<div id="floater-right">
<div class="col-wrap">
<div class="form-wrap">
<h3 class="hndle"> </h3>
<div class="inside">
<a id="cryout-manage-slides" class="button" href="edit.php?post_type=<?php echo $this->posttype . '&'. $this->taxonomy . '=' . $term_slug ?>"> <?php _e('« Manage Slides »', 'cryout-serious-slider') ?></a>
<h3><?php _e('Shortcode', 'cryout-serious-slider') ?></h3>
<p><?php _e('Use the shortcode to include the slider in posts, pages or widgets', 'cryout-serious-slider') ?></p>
<input type="text" readonly="readonly" value="[serious-slider id=<?php echo $term_ID ?>]"><br>
<br><hr>
<h3><?php _e('Template', 'cryout-serious-slider') ?></h3>
<p><?php _e('Use the PHP code to include the slider directly in files', 'cryout-serious-slider') ?></p>
<textarea readonly="readonly" rows="3"><?php printf( "<?php\n echo do_shortcode( '[serious-slider id=%s]' );\n ?>", $term_ID ) ?></textarea>
</div>
</div>
</div>
</div>