|
| 1 | +{% extends "idrfc/base.html" %} |
| 2 | +{% comment %} |
| 3 | +Copyright (C) 2009-2010 Nokia Corporation and/or its subsidiary(-ies). |
| 4 | +All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com> |
| 5 | + |
| 6 | +Redistribution and use in source and binary forms, with or without |
| 7 | +modification, are permitted provided that the following conditions |
| 8 | +are met: |
| 9 | + |
| 10 | + * Redistributions of source code must retain the above copyright |
| 11 | + notice, this list of conditions and the following disclaimer. |
| 12 | + |
| 13 | + * Redistributions in binary form must reproduce the above |
| 14 | + copyright notice, this list of conditions and the following |
| 15 | + disclaimer in the documentation and/or other materials provided |
| 16 | + with the distribution. |
| 17 | + |
| 18 | + * Neither the name of the Nokia Corporation and/or its |
| 19 | + subsidiary(-ies) nor the names of its contributors may be used |
| 20 | + to endorse or promote products derived from this software |
| 21 | + without specific prior written permission. |
| 22 | + |
| 23 | +THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS |
| 24 | +"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT |
| 25 | +LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR |
| 26 | +A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT |
| 27 | +OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 28 | +SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT |
| 29 | +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 30 | +DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 31 | +THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 32 | +(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
| 33 | +OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 34 | +{% endcomment %} |
| 35 | + |
| 36 | +{% block title %}IETF Datatracker{% endblock %} |
| 37 | + |
| 38 | +{% block content %} |
| 39 | +<table> |
| 40 | +<tr valign="middle"> |
| 41 | +<td colspan="2"> |
| 42 | +<h1 style="font-size:40px;margin-bottom:10px;margin-top:5px;"><b>IETF Datatracker</b></h1> |
| 43 | +</td> |
| 44 | +<td style="padding:8px;"><div style="text-align:center;"><img src="http://www.ietf.org/images/ietflogo.gif" width="140"/></div></td> |
| 45 | +</tr> |
| 46 | + |
| 47 | +<tr valign="top"><td style="width:600px;background:#edf5ff;padding:8px;border:1px solid #cccccc;"> |
| 48 | +<div noid="search_form_box"> |
| 49 | +<h1>Search Internet-Drafts and RFCs</h1> |
| 50 | +{% include "idrfc/search_form.html" %} |
| 51 | +</div> |
| 52 | +</td> |
| 53 | +<td style="width:8px;"> </td> |
| 54 | +<td style="width:200px;background:#fff5df;padding:8px;border:1px solid #cccccc;"> |
| 55 | +The IETF Datatracker is the IETF's web system for managing information |
| 56 | +about: |
| 57 | +<ul style="padding-left:20px;"> |
| 58 | +<li><a href="/doc/">Internet-Drafts and RFCs</a></li> |
| 59 | +<li><a href="/ipr/">IPR disclosures</a></li> |
| 60 | +<li><a href="/liaison/">Liaison statements</a></li> |
| 61 | +<li><a href="/meeting/agenda/">Meeting agenda</a> and <a href="/meeting/materials/">session agendas/slides/minutes</a></li> |
| 62 | +<li><a href="/iesg/agenda/">IESG telechat agenda</a></li> |
| 63 | +</ul> |
| 64 | +</td> |
| 65 | +</tr> |
| 66 | +</table> |
| 67 | + |
| 68 | +<div id="search_results" style="margin-top:8px;"> |
| 69 | +{% if docs %} |
| 70 | +{% include "idrfc/search_results.html" %} |
| 71 | +{% endif %} |
| 72 | +</div> |
| 73 | +{% endblock content %} |
| 74 | +{% block scripts %} |
| 75 | +YAHOO.util.Event.onContentReady("search_submit_button", function () { |
| 76 | + var oButton = new YAHOO.widget.Button("search_submit_button", {}); |
| 77 | +}); |
| 78 | +{% endblock scripts %} |
0 commit comments