Mercurial > p > roundup > code
comparison website/www/_templates/layout.html @ 4397:86a864e36331 website
add json awesomeness
| author | Richard Jones <richard@users.sourceforge.net> |
|---|---|
| date | Sat, 24 Jul 2010 11:18:59 +0000 |
| parents | 0bc287f7559e |
| children | 77b172f32430 |
comparison
equal
deleted
inserted
replaced
| 4376:b622e150c0ba | 4397:86a864e36331 |
|---|---|
| 16 <link rel="alternate" type="{{ type|e(true) }}" title="{{ title|e(true) }}" href="{{ link|e(true) }}" /> | 16 <link rel="alternate" type="{{ type|e(true) }}" title="{{ title|e(true) }}" href="{{ link|e(true) }}" /> |
| 17 {%- endfor %} | 17 {%- endfor %} |
| 18 {%- else %} | 18 {%- else %} |
| 19 <link rel="stylesheet" href="{{ pathto('_static/style.css', 1) }}" type="text/css" /> | 19 <link rel="stylesheet" href="{{ pathto('_static/style.css', 1) }}" type="text/css" /> |
| 20 <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" /> | 20 <link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css" /> |
| 21 | |
| 21 {%- endif %} | 22 {%- endif %} |
| 22 {%- if builder != 'htmlhelp' %} | 23 {%- if builder != 'htmlhelp' %} |
| 23 <script type="text/javascript"> | 24 <script type="text/javascript"> |
| 24 var DOCUMENTATION_OPTIONS = { | 25 var DOCUMENTATION_OPTIONS = { |
| 25 URL_ROOT: '{{ pathto("", 1) }}', | 26 URL_ROOT: '{{ pathto("", 1) }}', |
