[Firebug-cvs] firebug/web firebug.css,1.14,1.15 gps.php,1.2,1.3 index.php,1.5,1.6 monitoring.php,1.2
Brought to you by:
doolin
From: Kevin <kar...@us...> - 2004-08-23 05:44:17
|
Update of /cvsroot/firebug/firebug/web In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16126 Modified Files: firebug.css gps.php index.php monitoring.php Log Message: Updated parts of the webpage. Index: gps.php =================================================================== RCS file: /cvsroot/firebug/firebug/web/gps.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gps.php 3 Aug 2004 01:35:41 -0000 1.2 --- gps.php 23 Aug 2004 05:44:05 -0000 1.3 *************** *** 16,20 **** <p> ! Sensor location is an essential component of instrumented wildfire monitoring. Each mote is equipped with a Leadtek GPS receiver. Following deployment, the mote's fixed global position (GGA) is recorded and stored locally. </p> --- 16,42 ---- <p> ! Sensor location is an essential component of instrumented wildfire monitoring. Each mote is equipped with a Leadtek GPS receiver. ! </p> ! ! <center> ! <table> ! <tr> ! <td> ! <img src="images/mote_on_a_post_rev2.jpg"> ! </td> ! </tr> ! <tr> ! <td> ! <font face="Comic Sans MS"> ! Photo of a mote equipped with the GPS receiver. ! </font> ! </td> ! </tr> ! </table> ! </center> ! ! <br> ! <br> ! Following deployment, the mote's fixed global position (GGA) is recorded and stored locally. </p> Index: monitoring.php =================================================================== RCS file: /cvsroot/firebug/firebug/web/monitoring.php,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** monitoring.php 3 Aug 2004 01:35:41 -0000 1.2 --- monitoring.php 23 Aug 2004 05:44:05 -0000 1.3 *************** *** 68,71 **** --- 68,74 ---- <img src = "images/mote.jpg"> </td> + <td> + <img src = "images/mote_on_a_post_rev2.jpg"> + </td> </tr> <tr> *************** *** 75,78 **** --- 78,85 ---- </font> </td> + <td> + <font face="Comic Sans MS"> + Photo of a deployed mote with the GPS receiver attached. + </font> </tr> </table> *************** *** 116,119 **** --- 123,138 ---- </td> </tr> + <tr> + <td> + <img src = "images/Lake_Chabot_test_layout_rev.jpg"> + </td> + </tr> + <tr> + <td> + <font face="Comic Sans MS"> + Photo of motes that have been deployed at a site near Lake Chabot in Castro Valley,CA. + </font> + </td> + </tr> </table> Index: firebug.css =================================================================== RCS file: /cvsroot/firebug/firebug/web/firebug.css,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** firebug.css 20 Aug 2004 00:46:25 -0000 1.14 --- firebug.css 23 Aug 2004 05:44:05 -0000 1.15 *************** *** 65,69 **** h4 { ! background-color:#072285; color:#5A7CFC; font-family:Courier New; --- 65,69 ---- h4 { ! /*background-color:#072285;*/ color:#5A7CFC; font-family:Courier New; Index: index.php =================================================================== RCS file: /cvsroot/firebug/firebug/web/index.php,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** index.php 20 Aug 2004 00:46:25 -0000 1.5 --- index.php 23 Aug 2004 05:44:05 -0000 1.6 *************** *** 20,33 **** <br> <center> ! <h3>Design and Construction of a Wildfire Instrumentation System using Networked Sensors</h3> </center> <center> ! <p class="nice"> ! M. M. Chen, C. Majidi, D. M. Doolin, S. Glaser, N. Sitar ! </p> </center> <br> <br> <h4>Abstract</h4> --- 20,43 ---- <br> <center> ! <h3>Design and Construction of a Wildfire Instrumentation System Using Networked Sensors</h3> </center> + <br> + <br> + <center> ! <img src="images/forestfire_small.jpg"> </center> + + <br> + <br> <br> + + <?php + include("links.php"); + ?> + <br> + <h4>Abstract</h4> *************** *** 47,64 **** <center> - <img src="images/forestfire_small.jpg"> - </center> - - <br> - <br> - <br> - - <?php - include("links.php"); - ?> - - <br> - - <center> <table> <tr> --- 57,60 ---- |