Example #1
0
$categories = __get('categories');
$countries = __get('countries');
$regions = __get('regions');
$cities = __get('cities');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="<?php 
echo str_replace('_', '-', osc_current_user_locale());
?>
">
    <head>
        <?php 
osc_current_admin_theme_path('head.php');
?>
        <link href="<?php 
echo osc_current_admin_theme_styles_url('datatables.css');
?>
" rel="stylesheet" type="text/css" />
        <!-- datatables js -->
        <script type="text/javascript" src="<?php 
echo osc_current_admin_theme_js_url('jquery.dataTables.js');
?>
"></script>
        <script type="text/javascript" src="<?php 
echo osc_current_admin_theme_js_url('datatables.pagination.js');
?>
"></script>
        <script type="text/javascript" src="<?php 
echo osc_current_admin_theme_js_url('datatables.extend.js');
?>
"></script>
Example #2
0
?>
" rel="stylesheet" type="text/css" />
<link href="<?php 
echo osc_current_admin_theme_styles_url('languages_layout.css');
?>
" rel="stylesheet" type="text/css" />
<link href="<?php 
echo osc_current_admin_theme_styles_url('settings_layout.css');
?>
" rel="stylesheet" type="text/css" />
<link href="<?php 
echo osc_current_admin_theme_styles_url('location_layout.css');
?>
" rel="stylesheet" type="text/css" />
<link href="<?php 
echo osc_current_admin_theme_styles_url('cat_list_layout.css');
?>
" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="<?php 
echo osc_current_admin_theme_js_url('jquery.js');
?>
"></script>
<script type="text/javascript" src="<?php 
echo osc_current_admin_theme_js_url('jquery-ui.js');
?>
"></script>
<script type="text/javascript" src="<?php 
echo osc_current_admin_theme_js_url('jquery.cookie.js');
?>
"></script>
Example #3
0
                skin: "o2k7",
                width: "70%",
                height: "340px",
                skin_variant : "silver",
                theme_advanced_buttons1 : "bold,italic,underline,separator,undo,redo,separator,justifycenter,justifyright,justifyfull,separator,bullist,numlist,separator,link,unlink,separator,image,code",
                theme_advanced_buttons2 : "",
                theme_advanced_buttons3 : "",
                theme_advanced_toolbar_align : "left",
                theme_advanced_toolbar_location : "top",
                plugins : "media",
                entity_encoding : "raw",
                theme_advanced_buttons1_add : "media"
            }) ;
        </script>
        <link href="<?php 
echo osc_current_admin_theme_styles_url('tabs.css');
?>
" rel="stylesheet" type="text/css" />
        <script type="text/javascript" src="<?php 
echo osc_current_admin_theme_js_url('tabber-minimized.js');
?>
"></script>
        <script type="text/javascript">
            document.write('<style type="text/css">.tabber{ display:none ; }</style>') ;
        </script>
    </head>
    <body>
        <?php 
osc_current_admin_theme_path('header.php');
?>
        <!-- container -->
Example #4
0
?>
" rel="stylesheet" type="text/css" />
<link href="<?php 
echo osc_current_admin_theme_styles_url('appearance_layout.css');
?>
" rel="stylesheet" type="text/css" />
<link href="<?php 
echo osc_current_admin_theme_styles_url('languages_layout.css');
?>
" rel="stylesheet" type="text/css" />
<link href="<?php 
echo osc_current_admin_theme_styles_url('settings_layout.css');
?>
" rel="stylesheet" type="text/css" />
<link href="<?php 
echo osc_current_admin_theme_styles_url('location_layout.css');
?>
" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="<?php 
echo osc_current_admin_theme_js_url('jquery.js');
?>
"></script>
<script type="text/javascript" src="<?php 
echo osc_current_admin_theme_js_url('jquery-ui.js');
?>
"></script>
<script type="text/javascript" src="<?php 
echo osc_current_admin_theme_js_url('jquery.cookie.js');
?>
"></script>
Example #5
0
echo osc_current_admin_theme_js_url('jquery-ui-1.8.20.min.js');
?>
"></script>
        <script src="<?php 
