"Fossies" - the Fresh Open Source Software Archive

Member "Apache-Gallery-1.0.2/templates/bright/layout.tpl" (8 Jun 2011, 552 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 <?xml version='1.0' encoding='iso-8859-1'?>
    2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    3    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd" >
    4 
    5 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" >
    6 <head>
    7 <title>{ $TITLE }</title>
    8 <link rel="stylesheet" href="/gallery.css" type="text/css" />
    9 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
   10 { $META }
   11 <!--[if gte IE 5.5000]>
   12 <link rel="stylesheet" href="/galleryIE.css" type="text/css" />
   13 <![endif]-->
   14 </head>
   15 <body>
   16 { $MAIN }
   17 </body>
   18 </html>