Вход Регистрация
Файл: oc-admin/themes/modern/upgrade/index.php
Строк: 82
<?php if ( ! defined('OC_ADMIN')) exit('Direct access is not allowed.');
/*
 * Copyright 2014 Osclass
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

    
osc_add_hook('admin_page_header','customPageHeader');
    function 
customPageHeader(){ ?>
        <h1><?php _e('Tools'); ?></h1>
    <?php
    
}

    function 
customPageTitle($string) {
        return 
__('Upgrade');
    }
    
osc_add_filter('admin_title''customPageTitle');

    
//customize Head
    
function customHead(){ ?>
        <script type="text/javascript">
            $(document).ready(function(){
                if (typeof $.uniform != 'undefined') {
                    $('textarea, button,select, input:file').uniform();
                }

                <?php if(Params::getParam('confirm')=='true') {?>
                    $('#output').show();
                    $('#tohide').hide();

                    $.get('<?php echo osc_admin_base_url(true); ?>?page=upgrade&action=upgrade-funcs' , function(data) {
                        $('#loading_immage').hide();
                        $('#result').append(data+"<br/>");
                    });
                <?php ?>
            });
        </script>
    <?php }

    
osc_add_hook('admin_header','customHead'10);

    
osc_current_admin_theme_path'parts/header.php' ); ?>

    <div id="backup-settings">
        <h2 class="render-title"><?php _e('Upgrade'); ?></h2>
        <div id="result">
            <div id="output" style="display:none">
                <img id="loading_immage" src="<?php echo osc_current_admin_theme_url('images/loading.gif'); ?>" title="" alt="" />
                <?php _e('Upgrading your Osclass installation (this could take a while): ''admin'); ?>
            </div>
            <div id="tohide">
                <p>
                    <?php _e('You have uploaded a new version of Osclass, you need to upgrade Osclass for it to work correctly.'); ?>
                </p>
                <a class="btn" href="<?php echo osc_admin_base_url(true); ?>?page=upgrade&confirm=true"><?php _e('Upgrade now'); ?></a>
            </div>
        </div>
    </div>
<?php osc_current_admin_theme_path'parts/footer.php' ); ?>
Онлайн: 1
Реклама