File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5858
5959< li class ="sect "> Drafts & RFCs</ li >
6060 < li > < a href ="/doc/ "> Search</ a > </ li >
61- < 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 >
61+ < li > < form action ="/doc/search/ " method ="post " 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 >
6262 < li > < a href ="https://datatracker.ietf.org/idst/upload.cgi "> Submit a draft</ a > </ li >
6363
6464
Original file line number Diff line number Diff line change 3232OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
3333{% endcomment %}
3434
35- < form name ="search_form " id ="search_form " action ="/doc/search/ " method ="post " onsubmit ="submitSearch();return false; ">
35+ < form name ="search_form " id ="search_form " action ="/doc/search/ " method ="post " {# onsubmit ="submitSearch();return false; " #} >
3636
3737< div class ="search_field ">
3838< label > Name/number/title:</ label > {{ form.name }}
8484
8585< script type ="text/javascript ">
8686//<![CDATA[
87+ { % comment % }
8788function searchResult ( o ) {
8889 var el = document . getElementById ( "search_results" ) ;
8990 el . innerHTML = ( o . responseText !== undefined ) ? o . responseText : "?" ;
104105 argument : null
105106 } , null ) ;
106107}
108+ { % endcomment % }
107109
108110function togglePlusMinus ( id ) {
109111 var el = document . getElementById ( id ) ;
You can’t perform that action at this time.
0 commit comments