Move new look-and-feel base templates from templates/idrfc/ to just templates/

- Legacy-Id: 2182
This commit is contained in:
Pasi Eronen 2010-03-21 19:33:20 +00:00
parent f1a30fafdf
commit d76ed33bd6
46 changed files with 44 additions and 44 deletions

View file

@ -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

View file

@ -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 %}

View file

@ -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 %}

View file

@ -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 %}

View file

@ -1,4 +1,4 @@
{% extends "idrfc/base.html" %}
{% extends "base.html" %}
{% load ietf_filters %}
{% block title %}IAB/IESG Nominating Committee{% endblock %}
{% block content %}

View file

@ -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}}

View file

@ -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 %}

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -1,4 +1,4 @@
{% extends "idrfc/base.html" %}
{% extends "base.html" %}
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% block content %}

View file

@ -1,4 +1,4 @@
{% extends "idrfc/base.html" %}
{% extends "base.html" %}
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% block content %}

View file

@ -1,4 +1,4 @@
{% extends "idrfc/base.html" %}
{% extends "base.html" %}
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% block pagehead %}{% if lastcall %}

View file

@ -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>

View file

@ -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>

View file

@ -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 %}

View file

@ -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>

View file

@ -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 %}

View file

@ -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>

View file

@ -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 %}

View file

@ -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 %}

View file

@ -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>

View file

@ -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 %}

View file

@ -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 %}

View file

@ -1,4 +1,4 @@
{% extends "idrfc/base.html" %}
{% extends "base.html" %}
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% block title %}IPR Search{% endblock %}

View file

@ -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 %}

View file

@ -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 %}

View file

@ -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 %}

View file

@ -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 %}

View file

@ -1,4 +1,4 @@
{% extends "idrfc/base.html" %}
{% extends "base.html" %}
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% block title %}IPR Update{% endblock %}

View file

@ -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 %}

View file

@ -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 %}

View file

@ -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 %}

View file

@ -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 %}

View file

@ -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 %}

View file

@ -1,4 +1,4 @@
{% extends "idrfc/base.html" %}
{% extends "base.html" %}
{# Copyright The IETF Trust 2007, All Rights Reserved #}
{% block title %}Liaison Statements{% endblock %}

View file

@ -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 %}

View file

@ -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 %}

View file

@ -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 &amp; Interim Materials{% endblock %}
{% block morecss %}

View file

@ -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 &amp; Interim Materials {% endblock %}
{% block content %}

View file

@ -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>

View file

@ -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).

View file

@ -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>