table-condensed -> table-sm
- Legacy-Id: 19589
This commit is contained in:
parent
a8742defa7
commit
9cf29baf5b
|
@ -6,7 +6,7 @@
|
|||
<div class="module role-container">
|
||||
<h2>Sessions</h2>
|
||||
|
||||
<table class="table table-condensed table-striped ipr-table tablesorter">
|
||||
<table class="table table-sm table-striped ipr-table tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Group</th>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
{% if individually_added %}
|
||||
<p>The list tracks {{ individually_added|length }} individually added document{{ individually_added|length|pluralize }}:</p>
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<tbody>
|
||||
{% for d in individually_added %}
|
||||
<tr>
|
||||
|
@ -67,7 +67,7 @@
|
|||
<p>You can track documents with a search rule. When a document fulfills the search criteria, it will automatically show up in the list.</p>
|
||||
|
||||
{% if rules %}
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr><th>Rule</th><th>Value</th><th>Documents</th><th></th></tr>
|
||||
</thead>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
onclick="$('#debug-query-table').toggleClass('hide');">Show</a>
|
||||
{% endif %}
|
||||
</p>
|
||||
<table class="table table-condensed tablesorter hide" id="debug-query-table">
|
||||
<table class="table table-sm tablesorter hide" id="debug-query-table">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-header="sequence">#</th>
|
||||
|
@ -46,7 +46,7 @@
|
|||
<h4 class="modal-title" id="modal-title-{{forloop.counter}}">QuerySet Origin for Query #{{forloop.counter}}</h4>
|
||||
</div>
|
||||
<div class="modal-body">
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>File (line)</th>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<div class="panel panel-default">
|
||||
<div class="panel-heading">{{req_group.grouper|capfirst}} BOF Requests</div>
|
||||
<div class="panel-body">
|
||||
<table id="bofreqs-{{req_group.grouper}}" class="table table-condensed table-striped tablesorter">
|
||||
<table id="bofreqs-{{req_group.grouper}}" class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr><th class="col-sm-4">Name</th><th class="col-sm-1">Date</th><th>Title</th><th>Responsible</th><th>Editors</th></tr>
|
||||
</thead>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
{% origin %}
|
||||
<h1>Charter submission</h1>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<tr>
|
||||
<th>{{ group.type.name }}</th>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
{% include "doc/revisions_list.html" %}
|
||||
<div id="timeline"></div>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<thead id="message-row">
|
||||
<tr>
|
||||
{% if doc.rev != latest_rev %}
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
{% include "doc/revisions_list.html" %}
|
||||
<div id="timeline"></div>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<thead id="message-row">
|
||||
<tr>
|
||||
{% if doc.rev|charter_major_rev != latest_rev|charter_major_rev %}
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
{% include "doc/revisions_list.html" %}
|
||||
<div id="timeline"></div>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<thead id="message-row">
|
||||
<tr>
|
||||
{% if doc.rev != latest_rev %}
|
||||
|
|
|
@ -32,7 +32,7 @@
|
|||
{% include "doc/revisions_list.html" %}
|
||||
<div id="timeline"></div>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<thead id="message-row">
|
||||
<tr>
|
||||
{% if doc.rev != latest_rev %}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
{% if aliases %}
|
||||
<h2>Email aliases</h2>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Alias</th>
|
||||
|
@ -39,7 +39,7 @@
|
|||
|
||||
<h2>Recipient expansions</h2>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Mail trigger</th>
|
||||
|
|
|
@ -99,7 +99,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
{% include "doc/revisions_list.html" %}
|
||||
<div id="timeline"></div>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<thead id="message-row">
|
||||
<tr>
|
||||
{% if doc.rev != latest_rev %}
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Document</th>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<a class="btn btn-default" href="{% url 'ietf.doc.views_help.relationship_help' subset='reference' %}">Reference type help</a>
|
||||
</p>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Document</th>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
{% include "doc/review/request_info.html" %}
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<thead id="message-row">
|
||||
<tr>
|
||||
{% if doc.rev != latest_rev %}
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
{% include "doc/revisions_list.html" %}
|
||||
<div id="timeline"></div>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<thead id="message-row">
|
||||
<tr>
|
||||
{% if doc.rev != latest_rev %}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
{% endbuttons %}
|
||||
{% endif %}
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Referenced RFC</th>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
{% origin %}
|
||||
{% if blocked_docs %}
|
||||
<h1>Blocking positions held by {{ ad_name }}</h1>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Document</th>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{% origin %}
|
||||
<h1>{{ title }}</h1>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="text-nowrap">Area</th>
|
||||
|
|
|
@ -13,7 +13,7 @@ td.aliasname { white-space:nowrap;}
|
|||
{% origin %}
|
||||
<h1>Document email aliases{% if doc %} for {{doc.name}}{% endif %}</h1>
|
||||
{% regroup aliases|dictsort:"doc_name" by doc_name as alias_list %}
|
||||
<table class="table table-no-lines table-condensed">
|
||||
<table class="table table-no-lines table-sm">
|
||||
{% for alias in alias_list %}
|
||||
{% cycle '' 'active' as alternator silent %}
|
||||
{% for item in alias.list %}
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
{% origin %}
|
||||
<h1>IRSG ballot status</h1>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Document</th>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
{% load ietf_filters session_filters %}
|
||||
|
||||
{% origin %}
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-1">Revision</th>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
{% origin %}
|
||||
<h1>Document relationships</h1>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Relationship</th>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{# Copyright The IETF Trust 2017, All Rights Reserved #}{% load origin django_bootstrap5 %}{% origin %}
|
||||
{% load person_filters %}
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<tr>
|
||||
<th>Request</th>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
<h3>History</h3>
|
||||
<div id="history">
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<tr>
|
||||
<th class="col-md-1">Date</th>
|
||||
<th class="col-md-1">By</th>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
Disable the js tablesort stuff for a truncate result, per Henrik.
|
||||
FIXME: datatables support partial loading via AJAX, should redesign this
|
||||
{% endcomment %}
|
||||
<table class="table table-condensed table-striped {% if not meta.max %}tablesorter{% endif %}">
|
||||
<table class="table table-sm table-striped {% if not meta.max %}tablesorter{% endif %}">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="sorter-false"></th>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<p><a class="btn btn-default" href="{% static 'ietf/images/iesg-draft-state-diagram.png' %}">View diagram</a></p>
|
||||
{% endif %}
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>State</th>
|
||||
|
@ -44,7 +44,7 @@
|
|||
{% if tags %}
|
||||
<h2>Tags</h2>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Tag</th>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% regroup docs by get_state as state_groups %}
|
||||
<table class="table table-striped table-condensed tablesorter">
|
||||
<table class="table table-striped table-sm tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Document</th>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
Please verify the following information:
|
||||
</p>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tr {% if warn.intended_std_level %}class="warning"{% endif %}>
|
||||
<th class="text-nowrap">Intended status level</th>
|
||||
<td>{% if warn.intended_std_level %}<span class="fa fa-warning"></span>{% endif %}</td>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{% regroup adm by parent as grouped_groups %}
|
||||
{% for grouptype in grouped_groups %}
|
||||
<h1>Active {% firstof grouptype.grouper.verbose_name grouptype.grouper.name 'Top-level Administration' %} Groups</h1>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{grouptype.grouper}}</th>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
{% block content %}
|
||||
{% origin %}
|
||||
<h1>Active area groups</h1>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Team</th>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
{% block content %}
|
||||
{% origin %}
|
||||
<h1>Active Directorates</h1>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Team</th>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
{% block content %}
|
||||
{% origin %}
|
||||
<h1>Active groups</h1>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-2">Type</th>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{% regroup iabgroups by type as grouped_groups %}
|
||||
{% for grouptype in grouped_groups %}
|
||||
<h1>Active {% firstof grouptype.grouper.verbose_name grouptype.grouper.name %}{{grouptype.list|pluralize}}</h1>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{grouptype.grouper}}</th>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
{% block content %}
|
||||
{% origin %}
|
||||
<h1>Active research area groups</h1>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Team</th>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
{% block content %}
|
||||
{% origin %}
|
||||
<h1>Active Review Directorates</h1>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Team</th>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<a class="btn btn-default" href="{% url "ietf.group.views.all_status" %}">Status Reports</a>
|
||||
<a class="btn btn-default" href="{% url "ietf.group.views.chair_photos" group_type="rg" %}">Chair Photos</a>
|
||||
|
||||
<table class="table table-striped table-condensed tablesorter">
|
||||
<table class="table table-striped table-sm tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Group</th>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
{% block content %}
|
||||
{% origin %}
|
||||
<h1>Active teams</h1>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Team</th>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
|
||||
{% if area.groups %}
|
||||
<h3>{{ area.acronym }} active WG{{ area.groups|pluralize}} ({{area.groups.count}})</h3>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Group</th>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
{% for area_item in area_items %}
|
||||
<h2> {{area_item.grouper.acronym|upper}}
|
||||
<small>{{area_item.grouper.name}}</small> </h2>
|
||||
<table class="table table-striped table-condensed">
|
||||
<table class="table table-striped table-sm">
|
||||
{% for rpt in area_item.list %}
|
||||
<tr>
|
||||
<td>{{ rpt.group.acronym }}
|
||||
|
@ -36,7 +36,7 @@
|
|||
{% endfor %}
|
||||
|
||||
<h2> IRTF <small>Internet Research Task Force</small> </h2>
|
||||
<table class="table table-striped table-condensed">
|
||||
<table class="table table-striped table-sm">
|
||||
{% for rpt in rg_reports %}
|
||||
<tr>
|
||||
<td>{{ rpt.group.acronym }}
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
{% if not groups %}
|
||||
<p>No BOFs found.</p>
|
||||
{% else %}
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>BOF</th>
|
||||
|
|
|
@ -86,7 +86,7 @@
|
|||
<h3>History of settings</h3>
|
||||
|
||||
<div id="history">
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<tr>
|
||||
<th class="col-md-1">Date</th>
|
||||
<th class="col-md-1">By</th>
|
||||
|
@ -103,7 +103,7 @@
|
|||
</div>
|
||||
<h3>History of unavailable periods</h3>
|
||||
<div id="history">
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<tr>
|
||||
<th class="col-md-1">Date</th>
|
||||
<th class="col-md-1">By</th>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
{% if not t.chartering_groups %}
|
||||
<p>Found no groups in a chartering state.</p>
|
||||
{% else %}
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{{ t.name }}</th>
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
<div class="panel panel-default">
|
||||
<div class="panel-heading">{{area_grouping.grouper.name|default:'Unknown area'}}</div>
|
||||
<div class="panel-body">
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-1">Group</th>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{% if aliases %}
|
||||
<h2>Email aliases</h2>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Alias</th>
|
||||
|
@ -36,7 +36,7 @@
|
|||
|
||||
<h2>Recipient expansions</h2>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Mail trigger</th>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<p class="alert alert-warning"><b>Note:</b> The data for concluded {{ group.type.name }}s is occasionally incorrect.</p>
|
||||
{% endif %}
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<thead><tr><th colspan="4"></th></tr></thead>
|
||||
<tbody class="meta">
|
||||
<tr>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{% if can_add_comment %}
|
||||
<a class="btn btn-default" href="{% url 'ietf.group.views.add_comment' acronym=group.acronym %}"><span class="fa fa-plus"></span> Add comment</a>
|
||||
{% endif %}
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{% origin %}
|
||||
<h1>Other RFC streams</h1>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<th>Stream</th>
|
||||
<th>Owner</th>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{% for doc_type, docs in doc_types %}
|
||||
<h2>{{ doc_type.name }}</h2>
|
||||
|
||||
<table class="table table-condensed table-striped materials tablesorter">
|
||||
<table class="table table-sm table-striped materials tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Title</th>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-2"></th>
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
{% if group.state_id == "proposed" %}Proposed milestones{% else %}Milestones{% endif %}
|
||||
{% endif %}
|
||||
</h2>
|
||||
<table class="table table-condensed table-striped{% if group.uses_milestone_dates %} tablesorter{% endif %}">
|
||||
<table class="table table-sm table-striped{% if group.uses_milestone_dates %} tablesorter{% endif %}">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>{% if group.uses_milestone_dates %}Date{% else %}Order{% endif %}</th>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
<h2 id="unassigned-review-requests">Unassigned review requests</h2>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-4">Request</th>
|
||||
|
@ -72,7 +72,7 @@
|
|||
{% if open_review_assignments %}
|
||||
<h2 id="open_review_assignments">Open review assignments</h2>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-4">Request</th>
|
||||
|
@ -126,7 +126,7 @@
|
|||
|
||||
{% if closed_review_requests %}
|
||||
<h3>Closed review requests</h3>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Request</th>
|
||||
|
@ -154,7 +154,7 @@
|
|||
|
||||
{% if closed_review_assignments %}
|
||||
<h3>Closed review assignments</h3>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Request</th>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
<p>Document state information is available for the following document and document state groups:</p>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Document</th>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<h1>{{type.label|cut:"state"|cut:"State"}} states</h1>
|
||||
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>State</th>
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if "docs" in section and section.docs %}
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="sorter-false"></th>
|
||||
|
|
|
@ -39,7 +39,7 @@
|
|||
</p>
|
||||
{% endif %}
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Document</th>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
</p>
|
||||
{% endif %}
|
||||
-->
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-4">Document</th>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<label class="col-sm-2 control-label">Personal API keys</label>
|
||||
<div class="col-sm-10">
|
||||
<div>
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
{% for key in person.apikeys.all %}
|
||||
{% if forloop.first %}
|
||||
<tr ><th>Endpoint</th><th>Created</th><th>Latest use</th><th>Count</th><th>Valid</th></tr>
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<h2>Assigned reviews</h2>
|
||||
|
||||
{% if open_review_assignments %}
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Document</th>
|
||||
|
@ -52,7 +52,7 @@
|
|||
<h2>Latest closed review assignments</h2>
|
||||
|
||||
{% if closed_review_assignments %}
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Document</th>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
</p>
|
||||
{% endif %}
|
||||
|
||||
<table class="table table-condensed table-striped history tablesorter">
|
||||
<table class="table table-sm table-striped history tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
|
|
@ -125,7 +125,7 @@
|
|||
{% if ipr|to_class_name == "ThirdPartyIprDisclosure" %}Possible{% endif %}
|
||||
Patent Holder/Applicant ("Patent Holder")</h2>
|
||||
|
||||
<table class="table-condensed col-md-12">
|
||||
<table class="table-sm col-md-12">
|
||||
{% if prev %}
|
||||
{% if prev.state.slug == "posted" %}
|
||||
<tr><th class="ipr-prev">Previous (<a href="{% url "ietf.ipr.views.show" id=prev.id %}">#{{prev.id}}</a>)</th><th></th><th>This (#{{ipr.id}})</th></tr>
|
||||
|
@ -143,7 +143,7 @@
|
|||
{% if ipr.holder_contact_name or ipr.holder_contact_info %}
|
||||
<h2>{% cycle section %}. Patent Holder's Contact for Licence Application</h2>
|
||||
|
||||
<table class="table-condensed col-md-12">
|
||||
<table class="table-sm col-md-12">
|
||||
{% if prev %}
|
||||
{% if prev.state.slug == "posted" %}
|
||||
<tr><th class="ipr-prev">Previous (<a href="{% url "ietf.ipr.views.show" id=prev.id %}">#{{prev.id}}</a>)</th><th></th><th>This (#{{ipr.id}})</th></tr>
|
||||
|
@ -176,7 +176,7 @@
|
|||
{% if ipr.ietfer_name or ipr.ietfer_contact_email or ipr.ietfer_contact_info %}
|
||||
<h2>{% cycle section %}. Contact Information for the IETF Participant Whose Personal Belief Triggered this Disclosure</h2>
|
||||
|
||||
<table class="table-condensed col-md-12">
|
||||
<table class="table-sm col-md-12">
|
||||
{% if prev %}
|
||||
{% if prev.state.slug == "posted" %}
|
||||
<tr><th class="ipr-prev">Previous (<a href="{% url "ietf.ipr.views.show" id=prev.id %}">#{{prev.id}}</a>)</th><th></th><th>This (#{{ipr.id}})</th></tr>
|
||||
|
@ -208,7 +208,7 @@
|
|||
{% if ipr.iprdocrel_set.all or ipr.other_designations %}
|
||||
<h2>{% cycle section %}. IETF Document or Other Contribution to Which this IPR Disclosure Relates</h2>
|
||||
|
||||
<table class="table-condensed col-md-12">
|
||||
<table class="table-sm col-md-12">
|
||||
{% if prev %}
|
||||
{% if prev.state.slug == "posted" %}
|
||||
<tr><th class="ipr-prev">Previous (<a href="{% url "ietf.ipr.views.show" id=prev.id %}">#{{prev.id}}</a>)</th><th></th><th>This (#{{ipr.id}})</th></tr>
|
||||
|
@ -270,7 +270,7 @@
|
|||
|
||||
<p>A. For granted patents or published pending patent applications, please provide the following information:</p>
|
||||
|
||||
<table class="table-condensed col-md-12">
|
||||
<table class="table-sm col-md-12">
|
||||
{% if prev %}
|
||||
{% if prev.state.slug == "posted" %}
|
||||
<tr><th class="ipr-prev">Previous (<a href="{% url "ietf.ipr.views.show" id=prev.id %}">#{{prev.id}}</a>)</th><th></th><th>This (#{{ipr.id}})</th></tr>
|
||||
|
@ -287,7 +287,7 @@
|
|||
|
||||
<p>B. Does this disclosure relate to an unpublished pending patent application?:</p>
|
||||
|
||||
<table class="table-condensed col-md-12">
|
||||
<table class="table-sm col-md-12">
|
||||
{% if prev %}
|
||||
{% if prev.state.slug == "posted" %}
|
||||
<tr><th class="ipr-prev">Previous (<a href="{% url "ietf.ipr.views.show" id=prev.id %}">#{{prev.id}}</a>)</th><th></th><th>This (#{{ipr.id}})</th></tr>
|
||||
|
@ -326,7 +326,7 @@
|
|||
</div>
|
||||
{% endif %}
|
||||
|
||||
<table class="table-condensed col-md-12">
|
||||
<table class="table-sm col-md-12">
|
||||
{% if prev %}
|
||||
{% if prev.state.slug == "posted" %}
|
||||
<tr><th class="ipr-prev">Previous (<a href="{% url "ietf.ipr.views.show" id=prev.id %}">#{{prev.id}}</a>)</th><th></th><th>This (#{{ipr.id}})</th></tr>
|
||||
|
@ -353,7 +353,7 @@
|
|||
{% elif ipr.statement %}
|
||||
<h2>{% cycle section %}. Statement</h2>
|
||||
|
||||
<table class="table-condensed col-md-12">
|
||||
<table class="table-sm col-md-12">
|
||||
{% if prev %}
|
||||
{% if prev.state.slug == "posted" %}
|
||||
<tr><th class="ipr-prev">Previous (<a href="{% url "ietf.ipr.views.show" id=prev.id %}">#{{prev.id}}</a>)</th><th></th><th>This (#{{ipr.id}})</th></tr>
|
||||
|
@ -371,7 +371,7 @@
|
|||
|
||||
<h2>{% cycle section %}. Contact Information of Submitter of this Form</h2>
|
||||
|
||||
<table class="table-condensed col-md-12">
|
||||
<table class="table-sm col-md-12">
|
||||
{% if prev %}
|
||||
{% if prev.state.slug == "posted" %}
|
||||
<tr><th class="ipr-prev">Previous (<a href="{% url "ietf.ipr.views.show" id=prev.id %}">#{{prev.id}}</a>)</th><th></th><th>This (#{{ipr.id}})</th></tr>
|
||||
|
@ -395,7 +395,7 @@
|
|||
{% if ipr.notes %}
|
||||
<h2>{% cycle section %}. Other Notes</h2>
|
||||
|
||||
<table class="table-condensed col-md-12">
|
||||
<table class="table-sm col-md-12">
|
||||
{% if prev %}
|
||||
{% if prev.state.slug == "posted" %}
|
||||
<tr><th class="ipr-prev">Previous (<a href="{% url "ietf.ipr.views.show" id=prev.id %}">#{{prev.id}}</a>)</th><th></th><th>This (#{{ipr.id}})</th></tr>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{# Copyright The IETF Trust 2015, All Rights Reserved #}
|
||||
{% load origin %}{% origin %}
|
||||
{% load ietf_filters %}
|
||||
<table class="table table-condensed table-striped ipr-table tablesorter">
|
||||
<table class="table table-sm table-striped ipr-table tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<p class="alert alert-info">Total number of IPR disclosures found: <b>{{ iprs|length }}</b>.</p>
|
||||
|
||||
{% if iprs %}
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
@ -45,7 +45,7 @@
|
|||
|
||||
<p class="alert alert-info">Total number of documents searched: <b>{{ docs|length}}</b>.</p>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
@ -94,7 +94,7 @@
|
|||
{% if related_iprs %}
|
||||
<p class="alert alert-info" id="related">Total number of possibly related IPR disclosures found: <b>{{ related_iprs|length }}</b>.</p>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
{% else %}
|
||||
<p class="alert alert-info">Total number of IPR disclosures found: <b>{{ iprs|length }}</b>.</p>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead><th>Date</th><th>ID</th><th>Statement</th></thead>
|
||||
{% for alias in docs %}
|
||||
<tbody>
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
Total number of IPR disclosures found: <b>{{ iprs|length }}</b>.
|
||||
</p>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead><th>Date</th><th>ID</th><th>Statement</th></thead>
|
||||
|
||||
{% block iprlist %}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
<p class="alert alert-info">Total number of {{ q }} WG IPR disclosures found: <b>{{ iprs|length }}</b>. </p>
|
||||
|
||||
{% if docs %}
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
|
||||
{% include "liaisons/detail_tabs.html" %}
|
||||
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<tr>
|
||||
<th>State</th>
|
||||
<td>{{ liaison.state }}</td>
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
</p>
|
||||
{% endif %}
|
||||
|
||||
<table class="table table-condensed table-striped history tablesorter">
|
||||
<table class="table table-sm table-striped history tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
|
|
@ -48,7 +48,7 @@
|
|||
</a>
|
||||
</p>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Fieldset</th>
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
<li><a href="{{ "4053"|rfcurl }}">RFC 4053 (BCP 103), "Procedures for Handling Liaison Statements to and from the IETF"</a></li>
|
||||
</ul>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Submitting entity <sup><small>(1)</small></sup></th>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
For definitive information on generating liaison statements, please
|
||||
see <a href="{{ "4053"|rfcurl }}">RFC 4053 (BCP 103) "Procedures for Handling Liaison Statements to and from the IETF."</a></p>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>To: organization</th>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{# Copyright The IETF Trust 2007, All Rights Reserved #}
|
||||
{% load ietf_filters %}
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
the <a href="{% url 'ietf.group.views.concluded_groups' %}">Concluded
|
||||
Working Groups</a> Web page.</p>
|
||||
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Acronym</th><th>Name</th>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<h1>Non-Working Group email lists</h1>
|
||||
|
||||
{% cache 900 nonwglisttable %}
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Name</th><th>Description</th><th>List Info</th>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
{% origin %}
|
||||
<h1>Mail Recipients</h1>
|
||||
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Recipient</th>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
{% origin %}
|
||||
<h1>Mail Triggers</h1>
|
||||
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Trigger</th>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<div class="panel panel-default">
|
||||
<div class="panel-heading">Drafts already linked to this sesssion</div>
|
||||
<div class="panel-body">
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<tr>
|
||||
<th class="col-md-1">Revision</th>
|
||||
<th>Document</th>
|
||||
|
|
|
@ -129,7 +129,7 @@
|
|||
|
||||
<iframe class="hidden" id="weekview"></iframe>
|
||||
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
{% for item in filtered_assignments %}
|
||||
|
||||
{% ifchanged item.timeslot.time|date:"Y-m-d" %}
|
||||
|
|
|
@ -36,7 +36,7 @@ Optional parameters:
|
|||
|
||||
{% with spacer_scale=5 %}
|
||||
{% with width_scale=filter_categories|agenda_width_scale:spacer_scale %}
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<thead>
|
||||
<tr>
|
||||
{% for fc in filter_categories %}
|
||||
|
|
|
@ -93,7 +93,7 @@
|
|||
Check boxes below to select individual sessions.
|
||||
</p>
|
||||
|
||||
<table id="agenda-table" class="table table-condensed table-striped">
|
||||
<table id="agenda-table" class="table table-sm table-striped">
|
||||
{% for item in filtered_assignments %}
|
||||
|
||||
{% ifchanged item.timeslot.time|date:"Y-m-d" %}
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
<h2>Differences from {{ from_schedule.name }} ({{ from_schedule.owner }}) to {{ to_schedule.name }} ({{ to_schedule.owner }}) </h2>
|
||||
|
||||
{% if diffs %}
|
||||
<table class="table table-condensed schedule-diffs">
|
||||
<table class="table table-sm schedule-diffs">
|
||||
{% for d in diffs %}
|
||||
<tr>
|
||||
<td>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if meetings %}
|
||||
<table id="announce-interim-meetings-table" class="table table-condensed table-striped">
|
||||
<table id="announce-interim-meetings-table" class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
{% endif %}
|
||||
|
||||
{% if meetings %}
|
||||
<table id="pending-interim-meetings-table" class="table table-condensed table-striped">
|
||||
<table id="pending-interim-meetings-table" class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
<!-- Plenaries -->
|
||||
{% if plenaries %}
|
||||
<h2 class="anchor-target" id="plenaries">Plenaries</h2>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
{% if user|has_role:"Secretariat" or user_groups %}
|
||||
|
@ -78,7 +78,7 @@
|
|||
{% regroup ietf|dictsort:"group.parent.acronym" by group.parent.name as areas %}
|
||||
{% for sessions in areas %}
|
||||
<h2 class="anchor-target" id="{{sessions.list.0.group.parent.acronym}}">{{sessions.list.0.group.parent.acronym|upper}} <small>{{ sessions.grouper }}</small></h2>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
{% if user|has_role:"Secretariat" or user_groups %}
|
||||
|
@ -114,7 +114,7 @@
|
|||
{% if training %}
|
||||
{% with "False" as show_agenda %}
|
||||
<h2 class="anchor-target" id="training">Training</h2>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
{% if user|has_role:"Secretariat" or user_groups %}
|
||||
|
@ -150,7 +150,7 @@
|
|||
<!-- IAB Sessions -->
|
||||
{% if iab %}
|
||||
<h2 class="anchor-target" id="iab">IAB <small>Internet Architecture Board</small></h2>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
{% if user|has_role:"Secretariat" or user_groups %}
|
||||
|
@ -185,7 +185,7 @@
|
|||
<!-- IRTF Sessions -->
|
||||
{% if irtf %}
|
||||
<h2 class="anchor-target" id="irtf">IRTF <small>Internet Research Task Force</small></h2>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
{% if user|has_role:"Secretariat" or user_groups %}
|
||||
|
@ -219,7 +219,7 @@
|
|||
|
||||
{% if other %}
|
||||
<h2 class="anchor-target" id="other">Other <small>Miscellaneous other sessions</small></h2>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
{% if user|has_role:"Secretariat" or user_groups %}
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
{% if meetings %}
|
||||
<h3></h3>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
|
|
@ -74,7 +74,7 @@
|
|||
<!-- Plenaries -->
|
||||
{% if plenaries %}
|
||||
<h2 class="anchor-target" id="plenaries">Plenaries</h2>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-1">Group</th>
|
||||
|
@ -97,7 +97,7 @@
|
|||
{% for area, meeting_sessions, not_meeting_sessions in ietf_areas %}
|
||||
<h2 class="anchor-target" id="{{ area.acronym }}">{{ area.acronym|upper }} <small>{{ area.name }}</small></h2>
|
||||
{% if meeting_sessions %}
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-1">Group</th>
|
||||
|
@ -125,7 +125,7 @@
|
|||
{% endifchanged %}
|
||||
{% endfor %}
|
||||
</p>
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-1"> </th>
|
||||
|
@ -152,7 +152,7 @@
|
|||
{% if training %}
|
||||
{% with "False" as show_agenda %}
|
||||
<h2 class="anchor-target" id="training">Training</h2>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-1">Group</th>
|
||||
|
@ -177,7 +177,7 @@
|
|||
<!-- IAB Sessions -->
|
||||
{% if iab %}
|
||||
<h2 class="anchor-target" id="iab">IAB <small>Internet Architecture Board</small></h2>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-1">Group</th>
|
||||
|
@ -201,7 +201,7 @@
|
|||
<!-- IRTF Sessions -->
|
||||
{% if irtf %}
|
||||
<h2 class="anchor-target" id="irtf">IRTF <small>Internet Research Task Force</small></h2>
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-md-1">Group</th>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
<div class="panel panel-default">
|
||||
<div class="panel-heading">Proceedings Materials</div>
|
||||
<div class="panel-body">
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Type</th>
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
{% if proceedings_materials|list_extract:1|keep_only:'active' or user|has_role:'Secretariat' %}
|
||||
<!-- Proceedings materials not tied to groups -->
|
||||
<h2 class="anchor-target" id="proceedings-materials">Proceedings Materials</h2>
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
{% if user|has_role:'Secretariat' %}
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
{% endfor %}
|
||||
</p>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Group</th>
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<tr>
|
||||
<th class="col-md-2">Name</th>
|
||||
<th class="col-md-2">Owner</th>
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
<div class="panel panel-default">
|
||||
<div class="panel-heading">Agenda, Minutes, and Bluesheets</div>
|
||||
<div class="panel-body">
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
{% for pres in session.filtered_artifacts %}
|
||||
<tr>
|
||||
{% url 'ietf.doc.views_doc.document_main' name=pres.document.name as url %}
|
||||
|
@ -96,7 +96,7 @@
|
|||
<div class="panel panel-default">
|
||||
<div class="panel-heading" data-toggle="tooltip" title="Drag and drop to reorder slides">Slides</div>
|
||||
<div class="panel-body">
|
||||
<table class="table table-condensed table-striped slides" id="slides_{{session.pk}}">
|
||||
<table class="table table-sm table-striped slides" id="slides_{{session.pk}}">
|
||||
<tbody session="{{session.pk}}" addToSession="{% url 'ietf.meeting.views.ajax_add_slides_to_session' session_id=session.pk num=session.meeting.number %}" removeFromSession="{% url 'ietf.meeting.views.ajax_remove_slides_from_session' session_id=session.pk num=session.meeting.number %}" reorderInSession="{% url 'ietf.meeting.views.ajax_reorder_slides_in_session' session_id=session.pk num=session.meeting.number %}">
|
||||
{% for pres in session.filtered_slides %}
|
||||
<tr name="{{pres.document.name}}">
|
||||
|
@ -129,7 +129,7 @@
|
|||
<div class="panel-heading">Drafts
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
{% for pres in session.filtered_drafts %}
|
||||
<tr>
|
||||
<td>
|
||||
|
|
|
@ -91,7 +91,7 @@
|
|||
|
||||
{% cache 600 upcoming-meetings entries.count %}
|
||||
{% if entries %}
|
||||
<table id="upcoming-meeting-table" class="table table-condensed table-striped tablesorter">
|
||||
<table id="upcoming-meeting-table" class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
<a href="mailto:{{ regime.chair.person.email_address }}">{{ regime.chair.person.plain_name }}</a>
|
||||
</p>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
{% origin %}
|
||||
<h2>Eligible People for {{ nomcom.group }}</h2>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<th>Last Name</th>
|
||||
<th>First Name</th>
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
<p class="alert alert-warning"><b>Note:</b> The data for concluded NomComs is occasionally incorrect.</p>
|
||||
{% for regime in regimes %}
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="{{ regime.year }}">{{ regime.label }}</h3>
|
||||
{% for slug, label, roles in regime.nomcom.personnel %}
|
||||
|
@ -43,7 +43,7 @@
|
|||
{% endfor %}
|
||||
<a href="prior"></a>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="2012">2012/2013</h3>
|
||||
<tr><th></th>
|
||||
|
@ -78,7 +78,7 @@
|
|||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="2011">2011/2012</h3>
|
||||
<tr><th></th>
|
||||
|
@ -116,7 +116,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="2010">2010/2011</h3>
|
||||
<tr><th></th>
|
||||
|
@ -153,7 +153,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="2009">2009/2010</h3>
|
||||
<tr><th></th>
|
||||
|
@ -191,7 +191,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="2008">2008/2009</h3>
|
||||
<tr><th></th>
|
||||
|
@ -227,7 +227,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="2007">2007/2008</h3>
|
||||
<tr><th></th>
|
||||
|
@ -264,7 +264,7 @@
|
|||
</table>
|
||||
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="2006">2006/2007</h3>
|
||||
<tr><th></th>
|
||||
|
@ -300,7 +300,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="2005">2005/2006</h3>
|
||||
<tr><th></th>
|
||||
|
@ -336,7 +336,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="2004">2004/2005</h3>
|
||||
<tr><th></th>
|
||||
|
@ -373,7 +373,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="2003">2003/2004</h3>
|
||||
<tr><th></th>
|
||||
|
@ -408,7 +408,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="2002">2002/2003</h3>
|
||||
<tr><th></th>
|
||||
|
@ -443,7 +443,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="2001">2001/2002</h3>
|
||||
<tr><th></th>
|
||||
|
@ -478,7 +478,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="2000">2000/2001</h3>
|
||||
<tr><th></th>
|
||||
|
@ -513,7 +513,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="1999">1999/2000</h3>
|
||||
<tr><th></th>
|
||||
|
@ -548,7 +548,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="1998">1998/1999</h3>
|
||||
<tr><th></th>
|
||||
|
@ -584,7 +584,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="1997">1997/1998</h3>
|
||||
<tr><th></th>
|
||||
|
@ -619,7 +619,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="1996">1996/1997</h3>
|
||||
<tr><th></th>
|
||||
|
@ -656,7 +656,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="1995">1995/1996</h3>
|
||||
<tr><th></th>
|
||||
|
@ -691,7 +691,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="1994">1994/1995</h3>
|
||||
<tr><th></th>
|
||||
|
@ -720,7 +720,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="1993">1993/1994</h3>
|
||||
<tr><th></th>
|
||||
|
@ -748,7 +748,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<tbody class="meta">
|
||||
<h3 class="anchor-target" id="1992">1992/1993</h3>
|
||||
<tr><th></th>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
{% origin %}
|
||||
<h1>NomComs</h1>
|
||||
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Year</th>
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<h2>Nomination status</h2>
|
||||
|
||||
<div class="table-responsive">
|
||||
<table class="table table-condensed table-striped table-hover col-sm-12">
|
||||
<table class="table table-sm table-striped table-hover col-sm-12">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-sm-2">Position</th>
|
||||
|
@ -116,7 +116,7 @@
|
|||
{% endif %}
|
||||
|
||||
|
||||
<table class="table table-condensed table-striped table-hover tablesorter"
|
||||
<table class="table table-sm table-striped table-hover tablesorter"
|
||||
id="nominee-position-table">
|
||||
<thead>
|
||||
<tr>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
{% if nomcom.group.state_id == 'active' %}
|
||||
<form id="reminderform " method="post">
|
||||
{% csrf_token %}
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th><span class="fa fa-check"></span></th>
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
{% endif %}
|
||||
</div>
|
||||
<div class="panel-body">
|
||||
<table class="table table-condensed table-striped tablesorter">
|
||||
<table class="table table-sm table-striped tablesorter">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-sm-1">First Name</th>
|
||||
|
@ -72,7 +72,7 @@
|
|||
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-body">
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th class="col-sm-9">Topic</th>
|
||||
|
@ -103,7 +103,7 @@
|
|||
{% if independent_feedback_types %}
|
||||
<h2 class="anchor-target" id="misc">Feedback not related to Nominees</h2>
|
||||
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th></th>
|
||||
|
|
|
@ -64,7 +64,7 @@
|
|||
|
||||
{% else %}
|
||||
|
||||
<table class="table table-condensed">
|
||||
<table class="table table-sm">
|
||||
<thead>
|
||||
<tr><th>Code</th><th>Explanation</th></tr>
|
||||
</thead>
|
||||
|
@ -79,7 +79,7 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-condensed table-striped">
|
||||
<table class="table table-sm table-striped">
|
||||
<thead>
|
||||
<tr>
|
||||
<th>Date</th>
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue