|
9 | 9 | <link href="/fonts/PTMono/stylesheet.css" rel='stylesheet' type='text/css'> |
10 | 10 | <link href="/fonts/PTSans/stylesheet.css" rel='stylesheet' type='text/css'> |
11 | 11 | <link href="/fonts/PTSerif/stylesheet.css" rel='stylesheet' type='text/css'> |
| 12 | + {% comment %} |
12 | 13 | <!-- Halloween |
13 | 14 | <link href='http://fonts.googleapis.com/css?family=IM+Fell+English+SC|IM+Fell+DW+Pica:400,400italic|Nova+Mono|IM+Fell+English:400,400italic&subset=latin-ext,latin' rel='stylesheet' type='text/css'> |
14 | 15 | --> |
| 16 | + {% endcomment %} |
15 | 17 |
|
16 | 18 | <link rel="stylesheet" href="/css/bootstrap.min.css"> |
17 | 19 | <link rel="stylesheet" href="/css/bootstrap-theme.min.css"> |
|
21 | 23 | {% block morecss %}{% endblock %} |
22 | 24 | </style> |
23 | 25 |
|
| 26 | + <!--[if lt IE 9]> |
| 27 | + <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
| 28 | + <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script> |
| 29 | + <![endif]--> |
24 | 30 | {% block pagehead %}{% endblock %} |
25 | 31 |
|
26 | 32 | {% if server_mode and server_mode == "production" %} |
|
32 | 38 | </head> |
33 | 39 |
|
34 | 40 | <body {% block bodyAttrs %}{%endblock%} data-group-menu-data-url="{% url "group_menu_data" %}"> |
35 | | - <!-- Removing the amp|smartypants filter as it increases the rendering time with about 50% --> |
36 | 41 | <nav class="navbar {% if server_mode and server_mode == "production" %}navbar-inverse{% else %}navbar-default{% endif %} navbar-fixed-top" role="navigation"> |
37 | 42 | <div class="container-fluid"> |
38 | 43 | <div class="navbar-header"> |
|
43 | 48 | <span class="icon-bar"></span> |
44 | 49 | </button> |
45 | 50 | <a class="navbar-brand" href="/"> |
46 | | - <img alt="IETF Logo" src="/images/ietflogo-small-transparent.png"></img> |
| 51 | + <img alt="IETF Logo" src="/images/ietflogo-small-transparent.png"> |
47 | 52 | {% if not user.is_authenticated %} |
48 | 53 | <div style="display: inline; vertical-align: top; padding-left: 1em;"> |
49 | | - {% if server_mode and server_mode == "production" %} |
| 54 | + {% if server_mode and server_mode == "production" %} |
50 | 55 | Datatracker |
51 | 56 | {% else %} |
52 | 57 | <b><i>Development mode</i></b> |
|
125 | 130 | <a href="//www.iana.org/" class="padded">IANA</a> |
126 | 131 | </div> |
127 | 132 | </div> |
128 | | - </footer> |
129 | 133 |
|
130 | 134 | <footer class="row"> |
131 | 135 | <div class="col-md-12"> |
|
152 | 156 | </div> |
153 | 157 | <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script> |
154 | 158 | <script>window.jQuery || document.write('<script src="/js/lib/jquery-1.11.2.min.js"><\/script>')</script> |
| 159 | + {% comment %} |
155 | 160 | <!-- Remove the *-nojs attributes if we are running js. This depends on jQuery's removeClass(): --> |
156 | 161 | <!-- Do this as early as possible (after loading the page and jQuery) to avoid rendering changes --> |
| 162 | + {% endcomment %} |
157 | 163 | <script>$(".visible-nojs").removeClass("visible-nojs");</script> |
158 | 164 | <script>$(".hidden-nojs").removeClass("hidden-nojs");</script> |
159 | 165 | <script src="/js/lib/jquery.cookie.min.js"></script> |
|
0 commit comments