source: source/pf.html @ 357:b9aab18ce506

Last change on this file since 357:b9aab18ce506 was 334:96d8a8af69d7, checked in by Evgeny Stambulchik <Evgeny.Stambulchik@…>, 12 years ago

Mark the current version as 1.1 beta.

File size: 955 bytes
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2        "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
4  <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <title>Plasma Formulary Interactive</title>
7    <link rel="icon" type="image/png" href="pf_icon.png" />
8    <script type="text/javascript">
9      window.qx = {
10        $$environment : {
11          "pf.version" : "1.1 (beta)"
12        }
13      }
14    </script>
15    <script type="text/javascript" src="script/pf.js"></script>
16    <script type="text/javascript" src="wz_jsgraphics.js"></script>
17    <script type="text/javascript" src="entities.js"></script>
18  </head>
19  <body>
20    <noscript>
21      <p>
22        JavaScript is <span style="color:red;">disabled</span>! Please enable it
23        in order to use <i>Plasma Formulary</i>.
24      </p>
25    </noscript>
26  </body>
27</html>
Note: See TracBrowser for help on using the repository browser.