<head>    
	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
	<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
	
	<title>cody admin: <%=page.title%></title>
	<meta http-equiv="pragma" content="no-cache" />
	<meta http-equiv="cache-control" content="no-cache" />
	<meta http-equiv="expires" content="0" />    
	<meta http-equiv="keywords" content="<%=page.keywords%>" />
	<meta http-equiv="description" content="<%=page.description%>" />
	
	<link rel="stylesheet" href="<%=cstatic%>/css/cody.css" media="screen,projection" />
  <link rel="stylesheet" href="<%=cstatic%>/css/ui-lightness/jquery-ui-1.10.1<%=min%>.css" media="screen,projection">

  <link rel="Shortcut Icon" href="<%=cstatic%>/images/favicon.ico">

  <script> var gStatic = "<%=static%>",
            gPrefix = "<%=(page.prefix) ? '/' + page.prefix : '' %>",
	 				  gDynamic = "<%=dynamic%>",
            gImages = "<%=static%>/images",
            gCody = "<%=cstatic%>",
            gFiles = "<%=static%>/files",
					  gLanguage = "<%=page.language%>"; </script>
 		
</head>
