Mercurial > hg > index.fcgi > www > www-1
comparison pics/browse.php @ 0:561c0b0f3234
initial add
author | paulo@twcdns.fastsearch.net |
---|---|
date | Wed, 21 Jul 2010 00:11:54 -0700 |
parents | |
children | ff6cf071c65c |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:da8afaf4ebe9 |
---|---|
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> | |
10 | |
11 <DIV CLASS="body" ID="body"> | |
12 | |
13 <?php | |
14 include('../common.php'); | |
15 | |
16 browse(); | |
17 ?> | |
18 | |
19 </DIV> | |
20 | |
21 <!-- html code generated by txt2tags 2.4 (http://txt2tags.sf.net) --> | |
22 <!-- cmdline: txt2tags index.t2t --> | |
23 </BODY></HTML> |