[Firebug-cvs] firebug/web menu.html,1.3,1.4 publications.html,1.1,1.2
Brought to you by:
doolin
From: <do...@us...> - 2003-06-12 15:25:47
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv10753 Modified Files: menu.html publications.html Log Message: Fixed NEST poster reference. Index: menu.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/menu.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** menu.html 12 Jun 2003 02:17:02 -0000 1.3 --- menu.html 12 Jun 2003 15:25:40 -0000 1.4 *************** *** 20,26 **** <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"> --- 20,26 ---- <tr> <td> ! <table width="155" bgcolor="#EEFFEE" border="0" cellpadding="0" cellspacing="0"> ! <tr bgcolor="#CCFFFC" class="NavHiliteRow"> <td class="NavHilite" onClick="goTo('./introduction.html')"> <div class="NavText"> Index: publications.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/publications.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** publications.html 11 Jun 2003 22:47:34 -0000 1.1 --- publications.html 12 Jun 2003 15:25:40 -0000 1.2 *************** *** 5,10 **** <head> <link type="text/css" rel="stylesheet" href="firebug.css" /> ! <link rel="SHORTCUT ICON" href="./images/favicon.ico"/> ! <title>FireBug publications</title> </head> --- 5,10 ---- <head> <link type="text/css" rel="stylesheet" href="firebug.css" /> ! <link rel="SHORTCUT ICON" href="./images/favicon.ico"/> ! <title>FireBug publications</title> </head> *************** *** 12,21 **** <h1>FireBug publications</h1> ! <ul> ! <li> ! 17 June 2003: FireBug project ! <a href="tos_retreat_2003.ppt" alt="poster">Poster</a> (ppt). ! </li> ! </ul> --- 12,30 ---- <h1>FireBug publications</h1> ! <ul> ! ! <li> ! M. M. Chen, C. Majidi, D. M. Doolin, S. Glaser ! and N. Sitar. ! <a href="./tos_retreat.ppt" alt="NEST Poster"> ! Design and construction of a wildfire instrumentation ! system using networked sensors (Poster). ! </a> ! Network Embedded Systems Technology (NEST) ! Retreat, June 17-18, 2003, Oakland ! California. ! </li> ! ! </ul> |