|
1 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> |
2 | 2 | {% comment %} |
3 | | -Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
| 3 | +Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
4 | 4 | All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com> |
5 | 5 |
|
6 | 6 | Redistribution and use in source and binary forms, with or without |
|
35 | 35 | {% endcomment %} |
36 | 36 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> |
37 | 37 | <head> |
38 | | -<title>{% block title %}No title{% endblock %}</title> |
| 38 | +<!-- v{{version_num}}, {{ revision_num }}, {{ revision_time }} --> |
| 39 | +<title>{% block title %}No title{% endblock %}{% ifnotequal server_mode "production" %} - {{ server_mode|upper }} MODE{% endifnotequal %}</title> |
39 | 40 | <link rel="stylesheet" type="text/css" href="{{yui_url}}/2.7.0/build/fonts/fonts-min.css"></link> |
40 | 41 | <link rel="stylesheet" type="text/css" href="{{yui_url}}/2.7.0/build/assets/skins/sam/skin.css"></link> |
41 | 42 | <link rel="stylesheet" type="text/css" href="/css/base2.css"></link> |
|
47 | 48 | IETF = {}; |
48 | 49 | IETF.user_groups = { {% for group in user.groups.all %}"{{group}}":true{% if not forloop.last %}, {%endif%}{%endfor%} }; |
49 | 50 | </script> |
| 51 | +{% ifnotequal server_mode "production" %} |
| 52 | +<link rel="icon" href="/images/ietf-dev-icon.bmp" /> |
| 53 | +{% else %} |
| 54 | +<link rel="icon" href="/images/ietf-icon.bmp" /> |
| 55 | +{% endifnotequal %} |
50 | 56 | </head> |
51 | 57 | <body class="yui-skin-sam" {% block bodyAttrs %}{%endblock%}> |
52 | 58 |
|
|
86 | 92 | var oMenu = new YAHOO.widget.Menu("wgs", { position: "static", hidedelay: 750, lazyload: true }); |
87 | 93 | oMenu.render(); |
88 | 94 | }); |
89 | | - |
90 | 95 | YAHOO.util.Event.onContentReady("search_submit_button", function () { |
91 | 96 | var oButton = new YAHOO.widget.Button("search_submit_button", {}); |
92 | 97 | }); |
|
101 | 106 | {% block content_end %} |
102 | 107 | {% endblock %} |
103 | 108 | </div> |
104 | | - |
105 | 109 | <div id="db-extras"></div> |
106 | | - |
107 | 110 | </td></tr></table> |
108 | 111 | {% include "debug.html" %} |
109 | | -<!-- v{{version_num}}, {{ revision_date }} --> |
110 | 112 | </body></html> |
0 commit comments