view pics/index.php @ 5:2ede1c948f35

pics/common.php: add next and prev accesskeys; fix missing quotation marks around next and prev links URL; add anchor names
author paulo@twcdns.fastsearch.net
date Thu, 02 Sep 2010 00:33:01 -0700
parents 561c0b0f3234
children
line source
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2 <HTML>
3 <HEAD>
4 <META NAME="generator" CONTENT="http://txt2tags.sf.net">
5 <LINK REL="stylesheet" TYPE="text/css" HREF="index.css">
6 <?php $title = basename(getcwd()) ?>
7 <TITLE><?php echo $title ?></TITLE>
8 </HEAD>
9 <BODY>
11 <DIV CLASS="header" ID="header">
12 <H1><?php echo $title ?></H1>
13 </DIV>
15 <DIV CLASS="body" ID="body">
17 <P>
18 (FILL ME)
19 </P>
21 <?php
22 include('../common.php');
24 listThumbs($thumbs_dir);
25 ?>
27 </DIV>
29 <!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) -->
30 <!-- cmdline: txt2tags index.t2t -->
31 </BODY></HTML>