Move new look-and-feel base templates from templates/idrfc/ to just templates/
- Legacy-Id: 2182
This commit is contained in:
parent
f1a30fafdf
commit
d76ed33bd6
ietf
idrfc/templatetags
templates
404.html500.html
announcements
base.htmlbase_leftmenu.htmlbase_wgmenu.htmlemail_failed.htmlidrfc
idtracker
iesg
agenda.htmlagenda_documents.htmlballotinfo_detail.htmldiscusses.htmlietf_doc.htmlindependent_doc.html
ipr
details.htmldetails_edit.htmldisclosure.htmllist.htmlremoved.htmlsearch.htmlsearch_doc_list.htmlsearch_error.htmlsearch_result.htmlsubmitted.htmlupdate.html
liaisons
field_help.htmlguide_from_ietf.htmlguide_to_ietf.htmlhelp.htmlliaisondetail_detail.htmlliaisondetail_list.html
mailinglists
meeting
registration
wginfo
|
@ -59,7 +59,7 @@ class WgMenuNode(template.Node):
|
|||
if x:
|
||||
return x
|
||||
areas = [{'area':x, 'short_name':get_short_name(x)} for x in Area.active_areas()]
|
||||
x = loader.render_to_string('idrfc/base_wgmenu.html', {'areas':areas})
|
||||
x = loader.render_to_string('base_wgmenu.html', {'areas':areas})
|
||||
cache.set('idrfc_wgmenu', x, 30*60)
|
||||
return x
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% block title %}404 Not Found{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% block title %}500 Internal Server Error{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% load ietf_filters %}
|
||||
|
||||
{% block title %}NomCom Message: {{ object.announced_date|date:"F j, Y" }} -- {{ object.subject|escape }}{% endblock %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% load ietf_filters %}
|
||||
{% block title %}IAB/IESG Nominating Committee{% endblock %}
|
||||
{% block content %}
|
||||
|
|
|
@ -69,7 +69,7 @@ IETF.user_groups = { {% for group in user.groups.all %}"{{group}}":true{% if not
|
|||
<tr valign="top">
|
||||
<td style="width:130px;padding-right:8px;">
|
||||
<div class="ietf-navbar">
|
||||
{% include "idrfc/base_leftmenu.html" %}
|
||||
{% include "base_leftmenu.html" %}
|
||||
</div>
|
||||
<div style="padding-left: 12px;padding-top:4px;font-size:69%;">
|
||||
{{ version_num }} {{revision_date}}
|
|
@ -1,5 +1,5 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}E-Mail Sending Failed{% endblock %}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% comment %}
|
||||
Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
|
||||
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% comment %}
|
||||
Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
|
||||
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% comment %}
|
||||
Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
|
||||
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% comment %}
|
||||
Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
||||
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
|
||||
{% block content %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
|
||||
{% block content %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
|
||||
{% block pagehead %}{% if lastcall %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% comment %}
|
||||
Copyright (C) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
|
||||
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% comment %}
|
||||
Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
||||
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% block title %}IESG Announcement{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% comment %}
|
||||
Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
|
||||
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% block title %}{{ title_prefix }} IESG Announcements{% endblock %}
|
||||
{% block content %}
|
||||
{% if is_recent %}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% block title %}IESG Statements on Independent Submissions{% endblock %}
|
||||
{% block content %}
|
||||
<h1>IESG Statements on Independent Submissions</h1>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
|
||||
{% block title %}IPR Details - {{ ipr.title|escape }}{% endblock %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% load ietf_filters %}
|
||||
{% block title %}IPR Details - Form{% endblock %}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% block title %}IPR Disclosure Page{% endblock %}
|
||||
{% block content %}
|
||||
<h1>IPR Disclosure Page</h1>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% block title %}IPR List{% endblock %}
|
||||
{% block content %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2009, All Rights Reserved #}
|
||||
{% block title %}IPR Details - {{ ipr.title|escape }}{% endblock %}
|
||||
{% block content %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% block title %}IPR Search{% endblock %}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% block title %}IPR Disclosures - Select Internet-Draft{% endblock %}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% block title %}IPR Search Result Error{% endblock %}
|
||||
{% block content %}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% block morecss %}
|
||||
{% endblock %}
|
||||
{% block doctype %}{% endblock %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% block title %}IPR Submission{% endblock %}
|
||||
{% block content %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% block title %}IPR Update{% endblock %}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idrfc/base.html" %}{% load ietf_filters %}
|
||||
{% extends "base.html" %}{% load ietf_filters %}
|
||||
|
||||
{% block title %}Liaison Statement Management Tool Field Help{% endblock %}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idrfc/base.html" %}{% load ietf_filters %}
|
||||
{% extends "base.html" %}{% load ietf_filters %}
|
||||
|
||||
{% block title %}Liaison Statements from the IETF - Guidelines for Completing the "Cc:" Field{% endblock %}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idrfc/base.html" %}{% load ietf_filters %}
|
||||
{% extends "base.html" %}{% load ietf_filters %}
|
||||
|
||||
{% block title %}Liaison Statements to the IETF - Guidelines for Completing the "To:" and "Cc:" Fields{% endblock %}
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Liaison Statement Management Tool Help{% endblock %}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% load ietf_filters %}
|
||||
{% block title %}Liaison Statement: {% include 'liaisons/liaison_title.html' %}{% endblock %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% block title %}Liaison Statements{% endblock %}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2008, All Rights Reserved #}
|
||||
|
||||
{% block title %}Web-based Working Group E-mail Archives{% endblock %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% load humanize %}
|
||||
{% block title %}IETF {{ meeting.num }} Meeting Agenda{% endblock %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% block title %}IETF {{ meeting_num }} Preliminary & Interim Materials{% endblock %}
|
||||
{% block morecss %}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% block title %}IETF {{ meeting_num }} Preliminary & Interim Materials {% endblock %}
|
||||
{% block content %}
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>User information</h1>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{# Copyright The IETF Trust 2009, All Rights Reserved #}
|
||||
{% comment %}
|
||||
Portion Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "idrfc/base.html" %}
|
||||
{% extends "base.html" %}
|
||||
{% comment %}
|
||||
Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
|
||||
All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com>
|
||||
|
|
Loading…
Reference in a new issue