Esempio n. 1
0
<div>
<?php 
include_once APPPATH . "views/common/bread.php";
?>
</div>
<?php 
echo link_tag(static_url('css/fullcalendar.css'));
echo link_script(static_url('js/fullcalendar.js'));
include_once "dashboardHelper.php";
?>
<div class="row">
    <div class="col-lg-6">
        <div class="panel panel-default calendar">
              <div class="panel-heading">
                <h3 class="panel-title">日程</h3>
                <div>
                    <label class="checkbox-inline">
                        <input type="checkbox" id="cldMyTask" value="1" onchange="reloadCalender()" checked="checked"/>我的工作
                    </label>
                    <label class="checkbox-inline">
                        <input type="checkbox" id="cldMyPushTask" value="1"  onchange="reloadCalender()" checked="checked"/>我派发的工作
                    </label>
                    <label class="checkbox-inline">
                        <input type="checkbox" id="cldMyDev" value="1"  onchange="reloadCalender()" checked="checked"/>我的开发项
                    </label>
                    <label class="checkbox-inline">
                        <input type="checkbox" id="cldMyInterview" value="1"  onchange="reloadCalender()" checked="checked"/>我的面试
                    </label>

                </div>
              </div>
Esempio n. 2
0
?>

	<?php 
echo link_script(static_url('js/lib.js?v=' . $this->resVersion));
?>
	<?php 
echo link_script(static_url('js/main.js?v=' . $this->resVersion));
?>

    <script type="text/javascript">
    	var base_url = "<?php 
print base_url();
?>
";
    	var req_url_template = "<?php 
echo site_url('{ctrller}/{action}');
?>
";
	</script>
    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
	<?php 
echo link_script(static_url('js/html5shiv.js'));
?>
	<?php 
echo link_script(static_url('js/respond.min.js'));
?>
    <![endif]-->
</head>
Esempio n. 3
0
?>
	<?php 
echo link_script(static_url('js/jquery.validate.js'));
?>
	<?php 
echo link_script(static_url('js/jquery.fancybox.js'));
?>
	<?php 
echo link_script(static_url('js/jquery.fileupload.js'));
?>

	<?php 
echo link_script(static_url('js/lib.js'));
?>
	<?php 
echo link_script(static_url('js/main.js'));
?>

    <script type="text/javascript">
    	var base_url = "<?php 
print base_url();
?>
";
    	var req_url_template = "<?php 
echo site_url('{ctrller}/{action}');
?>
";
    </script>

    <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->