/[projects]/misc/xenconsole/console.php
ViewVC logotype

Diff of /misc/xenconsole/console.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 2013 by torben, Tue Jan 29 13:39:39 2013 UTC revision 2014 by torben, Wed Jul 17 17:47:49 2013 UTC
# Line 11  if ($key != $password) { Line 11  if ($key != $password) {
11  }  }
12    
13  ?>  ?>
14    <html>
15    <body>
16    
17  <h2><?php echo $name;?></h2><br>  <h2><?php echo $name;?></h2><br>
18    
19    <center>
20      <table>
21        <tr>
22          <td>
23    
24  <applet code="com/citrix/xenserver/console/Initialize.class"  <applet code="com/citrix/xenserver/console/Initialize.class"
25          archive="jar/XenServerConsole.jar"          archive="jar/XenServerConsole.jar"
# Line 22  if ($key != $password) { Line 28  if ($key != $password) {
28                  <PARAM NAME=URL VALUE="<?php echo $url;?>">                  <PARAM NAME=URL VALUE="<?php echo $url;?>">
29                  <PARAM NAME=USEURL VALUE="true">                  <PARAM NAME=USEURL VALUE="true">
30  </applet>  </applet>
31    
32            </applet>
33          </td>
34        </tr>
35      </table>
36    </center>
37    </body>
38    </html>
39    

Legend:
Removed from v.2013  
changed lines
  Added in v.2014

  ViewVC Help
Powered by ViewVC 1.1.20