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

Diff of /misc/xenconsole/index.php

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

revision 1886 by torben, Fri Nov 30 21:41:29 2012 UTC revision 1887 by torben, Sat Dec 1 10:59:57 2012 UTC
# Line 46  $(document).ready( function() { Line 46  $(document).ready( function() {
46                  var conurl = $(this).data('conurl');                  var conurl = $(this).data('conurl');
47                  console(conurl,session);                  console(conurl,session);
48          });          });
49    
50            $('#logo').click( function() {
51                    refreshData();
52            });
53  });  });
54    
55  function refreshData() {  function refreshData() {
# Line 166  body { Line 170  body {
170    
171  <table width='100%' background='gfx/topbg.png' cellpadding='3' cellspacing='0' border='0' class='toptable'>  <table width='100%' background='gfx/topbg.png' cellpadding='3' cellspacing='0' border='0' class='toptable'>
172  <tr>  <tr>
173          <td rowspan='2' width='160'><img src='gfx/citrix-logo.png'></td>          <td rowspan='2' width='160'><img src='gfx/citrix-logo.png' id='logo'></td>
174          <td colspan='3' class='small' align='right'>Linux:2.6.32.12-0.7.1.xs6.0.2.542.170665xen / xen: 4.1.2 / xapi: 1.3</td>          <td colspan='3' class='small' align='right'>Linux:2.6.32.12-0.7.1.xs6.0.2.542.170665xen / xen: 4.1.2 / xapi: 1.3</td>
175  </tr>  </tr>
176  <tr>  <tr>

Legend:
Removed from v.1886  
changed lines
  Added in v.1887

  ViewVC Help
Powered by ViewVC 1.1.20