Skip to content

Commit 0fe23c3

Browse files
committed
Merged in [17120] from rjsparks@nostrum.com:
Add links to the main website and the mailarchive to the search page. - Legacy-Id: 17145 Note: SVN reference [17120] has been migrated to Git commit 54fea0f
2 parents 71883da + 54fea0f commit 0fe23c3

2 files changed

Lines changed: 13 additions & 0 deletions

File tree

ietf/static/ietf/css/ietf.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ body { padding-top: 72px; }
7575
font-family: "PT Sans", "Trebuchet", "Seravek", sans-serif;
7676
}
7777

78+
.body-nav {
79+
font-family: "PT Sans", "Trebuchet", "Seravek", sans-serif;
80+
font-size: 90%;
81+
}
82+
7883
.nav-stacked>li, .nav-stacked>li+li { margin: 0; line-height: 1.214; }
7984
.nav-stacked>li>a { padding: 0.125em 0.5em; }
8085

ietf/templates/doc/search/search_form.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,14 @@
1616

1717
{{ form.sort }} {# hidden field #}
1818

19+
<div class="container-fluid text-center nav body-nav" >
20+
<p>
21+
<a href="https://www.ietf.org/search">Search page for www.ietf.org website</a>
22+
&nbsp;|&nbsp;
23+
<a href="https://mailarchive.ietf.org">Search page for IETF mail list archives</a>
24+
</p>
25+
</div>
26+
1927
<div class="panel-group" id="accordion1">
2028
<div class="panel panel-default">
2129
<div class="panel-heading">

0 commit comments

Comments
 (0)