diff options
Diffstat (limited to 'config/lightsquid/tpl/novopf/graph.html')
-rwxr-xr-x | config/lightsquid/tpl/novopf/graph.html | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/config/lightsquid/tpl/novopf/graph.html b/config/lightsquid/tpl/novopf/graph.html new file mode 100755 index 00000000..4490f4d3 --- /dev/null +++ b/config/lightsquid/tpl/novopf/graph.html @@ -0,0 +1,54 @@ +<!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> + <link rel="stylesheet" media="screen" href="get.cgi?css=screen" type="text/css"> + <link rel="stylesheet" media="print" href="get.cgi?css=print" type="text/css"> +</head> + +<body> + <center> + <table class="title"> + <tbody> + <tr class=title> + <th align="center"><a href="index.cgi"><h1 class=title>##MSG_HEADER##</h1></a></th> + <TH width="5%"><a href="/"><h1 class=title>Home</h1></a></TH> + </tr> + <tr> + <td colspan="2" align="center"><h3>##MSG_WORK_PERIOD##: ##WORKPERIOD##</h3></td> + </tr> + <tr> + <td colspan="2" align="center"><h3>##MODE##</h3></td> + </tr> + <tr> + <td colspan="2"> + <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> + <tr> + <td colspan="2"> +<!-- HIDE warning start --> + <center>##MSG_WARNING##, ##MSG_RECOMENDATION## $##VARNAME##=##VARVALUE##*(1024*1024*1024);</center> +<!-- HIDE warning end --> + </td> + </tr> + <tr> + <td colspan="2"> + ##COPYRIGHT## + </td> + </tr> + </tbody> + </table> + </center> +</body> +</html> |