echo osc_current_admin_theme_js_url('ui-osc.js');
?>
"></script>
        <!-- styles
        ================================================== -->
        <link href="<?php 
echo osc_current_admin_theme_styles_url('jquery-ui/jquery-ui-1.8.20.custom.css');
?>
" rel="stylesheet">

        <link href="<?php 
echo osc_current_admin_theme_styles_url('main.css');
?>
" rel="stylesheet">
        <!-- favicons
        ================================================== -->
        <meta name="apple-mobile-web-app-capable" content="yes" />
        <link rel="shortcut icon" href="<?php 
echo osc_current_admin_theme_url('images/favicon-48.png');
?>
">
        <link rel="apple-touch-icon-precomposed" sizes="144x144" href="<?php 
echo osc_current_admin_theme_url('images/favicon-144.png');
?>
">
        <link rel="apple-touch-icon-precomposed" sizes="114x114" href="<?php 
echo osc_current_admin_theme_url('images/favicon-114.png');
Example #6
0
 */
$categories = __get("categories");
$selected = __get("selected");
$plugin_data = __get("plugin_data");
$numCols = 1;
$catsPerCol = round(count($categories) / $numCols);
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
    <head>
        <?php 
osc_current_admin_theme_path('head.php');
?>
        <link href="<?php 
echo osc_current_admin_theme_styles_url('jquery.treeview.css');
?>
" rel="stylesheet" type="text/css" />
        <script type="text/javascript" src="<?php 
echo osc_current_admin_theme_js_url('jquery.treeview.js');
?>
"></script>
    </head>
    <body>
        <?php 
osc_current_admin_theme_path('header.php');
?>
        <div id="update_version" style="display:none;"></div>
        <script type="text/javascript">

            function checkAll (frm, check) {
Example #7
0
if (file_exists(ABS_PATH . '.maintenance')) {
    define('__OSC_MAINTENANCE__', true);
}
// register admin scripts
osc_register_script('admin-osc', osc_current_admin_theme_js_url('osc.js'), 'jquery');
osc_register_script('admin-ui-osc', osc_current_admin_theme_js_url('ui-osc.js'), 'jquery');
osc_register_script('admin-location', osc_current_admin_theme_js_url('location.js'), 'jquery');
// enqueue scripts
osc_enqueue_script('jquery');
osc_enqueue_script('jquery-ui');
osc_enqueue_script('admin-osc');
osc_enqueue_script('admin-ui-osc');
osc_add_hook('admin_footer', array('FieldForm', 'i18n_datePicker'));
// enqueue css styles
osc_enqueue_style('jquery-ui', osc_assets_url('css/jquery-ui/jquery-ui.css'));
osc_enqueue_style('admin-css', osc_current_admin_theme_styles_url('main.css'));
switch (Params::getParam('page')) {
    case 'items':
        require_once osc_admin_base_path() . 'items.php';
        $do = new CAdminItems();
        $do->doModel();
        break;
    case 'comments':
        require_once osc_admin_base_path() . 'comments.php';
        $do = new CAdminItemComments();
        $do->doModel();
        break;
    case 'media':
        require_once osc_admin_base_path() . 'media.php';
        $do = new CAdminMedia();
        $do->doModel();
Example #8
0
    }
    osc_add_filter('flash_message_text', 'add_close_button_fm_admin');
}
?>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title><?php 
_e('OSClass Admin Panel');
?>
</title>

<link href="<?php 
echo osc_current_admin_theme_styles_url('jquery-ui.css');
?>
" rel="stylesheet" type="text/css" />
<link href="<?php 
echo osc_current_admin_theme_styles_url('backoffice.css');
?>
" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="<?php 
echo osc_current_admin_theme_js_url('jquery.js');
?>
"></script>
<script type="text/javascript" src="<?php 
echo osc_current_admin_theme_js_url('jquery-ui.js');
?>
"></script>
<script type="text/javascript" src="<?php 
echo osc_current_admin_theme_js_url('jquery.cookie.js');
?>
"></script>