Server IP : 192.64.118.117 / Your IP : 18.224.59.3 Web Server : LiteSpeed System : Linux premium56.web-hosting.com 4.18.0-513.24.1.lve.1.el8.x86_64 #1 SMP Thu May 9 15:10:09 UTC 2024 x86_64 User : thecgapy ( 1160) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/thecgapy/mobilecreationz.com/wp-content/plugins/revslider/admin/views/templates/ |
Upload File : |
<?php if( !defined( 'ABSPATH') ) exit(); ?> <div class="wrap settings_wrap"> <div class="clear_both"></div> <div class="title_line" style="margin-bottom:10px;"> <?php $icon_general = '<div class="icon32" id="icon-options-general"></div>'; echo apply_filters( 'rev_icon_general_filter', $icon_general ); ?> <h2><?php _e("Edit Slides",'revslider'); ?>: <?php echo $slider->getTitle(); ?></h2> <a href="<?php echo RevSliderGlobals::LINK_HELP_SLIDE_LIST; ?>" class="button-secondary float_right mtop_10 mleft_10" target="_blank"><?php _e("Help",'revslider'); ?></a> </div> <div class="vert_sap"></div> <?php if($numSlides >= 5){?> <a class='button-primary' id="button_new_slide_top" href='javascript:void(0)' ><?php _e("New Slide",'revslider'); ?></a> <span class="hor_sap"></span> <a class='button-primary' id="button_new_slide_transparent_top" href='javascript:void(0)' ><?php _e("New Transparent Slide",'revslider'); ?></a> <span class="loader_round new_trans_slide_loader" style="display:none"><?php _e("Adding Slide...",'revslider'); ?></span> <span class="hor_sap_double"></span> <a class="button_close_slide button-primary mright_20" href='<?php echo self::getViewUrl(RevSliderAdmin::VIEW_SLIDERS); ?>' ><?php _e("Close",'revslider'); ?></a> <?php } ?> <?php if($wpmlActive == true){ ?> <div id="langs_float_wrapper" class="langs_float_wrapper" style="display:none"> <?php echo $langFloatMenu; ?> </div> <?php } ?> <div class="vert_sap"></div> <div class="sliders_list_container"> <?php require self::getPathTemplate("slides-list"); ?> </div> <div class="vert_sap_medium"></div> <a class='button-primary' id="button_new_slide" data-dialogtitle="<?php _e("Select image or multiple images to add slide or slides",'revslider'); ?>" href='javascript:void(0)' ><?php _e("New Slide",'revslider'); ?></a> <span class="hor_sap"></span> <a class='button-primary' id="button_new_slide_transparent" href='javascript:void(0)' ><?php _e("New Transparent Slide",'revslider'); ?></a> <span class="loader_round new_trans_slide_loader" style="display:none"><?php _e("Adding Slide...",'revslider'); ?></span> <span class="hor_sap_double"></span> <a class='button-primary revgray' href='<?php echo self::getViewUrl(RevSliderAdmin::VIEW_SLIDE,"id=static"); ?>' style="width:190px; "><i style="color:#fff" class="eg-icon-dribbble"></i><?php _e("Edit Static / Global Layers",'revslider'); ?></a> <span class="hor_sap_double"></span> <a class="button_close_slide button-primary" href='<?php echo self::getViewUrl(RevSliderAdmin::VIEW_SLIDERS); ?>' ><?php _e("Close",'revslider'); ?></a> <span class="hor_sap"></span> <a href="<?php echo $linksSliderSettings; ?>" id="link_slider_settings"><?php _e("To Slider Settings",'revslider'); ?></a> </div> <?php require self::getPathTemplate("../system/dialog-copy-move"); ?> <script type="text/javascript"> jQuery(document).ready(function() { RevSliderAdmin.initSlidesListView("<?php echo $sliderID; ?>"); }); </script>