File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5555
5656 < form class ="navbar-form navbar-right hidden-sm hidden-xs " action ="/doc/search/ " role ="search ">
5757 < div class ="form-group ">
58- < input class ="form-control " type ="text " name ="name " placeholder ="Search documents ">
58+ < input class ="form-control " type ="text " name ="name " placeholder ="Document search ">
5959 < input type ="hidden " name ="activedrafts " value ="on ">
6060 < input type ="hidden " name ="rfcs " value ="on ">
6161 </ div >
102102 < div class ="col-md-6 ">
103103 < div class ="text-center ">
104104 < ul class ="nav nav-pills center-pills ">
105- < li > < a href ="//tools.ietf.org/ "> IETF Tools</ a > </ li >
106105 < li > < a href ="//www.internetsociety.org/ "> ISOC</ a > </ li >
106+ < li > < a href ="//tools.ietf.org/ "> IETF Tools</ a > </ li >
107107 < li > < a href ="//www.irtf.org/ "> IRTF</ a > </ li >
108108 < li > < a href ="//www.iab.org/ "> IAB</ a > </ li >
109109 < li > < a href ="//www.ietf.org/iesg/ "> IESG</ a > </ li >
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ <h1>{{ cl.long_name }}</h1>
3131 < li > Search for the document or documents you want to add using the datatracker search form.</ li >
3232 < li > In the search results, you'll find a link to add individual documents to your list.</ li >
3333 </ ul >
34- < a class ="btn btn-default " href ="/doc/search "> Search documents </ a >
34+ < a class ="btn btn-default " href ="/doc/search "> Document search </ a >
3535
3636 < table class ="table table-condensed table-striped ">
3737 < thead >
Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
3- {% block title %}Search documents {% endblock %}
3+ {% block title %}Document Search {% endblock %}
44
55{% block content %}
6- < h1 > Search documents </ h1 >
6+ < h1 > Document Search </ h1 >
77
88 {% include "doc/search/search_form.html" %}
99
You can’t perform that action at this time.
0 commit comments