예제 #1
0
 *             GNU Affero General Public License for more details.
 *
 *      You should have received a copy of the GNU Affero General Public
 * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
osc_register_script('jquery-ad-gallery', osc_current_web_theme_js_url('jquery.ad-gallery.1.2.5.js'), array('jquery'));
osc_register_script('tabber', osc_current_web_theme_js_url('tabber-minimized.js'), array('jquery'));
osc_register_script('theme-global', osc_current_web_theme_js_url('global.js'), array('jquery'));
osc_register_script('theme-ui', osc_current_web_theme_js_url('ui.js'), array('jquery'));
osc_enqueue_script('jquery-ui');
osc_enqueue_script('tabber');
osc_enqueue_script('jquery-ad-gallery');
osc_enqueue_script('jquery-validate');
osc_enqueue_script('theme-global');
osc_enqueue_script('theme-ui');
osc_enqueue_style('style', osc_current_web_theme_styles_url('style.css'));
?>
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />

<title><?php 
echo meta_title();
?>
</title>
<meta name="title" content="<?php 
echo meta_title();
?>
" />
<meta name="description" content="<?php 
echo meta_description();
?>
" />
예제 #2
0
파일: head.php 프로젝트: nsswaga/OSClass
<meta http-equiv="Expires" content="Fri, Jan 01 1970 00:00:00 GMT" />

<!--[if lt IE 9]>
    <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<!-- css -->
<link rel="stylesheet" type="text/css" href="http://twitter.github.com/bootstrap/1.3.0/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="http://www.lista.ph.s3.amazonaws.com/css/twitter-bootstrap/chosen.css" />
<link rel="stylesheet" type="text/css" href="http://www.lista.ph.s3.amazonaws.com/css/twitter-bootstrap/custom.css" />
<!--link rel="stylesheet" type="text/css" href="<?php 
echo osc_current_web_theme_js_url('chosen/chosen.css');
?>
" /-->
<!--link rel="stylesheet" type="text/css" href="<?php 
echo osc_current_web_theme_styles_url('custom.css');
?>
" /-->

<!-- js -->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript" src="http://www.lista.ph.s3.amazonaws.com/scripts/twitter-bootstrap/global.js"></script>
<script type="text/javascript" src="http://www.lista.ph.s3.amazonaws.com/scripts/twitter-bootstrap/chosen.min.js"></script>
<!--script type="text/javascript" src="<?php 
echo osc_current_web_theme_js_url('global.js');
?>
"></script>
<script type="text/javascript" src="<?php 
echo osc_current_web_theme_js_url('chosen/chosen.min.js');
?>
"></script-->
예제 #3
0
 *       This program is free software: you can redistribute it and/or
 *     modify it under the terms of the GNU Affero General Public License
 *     as published by the Free Software Foundation, either version 3 of
 *            the License, or (at your option) any later version.
 *
 *     This program is distributed in the hope that it will be useful, but
 *         WITHOUT ANY WARRANTY; without even the implied warranty of
 *        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *             GNU Affero General Public License for more details.
 *
 *      You should have received a copy of the GNU Affero General Public
 * License along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
$locales = __get('locales');
$user = osc_user();
osc_enqueue_style('jquery-ui-custom', osc_current_web_theme_styles_url('jquery-ui/jquery-ui-1.8.20.custom.css'));
?>
<!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_web_theme_path('head.php');
?>
        <meta name="robots" content="noindex, nofollow" />
        <meta name="googlebot" content="noindex, nofollow" />
    </head>
    <body>
        <?php 
예제 #4
0
?>
" />
<meta name="description" content="<?php 
echo meta_description();
?>
" />
<meta http-equiv="Cache-Control" content="no-cache" />
<meta http-equiv="Expires" content="Fri, Jan 01 1970 00:00:00 GMT" />

<link rel="shortcut icon" href="<?php 
echo osc_current_web_theme_url('favicon.ico');
?>
" />

<link href="<?php 
echo osc_current_web_theme_styles_url('style.css');
?>
" rel="stylesheet" type="text/css" />

<script type="text/javascript" src="<?php 
echo osc_current_web_theme_js_url('jquery.js');
?>
"></script>
<script type="text/javascript" src="<?php 
echo osc_current_web_theme_js_url('jquery-extends.js');
?>
"></script>
<script type="text/javascript" src="<?php 
echo osc_current_web_theme_js_url('jquery.validate.min.js');
?>
"></script>