File:  [Local Repository] / db / prgsrc / drupal / modules / chgk_db / templates / chgk_db_print.tpl.php
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Mon Mar 8 16:19:24 2010 UTC (14 years, 4 months ago) by roma7
Branches: MAIN
CVS tags: HEAD
Print version is added

    1: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    2:   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    3: <html xmlns="http://www.w3.org/1999/xhtml">
    4: <head>
    5: <meta http-equiv=Content-Type content="text/html; charset=UTF-8" />
    6: <title><?php print $title; ?></title>
    7: <style type="text/css">
    8: 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;}
    9: div.razdatka {
   10:     padding:4px;
   11:     border:1px solid black;
   12: }
   13:  div.razdatka_header {font-style:italic;}
   14: 
   15: </style>
   16: </head>
   17: <body>
   18: <h1><?php print $title;?></h1>
   19: 
   20: <?php print $content;?>
   21: 
   22: </body>
   23: </html>
   24: 

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