koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/prog/en/includes doc-head-c


From: Owen Leonard
Subject: [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/prog/en/includes doc-head-close.inc,NONE,1.1 doc-head-open.inc,NONE,1.1 favicon.ico,NONE,1.1 intranet.css,NONE,1.1
Date: Tue, 19 Jul 2005 13:49:46 -0700

Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/prog/en/includes
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17187/koha-tmpl/intranet-tmpl/prog/en/includes

Added Files:
        doc-head-close.inc doc-head-open.inc favicon.ico intranet.css 
Log Message:
First draft of programmer's templates: a stripped-down version of the templates 
for use by programmers in adding and testing new functionality.  
Template-authors can use these templates to track changes that need to be 
incorporated into their custom templates.

--- NEW FILE ---
</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' 
-->/includes/favicon.ico" type="image/x-icon" />
<style type="text/css"> 
        @import url(<!-- TMPL_VAR NAME='themelang' -->/includes/intranet.css);
</style>
</head>

<body>
--- NEW FILE ---
<!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";>
<head>
<title>
--- NEW FILE ---


>?ÿÿÿÿÿÿ67789:;ÿÿÿÿÿÿ010234ÿ5ÿÿÿÿÿÿ,-./ÿÿÿÿÿÿÿÿ'()*+ÿÿÿÿÿÿÿÿÿ
$

ÿÿÿÿÿÿÿÿÿ        ÿÿÿÿÿÿÿÿÿ
--- NEW FILE ---
body {
        font-family : Verdana, Geneva, Arial, sans-serif;
        font-size : .7em;
}

table {
        border-collapse : collapse;
        border-top : 1px solid #CCCCCC;
        border-right : 1px solid #CCCCCC;
        margin : 1em 0;
}

caption {
        font-size : 140%;
        text-align : left;
        font-weight : bold;
}

td,th {
        border-left : 1px solid #CCCCCC;
        border-bottom : 1px solid #CCCCCC;
        padding : 5px;
}

th {
        background-color : #CCCCCC;
        border-left : 1px solid #999999;
        border-bottom : 1px solid #999999;
}

th[scope=row] {
        background-color : #EEEEEE;
        text-align : right;
}

input[type=submit], input[type=button] {
        background-color : #6699cc;
        color : #FFFFFF;
        font-size : 1em;
        font-weight : bold;
}

tr.highlight td, tr.highlight th {
        background-color : #EEEEEE;
}





reply via email to

[Prev in Thread] Current Thread [Next in Thread]