Example #1
0
      while(list($key, $val) = each($results)) {
        print("    <td class=\"p2k\">\n      $val[$i]\n    </td>\n");
      }
      print("  </tr>\n");
    }
    print("</table>\n");
  }
  else print("<p class=\"bo\">\n  No activity recently recorded for $det subdetector!\n</p>\n");
  ocifreestatement($stmt);
  ocilogoff($conn);
</script>

<p class="bo">
  Here you will find only recently executed SQL statements, still present in the server memory in the moment when the snapshot was taken.
  <br>
  This page has been dynamically generated on
  <?php 
print newdate(time(), "eng") . " at " . date("G:i", time()) . ".";
?>
  For any suggestion or comment, please write to
  <?php 
print "<a href=\"mailto:Pietro M. Picca <*****@*****.**>?subject={$title}\" class=\"p2k\">Pietro.Picca@cern.ch</a>";
?>
.
</p>

<button onClick="self.close();">Close me</button>

</body>

</html>
Example #2
0
    print("    <td class=\"p2k\">\n      <a href=\"javascript:see('detdetails.php?svr=$svr&sel=$sel&det=".($t = $results['USERNAME'][$i])."');\" class=\"p2k\">$t</a>\n    </td>\n");
    print("    <td class=\"md\">\n      ".(ereg("_R$", $t)? "-": "<a href=\"javascript:see('detactivity.php?svr=$svr&sel=$sel&det=$t');\" class=\"p2k\"><img src=\"show.gif\" border=\"0\"></a>")."\n    </td>\n");
    print("    <td class=\"p2k\">\n      ".$results['TABLESPACE'][$i]."\n    </td>\n");
    print("    <td class=\"rg\">\n      ".format_number($results['OCCUPANCY'][$i], 2)."\n    </td>\n");
    print("    <td class=\"rg\">\n      ".(($q = $results['QUOTA'][$i]) == -1? "Unlimited space": ($q == 0? "No space": format_number($q, 2)))."\n    </td>\n");
    print("  </tr>\n");
  }
  print("</table>\n");
  ocifreestatement($stmt);
  ocilogoff($conn);
</script>

<p class="bo">
  By clicking on the username, a page showing all the object contained in the relative schema will be opened.
  <br>
  This page has been dynamically generated on
  <?php 
print newdate(time(), "eng") . " at " . date("G:i", time()) . ", Central European time.";
?>
  Created on August 3<sup>rd</sup>, 2007, its source code has been last updated on November 14<sup>th</sup>, 2008.
  <br>
  For any suggestion or comment, please write to
  <?php 
print "<a href=\"mailto:Pietro M. Picca <*****@*****.**>?subject={$title}\" class=\"p2k\">Pietro.Picca@cern.ch</a>";
?>
.
</p>

</body>

</html>