source: source/pf.html @ 283:66e30076ada9

Last change on this file since 283:66e30076ada9 was 283:66e30076ada9, checked in by Evgeny Stambulchik <Evgeny.Stambulchik@…>, 13 years ago

Version 0.9.4.

File size: 759 bytes
Line 
1<html>
2  <head>
3    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
4    <title>Plasma Formulary Interactive</title>
5    <link rel="icon" type="image/png" href="pf_icon.png" />
6    <script type="text/javascript">
7      window.qx = {
8        $$environment : {
9          "pf.version" : "0.9.4"
10        }
11      }
12    </script>
13    <script type="text/javascript" src="script/pf.js"></script>
14    <script type="text/javascript" src="wz_jsgraphics.js"></script>
15    <script type="text/javascript" src="entities.js"></script>
16  </head>
17  <body>
18    <noscript>
19      <p>
20        JavaScript is <span style="color:red;">disabled</span>! Please enable it
21        in order to use <i>Plasma Formulary</i>.
22      </p>
23    </noscript>
24  </body>
25</html>
Note: See TracBrowser for help on using the repository browser.