Skip to content

Commit 17bf0b3

Browse files
committed
Added a link to the meeting agenda to the lefthand menu, and did some minor fixes to the html.
- Legacy-Id: 1341
1 parent 9496a0c commit 17bf0b3

1 file changed

Lines changed: 15 additions & 8 deletions

File tree

ietf/templates/leftmenu.html

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,19 @@
77
<li><a href="http://www.ietf.org/overview.html" title="What is the IETF?">Overview</a></li>
88
<li>IETF history</li>
99
<li><a href="http://www.ietf.org/IESG/content/procdocs.html" title="How an IETF standard is adopted">IETF process</a></li>
10-
</ul></li><!--end about sublist-->
10+
</ul>
11+
</li><!--end about sublist-->
1112
<li><a title="What the IETF is doing">IETF activities</a>
1213
<ul> <!--sublist for activities-->
1314
<li><a href="http://www.ietf.org/iesg.html" title="Internet Engineering Steering Group">IESG</a></li>
1415
<li><a href="http://www.ietf.org/liaisonActivities.html" title="Liasons with other standards bodies">IETF Liaison Activities</a></li>
1516
<li><a href="http://www.ietf.org/secretariat.html" title="The Secretariat">IETF secretariat</a> </li>
1617
<li><a href="http://www.ietf.org/nomcom/" title="IESG and IAB Nominations Committee">The NomCom</a></li>
1718
<li><a href="http://www.ietf.org/html.charters/wg-dir.html" title="IETF Working Groups">Working Groups</a></li>
18-
<li><a href="http://www3.ietf.org/meetings/meetings.html" title="Meetings past, present, and future">Meetings</a></li>
19-
</ul> </li><!--end activities sublist-->
19+
<li><a href="http://www.ietf.org/meetings/meetings.html" title="Meetings past, present, and future">Meetings</a></li>
20+
<li><a href="/meeting/agenda/" title="Meeting Agenda">Agenda</a></li>
21+
</ul>
22+
</li><!--end activities sublist-->
2023

2124
<li><a title="Documents of the IETF">Documents</a>
2225
<ul><!--sublist for documents-->
@@ -25,7 +28,8 @@
2528
<li><a href="http://tools.ietf.org/search">Document Search</a></li>
2629
<li><a href="http://www.ietf.org/proceedings_directory.html" title="Proceedings of past meetings">Proceedings</a></li>
2730
<li><a href="https://datatracker.ietf.org/idst/upload.cgi" title="Submit Internet Drafts">Submission</a></li>
28-
</ul> <!--end documents sublist-->
31+
</ul>
32+
</li><!--end documents sublist-->
2933

3034
<li><a title="Other sites having to do with the IETF">Related sites</a>
3135
<ul> <!--begin othersites sublist-->
@@ -58,9 +62,12 @@
5862

5963

6064
<li>Site search:</li>
61-
<li><form method="get" action="http://www.google.com/u/ietf">
62-
<input name="q" size="10" maxlength="255" value="" type="text" />
63-
<input name="sa" value="Go" type="submit" />
64-
</form>
65+
<li>
66+
<form method="get" action="http://www.google.com/u/ietf">
67+
<div>
68+
<input name="q" size="10" maxlength="255" value="" type="text"/>
69+
<input name="sa" value="Go" type="submit"/>
70+
</div>
71+
</form>
6572
</li>
6673
</ul>

0 commit comments

Comments
 (0)