Removed old base templates (not used by anything anymore)
- Legacy-Id: 2171
This commit is contained in:
parent
28b7ca7d28
commit
7884fe77ee
|
@ -1,51 +0,0 @@
|
|||
{% block doctype %}<?xml version="1.0" encoding="utf-8"?>
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
{% endblock %}
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
|
||||
|
||||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<!-- Copyright The IETF Trust 2007, All Rights Reserved -->
|
||||
|
||||
<head>
|
||||
<!-- Project Revision {{ revision_num }}, {{ revision_time }} -->
|
||||
<title>{% block title %}IETF Data{% endblock %}{% ifnotequal server_mode "production" %} - {{ server_mode|upper }} MODE{% endifnotequal %}</title>
|
||||
|
||||
{% ifnotequal server_mode "production" %}
|
||||
<link rel="icon" href="/images/ietf-dev-icon.bmp" />
|
||||
{% else %}
|
||||
<link rel="icon" href="/images/ietf-icon.bmp" />
|
||||
{% endifnotequal %}
|
||||
<link rel="stylesheet" href="/css/base.css" type="text/css" />
|
||||
{% block head %}{% endblock %}
|
||||
<style type="text/css">
|
||||
{% block css %}{% endblock %}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body {% block body_attributes %}{% endblock %}>
|
||||
<table border="0" cellspacing="0" cellpadding="0" id="pagelayout">
|
||||
<tr>
|
||||
<td class="column" id="leftmenu">
|
||||
{% include "leftmenu.html" %}
|
||||
<!-- end new headers and layout -->
|
||||
</td>
|
||||
<td class="column">
|
||||
<div id="content">
|
||||
{% if user.is_authenticated %}
|
||||
<span style="float: right; font-size: 80%;">Logged in as {{ user }}</span>
|
||||
{% else %}
|
||||
<span style="float: right; font-size: 80%;"><a href="/accounts/login/?next={{request.path|urlencode}}" rel="nofollow">Sign In</a></span>
|
||||
{% endif %}
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2">
|
||||
{% block footer %}{% include "footer.html" %}{% endblock %}
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
{% include "debug.html" %}
|
||||
</body>
|
||||
</html>
|
|
@ -1,6 +0,0 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<div id="footer">
|
||||
<hr/>
|
||||
<span style="float: left;">Made with <a href="http://www.djangoproject.com/">django</a></span>
|
||||
<span style="float: right;">v{{ version_num }}, {{ revision_date }} - <a href="mailto:webtools@ietf.org">webtools@ietf.org</a></span>
|
||||
</div>
|
|
@ -1,72 +0,0 @@
|
|||
<div class="menulogo">
|
||||
<img class="menulogo" src="/images/ietflogo-blue.png" alt="IETF logo" width="140" />
|
||||
</div>
|
||||
<ul>
|
||||
<li><a href="http://www.ietf.org/about/" title="About the Internet Engineering Task Force">About the IETF</a>
|
||||
<ul> <!--sublist for about-->
|
||||
<li><a href="http://www.ietf.org/about/mission.html" title="IETF Mission">Mission</a></li>
|
||||
<li><a href="http://www.ietf.org/about/standards-process.html" title="How an IETF standard is adopted">IETF process</a></li>
|
||||
</ul>
|
||||
</li><!--end about sublist-->
|
||||
<li><a title="What the IETF is doing">IETF activities</a>
|
||||
<ul> <!--sublist for activities-->
|
||||
<li><a href="http://www.ietf.org/iesg.html" title="Internet Engineering Steering Group">IESG</a></li>
|
||||
<li><a href="http://www.ietf.org/liaison/" title="Liasons with other standards bodies">IETF Liaison Activities</a></li>
|
||||
<li><a href="http://www.ietf.org/secretariat.html" title="The Secretariat">IETF secretariat</a> </li>
|
||||
<li><a href="/ann/nomcom/" title="IESG and IAB Nominations Committee">NomCom Announcements</a></li>
|
||||
<li><a href="/wg/" title="IETF Working Groups">Working Groups</a></li>
|
||||
<li><a href="http://www.ietf.org/meeting/" title="Meetings past, present, and future">Meetings</a></li>
|
||||
<li><a href="/meeting/agenda/" title="Meeting Agenda">Agenda</a></li>
|
||||
</ul>
|
||||
</li><!--end activities sublist-->
|
||||
|
||||
<li><a title="Documents of the IETF">Documents</a>
|
||||
<ul><!--sublist for documents-->
|
||||
<li><a href="http://tools.ietf.org/rfc/mini-index" title="Repository of RFC documents">RFCs</a></li>
|
||||
<li><a href="/drafts" title="Internet Draft pages">Internet-Drafts</a></li>
|
||||
<li><a href="http://tools.ietf.org/search">Document Search</a></li>
|
||||
<li><a href="http://www.ietf.org/meeting/proceedings.html" title="Proceedings of past meetings">Proceedings</a></li>
|
||||
<li><a href="https://datatracker.ietf.org/idst/upload.cgi" title="Submit Internet Drafts">Submission</a></li>
|
||||
</ul>
|
||||
</li><!--end documents sublist-->
|
||||
|
||||
<li><a title="Other sites having to do with the IETF">Related sites</a>
|
||||
<ul> <!--begin othersites sublist-->
|
||||
<li><a href="http://www.iab.org">IAB</a></li>
|
||||
<li><a href="http://iaoc.ietf.org">IASA</a></li>
|
||||
<li><a href="http://www.rfc-editor.org/">RFC Editor</a></li>
|
||||
<li><a href="http://www.iana.org/">IANA</a></li>
|
||||
<li><a href="http://www.irtf.org/">IRTF</a></li>
|
||||
</ul> </li><!--end the othersites sublist-->
|
||||
|
||||
<li><a title="Tools, tools, tools">Various Tools</a>
|
||||
<ul> <!--begin othersites sublist-->
|
||||
|
||||
<li><a href="http://www.ietf.org/tools/" >Tools on www.ietf.org</a></li>
|
||||
<li><a href="http://tools.ietf.org" >Tools on tools.ietf.org</a></li>
|
||||
<li><a href="http://datatracker.ietf.org" > datatracker.ietf.org</a>
|
||||
<ul>
|
||||
<li><a href="/drafts" >Drafts</a></li>
|
||||
<li><a href="/idtracker" >ID Tracker</a></li>
|
||||
<li><a href="/iesg/telechat" >IESG Minutes</a></li>
|
||||
<li><a href="/liaison" >Liaisons</a></li>
|
||||
<li><a href="/ipr" >IPR Declarations</a></li>
|
||||
<!-- <li><a href="/meeting/agenda" >Meeting Agenda</a></li> -->
|
||||
<!-- <li><a href="/meeting/materials" >Meeting Materials</a></li> -->
|
||||
<!-- <li><a href="/wgcharter/" >WG Charters</a></li> -->
|
||||
</ul>
|
||||
</li>
|
||||
|
||||
</ul> </li><!--end the othersites sublist-->
|
||||
|
||||
|
||||
<li>Site search:</li>
|
||||
<li>
|
||||
<form method="get" action="http://www.google.com/u/ietf">
|
||||
<div>
|
||||
<input name="q" size="10" maxlength="255" value="" type="text"/>
|
||||
<input name="sa" value="Go" type="submit"/>
|
||||
</div>
|
||||
</form>
|
||||
</li>
|
||||
</ul>
|
|
@ -1,232 +0,0 @@
|
|||
/* Copyright The IETF Trust 2007, All Rights Reserved */
|
||||
|
||||
body {
|
||||
font-size: .85em;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
background-color: white;
|
||||
font-family: Verdana, Helvetica, Arial, sans-serif;
|
||||
}
|
||||
|
||||
.column {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
#pagelayout {
|
||||
position: relative; /* Provide a base for later positions and sizes */
|
||||
}
|
||||
|
||||
#content {
|
||||
/* margin-left: 12em; */
|
||||
}
|
||||
|
||||
#content h1 {
|
||||
margin-top: 2em;
|
||||
padding-bottom: .25em;
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
#content h1.first {
|
||||
margin-top: 0em;
|
||||
}
|
||||
|
||||
#content h2 {
|
||||
font-size: 1.15em;
|
||||
}
|
||||
|
||||
#content table, #content td, #content th {
|
||||
padding: 0em;
|
||||
margin: 0em;
|
||||
vertical-align: top;
|
||||
border-style: none;
|
||||
border-width: 0em;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
#content p.replace {
|
||||
padding: 0em;
|
||||
margin: 0em;
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
#content td.nonprimary {
|
||||
padding-left: 1.5em;
|
||||
}
|
||||
|
||||
#content th, #content td {
|
||||
text-align: left;
|
||||
padding-top: 0.25em;
|
||||
padding-bottom: 0.25em;
|
||||
padding-left: 0.5em;
|
||||
padding-right: 0.5em;
|
||||
}
|
||||
|
||||
#content th {
|
||||
font-weight: bold;
|
||||
background-color: lightgray;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#content td.buttons {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
#content table.top {
|
||||
background-color: lightgray;
|
||||
padding: .5em;
|
||||
}
|
||||
|
||||
#content p.error {
|
||||
font-weight: bold;
|
||||
color: red;
|
||||
}
|
||||
|
||||
#content th.state {
|
||||
padding-top: 2em;
|
||||
font-size: 1.15em;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
#content tr.states {
|
||||
border-style: solid;
|
||||
border-width: 0.1em;
|
||||
}
|
||||
|
||||
#content td.state, #content th.state {
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
#content ul.states {
|
||||
margin-top: 0em;
|
||||
padding-left: 1.25em;
|
||||
list-style: square;
|
||||
}
|
||||
|
||||
#content table {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
#content .discuss {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#content .comment {
|
||||
color: yellow;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#content .replaced {
|
||||
text-decoration: line-through;
|
||||
}
|
||||
|
||||
#content .active {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#content a.active {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#leftmenu {
|
||||
float: left;
|
||||
background-color: #313163;
|
||||
color: #c8c8c8;
|
||||
padding: 0.5em;
|
||||
margin-right: 0em;
|
||||
margin-right: 1em;
|
||||
width: 11em;
|
||||
min-width: 148px;
|
||||
}
|
||||
|
||||
#leftmenu ul li {
|
||||
list-style-type: none;
|
||||
}
|
||||
|
||||
#leftmenu ul li a:link, #leftmenu ul li a:visited {
|
||||
color: #ffffff;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
||||
#leftmenu ul {
|
||||
padding-left: 0;
|
||||
margin-left: 0;
|
||||
}
|
||||
|
||||
#leftmenu ul li ul {
|
||||
margin-left: 1.5em;
|
||||
font-size: .85em;
|
||||
}
|
||||
|
||||
.menulogo {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
|
||||
#footer {
|
||||
clear: both;
|
||||
margin-right: 1em;
|
||||
font-size: 7pt;
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
#debug {
|
||||
font-size: 7pt;
|
||||
}
|
||||
|
||||
/*XXX announcement tool additions - may need to be new-css-i-fied? */
|
||||
input {
|
||||
display: block;
|
||||
width: 95%;
|
||||
}
|
||||
|
||||
span.form-required {
|
||||
color: #FFAE00;
|
||||
}
|
||||
|
||||
.form-item .description {
|
||||
font-size: 0.85em;
|
||||
}
|
||||
|
||||
.description {
|
||||
color: #898989;
|
||||
line-height: 150%;
|
||||
margin-bottom: 0.75em;
|
||||
}
|
||||
|
||||
tbody.odd {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
tbody.even {
|
||||
background-color: #f0f0ff;
|
||||
}
|
||||
|
||||
#agenda th, #agenda td {
|
||||
padding-top: 0.1em;
|
||||
padding-bottom: 0.1em;
|
||||
/* padding-left: 0.5em; */ /* inherited */
|
||||
/* padding-right: 0.5em; */ /* inherited */
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
#agenda pre {
|
||||
font-size: 1.3em;
|
||||
}
|
||||
|
||||
.wgdone {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
background-color: #F8F8D0;
|
||||
|
||||
}
|
||||
|
||||
.wgdormant {
|
||||
padding-top: 10px;
|
||||
padding-bottom: 10px;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
background-color: lightgray;
|
||||
}
|
Loading…
Reference in a new issue