source: temp/test-xoops.ec-cube.net/html/modules/tinyd0/templates/tinycontent1_print.html @ 405

Revision 405, 1.6 KB checked in by root, 20 years ago (diff)
Line 
1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3  <head>
4    <meta http-equiv="Content-Type" content="text/html; charset=<{$charset}>" />
5    <title><{$sitename}></title>
6    <meta name="COPYRIGHT" content="Copyright (c) 2004 by <{$sitename}>" />
7    <meta name="GENERATOR" content="TinyContent-Duplicatable with XOOPS" />
8    <style><!--
9    table.outer {
10        border-collapse: collapse; border: 1px solid black;
11    }
12    .head {
13        padding: 3px; border: 1px black solid;
14    }
15    .even {
16        padding: 3px; border: 1px black solid;
17    }
18    .odd {
19        padding: 3px; border: 1px black solid;
20    }
21    table td {
22        vertical-align: top;
23    }
24    a {
25        text-decoration: none;
26    }
27    --></style>
28  </head>
29  <body bgcolor="#ffffff" text="#000000" onload="window.print()">
30    <table border="0" style="font: 12px;"><tr><td>
31      <table border="0" width="640" cellpadding="0" cellspacing="1" bgcolor="#000000"><tr><td>
32        <table border="0" width="640" cellpadding="20" cellspacing="1" bgcolor="#ffffff">
33          <tr>
34            <td align="center">
35              <img src="<{$xoops_url}>/images/logo.gif" border="0" alt="" /><br />
36              <h3><{$title}></h3>
37            </td>
38          </tr>
39          <tr valign="top">
40            <td>
41              <{$content}>
42            </td>
43          </tr>
44        </table>
45      </td></tr></table>
46      <br />
47      <br />
48      <hr />
49      <br />
50      <{$lang_comesfrom}> &nbsp; <a href="<{$site_url}>/"><{$site_url}></a><br />
51      <{$lang_contentfrom}> &nbsp; <a href="<{$content_url}>"><{$content_url}></a>
52    </td></tr></table>
53  </body>
54</html>
Note: See TracBrowser for help on using the repository browser.