File:  [Local Repository] / db / prgsrc / drupal / modules / chgk_db / templates / chgk_db_print.tpl.php
Revision 1.2: download - view: text, annotated - select for diffs - revision graph
Sat Mar 20 17:23:42 2010 UTC (14 years, 1 month ago) by roma7
Branches: MAIN
CVS tags: HEAD
issue http://db.chgk.info/v2/node/10

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv=Content-Type content="text/html; charset=UTF-8" />
<title><?php print $title; ?></title>
<style type="text/css">
body, td{font-family:arial,sans-serif;font-size:80%} a:link, a:active, a:visited{color:#0000CC} img{border:0} pre { white-space: pre; white-space: -moz-pre-wrap; white-space: -o-pre-wrap; white-space: pre-wrap; word-wrap: break-word; width: 800px; overflow: auto;}
div.razdatka {
    padding:4px;
    border:1px solid black;
}
 div.razdatka_header {font-style:italic;}
div.editor {font-style:italic;padding-top:10px;padding-bottom:10px;}
div.info{font-style:italic;padding-top:10px;padding-bottom:10px;}

</style>
</head>
<body>
<h1><?php print $title;?></h1>

<?php print $content;?>

</body>
</html>


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>