[Firebug-cvs] firebug/web publications.html,NONE,1.1 index_new.html,1.1,1.2 menu.html,1.1,1.2 people
Brought to you by:
doolin
From: <do...@us...> - 2003-06-11 22:47:38
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1:/tmp/cvs-serv30982 Modified Files: index_new.html menu.html people.html Added Files: publications.html Log Message: More work on new web pages. --- NEW FILE: publications.html --- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> <html> <head> <link type="text/css" rel="stylesheet" href="firebug.css" /> <link rel="SHORTCUT ICON" href="./images/favicon.ico"/> <title>FireBug publications</title> </head> <body> <h1>FireBug publications</h1> <ul> <li> 17 June 2003: FireBug project <a href="tos_retreat_2003.ppt" alt="poster">Poster</a> (ppt). </li> </ul> </body> </html> Index: index_new.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/index_new.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index_new.html 11 Jun 2003 17:01:47 -0000 1.1 --- index_new.html 11 Jun 2003 22:47:34 -0000 1.2 *************** *** 4,27 **** <html> <head> ! <link type="text/css" rel="stylesheet" href="firebug.css" /> ! <link rel="SHORTCUT ICON" href="./images/favicon.ico" /> ! ! <title> ! FireBug Wildland fire monitoring system ! </title> </head> ! <frameset rows="10%,90%" cols="100%" frame> ! ! <frame frameborder="0" /> <frameset cols="190,90%"> ! <frame frameborder="1" src="./menu.html" noresize> ! <frame frameborder="1" src="./index.html"> </frameset> ! </frame> ! ! </frameset> </html> - --- 4,24 ---- <html> <head> ! <link type="text/css" rel="stylesheet" href="firebug.css" /> ! <link rel="SHORTCUT ICON" href="./images/favicon.ico"/> ! <title> ! FireBug Wildland fire monitoring system ! </title> </head> ! <frameset rows="10%,90%" cols="100%"> ! ! <frame frameborder="0" /> <frameset cols="190,90%"> ! <frame frameborder="0" src="./menu.html" noresize /> ! <frame frameborder="0" src="./index.html" name="main"/> </frameset> ! ! </frameset> </html> Index: menu.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/menu.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** menu.html 11 Jun 2003 17:02:19 -0000 1.1 --- menu.html 11 Jun 2003 22:47:34 -0000 1.2 *************** *** 24,28 **** <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="/about_us/budget.html">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,'./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> --- 24,36 ---- <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> Index: people.html =================================================================== RCS file: /cvsroot/firebug/firebug/web/people.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** people.html 11 Jun 2003 17:03:23 -0000 1.1 --- people.html 11 Jun 2003 22:47:34 -0000 1.2 *************** *** 1,5 **** ! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>FireBugs</title> </head> --- 1,12 ---- ! ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd"> ! ! <html> <head> + <link type="text/css" rel="stylesheet" href="firebug.css" /> + <link rel="SHORTCUT ICON" href="./images/favicon.ico"/> + <title>FireBugs</title> </head> *************** *** 8,12 **** <h1>FireBug Folks</h1> ! --- 15,47 ---- <h1>FireBug Folks</h1> ! <p> ! FireBug is an interdisciplinary project drawing professors ! and students ! from the <a href="http://www.ce.berkeley.edu/"> ! Departments of Civil and Environmental Engineering</a>, ! <a href="http://www-laep.ced.berkeley.edu/"> ! Landscape Architecture and Environmental Planning</a>, ! the <a href="http://eps.berkeley.edu/www/index.html"> ! Department of Earth and Planetary Sciences</a>, and ! the <a href="http://www.eecs.berkeley.edu/"> ! Department of Electrical Engineering and Computer Science</a> ! </p> ! ! ! <p> ! <ul> ! <li>Prof. Nicholas Sitar</li> ! <li>Prof. George Brimhall</li> ! <li>Prof. Steve Glaser</li> ! <li>Prof. John Radke</li> ! <li>Prof. Raja Sengupta</li> ! <li>David M. Doolin</li> ! <li>Carmel Majidi</li> ! <li>(Max) Min Chen</li> ! <li>Anshuman Sharma</li> ! <li>Wei Luo</li> ! <li>JinChuan Xu</li> ! <li>Tracy Yang</li> ! </ul> |