Mercurial > hg > index.fcgi > www > www-1
diff pics/browse.php @ 0:561c0b0f3234
initial add
author | paulo@twcdns.fastsearch.net |
---|---|
date | Wed, 21 Jul 2010 00:11:54 -0700 |
parents | |
children | ff6cf071c65c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/pics/browse.php Wed Jul 21 00:11:54 2010 -0700 1.3 @@ -0,0 +1,23 @@ 1.4 +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 1.5 +<HTML> 1.6 +<HEAD> 1.7 +<META NAME="generator" CONTENT="http://txt2tags.sf.net"> 1.8 +<LINK REL="stylesheet" TYPE="text/css" HREF="index.css"> 1.9 +<?php $title = basename(getcwd()) ?> 1.10 +<TITLE><?php echo $title ?></TITLE> 1.11 +</HEAD> 1.12 +<BODY> 1.13 + 1.14 +<DIV CLASS="body" ID="body"> 1.15 + 1.16 +<?php 1.17 + include('../common.php'); 1.18 + 1.19 + browse(); 1.20 +?> 1.21 + 1.22 +</DIV> 1.23 + 1.24 +<!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) --> 1.25 +<!-- cmdline: txt2tags index.t2t --> 1.26 +</BODY></HTML>