|
363 | 363 | </tbody> |
364 | 364 | </table> |
365 | 365 |
|
366 | | - <p class="buttonlist"> |
| 366 | + <div class="buttonlist"> |
367 | 367 | <a class="btn btn-default btn-xs" href="mailto:{{ doc.name }}@tools.ietf.org?subject=Mail%20regarding%20{{ doc.name }}"><span class="fa fa-envelope-o"></span> Email authors</a> |
368 | 368 | <a class="btn btn-default btn-xs" href="{% url "ipr_search" %}?submit=draft&id={{ doc.name }}" rel="nofollow"><span class="fa fa-bolt"></span> IPR {% if doc.related_ipr %} <span class="badge">{{doc.related_ipr|length}}</span>{% endif %}</a> |
369 | 369 | <a class="btn btn-default btn-xs" href="{% url "doc_references" doc.canonical_name %}" rel="nofollow"><span class="fa fa-long-arrow-left"></span> References</a> |
370 | 370 | <a class="btn btn-default btn-xs" href="{% url "doc_referenced_by" doc.canonical_name %}" rel="nofollow"><span class="fa fa-long-arrow-right"></span> Referenced by</a> |
371 | 371 | <a class="btn btn-default btn-xs" href="https://www.ietf.org/tools/idnits?url=https://www.ietf.org/archive/id/{{ doc.filename_with_rev }}" rel="nofollow" target="_blank"><span class="fa fa-exclamation"></span> Nits</a> |
372 | | - <a class="btn btn-default btn-xs" href="https://www.google.com/search?as_q={{ doc.name }}&as_sitesearch={{ search_archive }}" rel="nofollow" target="_blank"><span class="fa fa-search"></span> Search lists</a> |
373 | | - {% if user|has_role:"Area Director" %} |
374 | | - <a class="btn btn-default btn-xs" href="https://www.iesg.org/bin/c5i?mid=6&rid=77&target={{ doc.name }}" rel="nofollow" target="_blank">Search lists (ARO)</a> |
375 | | - {% endif %} |
| 372 | + <span class="dropdown"> |
| 373 | + <button class="btn btn-default btn-xs dropdown-toggle" type="button" id="ddSearchMenu" data-toggle="dropdown" aria-expanded="true"> |
| 374 | + <span class="fa fa-search"></span> Search lists <span class="caret"></span> |
| 375 | + </button> |
| 376 | + <ul class="dropdown-menu" role="menu"> |
| 377 | + <li role="presentation"><a role="menuitem" href="https://mailarchive.ietf.org/arch/search?q={{ doc.name }}" rel="nofollow" target="_blank">IETF Mail Archive</a></li> |
| 378 | + <li role="presentation"><a role="menuitem" href="https://www.google.com/search?as_q={{ doc.name }}&as_sitesearch={{ search_archive }}" rel="nofollow" target="_blank">Google</a></li> |
| 379 | + {% if user|has_role:"Area Director" %} |
| 380 | + <li role="presentation"><a role="menuitem" href="https://www.iesg.org/bin/c5i?mid=6&rid=77&target={{ doc.name }}" rel="nofollow" target="_blank">ARO</a> </li> |
| 381 | + {% endif %} |
| 382 | + </ul> |
| 383 | + </span> |
376 | 384 | {% if user.is_authenticated %} |
377 | 385 | {% if tracking_document %} |
378 | 386 | <a class="btn btn-default btn-xs community-list-add-remove-doc" href="{% url "community_remove_track_document" doc.name %}" title="Remove from your personal ID list"><span class="fa fa-bookmark-o"></span> Untrack</a> |
|
392 | 400 | <a class="btn btn-default btn-xs" href="{{ url }}">{{ label|capfirst_allcaps }}</a> |
393 | 401 | {% endfor %} |
394 | 402 | {% endif %} |
395 | | - </p> |
| 403 | + </div> |
396 | 404 |
|
397 | 405 | {% if doc.get_state_slug == "active" or doc.get_state_slug == "rfc" %} |
398 | 406 | {{ content|safe }} |
|
0 commit comments