Update of /cvsroot/firebug/firebug/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19263
Modified Files:
architecture.php gps.php index.php links.php monitoring.php
mote.php
Log Message:
Updated version of the website.
Index: gps.php
===================================================================
RCS file: /cvsroot/firebug/firebug/web/gps.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** gps.php 3 Aug 2004 00:55:35 -0000 1.1
--- gps.php 3 Aug 2004 01:35:41 -0000 1.2
***************
*** 10,13 ****
--- 10,16 ----
<body>
+ <?php
+ include("header.php");
+ ?>
<h1>GPS</h1>
***************
*** 44,47 ****
--- 47,56 ----
</center>
+ <br>
+
+ <?php
+ include("links.php");
+ ?>
+
</body>
</html>
\ No newline at end of file
Index: index.php
===================================================================
RCS file: /cvsroot/firebug/firebug/web/index.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.php 3 Aug 2004 00:47:54 -0000 1.2
--- index.php 3 Aug 2004 01:35:41 -0000 1.3
***************
*** 14,18 ****
<body>
! <img src = "images/firebug.jpg">
<p>
--- 14,20 ----
<body>
! <?php
! include("header.php");
! ?>
<p>
***************
*** 31,39 ****
<br>
! <center>
! <font color = "#0033CC">
! |<a href="./overview.html">Overview</a>|<a href="./architecture.php">System Architecture</a>|<a href="./mote.php">The Mote</a>|<a href="./gps.php">GPS</a>|<a href ="./monitoring.php">Deployment</a>|<a href="./people.html">People</a>|<a href="./publications.html">Publications</a>|<br />
! </font>
! </center>
<br>
--- 33,39 ----
<br>
! <?php
! include("links.php");
! ?>
<br>
***************
*** 52,59 ****
</center>
- <?php
- include("links.php");
- ?>
-
</body>
</html>
\ No newline at end of file
--- 52,55 ----
Index: monitoring.php
===================================================================
RCS file: /cvsroot/firebug/firebug/web/monitoring.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** monitoring.php 3 Aug 2004 00:55:35 -0000 1.1
--- monitoring.php 3 Aug 2004 01:35:41 -0000 1.2
***************
*** 10,14 ****
<body>
!
<h1>Deployment of the Motes</h1>
Deployment of the motes requires two parts: the setup of the motes and the monitoring of the motes.
--- 10,16 ----
<body>
! <?php
! include("header.php");
! ?>
<h1>Deployment of the Motes</h1>
Deployment of the motes requires two parts: the setup of the motes and the monitoring of the motes.
***************
*** 116,119 ****
--- 118,126 ----
</table>
+ <br>
+
+ <?php
+ include("links.php");
+ ?>
</body>
Index: mote.php
===================================================================
RCS file: /cvsroot/firebug/firebug/web/mote.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** mote.php 3 Aug 2004 00:55:35 -0000 1.1
--- mote.php 3 Aug 2004 01:35:41 -0000 1.2
***************
*** 11,14 ****
--- 11,18 ----
<body>
+ <?php
+ include("header.php");
+ ?>
+
<h1>The FireBoard/Mote</h1>
***************
*** 40,43 ****
--- 44,53 ----
</center>
+ <br>
+ <br>
+
+ <?php
+ include("links.php");
+ ?>
</body>
Index: links.php
===================================================================
RCS file: /cvsroot/firebug/firebug/web/links.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** links.php 3 Aug 2004 00:55:35 -0000 1.1
--- links.php 3 Aug 2004 01:35:41 -0000 1.2
***************
*** 11,20 ****
<body>
! <h2>Some links</h2>
!
! <a href="./overview.html">Overview</a> <br />
! <a href="./people.html">People</a> <br />
! <a href="./publications.html">Publications</a> <br />
! <a href="./gps_tests.htm">Some GPS results</a> <br />
</body>
--- 11,19 ----
<body>
! <center>
! <font color = "#0033CC">
! |<a href="./index.php">Home</a>|<a href="./overview.php">Overview</a>|<a href="./architecture.php">System Architecture</a>|<a href="./mote.php">The Mote</a>|<a href="./gps.php">GPS</a>|<a href ="./monitoring.php">Deployment</a>|<a href="./people.php">People</a>|<a href="./publications.php">Publications</a>|<br />
! </font>
! </center>
</body>
Index: architecture.php
===================================================================
RCS file: /cvsroot/firebug/firebug/web/architecture.php,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** architecture.php 3 Aug 2004 00:55:35 -0000 1.1
--- architecture.php 3 Aug 2004 01:35:41 -0000 1.2
***************
*** 10,13 ****
--- 10,16 ----
<body>
+ <?php
+ include("header.php");
+ ?>
<h1>System Architecture</h1>
***************
*** 33,36 ****
--- 36,45 ----
</center>
+ <br>
+
+ <?php
+ include("links.php");
+ ?>
+
</body>
</html>
\ No newline at end of file
|