Adding copyright notices to all templates
- Legacy-Id: 717
This commit is contained in:
parent
cd030d3b43
commit
644f7fac25
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% load ietf_filters %}
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
|
||||
|
|
|
@ -4,6 +4,8 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|||
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
{% endblock %}
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" 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>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% if debug %}
|
||||
{% load ietf_filters %}
|
||||
<div id="debug">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}E-Mail Sending Failed{% endblock %}
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% load ietf_filters %}
|
||||
{{ obj.comment_text|format_textarea|truncatewords_html:"40" }}
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% if obj.ballot %}IESG Evaluation {{ obj.get_ballot_display.upper }}{% else %}Comment{% endif %} from {{ obj.get_author }}
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% load ietf_filters %}
|
||||
{{ obj.telechat_minute|escape|linebreaks|truncatewords_html:"40" }}
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{{ obj.telechat_date|date:"F j, Y" }}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<hr/>
|
||||
<div style="width: 100%; height: 1em; font-size: 9pt; font-style: italic;">
|
||||
<span style="float: left;">Made with <a href="http://www.djangoproject.com/">django</a></span>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<html>
|
||||
<HEAD><TITLE>All I-Ds List</title>
|
||||
<STYLE TYPE="text/css">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<html>
|
||||
<HEAD><TITLE>All I-Ds List</title>
|
||||
<STYLE TYPE="text/css">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Internet Draft Database Index{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<!-- {{ object_list|length }} result{{ object_list|length|pluralize }}.<br> -->
|
||||
<b>Please click a document below to view detail information</b><br>
|
||||
<table cellpadding="1" cellspacing="0" border="0">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idindex/base.html" %}
|
||||
|
||||
{% block iddbcontent %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idindex/base.html" %}
|
||||
|
||||
{% block title %}Internet Draft Database Index - {{ object.filename }}{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idindex/base.html" %}
|
||||
|
||||
{% block iddbcontent %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idindex/base.html" %}
|
||||
|
||||
{% block title %}Internet Draft Database Index - Search{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idindex/base.html" %}
|
||||
|
||||
{% block iddbcontent %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idindex/base.html" %}
|
||||
|
||||
{% block iddbcontent %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idindex/base.html" %}
|
||||
|
||||
{% block iddbcontent %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idindex/base.html" %}
|
||||
|
||||
{% block iddbcontent %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idtracker/base.html" %}
|
||||
{% load ietf_filters %}
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<html>
|
||||
<HEAD><TITLE>IETF I-D Tracker v1.1 {% block title %}{% endblock %}-- WCF</title>
|
||||
<link rel="icon" href="http://tools.ietf.org/images/django-ietf.png" />
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% load ietf_filters %}
|
||||
<tr>{% if doc.primary_flag %}
|
||||
<td>{{ doc.area_acronym.area_acronym.acronym.upper }}</td>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idtracker/base.html" %}
|
||||
|
||||
{% load ietf_filters %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Send E-Mail{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Your email has been sent.{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idtracker/base.html" %}
|
||||
|
||||
{% load ietf_filters %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<h1>Edit Draft</h1>
|
||||
<table>
|
||||
{{ idform }}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idtracker/base.html" %}
|
||||
|
||||
{% block title %}-- Search{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<h1 style="text-align: center; color: red;">IESG Data Tracker</h1>
|
||||
|
||||
<table cellpadding="1" cellspacing="0" border="0">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% load myifchanged %}
|
||||
<tr bgcolor="#{% myifchanged match.ballot_id %}{% cycle F8D6F8,E2AFE2 as ballotcolor %}{% else %}{% if match.synthetic %}{% cycle ballotcolor %}{% else %}{% cyclevalue ballotcolor %}{% endif %}{% endmyifchanged %}">
|
||||
{% if match.synthetic %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% for group in grouped %}
|
||||
<h3>In State: <a href="/idtracker/help/state/{{ group.list.0.cur_state_id }}/">{{ group.list.0.cur_state }}</a>{% if group.list.0.cur_sub_state %} :: <a href="/idtracker/help/substate/{{ group.list.0.cur_sub_state_id }}/">{{ group.list.0.cur_sub_state }}</a>{% endif %}</h3>
|
||||
<table bgcolor="#DFDFDF" cellspacing="0" cellpadding="0" border="0" width="800">
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idtracker/base.html" %}
|
||||
|
||||
{% block idcontent %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idtracker/base.html" %}
|
||||
|
||||
{% block idcontent %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}{{ title }}{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idtracker/base.html" %}
|
||||
|
||||
{% block idcontent %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "idtracker/base.html" %}
|
||||
|
||||
{% block idcontent %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% block title %}IESG Announcement{% endblock %}
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% block title %}{{ title_prefix }} IESG Announcements{% endblock %}
|
||||
{% block css %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% block title %}IESG Statements on Independent Submissions{% endblock %}
|
||||
{% block css %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}IESG Telechat Minutes{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}IESG Telechat Minutes{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}IESG Telechat Minutes{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% load ietf_filters %}
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% if section_list.generic %}
|
||||
{% endif %}
|
||||
{% if section_list.specific %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% block title %}IPR Disclosure Page{% endblock %}
|
||||
{% block content %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% if errors %}
|
||||
<ul class="errorlist">
|
||||
{% for error in errors %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}IPR Declarations{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}IPR Declarations{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}IPR Declarations{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<script type="text/javascript">
|
||||
function toggle_submitter_info (src) {
|
||||
var checked = false;
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% ifequal ipr.licensing_option 1 %}
|
||||
No License Required for Implementers.
|
||||
{% endifequal%}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% block title %}IPR Update{% endblock %}
|
||||
{% block content %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<tr>
|
||||
<td align="center">{{ ipr.submitted_date }}</td>
|
||||
<td align="right">{{ ipr.ipr_id }}</td>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% block doctype %}{% endblock %}
|
||||
{% block title %}IPR Search{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<html>
|
||||
<head><title>IPR Search Engine </title></head>
|
||||
<body>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "ipr/search_result.html" %}
|
||||
{% load ietf_filters %}
|
||||
{% block search_result %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "ipr/search_result.html" %}
|
||||
{% load ietf_filters %}
|
||||
{% block search_result %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% block doctype %}{% endblock %}
|
||||
{% block title %}IPR Search Result Error{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "ipr/search_result.html" %}
|
||||
{% load ietf_filters %}
|
||||
{% block search_header %}{% if not count %}Search result on {{ q }}{% else %}Patent Owner/Applicant Search Result{% endif %}{% endblock %}</b></td></tr>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "ipr/search_result.html" %}
|
||||
{% load ietf_filters %}
|
||||
{% block search_header %}{% if not count %}Search result on {{ q }}{% else %}IPR Disclosure Title Search Result{% endif %}{% endblock %}</b></td></tr>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "ipr/search_result.html" %}
|
||||
{% load ietf_filters %}
|
||||
{% block search_header %}{% if not count %}Search result on {{ q }}{% else %}Patent Information Search Result{% endif %}{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% block doctype %}{% endblock %}
|
||||
{% block title %}IPR Search Result{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "ipr/search_result.html" %}
|
||||
{% load ietf_filters %}
|
||||
{% block search_result %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<style type="text/css">
|
||||
.ipr { width: 101ex; }
|
||||
.ipr th { border: 0px; margin: 0px; padding: 0.4ex; }
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% block title %}IPR Submission{% endblock %}
|
||||
{% block content %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% block title %}IPR Update{% endblock %}
|
||||
{% block content %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
{% block title %}IPR Update{% endblock %}
|
||||
{% block content %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Liaison Statement Management Tool Field Help{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Liaison Statements from the IETF - Guidelines for Completing the "Cc:" Field{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Liaison Statements to the IETF - Guidelines for Completing the "To:" and "Cc:" Fields{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Liaison Statement Management Tool Help{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{# no template, this page has its own look. #}
|
||||
{% load ietf_filters %}
|
||||
<html>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{# no include because there's no style on the existing page #}
|
||||
<html>
|
||||
<HEAD>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}IETF Liaison Managers{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}IETF Area Mailing Lists{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Mailing list request approval note.{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "mailinglists/list_approval_base.html" %}
|
||||
|
||||
{% block innercontent %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "mailinglists/list_approval_base.html" %}
|
||||
|
||||
{% block innercontent %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<html>
|
||||
<head>
|
||||
<title>Mailing List Form Field Help</title>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "mailinglists/list_help_base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "mailinglists/list_help_base.html" %}
|
||||
|
||||
{% block content %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
<tr><td colspan="2">Request to {% filter escape %}{% include "mailinglists/list_type_message2.txt" %}{% endfilter %}</td></tr>
|
||||
<tr><td> Requestor: </td><td>{{ list.requestor|escape }}</td></tr>
|
||||
<tr><td> Requestor's email address: </td><td>{{ list.requestor_email|urlize }}</td></tr>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}Confirmation of request to {% filter escape %}{% include "mailinglists/list_type_message2.txt" %}{% endfilter %}{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "mailinglists/list_wizard_base.html" %}
|
||||
|
||||
{% block mlform %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "mailinglists/list_wizard_base.html" %}
|
||||
|
||||
{% block mlform %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "mailinglists/list_wizard_base.html" %}
|
||||
|
||||
{% block mlform %}
|
||||
|
|
|
@ -1 +1,2 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% include "mailinglists/list_wizard_MailingListForm.html" %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "mailinglists/list_wizard_base.html" %}
|
||||
|
||||
{# javascript to go with the list administrators multi-form #}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block title %}IETF Mailing List Form{% endblock %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "mailinglists/list_approval_base.html" %}
|
||||
|
||||
{% block innercontent %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "mailinglists/list_wizard_base.html" %}
|
||||
|
||||
{% block head %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% load ietf_filters %}
|
||||
<html>
|
||||
<HEAD><TITLE>IETF Non-WG Mailing Lists</title>
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "mailinglists/nwg_wizard_base.html" %}
|
||||
|
||||
{% block nwgcontent %}
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% extends "mailinglists/nwg_wizard_base.html" %}
|
||||
|
||||
{% block nwgcss %}
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue