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, 3 months ago) by roma7
Branches: MAIN
CVS tags: HEAD
issue http://db.chgk.info/v2/node/10

    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: div.editor {font-style:italic;padding-top:10px;padding-bottom:10px;}
   15: div.info{font-style:italic;padding-top:10px;padding-bottom:10px;}
   16: 
   17: </style>
   18: </head>
   19: <body>
   20: <h1><?php print $title;?></h1>
   21: 
   22: <?php print $content;?>
   23: 
   24: </body>
   25: </html>
   26: 

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