0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
coppermine
/
1.5.12-0
/
standard
/
htdocs
/
themes
/
sample
/
[
Home
]
File: template.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="{LANG_DIR}"> <head> <meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" /> <meta http-equiv="Pragma" content="no-cache" /> <title>{TITLE}</title> {META} <link rel="stylesheet" href="css/coppermine.css" type="text/css" /> <link rel="stylesheet" href="themes/sample/style.css" type="text/css" /> <link rel="shortcut icon" href="favicon.ico" /> {JAVASCRIPT} <!-- SVN version info: Coppermine version: 1.5.9 $HeadURL: https://coppermine.svn.sourceforge.net/svnroot/coppermine/trunk/cpg1.5.x/themes/sample/template.html $ $Revision: 7809 $ --> </head> <body> {CUSTOM_HEADER} <table width="100%" border="0" cellpadding="20" cellspacing="20"> <tr> <td valign="top" style="border: 1px solid #CCD7E0; background-color: #FFFFFF;"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="100%" align="center"> <h1>{GAL_NAME}</h1> <h3>{GAL_DESCRIPTION}</h3><br /> {SYS_MENU}<br />{SUB_MENU} </td> </tr> </table> <img src="images/spacer.gif" width="1" height="15" alt="" /> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td valign="top"> {ADMIN_MENU} {MESSAGE_BLOCK} {GALLERY} </td> </tr> </table> </td> </tr> </table> {CUSTOM_FOOTER}{CREDITS} </body> </html>