-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.php
41 lines (32 loc) · 1004 Bytes
/
index.php
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
<html>
<head>
<title>PHPQstat</title>
<meta name="AUTHOR" content="Jordi Blasco Pallares ">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="KEYWORDS" content="gridengine sge sun hpc supercomputing batch queue linux xml qstat qhost jordi blasco solnu">
<link rel="stylesheet" href="phpqstat.css" type="text/css" />
</head>
<body>
<br><br><br><br><br><br><br>
<table align=center width=30% border="1" cellpadding="0" cellspacing="0">
<tbody>
<tr>
<td align=center><h1>PHPQstat</h1></td>
</tr>
<tr>
<td align=center>
<FORM ACTION=qstat.php METHOD=GET>
User: <input size=10 name=owner type=text value=all><input type=submit value='Enter'>
</FORM>
</td>
</tr>
<tr>
<td align=center CLASS="bottom">
version : 0.2.0 (February 2012)<br>
<a href="http://phpqstat.sourceforge.net">http://phpqstat.sourceforge.net</a><br>
</td>
</tr>
</tbody>
</table>
</body>
</html>