source: source/pf.html

Last change on this file was 377:63c42e1347f8, checked in by Evgeny Stambulchik <Evgeny.Stambulchik@…>, 3 years ago

Bump version to 1.2

File size: 948 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.2"
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.