Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(278)

Delta Between Two Patch Sets: MoinMoin/templates/base.html

Issue 245270044: Layout.html Bootstrapped
Left Patch Set: updated cr Created 8 years, 9 months ago
Right Patch Set: Using old bootstrap v1 Created 8 years, 9 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « MoinMoin/static/js/common.js ('k') | MoinMoin/templates/itemviews.html » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(Both sides are equal)
1 <!DOCTYPE html>{# this is html5, xmlish variant #} 1 <!DOCTYPE html>{# this is html5, xmlish variant #}
2 {%- import "snippets.html" as snippets with context %} 2 {%- import "snippets.html" as snippets with context %}
3 {%- set head = snippets.head() %} 3 {%- set head = snippets.head() %}
4 {%- set scripts = snippets.scripts() %} 4 {%- set scripts = snippets.scripts() %}
5 {%- set stylesheets = snippets.stylesheets() %} 5 {%- set stylesheets = snippets.stylesheets() %}
6 6
7 {# This allows child templates passing their header_search macro to the common l ayout (eg blog). 7 {# This allows child templates passing their header_search macro to the common l ayout (eg blog).
8 If there is no header_search macro defined in child templates use the default one. #} 8 If there is no header_search macro defined in child templates use the default one. #}
9 {% if not header_search %} 9 {% if not header_search %}
10 {% from "utils.html" import header_search %} 10 {% from "utils.html" import header_search %}
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 <script src="{{ url_for('static', filename='js/common.js') }}"></scr ipt> 85 <script src="{{ url_for('static', filename='js/common.js') }}"></scr ipt>
86 {{ scripts }} 86 {{ scripts }}
87 <!--[if lt IE 9]> 87 <!--[if lt IE 9]>
88 {# TODO: use a local copy later #} 88 {# TODO: use a local copy later #}
89 <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" ></script> 89 <script src="http://html5shiv.googlecode.com/svn/trunk/html5.js" ></script>
90 <![endif]--> 90 <![endif]-->
91 {% endblock %} 91 {% endblock %}
92 92
93 </body> 93 </body>
94 </html> 94 </html>
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b