Пример #1
0
 * @copyright  Copyright (C) 2015 Apptha. All rights reserved.
 * @license    GNU General Public License http://www.gnu.org/copyleft/gpl.html
 */
/** Get player color settings data */
$player_colors = unserialize($settingsGrid->player_colors);
/** Assign common div name, table name */
$portletDiv = '<div class="portlet"><div class="portlet-header">';
$portletContentDiv = '<div class="portlet-content"><table class="form-table">';
$gallerySeparatorDiv = '<tr class="gallery_separator">';
$checked = 'checked="checked"';
/** Display video settings page starts */
?>
<div class="apptha_gallery apptha_settings_label"> 
<?php 
/** Call function to display admin tabs in settings page */
echo displayAdminTabs('settings');
?>
      <div id="trackcodeerror"></div> 
      <?php 
/** Display settings page status */
if ($displayMsg) {
    echo displayStatusMeassage($displayMsg);
}
?>
 
     <?php 
/** Include css files, form actions */
?>
      <div class="wrap"> 
         <link rel="stylesheet" href="<?php 
echo APPTHA_VGALLERY_BASEURL . 'admin/css/jquery.ui.all.css';
Пример #2
0
            dragdr( ".portlet-header .ui-icon" ).click( function() { 
                dragdr( this ).toggleClass( "ui-icon-minusthick" ).toggleClass( "ui-icon-plusthick" ); 
                dragdr( this ).parents( ".portlet" ).find( ".portlet-content" ).toggle(); 
            } );
        });
</script>
<?php 
/** Display videos page starts */
?>
<div class="apptha_gallery">
<?php 
/** Call function to display admin tabs in videos page 
 * Show only is admin logs in
 */
if ($user_role == 'administrator') {
    echo displayAdminTabs('videos');
}
?>
    
      <div class="wrap">
      <?php 
/** Display page title and icon in all videos page starts */
?>
          <h2 class="option_title"> <?php 
echo '<img src="' . getImagesDirURL() . 'manage_video.png" alt="move" width="30"/>';
?>
              <?php 
esc_attr_e('Manage Videos', APPTHA_VGALLERY);
?>
              <a class="button-primary" href="<?php 
echo get_site_url();
Пример #3
0
<script type="text/javascript">
    var sortorderURL = '<?php 
echo $sortOrderURL;
?>
';
    var	videogallery_plugin_folder =  '<?php 
echo getImagesDirURL();
?>
' ;
</script>

<div class="apptha_gallery hi"> 
<?php 
/** Playlist admin page Starts
 * Call function to display admin tabs in playlist page */
echo displayAdminTabs('playlist');
/**  Playlist add/ grid section Starts */
?>
    <div class="wrap"> 
      <h2 class="option_title"> 
        <?php 
/** Display page title and icon image */
echo "<img src='" . getImagesDirURL() . "manage_list.png' alt='move' width='30'/>";
?>
 
        <?php 
esc_attr_e('Categories', APPTHA_VGALLERY);
?>
 
      </h2> 
      
Пример #4
0
 Author URI: http://www.apptha.com
 License: GPL2
*/
/** Get page values for playlist page */
define('VIDEOGALLERY_USER_PLAYLIST', 'videogalleryUserplaylist');
$playlistClass = '';
?>

<div id="<?php 
echo VIDEOGALLERY_USER_PLAYLIST;
?>
" class="apptha_gallery hi"> 
<?php 
/** Playlist admin page Starts
 * Call function to display admin tabs in playlist page */
echo displayAdminTabs('userplaylist');
/**  Playlist add/ grid section Starts */
?>
    <div id="<?php 
echo VIDEOGALLERY_USER_PLAYLIST;
?>
" class="wrap"> 
      <h2 id="<?php 
echo VIDEOGALLERY_USER_PLAYLIST;
?>
" class="option_title"> 
        <?php 
/** Display page title and icon image */
echo "<img src='" . getImagesDirURL() . "manage_list.png' id='userplaylistImg' alt='move' width='30'/>";
?>
 
Пример #5
0
 * Video ad view file.
 * 
 *  @category   Apptha
 * @package    Contus video Gallery
 * @version    3.0
 * @author     Apptha Team <*****@*****.**>
 * @copyright  Copyright (C) 2015 Apptha. All rights reserved.
 * @license    GNU General Public License http://www.gnu.org/copyleft/gpl.html 
 */
$imaadpath = $videoAdFile = '';
/** Display video ads page starts */
?>
<div class="apptha_gallery">
<?php 
/** Call function to display admin tabs in playlist page */
echo displayAdminTabs('ads');
/** Display video ads page title and icon */
?>
 
    <div class="wrap"> 
        <h2 class="option_title"> <?php 
echo '<img src="' . getImagesDirURL() . 'vid_ad.png" alt="move" width="30"/>';
?>
 
        <?php 
esc_attr_e('Manage Video Ads', APPTHA_VGALLERY);
?>
 
        <a class="button-primary" href="<?php 
echo get_site_url();
?>