Update of /cvsroot/firebug/firebug/web
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30111
Modified Files:
google_rfs.xml index.php links.php
Added Files:
pictures.php
Log Message:
Added link to point pinole pictures.
Index: google_rfs.xml
===================================================================
RCS file: /cvsroot/firebug/firebug/web/google_rfs.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** google_rfs.xml 8 Jun 2005 22:29:42 -0000 1.5
--- google_rfs.xml 20 Jun 2005 21:54:55 -0000 1.6
***************
*** 42,46 ****
</address>
<image>
! http://libgmail.sourceforge.net/spider.png
</image>
</info>
--- 42,46 ----
</address>
<image>
! /firebug/gmaps/images/sitar.jpg
</image>
</info>
***************
*** 51,57 ****
<icon image="http://maps.google.com/mapfiles/marker.png" class="local"/>
<info>
! <title xml:space="preserve">Dave and Karthik</title>
<address>
! <line>Dave and Karthik</line>
<line>Building 454, Room 124</line>
</address>
--- 51,57 ----
<icon image="http://maps.google.com/mapfiles/marker.png" class="local"/>
<info>
! <title xml:space="preserve">Dave and Kar</title>
<address>
! <line>Dave and Kar</line>
<line>Building 454, Room 124</line>
</address>
***************
*** 78,81 ****
</location>
</overlay>
! </page>
\ No newline at end of file
--- 78,131 ----
</location>
+
+ <location infoStyle="minipage.xsl" id="E">
+ <point lat="37.784600" lng="-122.404000"/>
+ <icon image="http://localhost/firebug/images/sensor.png" class="local"/>
+ <info>
+
+ <minipage>
+ <p style="font-size:small;font-family:sans-serif;">This image has nothing to do with this location, but it could:</p>
+ <div style="text-align:center;"><img src="http://libgmail.sourceforge.net/spider.png" width="80" height="80"/></div>
+ <p style="font-size:small;font-family:sans-serif;">Some reasons to display custom HTML on Google Maps:
+ <ul>
+ <li><img src="images/redled.gif"/>Fun</li>
+ <li>Boredom</li>
+ <li>Fame</li>
+ <li>Imagemania</li>
+ </ul></p>
+ </minipage>
+
+ <title xml:space="preserve">
+ <b>Metreon</b> a <b>Sony</b> Entertainment Center</title>
+
+ <address>
+ <line>101 4th St</line>
+ <line>San Francisco, CA 94103</line>
+ </address>
+
+ <phone>(415) 369-6030</phone>
+ <distance>1.0 mi NE</distance>
+
+ <description>
+
+ <references count="4">
+ <reference>
+ <url>http://www.metreon.com/</url>
+ <domain>metreon.com</domain>
+ <title xml:space="preserve">
+ <b>SONY</b> :: <b>METREON</b> //</title>
+ </reference>
+ </references>
+
+ </description>
+
+
+ <url>http://local.google.com/local?q=sony+metreon&near=san+francisco&latlng=37775000,-122418333,18000299367088279420</url>
+ </info>
+
+ </location>
+
+
</overlay>
! </page>
!
--- NEW FILE: pictures.php ---
<html>
<head>
<link type="text/css" rel="stylesheet" href="firebug.css">
<link rel="SHORTCUT ICON" href="./images/favicon.ico">
<title>
FireBug
</title>
</head>
<body>
<?php
include("header.php");
?>
<h1>Digital photoes from Point Pinole</h1>
<p>
<center>
<img src="./images/pinole/stage3_1_small.jpg" /> <br />
<img src="./images/pinole/stage3_2_small.jpg" /> <br />
<img src="./images/pinole/stage3_3_small.jpg" /> <br />
<img src="./images/pinole/stage3_4_small.jpg" /> <br />
<img src="./images/pinole/stage3_5_small.jpg" /> <br />
<img src="./images/pinole/stage3_6_small.jpg" /> <br />
</center>
</p>
</body>
</html>
Index: links.php
===================================================================
RCS file: /cvsroot/firebug/firebug/web/links.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** links.php 3 Aug 2004 01:35:41 -0000 1.2
--- links.php 20 Jun 2005 21:54:55 -0000 1.3
***************
*** 13,17 ****
<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>
--- 13,27 ----
<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="./pictures.php">Pictures</a>
! | <a href ="./monitoring.php">Deployment</a>
! | <a href="./people.php">People</a>
! | <a href="./publications.php">Publications</a> |<br />
!
</font>
</center>
Index: index.php
===================================================================
RCS file: /cvsroot/firebug/firebug/web/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** index.php 23 Aug 2004 05:44:05 -0000 1.6
--- index.php 20 Jun 2005 21:54:55 -0000 1.7
***************
*** 26,30 ****
<center>
! <img src="images/forestfire_small.jpg">
</center>
--- 26,30 ----
<center>
! <img src="images/pinole/stage3_2_small.jpg" width="300">
</center>
|