Exemple #1
0
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <meta http-equiv="content-type" content="text/html; charset=UTF-8"></meta>
        <link rel="Stylesheet" type="text/css" href="~/css/bootstrap.css" />
		<link rel="Stylesheet" type="text/css" href="~/css/bootstrap/bootstrap-responsive.css" />
        <link rel="Stylesheet" type="text/css" href="~/css/960_12_col.css" /> 
        <link rel="Stylesheet" type="text/css" href="~/css/style.css" /> 
		<link rel="Stylesheet" type="text/css" href="~/css/select2.css" /> 
		<link rel="Stylesheet" type="text/css" href="~/datepicker/css/datepicker.css" /> 

		<script type="text/javascript" src="~/js/jquery-1.7.2.js"></script>
		<!--
		<link rel="Stylesheet" type="text/css" href="~/js/ckeditor/skins/BootstrapCK-Skin/editor.css" />
	   
		<script type="text/javascript" src="~/js/ckeditor/config.js"></script>		
		<script type="text/javascript" src="~/js/ckeditor/skins/BootstrapCK-Skin/skin.js"></script> 
		<script type="text/javascript" src="~/js/ckeditor/lang/pt-br.js"></script>
		<script type="text/javascript" src="~/js/ckeditor/plugins/styles/styles/default.js"></script>
		-->
		<script type="text/javascript" src="~/datepicker/js/bootstrap-datepicker.js"></script>
		<script type="text/javascript" src="~/js/bootstrap.js"></script>
		<script type="text/javascript" src="~/js/select2.js"></script>
        <script type="text/javascript" src="~/js/js.js"></script>
		<script type="text/javascript" src="~/js/jquery.maskedinput-1.3.js"></script>
        <title>CI</title>
		<script type="text/javascript">
			var root = '<?php 
echo root_virtual;
?>
';