Changeset 1795


Ignore:
Timestamp:
Feb 9, 2007, 11:02:14 PM (17 years ago)
Author:
vdigital
Message:

Some untested changes for NBM on Rub request

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">
    33<html lang="{LANG}" dir="{DIR}">
    44<head>
     5<title>PhpWebGallery Notication by Mail</title>
    56<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 */
     11body{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;
     13margin:0px;padding:86px 0px 0px 86px;text-align: left;}
     14a {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;
     16margin: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;
     18color: #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;}
     20a.PWG { border: 0px; }
     21a.PWG .P { color : #f92; }
     22a.PWG .W { color : #aaa; }
     23a.PWG .G { color : #69c; }
     24a.PWG:hover .P { color : #69c; }
     25a.PWG:hover .G { color : #f92; }
     26--></style>
    627</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>
    2429<div id="the_page">
    2530<div id="content">
Note: See TracChangeset for help on using the changeset viewer.