Update of /cvsroot/meshdb/www/db2
In directory sc8-pr-cvs1:/tmp/cvs-serv14238
Modified Files:
about.html address.html grid-instructions.html logos.html
policies.html select.html cookies.php create.php edit.php
gps.php index.php info.php search.php select.php submit.php
touch.php touchgraph.php view.php
Log Message:
Added the favourites icon (favicon.ico) to all the pages.
Index: about.html
===================================================================
RCS file: /cvsroot/meshdb/www/db2/about.html,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- about.html 22 Oct 2003 04:46:18 -0000 1.6
+++ about.html 2 Nov 2003 02:06:59 -0000 1.7
@@ -1,6 +1,7 @@
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="icon" href="favicon.ico">
<title>About the Brisbane Mesh node database</title>
</head>
<body>
Index: address.html
===================================================================
RCS file: /cvsroot/meshdb/www/db2/address.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- address.html 10 Aug 2002 03:33:24 -0000 1.1.1.1
+++ address.html 2 Nov 2003 02:07:00 -0000 1.2
@@ -2,6 +2,7 @@
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="start" href="index.php">
+<link rel="icon" href="favicon.ico">
<title>How to obtain and allocate IPv6 addresses</title>
<style type="text/css">
blockquote { font-style: italic; }
Index: grid-instructions.html
===================================================================
RCS file: /cvsroot/meshdb/www/db2/grid-instructions.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- grid-instructions.html 10 Aug 2002 03:33:24 -0000 1.1.1.1
+++ grid-instructions.html 2 Nov 2003 02:07:00 -0000 1.2
@@ -1,6 +1,7 @@
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="icon" href="favicon.ico">
<title>How to find your grid coordinates</title>
<body>
<h1>How to find your grid coordinates</h1>
Index: logos.html
===================================================================
RCS file: /cvsroot/meshdb/www/db2/logos.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- logos.html 10 Aug 2002 03:33:24 -0000 1.1.1.1
+++ logos.html 2 Nov 2003 02:07:00 -0000 1.2
@@ -1,6 +1,7 @@
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="icon" href="favicon.ico">
<title>Brisbane Mesh logo competition</title>
</head>
<body>
Index: policies.html
===================================================================
RCS file: /cvsroot/meshdb/www/db2/policies.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- policies.html 22 Oct 2003 02:22:44 -0000 1.2
+++ policies.html 2 Nov 2003 02:07:00 -0000 1.3
@@ -1,6 +1,7 @@
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="icon" href="favicon.ico">
<title>Standard access policies</title>
<body>
<h1>Access policies</h1>
Index: select.html
===================================================================
RCS file: /cvsroot/meshdb/www/db2/select.html,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- select.html 10 Aug 2002 03:33:24 -0000 1.1.1.1
+++ select.html 2 Nov 2003 02:07:00 -0000 1.2
@@ -2,6 +2,7 @@
<head>
<title>Raw data SQL interface</title>
<link rel="stylesheet" href="style.css" type="text/css">
+<link rel="icon" href="favicon.ico">
</head>
<body>
<h1>Brisbane Mesh raw data SQL interface</h1>
Index: cookies.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/cookies.php,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- cookies.php 26 Aug 2002 14:21:02 -0000 1.4
+++ cookies.php 2 Nov 2003 02:07:00 -0000 1.5
@@ -68,7 +68,7 @@
<html>
<head>
<link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css">
-<!-- link rel="SHORTCUT ICON" href="favicon.ico" -->
+<link rel="icon" href="favicon.ico">
<title>Brisbane Mesh node database</title>
</head>
<body>
Index: create.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/create.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- create.php 7 Oct 2002 11:06:02 -0000 1.2
+++ create.php 2 Nov 2003 02:07:00 -0000 1.3
@@ -3,6 +3,7 @@
<html>
<head>
<link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css">
+<link rel="icon" href="favicon.ico">
</head>
<body>
Index: edit.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/edit.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- edit.php 10 Aug 2002 03:33:24 -0000 1.1.1.1
+++ edit.php 2 Nov 2003 02:07:00 -0000 1.2
@@ -15,6 +15,7 @@
<head>
<link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css">
+<link rel="icon" href="favicon.ico">
<title>Edit node #<?=$nodeid?>: <?=htmlspecialchars(valof("admin[nodename]"))?></title>
</head>
<body>
Index: gps.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/gps.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- gps.php 22 Oct 2003 04:47:53 -0000 1.2
+++ gps.php 2 Nov 2003 02:07:00 -0000 1.3
@@ -2,6 +2,7 @@
<html>
<head>
<link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css">
+<link rel="icon" href="favicon.ico">
<title>Convert between GPS/curvilinear and UTM/grid</title>
<body>
<h1>Convert between GPS/curvilinear and UTM/grid</h1>
Index: index.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- index.php 22 Oct 2003 04:49:18 -0000 1.7
+++ index.php 2 Nov 2003 02:07:00 -0000 1.8
@@ -22,7 +22,7 @@
<html>
<head>
<link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css">
-<!-- link rel="SHORTCUT ICON" href="favicon.ico" -->
+<link rel="icon" href="favicon.ico">
<title>Brisbane Mesh node database</title>
<style type="text/css">
td { font-size: smaller; }
Index: info.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/info.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- info.php 10 Aug 2002 11:42:39 -0000 1.3
+++ info.php 2 Nov 2003 02:07:00 -0000 1.4
@@ -1,4 +1,7 @@
<html>
+<head>
+ <link rel="icon" href="favicon.ico">
+</head>
<?
include("config.php");
Index: search.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/search.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- search.php 22 Oct 2003 04:58:56 -0000 1.2
+++ search.php 2 Nov 2003 02:07:00 -0000 1.3
@@ -93,6 +93,7 @@
<html><head>
<link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css">
+<link rel="icon" href="favicon.ico">
<title>Mesh search: <?=htmlspecialchars($q)?></title>
</head>
Index: select.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/select.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- select.php 10 Aug 2002 11:42:39 -0000 1.3
+++ select.php 2 Nov 2003 02:07:00 -0000 1.4
@@ -94,6 +94,7 @@
?> <html>
<head>
<link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css">
+ <link rel="icon" href="favicon.ico">
</head>
<body><table border=1>
<caption><?=htmlspecialchars($q)?></caption>
Index: submit.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/submit.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- submit.php 10 Aug 2002 11:42:39 -0000 1.3
+++ submit.php 2 Nov 2003 02:07:00 -0000 1.4
@@ -79,6 +79,7 @@
<html>
<head>
<link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css">
+ <link rel="icon" href="favicon.ico">
<title>Confirm delete</title>
</head>
<body>
Index: touch.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/touch.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- touch.php 10 Aug 2002 11:42:39 -0000 1.3
+++ touch.php 2 Nov 2003 02:07:00 -0000 1.4
@@ -22,8 +22,11 @@
or die(mysql_error($db));
if (mysql_affected_rows($db)) {
?>
- <html><head><title>Node <?=$nodeid?> touched!</title>
- <link rel=stylesheet type="text/css" href="<?=$PREF["stylesheet"]?>">
+ <html>
+ <head>
+ <title>Node <?=$nodeid?> touched!</title>
+ <link rel=stylesheet type="text/css" href="<?=$PREF["stylesheet"]?>">
+ <link rel="icon" href="favicon.ico">
</head>
<body>
<h1 align=center>
Index: touchgraph.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/touchgraph.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- touchgraph.php 22 Oct 2003 04:59:43 -0000 1.2
+++ touchgraph.php 2 Nov 2003 02:07:00 -0000 1.3
@@ -26,7 +26,7 @@
<html>
<head>
<link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css">
-<!-- link rel="SHORTCUT ICON" href="favicon.ico" -->
+<link rel="icon" href="favicon.ico">
<title>Brisbane Mesh TouchGraph view</title>
</head>
<body>
Index: view.php
===================================================================
RCS file: /cvsroot/meshdb/www/db2/view.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- view.php 22 Oct 2003 05:16:26 -0000 1.6
+++ view.php 2 Nov 2003 02:07:00 -0000 1.7
@@ -138,6 +138,7 @@
<head>
<link rel="stylesheet" href="<?=$PREF["stylesheet"]?>" type="text/css">
<link rel="start" href="index.php">
+<link rel="icon" href="favicon.ico">
<title>View node #<?=$nodeid?>: <?=val("admin[nodename]")?></title>
</head>
<body>
|