Blame view

test/perl/test.html 3.08 KB
42868d70   andryeyev   Создал GIT
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  <head>
  <title>Perl test page</title>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Cache-Control" content="no-cache" />
  <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
  <link rel="icon" href="favicon.ico" type="image/x-icon" />
  <link rel="stylesheet" type="text/css" href="../../css/style.css" />
  <link rel="stylesheet" type="text/css" href="../../css/tabs.css" />
  <!--[if lte IE 7]><style type="text/css">#tabs li, #tabs a { display: inline; zoom: 1; }</style><![endif]-->
  <script type="text/javascript">
  //<![CDATA[
  document.write('<script language="javascript" type="text/javascript" src="http://' + location.hostname + ':8880/javascript/promo-flags.js.php"></' + 'script>\n');
  //]]>
  </script>
  </head>
  <body>
  <div class="page">
    <div class="header clear">
      <script type="text/javascript">
      //<![CDATA[
        if (window.product_copyrights) { document.write('<a class="company-logo" href="http://www.parallels.com">Parallels</a>'); }
      //]]>
      </script>
      <div class="header-area">
        <h1><a class="product-logo" href="http://www.parallels.com/plesk/" title="Parallels Plesk Panel">Parallels Plesk Panel</a></h1>
        <span class="header-text">
          <script type="text/javascript">
          //<![CDATA[
          if (window.product_copyrights) {
            document.write('<a class="top-copyright" href="http://www.parallels.com">&copy; 1999-2009, Parallels<br />All rights reserved</a>');
          }
          if (window.plesk_promo.virtuozzo) {
            document.write('<a class="txt-banner" href="http://www.parallels.com/virtuozzo/">Discover <strong>Parallels<br />Virtuozzo Containers</strong></a>');
          }
          //]]>
          </script>
        </span>
      </div>
    </div>
    <div class="wrapper test">
      <div class="pathbar"><a href="/index.html">Site Home Page</a> &gt;</div>
      <h2>Perl possibilities test page</h2>
      <div id="tabs">
        <ul><li id="current" class="first"><a href="test.html"><span>Environment</span></a></li></ul>
      </div>
      <div class="tab-content clear">
        <p>This page allows to check the possibility to get the extension environment settings.</p>
        <div class="form-container">
        <fieldset>
          <legend>Installed modules</legend>
          <div class="form-fields">
            <iframe id="ifr" src="test.pl" height="320" width="100%" name="ifr"></iframe>
          </div>
        </fieldset>
        </div>
      </div>
    </div>
    <div class="footer">
      <div class="footer-area">
        <script type="text/javascript">
        //<![CDATA[
        if (window.product_copyrights) {
          document.write('<p class="description">This page was generated by <a href="http://www.parallels.com/en/products/plesk/">Parallels Plesk Panel</a></p>');
        }
        //]]>
        </script>
      </div>
    </div>
  </div>
  <script type="text/javascript">
  //<![CDATA[
    if (e = document.getElementById('ifr')) e.src += '?' + Date.now();
  //]]>
  </script>
  </body>
  </html>