Update of /cvsroot/phplib/php-lib/pages/menu
In directory usw-pr-cvs1:/tmp/cvs-serv5296
Modified Files:
index.php3 item1.php3 item11.php3 item12.php3 item13.php3
item2.php3 item21.php3 item22.php3 item221.php3 item222.php3
item23.php3 item24.php3
Log Message:
Minor changes to the menu demo
Index: index.php3
===================================================================
RCS file: /cvsroot/phplib/php-lib/pages/menu/index.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** index.php3 1999/10/28 20:15:55 1.2
--- index.php3 2001/08/21 12:54:11 1.3
***************
*** 1,8 ****
<?php
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title>Page with a menu</title>
</head>
--- 1,9 ----
<?php
+ // include("prepend.php3");
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title><?php print $m->get_title() ?></title>
</head>
***************
*** 11,15 ****
<tr>
<td colspan=2 valign=top align=center>
! <h1>Page with a menu</h1>
</td>
</tr>
--- 12,16 ----
<tr>
<td colspan=2 valign=top align=center>
! <h1><?php print $m->title ?></h1>
</td>
</tr>
***************
*** 17,32 ****
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.<p>
! Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.
</td>
</tr>
--- 18,33 ----
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! <p>This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.</p>
! <p>Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.</p>
</td>
</tr>
Index: item1.php3
===================================================================
RCS file: /cvsroot/phplib/php-lib/pages/menu/item1.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** item1.php3 1999/10/28 20:15:55 1.2
--- item1.php3 2001/08/21 12:54:11 1.3
***************
*** 1,8 ****
<?php
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title>Page with a menu</title>
</head>
--- 1,9 ----
<?php
+ // include("prepend.php3");
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title><?php print $m->get_title() ?></title>
</head>
***************
*** 11,15 ****
<tr>
<td colspan=2 valign=top align=center>
! <h1>Page with a menu</h1>
</td>
</tr>
--- 12,16 ----
<tr>
<td colspan=2 valign=top align=center>
! <h1><?php print $m->title ?></h1>
</td>
</tr>
***************
*** 17,32 ****
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.<p>
! Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.
</td>
</tr>
--- 18,33 ----
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! <p>This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.</p>
! <p>Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.</p>
</td>
</tr>
Index: item11.php3
===================================================================
RCS file: /cvsroot/phplib/php-lib/pages/menu/item11.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** item11.php3 1999/10/28 20:15:55 1.2
--- item11.php3 2001/08/21 12:54:11 1.3
***************
*** 1,8 ****
<?php
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title>Page with a menu</title>
</head>
--- 1,9 ----
<?php
+ // include("prepend.php3");
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title><?php print $m->get_title() ?></title>
</head>
***************
*** 11,15 ****
<tr>
<td colspan=2 valign=top align=center>
! <h1>Page with a menu</h1>
</td>
</tr>
--- 12,16 ----
<tr>
<td colspan=2 valign=top align=center>
! <h1><?php print $m->title ?></h1>
</td>
</tr>
***************
*** 17,32 ****
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.<p>
! Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.
</td>
</tr>
--- 18,33 ----
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! <p>This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.</p>
! <p>Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.</p>
</td>
</tr>
Index: item12.php3
===================================================================
RCS file: /cvsroot/phplib/php-lib/pages/menu/item12.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** item12.php3 1999/10/28 20:15:55 1.2
--- item12.php3 2001/08/21 12:54:11 1.3
***************
*** 1,8 ****
<?php
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title>Page with a menu</title>
</head>
--- 1,9 ----
<?php
+ // include("prepend.php3");
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title><?php print $m->get_title() ?></title>
</head>
***************
*** 11,15 ****
<tr>
<td colspan=2 valign=top align=center>
! <h1>Page with a menu</h1>
</td>
</tr>
--- 12,16 ----
<tr>
<td colspan=2 valign=top align=center>
! <h1><?php print $m->title ?></h1>
</td>
</tr>
***************
*** 17,32 ****
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.<p>
! Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.
</td>
</tr>
--- 18,33 ----
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! <p>This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.</p>
! <p>Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.</p>
</td>
</tr>
Index: item13.php3
===================================================================
RCS file: /cvsroot/phplib/php-lib/pages/menu/item13.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** item13.php3 1999/10/28 20:15:55 1.2
--- item13.php3 2001/08/21 12:54:11 1.3
***************
*** 1,8 ****
<?php
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title>Page with a menu</title>
</head>
--- 1,9 ----
<?php
+ // include("prepend.php3");
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title><?php print $m->get_title() ?></title>
</head>
***************
*** 11,15 ****
<tr>
<td colspan=2 valign=top align=center>
! <h1>Page with a menu</h1>
</td>
</tr>
--- 12,16 ----
<tr>
<td colspan=2 valign=top align=center>
! <h1><?php print $m->title ?></h1>
</td>
</tr>
***************
*** 17,32 ****
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.<p>
! Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.
</td>
</tr>
--- 18,33 ----
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! <p>This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.</p>
! <p>Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.</p>
</td>
</tr>
Index: item2.php3
===================================================================
RCS file: /cvsroot/phplib/php-lib/pages/menu/item2.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** item2.php3 1999/10/28 20:15:55 1.2
--- item2.php3 2001/08/21 12:54:11 1.3
***************
*** 1,8 ****
<?php
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title>Page with a menu</title>
</head>
--- 1,9 ----
<?php
+ // include("prepend.php3");
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title><?php print $m->get_title() ?></title>
</head>
***************
*** 11,15 ****
<tr>
<td colspan=2 valign=top align=center>
! <h1>Page with a menu</h1>
</td>
</tr>
--- 12,16 ----
<tr>
<td colspan=2 valign=top align=center>
! <h1><?php print $m->title ?></h1>
</td>
</tr>
***************
*** 17,32 ****
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.<p>
! Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.
</td>
</tr>
--- 18,33 ----
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! <p>This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.</p>
! <p>Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.</p>
</td>
</tr>
Index: item21.php3
===================================================================
RCS file: /cvsroot/phplib/php-lib/pages/menu/item21.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** item21.php3 1999/10/28 20:15:55 1.2
--- item21.php3 2001/08/21 12:54:11 1.3
***************
*** 1,8 ****
<?php
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title>Page with a menu</title>
</head>
--- 1,9 ----
<?php
+ // include("prepend.php3");
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title><?php print $m->get_title() ?></title>
</head>
***************
*** 11,15 ****
<tr>
<td colspan=2 valign=top align=center>
! <h1>Page with a menu</h1>
</td>
</tr>
--- 12,16 ----
<tr>
<td colspan=2 valign=top align=center>
! <h1><?php print $m->title ?></h1>
</td>
</tr>
***************
*** 17,32 ****
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.<p>
! Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.
</td>
</tr>
--- 18,33 ----
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! <p>This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.</p>
! <p>Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.</p>
</td>
</tr>
Index: item22.php3
===================================================================
RCS file: /cvsroot/phplib/php-lib/pages/menu/item22.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** item22.php3 1999/10/28 20:15:55 1.2
--- item22.php3 2001/08/21 12:54:11 1.3
***************
*** 1,8 ****
<?php
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title>Page with a menu</title>
</head>
--- 1,9 ----
<?php
+ // include("prepend.php3");
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title><?php print $m->get_title() ?></title>
</head>
***************
*** 11,15 ****
<tr>
<td colspan=2 valign=top align=center>
! <h1>Page with a menu</h1>
</td>
</tr>
--- 12,16 ----
<tr>
<td colspan=2 valign=top align=center>
! <h1><?php print $m->title ?></h1>
</td>
</tr>
***************
*** 17,32 ****
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.<p>
! Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.
</td>
</tr>
--- 18,33 ----
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! <p>This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.</p>
! <p>Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.</p>
</td>
</tr>
Index: item221.php3
===================================================================
RCS file: /cvsroot/phplib/php-lib/pages/menu/item221.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** item221.php3 1999/10/28 20:15:55 1.2
--- item221.php3 2001/08/21 12:54:11 1.3
***************
*** 1,8 ****
<?php
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title>Page with a menu</title>
</head>
--- 1,9 ----
<?php
+ // include("prepend.php3");
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title><?php print $m->get_title() ?></title>
</head>
***************
*** 11,15 ****
<tr>
<td colspan=2 valign=top align=center>
! <h1>Page with a menu</h1>
</td>
</tr>
--- 12,16 ----
<tr>
<td colspan=2 valign=top align=center>
! <h1><?php print $m->title ?></h1>
</td>
</tr>
***************
*** 17,32 ****
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.<p>
! Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.
</td>
</tr>
--- 18,33 ----
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! <p>This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.</p>
! <p>Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.</p>
</td>
</tr>
Index: item222.php3
===================================================================
RCS file: /cvsroot/phplib/php-lib/pages/menu/item222.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** item222.php3 1999/10/28 20:15:55 1.2
--- item222.php3 2001/08/21 12:54:11 1.3
***************
*** 1,8 ****
<?php
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title>Page with a menu</title>
</head>
--- 1,9 ----
<?php
+ // include("prepend.php3");
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title><?php print $m->get_title() ?></title>
</head>
***************
*** 11,15 ****
<tr>
<td colspan=2 valign=top align=center>
! <h1>Page with a menu</h1>
</td>
</tr>
--- 12,16 ----
<tr>
<td colspan=2 valign=top align=center>
! <h1><?php print $m->title ?></h1>
</td>
</tr>
***************
*** 17,32 ****
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.<p>
! Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.
</td>
</tr>
--- 18,33 ----
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! <p>This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.</p>
! <p>Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.</p>
</td>
</tr>
Index: item23.php3
===================================================================
RCS file: /cvsroot/phplib/php-lib/pages/menu/item23.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** item23.php3 1999/10/28 20:15:56 1.2
--- item23.php3 2001/08/21 12:54:11 1.3
***************
*** 1,8 ****
<?php
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title>Page with a menu</title>
</head>
--- 1,9 ----
<?php
+ // include("prepend.php3");
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title><?php print $m->get_title() ?></title>
</head>
***************
*** 11,15 ****
<tr>
<td colspan=2 valign=top align=center>
! <h1>Page with a menu</h1>
</td>
</tr>
--- 12,16 ----
<tr>
<td colspan=2 valign=top align=center>
! <h1><?php print $m->title ?></h1>
</td>
</tr>
***************
*** 17,32 ****
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.<p>
! Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.
</td>
</tr>
--- 18,33 ----
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! <p>This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.</p>
! <p>Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.</p>
</td>
</tr>
Index: item24.php3
===================================================================
RCS file: /cvsroot/phplib/php-lib/pages/menu/item24.php3,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** item24.php3 1999/10/28 20:15:56 1.2
--- item24.php3 2001/08/21 12:54:11 1.3
***************
*** 1,8 ****
<?php
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title>Page with a menu</title>
</head>
--- 1,9 ----
<?php
+ // include("prepend.php3");
$m = new Example_Menu;
! ?><html>
<!-- $Id$ -->
<head>
! <title><?php print $m->get_title() ?></title>
</head>
***************
*** 11,15 ****
<tr>
<td colspan=2 valign=top align=center>
! <h1>Page with a menu</h1>
</td>
</tr>
--- 12,16 ----
<tr>
<td colspan=2 valign=top align=center>
! <h1><?php print $m->title ?></h1>
</td>
</tr>
***************
*** 17,32 ****
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.<p>
! Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.
</td>
</tr>
--- 18,33 ----
<td align=left valign=top><?php $m->show() ?></td>
<td align=left valign=top>
! <p>This page has some useless content which is just here to
fill the gap and create some grey on the page for everybody to
see and to read. I am babbling on and typing useless stuff just
so that I can see some letters on the page and to widen the
! table. Only later I will see how this looks.</p>
! <p>Imagine what will happen if somebody in 2000 years tries to read
and decipher this text. They will spend countless hours
reconstructing the antique media, find a language expert for
ancient english and translate it into whatever they speak at the
time only to discover this is meaningless. A voice from the past
! without content.</p>
</td>
</tr>
|