Updated to use CLJC-ified versions of engine and parser.
This commit is contained in:
parent
4861ee809b
commit
b2cd66df7f
16 changed files with 58 additions and 57 deletions
|
|
@ -3,11 +3,7 @@
|
|||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>{{title}}</title>
|
||||
<link href="{{servlet-context}}/css/phone.css" media="only screen and (max-device-width: 480px)" rel="stylesheet" type="text/css" />
|
||||
<link href="{{servlet-context}}/css/tablet.css" media="only screen and (min-device-width: 481px) and (max-device-width: 1024px)" rel="stylesheet" type="text/css" />
|
||||
<link href="{{servlet-context}}/css/standard.css" media="screen and (min-device-width: 1025px)" rel="stylesheet" type="text/css" />
|
||||
<link href="{{servlet-context}}/css/print.css" media="print" rel="stylesheet" type="text/css" />
|
||||
<link href="{{servlet-context}}/css/states.css" rel="stylesheet" type="text/css" />
|
||||
{% script "/lib/jquery-1.9.0.js" %}
|
||||
{% script "/lib/jquery.validate.min.js" %}
|
||||
{% script "/lib/script.js" %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue