"Fossies" - the Fresh Open Source Software Archive

Member "Apache-Gallery-1.0.2/templates/new/layout.tpl" (8 Jun 2011, 233 Bytes) of package /linux/www/old/Apache-Gallery-1.0.2.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file.

    1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
    2 	"http://www.w3.org/TR/html4/strict.dtd"> 
    3 
    4 <html>
    5 <head>
    6 	<title>{ $TITLE }</title>
    7 	<link rel="stylesheet" href="/gallery.css">
    8 	{ $META }
    9 </head>
   10 
   11 <body>
   12 { $MAIN }
   13 </body>
   14 </html>