示例#1
0
文件: login.php 项目: roine/wawaw
    ?>
			</p>
		</div>
	<?php 
}
?>
</div>
</div>
<?php 
echo $content;
?>
<!-- JavaScript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery + jQueryUI, with a protocol relative URL; fall back to local -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.js"><\/script>')</script>

<?php 
Casset::add_group('js', 'login_js', array('plugins.js', 'mylibs/jquery.validate.js', 'mylibs/jquery.checkbox.js', 'mylibs/jquery.pageVisibility.js', 'script.js', 'login.js'), $options);
echo Casset::render_js();
?>
				<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to
			support IE 6.
			chromium.org/developers/how-tos/chrome-frame-getting-started -->
			<!--[if lt IE 7 ]>
			<script defer
			src="//ajax.googleapis.com/ajax/libs/chrome-frame/1.0.3/CFInstall.min.js"></script>
			<script
			defer>window.attachEvent('onload',function(){CFInstall.check({mode:'overlay'})})</script>
			<![endif]-->
		</body>
		</html>
示例#2
0
文件: dashboard.php 项目: roine/wawaw
							</li>
						</ul>
					</div>
				</div>

			</footer>
			
			
		<!-- JavaScript at the bottom for fast page loading -->
		<!-- Grab Google CDN's jQuery + jQueryUI, with a protocol relative URL; fall back to local -->		
		<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
		<script>window.jQuery || document.write('<script src="js/libs/jquery-1.7.1.js"><\/script>')</script>
		<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"></script>
		<script>window.jQuery.ui || document.write('<script src="js/libs/jquery-ui-1.8.16.min.js"><\/script>')</script>
		<?php 
Casset::add_group('js', 'dashboard_js', array('plugins.js', 'mylibs/jquery.ba-resize.js', 'mylibs/jquery.easing.1.3.js', 'mylibs/jquery.ui.touch-punch.js', 'mylibs/jquery.jgrowl.js', 'live-notification.js', 'mylibs/jquery.pageVisibility.js', 'dashboard.js', 'mylibs/jquery.scrollTo-min.js', 'sprintf.js', 'script.js'), $options);
echo Casset::render_js();
?>
		<!-- end scripts -->

		<script>

			$(window).load(function() {
				$('#accordion').accordion();
				$(window).resize();
			});

		</script>
		
		<!-- Prompt IE 6 users to install Chrome Frame. Remove this if you want to
		support IE 6.