<div class="hide" id="dialog" title="Confirmation Required" >
            Are you sure you want to continue?
        </div>

    <!-- Placed at the end of the document so the pages load faster -->
    <?php 
Casset::js('jquery.zclip.min.js');
Casset::js('bootstrap.min.js');
Casset::js('sortable.js');
Casset::js('jquery-ui-1.10.3.custom.min.js');
Casset::js('bootstrap-switch.min.js');
Casset::js('base.js');
if (Uri::Current() === Uri::Base() && isset($image_js) === true) {
    Casset::add_path('image', APPPATH . 'modules/image/');
    Casset::js('image::image.js');
}
Casset::js('jquery.colorbox-min.js');
echo Casset::render_js();
?>
    <script>
        var text_input = document.getElementById ('urlbox');
 
        if (text_input != null)
        {
           text_input.focus ();
           text_input.select ();
        }
        
        var max_file_size = <?php