Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 18 additions & 5 deletions applications/default/public/index.html
Original file line number Diff line number Diff line change
@@ -1,34 +1,47 @@
<!DOCTYPE html>
<html lang="en" ng-app="choko" ng-controller="ApplicationController">
<head>

<!-- Le meta-data
================================================== -->
<meta charset="utf-8">
<title ng-bind="page.title"></title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- Le styles -->

<!-- Le styles
================================================== -->

<link rel="stylesheet" href="lib/summernote/summernote-dist/summernote.css">
<link rel="stylesheet" href="css/choko.css">

<link ng-repeat="style in styles.styles" rel="stylesheet" ng-href="{{style}}">
<link ng-repeat="style in theme.styles" rel="stylesheet" ng-href="{{style}}">
<link rel="stylesheet" href="lib/summernote/summernote-dist/summernote.css">

<link rel="stylesheet" href="css/app.css">

<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements
======================================================= -->
<!--[if lt IE 9]>
<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->

<!-- Le fav and touch icons -->

<!-- Le fav and touch icons
================================================== -->
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-114x114.png">
</head>
<body>

<!-- Le application
================================================== -->
<div ng-include="'templates/layout.html'" ng-class="contexts"></div>

<div class="app-version">Choko v<span app-version></span></div>


<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
Expand Down