|
3 | 3 | {% block title %}IETF Datatracker{% if server_mode != "production" %} -- Development Mode{% endif %}{% endblock %} |
4 | 4 |
|
5 | 5 | {% block content %} |
6 | | - <div class="row"> |
7 | | - <div class="text-center"> |
| 6 | +<div class="row"> |
| 7 | + <div class="col-md-12"> |
| 8 | + <div class="text-center"> |
8 | 9 | <img class="ietflogo" src="/images/ietflogo.png" alt="IETF"> |
9 | 10 | {% if server_mode == "production" %} |
10 | | - <h1>IETF Datatracker</h1> |
| 11 | + <h1>IETF Datatracker</h1> |
11 | 12 | {% else %} |
12 | | - <h1 style="color:#ff0000">IETF Datatracker -- Development Mode</h1> |
| 13 | + <h1 style="color:#ff0000">IETF Datatracker -- Development Mode</h1> |
13 | 14 | {% endif %} |
14 | | - </div> |
15 | | - </div> |
| 15 | + </div> |
| 16 | + </div> |
| 17 | +</div> |
16 | 18 |
|
17 | | - <div class="row"> |
18 | | - <div class="col-sm-4 col-sm-push-8"> |
19 | | - <h2>About</h2> |
20 | | - <p>The IETF Datatracker is the IETF's web system for managing organizational information, such as:</p> |
21 | | - <ul> |
22 | | - <li><a href="{% url "doc_search" %}">Internet-Drafts (I-Ds) and Requests for Comments (RFCs)</a></li> |
23 | | - <li><a href="/ipr/">IPR disclosures</a></li> |
24 | | - <li><a href="/liaison/">Liaison statements</a></li> |
25 | | - <li><a href="/meeting/agenda/">Meeting agendas</a> and <a href="/meeting/">session agendas, slides and minutes</a></li> |
26 | | - <li><a href="/iesg/agenda/">IESG telechat agendas</a></li> |
27 | | - </ul> |
28 | | - </div> |
29 | | - <div class="col-sm-8 col-sm-pull-4"> |
| 19 | +<div class="row"> |
| 20 | + <div class="col-md-12"> |
30 | 21 | <h2>Search Documents</h2> |
31 | 22 | {% include "doc/search/search_form.html" %} |
32 | 23 |
|
33 | | - </div> |
34 | | - </div> |
| 24 | + </div> |
| 25 | +</div> |
| 26 | +<div class="row"> |
| 27 | + <hr/> |
| 28 | + <div class="col-md-4 col-md-offset-1"> |
| 29 | + <h2>About this site</h2> |
| 30 | + <p>The IETF Datatracker is the IETF's web system for managing organizational information, such as:</p> |
| 31 | + </div> |
| 32 | + <div class="col-md-7"> |
| 33 | + <div class="h2"></div> |
| 34 | + <ul class="list-group list-unstyled"> |
| 35 | + <li><a href="{% url "doc_search" %}">Internet-Drafts (I-Ds) and Requests for Comments (RFCs)</a></li> |
| 36 | + <li><a href="/ipr/">IPR disclosures</a></li> |
| 37 | + <li><a href="/liaison/">Liaison statements</a></li> |
| 38 | + <li><a href="/meeting/agenda/">Meeting agendas</a> and <a href="/meeting/">session agendas, slides and minutes</a></li> |
| 39 | + <li><a href="/iesg/agenda/">IESG telechat agendas</a></li> |
| 40 | + </ul> |
| 41 | + </div> |
| 42 | +</div> |
| 43 | + |
35 | 44 | {% endblock content %} |
0 commit comments