[Firebug-cvs] firebug/web contact.html,NONE,1.1 menu.html,1.2,1.3
Brought to you by:
doolin
From: <do...@us...> - 2003-06-12 02:17:07
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv8330 Modified Files: menu.html Added Files: contact.html Log Message: Fixed targets. --- NEW FILE: contact.html --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <link type="text/css" rel="stylesheet" href="firebug.css" /> <link rel="SHORTCUT ICON" href="./images/favicon.ico" /> <title>FireBug contacts</title> </head> <body> <h1>FireBug contacts</h1> </body> </html> Index: menu.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/menu.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** menu.html 11 Jun 2003 22:47:34 -0000 1.2 --- menu.html 12 Jun 2003 02:17:02 -0000 1.3 *************** *** 6,53 **** <link type="text/css" rel="stylesheet" href="main.css" /> ! <link type="text/css" rel="stylesheet" href="firebug.css" /> ! <script language="JavaScript1.2" src="/main.js" type="text/javascript"></script> ! <link rel="SHORTCUT ICON" href="./images/favicon.ico" /> ! <title>FireBug navigation menu</title> </head> ! <body> ! <h2>Destinations</h2> ! <table width="160" height="100%" bgcolor="#EDE7DB"> ! <tr> ! <td> ! <table width="155" bgcolor="#EEEEEE" border="0" cellpadding="0" cellspacing="0"> ! <tr bgcolor="#CCCCCC" class="NavHiliteRow"><td class="NavHilite" onClick="goTo('./introduction.html')"><div class="NavText"><a href="./introduction.html">Introduction</a></div></td></tr> ! <tr class="NavRow"><td class="Nav" onMouseOver="navBar(this,1,1)" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./overview.html')"><div class="NavText"><a href="./overview.html">Overview</a></div></td></tr> ! <tr class="NavRow"><td class="Nav" onMouseOver="navBar(this,1,1)" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./architecture.html')"><div class="NavText"><a href="./arch.html">Network arch.</a></div></td></tr> ! <tr class="NavRow"> ! <td class="Nav"> ! <div class="NavText"><a href="./sensorarch.html" target="main">Network architecture</a></div> ! </td> ! </tr> ! <tr class="NavRow"><td class="Nav" onMouseOver="navBar(this,1,1)" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./publications.html')"><div class="NavText"><a href="./publications.html">Publications</a></div></td></tr> ! <tr class="NavRow"><td class="Nav" onMouseOver="navBar(this,1,1)" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./people.html')"><div class="NavText"><a href="./people.html">People</a></div></td></tr> ! <tr class="NavRow"><td class="Nav" onMouseOver="navBar(this,1,1)" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./contact.html')"><div class="NavText"><a href="./contact.html">Contact</a></div></td></tr> ! </table> ! </td> ! </tr> ! <tr> ! <td align="center"> <br> <br> <a href="http://www-laep.ced.berkeley.edu/~itr/"><img src="./images/laep-fire.jpg" border="0" alt="Click to visit Cal Fire"></a> <p> <a href="http://www.nsf.gov/"><img src="./images/nsf01.gif" border="0" alt="Click to visit NSF"></a> ! <p> ! </td> ! </tr> ! </table> ! </body> </html> --- 6,90 ---- <link type="text/css" rel="stylesheet" href="main.css" /> ! <link type="text/css" rel="stylesheet" href="firebug.css" /> ! <script language="JavaScript1.2" src="/main.js" type="text/javascript"></script> ! <link rel="SHORTCUT ICON" href="./images/favicon.ico" /> ! <title>FireBug navigation menu</title> </head> ! <body> ! <h2>Destinations</h2> ! <table width="160" height="100%" bgcolor="#EDE7DB"> ! <tr> ! <td> ! <table width="155" bgcolor="#EEEEEE" border="0" cellpadding="0" cellspacing="0"> ! <tr bgcolor="#CCCCCC" class="NavHiliteRow"> ! <td class="NavHilite" onClick="goTo('./introduction.html')"> ! <div class="NavText"> ! <a href="./introduction.html">Introduction</a> ! </div> ! </td> ! </tr> ! <tr class="NavRow"> ! <td class="Nav" onMouseOver="navBar(this,1,1)" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./overview.html')"><div class="NavText"><a href="./overview.html">Overview</a></div></td></tr> ! <tr class="NavRow"> ! <td class="Nav" onMouseOver="navBar(this,1,1)" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./architecture.html')"><div class="NavText"> ! <a href="./arch.html" target="main">Network arch.</a> ! </div> ! </td> ! </tr> ! <tr class="NavRow"> ! <td class="Nav"> ! <div class="NavText"> ! <a href="./sensorarch.html" target="main">Network architecture</a> ! </div> ! </td> ! </tr> ! ! <tr class="NavRow"> ! <td class="Nav" onMouseOver="navBar(this,1,1)" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./publications.html')"> ! <div class="NavText"> ! <a href="./publications.html" target="main">Publications</a> ! </div> ! </td> ! </tr> ! ! <tr class="NavRow"> ! <td class="Nav" onMouseOver="navBar(this,1,1)" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./people.html')"> ! <div class="NavText"> ! <a href="./people.html" target="main">People</a> ! </div> ! </td> ! </tr> ! ! <tr class="NavRow"> ! <td class="Nav" onMouseOver="navBar(this,1,1)" onMouseOut="navBar(this,0,1)" onClick="navBarClick(this,1,'./contact.html')"> ! <div class="NavText"> ! <a href="./contact.html" target="main">Contact</a> ! </div> ! </td> ! </tr> ! ! </table> ! </td> ! </tr> ! ! <tr> ! <td align="center"> <br> <br> <a href="http://www-laep.ced.berkeley.edu/~itr/"><img src="./images/laep-fire.jpg" border="0" alt="Click to visit Cal Fire"></a> <p> <a href="http://www.nsf.gov/"><img src="./images/nsf01.gif" border="0" alt="Click to visit NSF"></a> ! <p> ! </td> ! </tr> ! </table> ! </body> </html> |