{% extends "base.html" %} {% block morecss %} .ietf-navset { background:#214197 url(/images/yui/sprite.png) repeat-x left -1400px; color:white; border:1px solid black; padding:4px; } .ietf-navset .selected { font-weight:bold; padding: 0 3px; } .ietf-navset a, .ietf-navset a:visited { color: white; padding:0 3px; } .cutoff-warning { border: 1px dashed red; background-color: #ffeeaa; padding: 1em 2em; margin: 1em 0px; } {% endblock %} {% block content %}

IETF Internet-Draft Submission

{% ifequal selected "index" %}Upload{% else %}Upload{% endifequal %} | {% ifequal selected "status" %}Status{% else %}Status{% endifequal %} | {% ifequal selected "instructions" %}Tool Instructions{% else %}Tool Instructions{% endifequal %} | {% ifequal selected "notewell" %}NOTE WELL{% else %}NOTE WELL{% endifequal %}
{% if form.cutoff_warning %}
{{ form.cutoff_warning|safe }}
{% endif %} {% block submit_content %} {% endblock %} {% endblock %}