Preview: inner.php
Size: 4.61 KB
/home/jambtst2015/public_html/protected/views/layouts/inner.php
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title><?php echo CHtml::encode($this->pageTitle); ?></title>
<!--fav icon start-->
<link href="<?php echo Yii::app()->request->baseUrl; ?>/images/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<!--fav icon end-->
<!--[if IE 7]>
<body class="ie7">
<![endif]-->
<!--[if IE 8]>
<body class="ie8">
<![endif]-->
<!--[if IE 9]>
<body class="ie9">
<![endif]-->
<!--[if lt IE 9]><script type="text/javascript" src="<?php echo Yii::app()->request->baseUrl; ?>/js/html5.js"></script><![endif]-->
<link type="text/css" rel="stylesheet" media="all" href="<?php echo Yii::app()->request->baseUrl; ?>/css/chat.css" />
<?php /*?><link type="text/css" rel="stylesheet" media="all" href="<?php echo Yii::app()->request->baseUrl; ?>/css/screen.css" /><?php */?>
<link type="text/css" rel="stylesheet" href="<?php echo Yii::app()->request->baseUrl; ?>/css/jquery.custom-scrollbar.css"/>
<!--general css start-->
<link href="<?php echo Yii::app()->request->baseUrl; ?>/css/style.css" rel="stylesheet" type="text/css" media="all">
<!--general css end-->
<link href="<?php echo Yii::app()->request->baseUrl; ?>/css/responsive.css" rel="stylesheet" type="text/css" media="all">
<link rel="stylesheet" type="text/css" href="<?php echo Yii::app()->request->baseUrl; ?>/css/form.css" />
<!--viewport tag start-->
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!--viewport tag end-->
<!-- accordian for ie---------------->
<!--[if lte IE 6]>
<style type='text/css'>
* html #main, * html #container, #side a, a.trigger, .accordion .inner {height:1%}
#lenta{height:52px}
</style>
<script type="text/javascript">
try { document.execCommand( "BackgroundImageCache", false, true); } catch(e) {};
</script>
<![endif]-->
<!--[if lte IE 7]>
<style type="text/css">
.accordion .inner {position:static; overflow:visible}
</style>
<![endif]-->
<!--[if !lt IE 6]><!-->
<!-- for ie responsive -->
<!--[if !lte IE 6]><!-->
<script type="text/javascript" src="<?php echo Yii::app()->request->baseUrl; ?>/js/respond.min.js"></script>
<!--<![endif]-->
</head>
<body>
<!--wrapper start-->
<section class="wrapper">
<?php echo $content; ?>
</section>
<!--wrapper end-->
<?php /*?><script src="<?php echo Yii::app()->request->baseUrl; ?>/js/jquery.js"></script><?php */?>
<!--js for accordian---------------------->
<script type="text/javascript" src="<?php echo Yii::app()->request->baseUrl; ?>/js/jquery_002.js"></script>
<script type="text/javascript">
<!--//--><![CDATA[//><!--
$("html").addClass("js");
$(function() {
/*$("#side").accordion({
event: "click",
interval: 400,
initShow : "#current"
});*/
$("#main").accordion({
obj: "div",
wrapper: "div",
el: ".h",
head: "h4",
next: "div",
initShow : "div.outer:first",
event : "click",
collapsible : false
});
$("html").removeClass("js");
$(".trigger").click(function(){
//$(this).toggle();
$(this).toggleClass("open");
$(this).next("ul.accordion").slideToggle("slow");
//var accordion = $(this).next("ul.accordion").is(":visible");
//alert(accordion);
});
});
//--><!]]>
</script>
<!-- for custome scroller---------------->
<!--<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>-->
<script src="<?php echo Yii::app()->request->baseUrl; ?>/js/jquery.custom-scrollbar.js"></script>
<script type="text/javascript">
$(window).load(function () {
$(".demo").customScrollbar();
});
</script>
<!-- for custome scroller---------------->
<!--for responsive_menu-->
<script>
// DOM ready
$(function() {
// Create the dropdown base
$("<select />").appendTo("nav");
// Create default option "Go to..."
$("<option />", {
"selected": "selected",
"value" : "",
"text" : "Menu..."
}).appendTo("nav select");
// Populate dropdown with menu items
$("nav a").each(function() {
var el = $(this);
$("<option />", {
"value" : el.attr("href"),
"text" : el.text()
}).appendTo("nav select");
});
// To make dropdown actually work
// To make more unobtrusive: http://css-tricks.com/4064-unobtrusive-page-changer/
$("nav select").change(function() {
window.location = $(this).find("option:selected").val();
});
});
</script>
<!--for responsive_menu-->
</body>
</html>
Directory Contents
Dirs: 0 × Files: 10