~michael.nelson/ubuntu-webcatalog/1267731-import-sca-apps-error

« back to all changes in this revision

Viewing changes to src/webcatalog/templates/light/index.1col.html

  • Committer: Tarmac
  • Author(s): Stephen Stewart
  • Date: 2013-06-26 09:19:32 UTC
  • mfrom: (184.1.4 ubuntu-global-nav)
  • Revision ID: tarmac-20130626091932-8urtuli368k8p7ds
[r=beuno,jonas-drange] add ubuntu global nav to apps.ubuntu.com

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2
 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3
 
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr">
 
1
<!doctype html>
 
2
<html lang="en" dir="ltr">
4
3
    <head>
5
4
        <title>{% block title %}{% endblock %}</title>
6
 
        <link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico" type="image/x-icon" />
7
 
        <link rel="stylesheet" type="text/css" media="all" href="https://fonts.googleapis.com/css?family=Ubuntu:300,300italic,400,400italic" />
8
 
        {% block head_extra %}
9
 
        <link rel="stylesheet" type="text/css" href="{% url 'wc-combo' %}?light/css/reset.css&light/css/styles.css&light/css/forms.css"/>
10
 
        {% endblock %}
 
5
        <link rel="shortcut icon" href="{{ STATIC_URL }}images/favicon.ico" type="image/x-icon" /s>
 
6
        {% block header-extra %}{% endblock %}
 
7
        {% block css-base %}
 
8
        <link rel="stylesheet" type="text/css" media="all" href="//fonts.googleapis.com/css?family=Ubuntu:300,300italic,400,400italic" />
 
9
        <link rel="stylesheet" type="text/css" href="{% url 'wc-combo' %}?light/css/reset.css&amp;light/css/styles.css&amp;light/css/forms.css&amp;css/webcatalog.css&amp;css/one-global-navigation-core.css"/>
 
10
        {% endblock %}
 
11
        {% block css-extra %}
 
12
        {% endblock %}
 
13
 
11
14
    </head>
12
15
    <body {% block body_extra %}{% endblock %}>
13
16
        <div id="container">
158
161
            </div>
159
162
        </div>
160
163
 
 
164
        {% block js-base %}
 
165
        <script>
 
166
            YUI_config = {
 
167
                combine: true,
 
168
                comboBase: '{% url 'wc-combo' %}?',
 
169
                root: 'yui/3.10.3/build/'
 
170
            };
 
171
        </script>
 
172
        <script src="{% url 'wc-combo' %}?yui/3.10.3/build/yui/yui-min.js&amp;js/one-global-navigation-templates-min.js&amp;js/one-global-navigation-min.js"></script>
 
173
        <script>
 
174
        YUI().use('one-global-navigation', function(Y) {
 
175
            new Y.U1.GlobalNav();
 
176
        });
 
177
        </script>
 
178
        {% endblock %}
 
179
 
 
180
        {% block js-extra %}
 
181
        {% endblock %}
 
182
 
 
183
 
161
184
        {% if google_analytics_id %}
162
185
        <script type="text/javascript">
163
186