Changeset 1795
- Timestamp:
- Feb 9, 2007, 11:02:14 PM (18 years ago)
- Location:
- trunk/template/yoga/mail/text/html
- Files:
-
- 4 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/template/yoga/mail/text/html/header.tpl
r1792 r1795 1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 //EN"2 "http://www.w3.org/TR/html4/strict.dtd">1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 2 "http://www.w3.org/TR/html4/loose.dtd"> 3 3 <html lang="{LANG}" dir="{DIR}"> 4 4 <head> 5 <title>PhpWebGallery Notication by Mail</title> 5 6 <meta http-equiv="Content-Type" content="text/html; charset={CONTENT_ENCODING}"> 7 8 <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/mail/text/html/default-layout.css"> 9 10 <style><!-- /* Notification mini style for mails */ 11 body{background-color:#fff;font-family: Univers, Helvetica, Optima;font-size:12px; margin:0px;padding:0px color:#369;} 12 #the_page {background: #fff url({pwg_root}template/{themeconf:template}/mail/text/html/images/header-bg.jpg) no-repeat scroll left top; 13 margin:0px;padding:86px 0px 0px 86px;text-align: left;} 14 a {text-decoration: none} 15 #content {background: #fff url({pwg_root}template/{themeconf:template}/mail/text/html/images/mailbody-bg.jpg) repeat-y scroll left top; 16 margin:0px;padding:0px 15px 0px 86px;text-align: left;} 17 #copyright {background: #fff url({pwg_root}template/{themeconf:template}/mail/text/html/images/footer-bg.jpg) repeat-y scroll left top; 18 color: #69c;font-size:10px;margin:0px;padding:98px 0px 0px 86px;text-align:center;} 19 .PWG {font-family: verdana, sans-serif !important; font-size: 0.9em; font-weight: normal; letter-spacing: 0px;} 20 a.PWG { border: 0px; } 21 a.PWG .P { color : #f92; } 22 a.PWG .W { color : #aaa; } 23 a.PWG .G { color : #69c; } 24 a.PWG:hover .P { color : #69c; } 25 a.PWG:hover .G { color : #f92; } 26 --></style> 6 27 </head> 7 8 <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/layout.css"> 9 <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/mail/text/html/default-layout.css"> 10 <!-- the next css is used to fix khtml (Konqueror/Safari) issue 11 the "text/nonsense" prevents gecko based browsers to load it --> 12 <link rel="stylesheet" type="text/nonsense" href="{pwg_root}template/{themeconf:template}/fix-khtml.css"> 13 <!--[if lt IE 7]> 14 <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie5-ie6.css"> 15 <![endif]--> 16 <!--[if gt IE 6]> 17 <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/fix-ie7.css"> 18 <![endif]--> 19 <link rel="stylesheet" type="text/css" media="print" href="{pwg_root}template/{themeconf:template}/print.css"> 20 <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/default-colors.css"> 21 <link rel="stylesheet" type="text/css" href="{pwg_root}template/{themeconf:template}/theme/{themeconf:theme}/theme.css"> 22 23 <body id="theMailPage"> 28 <body> 24 29 <div id="the_page"> 25 30 <div id="content">
Note: See TracChangeset
for help on using the changeset viewer.