File: graph.html

package info (click to toggle)
lightsquid 1.8-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 532 kB
  • sloc: perl: 2,320; sh: 13; makefile: 2
file content (49 lines) | stat: -rw-r--r-- 1,441 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- LightSquid TPL v1.7 -->
<html>
<head>
  <meta name="robots" content="noindex,nofollow">
  <meta name="generator" content="LightSquid - http://lightsquid.sf.net">
  <meta http-equiv="Content-Type" content="text/html; charset=##MSG_CODEPAGE##">
  ##META##
  <title>LightSquid :: Graphics</title>
</head>

<body background="" bgcolor="white" text="black">
  <center>
    <table cellpadding="0" cellspacing="0">
      <tbody>
        <tr>
          <th align="center"><a href="index.cgi">##MSG_HEADER##</a></th>
        </tr>

        <tr>
          <th align="center"><b><font color="#0033FF">##MSG_WORK_PERIOD##:</font> <font color="#FF0000">##WORKPERIOD##</font></b></th>
        </tr>

        <tr>
          <th align="center" bgcolor="#D3D3D3"><b><font color="#000000">##MODE##</font></font></b></th>
        </tr>

	<tr>
           <td> 
	        <img src="##GRAPHICSURL##" border="0" title="Graphics" usemap="#bars">
		<map name="bars">
<!-- [[ imagemap start-->		
  		    <area href="##MAPURL##" shape="rect" coords="##MAPCOORD##">
<!-- ]] imagemap end-->		
		</map>
	   </td>
	</tr>
	
      </tbody>
    </table>
<!-- HIDE warning start -->
  <hr>
  <center><font color="#FF0000" size="+2">##MSG_WARNING##,</font> ##MSG_RECOMENDATION## $##VARNAME##=##VARVALUE##*(1024*1024*1024);</center>
<!-- HIDE warning end -->
  <hr>
  ##COPYRIGHT##
  </center>
</body>
</html>