Update of /cvsroot/openbash-org/openbash-org/pages
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11677/pages
Modified Files:
header.php
Log Message:
import inicial de la clase quote + cambios en index
Index: header.php
===================================================================
RCS file: /cvsroot/openbash-org/openbash-org/pages/header.php,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** header.php 13 Aug 2004 17:48:06 -0000 1.9
--- header.php 15 Nov 2004 12:09:43 -0000 1.10
***************
*** 28,39 ****
<div id="subtitle">
<a href="index.php"><?=$sentences['index']?></a>
! / <a href="index.php?page=latest"><?=$sentences['latest']?></a>
! / <a href="index.php?page=browse"><?=$sentences['browse']?></a>
! / <a href="index.php?page=random"><?=$sentences['random']?></a>
! <a href="index.php?page=random1">>0</a>
! / <a href="index.php?page=top100">Top 100</a>
! <a href="index.php?page=top200">-200</a>
! / <a href="index.php?page=add"><b><?=$sentences['add']?></b></a>
! / <a href="index.php?page=search"><?=$sentences['search']?></a>
/ # <input type="text" id="quote" class="smalltext" size="4" />
</div>
--- 28,39 ----
<div id="subtitle">
<a href="index.php"><?=$sentences['index']?></a>
! / <a href="?page=quote&action=latest"><?=$sentences['latest']?></a>
! / <a href="?page=browse"><?=$sentences['browse']?></a>
! / <a href="?page=quote&action=random"><?=$sentences['random']?></a>
! <a href="?page=random1&action=random1">>0</a>
! / <a href="?page=quote&action=top&top=100">Top 100</a>
! <a href="?page=quote&action=top&top=200">-200</a>
! / <a href="?page=quote&action=add"><b><?=$sentences['add']?></b></a>
! / <a href="?page=search"><?=$sentences['search']?></a>
/ # <input type="text" id="quote" class="smalltext" size="4" />
</div>
|