|
1 | | -{% comment %} |
| 1 | +{% comment %}<!-- |
2 | 2 | Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 | 3 | All rights reserved. Contact: Pasi Eronen <pasi.eronen@nokia.com> |
4 | 4 |
|
|
30 | 30 | THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
31 | 31 | (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
32 | 32 | OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
33 | | - |
| 33 | +--> |
34 | 34 | {% endcomment %} |
35 | 35 | {% load wg_menu %} |
36 | 36 | {% load ietf_filters ietf_streams community_tags %} |
|
77 | 77 | <li><a href="http://tools.ietf.org/wg/concluded">Concluded WGs</a></li> |
78 | 78 | <li><a href="http://www.ietf.org/list/nonwg.html">Non-WG Lists</a></li> |
79 | 79 |
|
| 80 | + |
| 81 | +<li class="sect">Drafts & RFCs</li> |
| 82 | + <li><a href="/doc/">Document search:</a></li> |
| 83 | + <li><form action="/doc/search/" method="get" style="padding-bottom:0;margin-bottom:0;"><input type="text" style="margin-left:10px; width:100px; border:1px solid #89d;" name="name" /><input type="hidden" name="activeDrafts" value="on"/><input type="hidden" name="rfcs" value="on"/></form></li> |
| 84 | + <li><a href="{% url submit_index %}">Submit a draft</a></li> |
| 85 | +{% if user|in_group:"WG Chair" %} |
| 86 | + <li><a href="{% url submit_approvals %}">Approve a draft</a></li> |
| 87 | +{% endif %} |
80 | 88 | {% get_user_managed_lists user as community_lists %} |
81 | 89 | {% if community_lists %} |
82 | | -<li class="sect">Community ID lists</li> |
83 | | - <li><a href="{{ community_lists.personal.get_manage_url }}">{{ community_lists.personal.short_name }}</a> |
| 90 | + <li><a href="{{ community_lists.personal.get_manage_url }}">{{ community_lists.personal.short_name }}</a> |
84 | 91 | {% for cl in community_lists.group %} |
85 | 92 | <li><a href="{{ cl.get_manage_url }}">{{ cl.short_name }}</a> |
86 | 93 | {% endfor %} |
| 94 | +{% else %} |
| 95 | + <li><a href="http://{{ request.get_host }}/accounts/login/?next={{request.get_full_path|urlencode}}" rel="nofollow">Sign in to track drafts</a></li> |
87 | 96 | {% endif %} |
88 | 97 |
|
89 | | -<li class="sect">Drafts & RFCs</li> |
90 | | - <li><a href="/doc/">Search</a></li> |
91 | | - <li><form action="/doc/search/" method="get" style="padding-bottom:0;margin-bottom:0;"><input type="text" style="margin-left:10px; width:100px; border:1px solid #89d;" name="name" /><input type="hidden" name="activeDrafts" value="on"/><input type="hidden" name="rfcs" value="on"/></form></li> |
92 | | - <li><a href="{% url submit_index %}">Submit a draft</a></li> |
93 | | - |
94 | 98 |
|
95 | 99 | <li class="sect">Meetings</li> |
96 | 100 | <li><a href="/meeting/agenda/">Agenda</a></li> |
|
0 commit comments