Update of /cvsroot/firebug/firebug/web
In directory sc8-pr-cvs1:/tmp/cvs-serv31746/web
Modified Files:
menu.html
Log Message:
Removed onClick
Index: menu.html
===================================================================
RCS file: /cvsroot/firebug/firebug/web/menu.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** menu.html 16 Jun 2003 18:08:20 -0000 1.6
--- menu.html 16 Jun 2003 18:12:16 -0000 1.7
***************
*** 22,26 ****
<tr bgcolor="#CCFFFC" class="NavHiliteRow">
! <td class="NavHilite" onClick="goTo('./introduction.html')">
<div class="NavText">
<a href="./introduction.html">Introduction</a>
--- 22,26 ----
<tr bgcolor="#CCFFFC" class="NavHiliteRow">
! <td class="NavHilite">
<div class="NavText">
<a href="./introduction.html">Introduction</a>
***************
*** 30,37 ****
<tr class="NavRow">
! <td class="Nav" onClick="navBarClick(this,1,'./overview.html')"><div class="NavText"><a href="./overview.html">Overview</a></div></td></tr>
<tr class="NavRow">
! <td class="Nav" onClick="navBarClick(this,1,'./architecture.html')"><div class="NavText">
<a href="./arch.html" target="main">Network arch.</a>
</div>
--- 30,37 ----
<tr class="NavRow">
! <td class="Nav"><div class="NavText"><a href="./overview.html">Overview</a></div></td></tr>
<tr class="NavRow">
! <td class="Nav"><div class="NavText">
<a href="./arch.html" target="main">Network arch.</a>
</div>
***************
*** 48,52 ****
<tr class="NavRow">
! <td class="Nav" onClick="navBarClick(this,1,'./publications.html')">
<div class="NavText">
<a href="./publications.html" target="main">Publications</a>
--- 48,52 ----
<tr class="NavRow">
! <td class="Nav">
<div class="NavText">
<a href="./publications.html" target="main">Publications</a>
***************
*** 56,60 ****
<tr class="NavRow">
! <td class="Nav" onClick="navBarClick(this,1,'./people.html')">
<div class="NavText">
<a href="./people.html" target="main">People</a>
--- 56,60 ----
<tr class="NavRow">
! <td class="Nav">
<div class="NavText">
<a href="./people.html" target="main">People</a>
***************
*** 64,68 ****
<tr class="NavRow">
! <td class="Nav" onClick="navBarClick(this,1,'./contact.html')">
<div class="NavText">
<a href="./contact.html" target="main">Contact</a>
--- 64,68 ----
<tr class="NavRow">
! <td class="Nav">
<div class="NavText">
<a href="./contact.html" target="main">Contact</a>
|