Line # Revision Author
1 586 jcostell <!--
2 ~ Copyright (c) 2007, TIBCO Software Inc.
3 ~ Use, modification, and distribution subject to terms of license.
4 -->
5
6 <html>
7 <head>
8 <title>TIBCO General Interface&#8482; Performance Profiler</title>
9
10 <script type="text/javascript" src="gipp.js"></script>
11 <script type="text/javascript" src="config.js"></script>
12
13 <link type="text/css" rel="stylesheet" href="styles.css"/>
14
15 </head>
16
17 <body onload="gi.test.gipp.init();" SCROLL="no">
18
19 <table id="table_main" cellspacing="0">
20 <tr>
21 <td id="td_controls">
22
23 <div class="twopxspace">&#160;</div>
24
25 <div id="logo">
26 <img src="images/gipp_logo.gif" alt="TIBCO&reg; General Interface Performance Profiler"/>
27 </div>
28
29 <div class="twopxspace">&#160;</div>
30
31 <div id="inputs">
32 <table id="table_inputs" cellspacing="0">
33 <tr>
34 <td class="label">GI:</td>
35 <td class="input"><input id="input_gi" type="text" name="gi" value="" title="The path to a General Interface directory relative to this page" tabindex="1"></td>
36 </tr>
37 <tr>
38 <td class="label">Project:</td>
39 <td class="input"><input id="input_project" type="text" name="project" value="" title="The path to a General Interface project directory relative to this page" tabindex="2"></td>
40 </tr>
41 <tr>
42 <td class="label">JS:</td>
43 <td class="input"><input id="input_js" type="text" name="project" value="" title="The path to a benchmark JavaScript file relative to the project directory" tabindex="3"></td>
44 </tr>
45 </table>
46 </div>
47
48 <div class="onepxbrd">&#160;</div>
49
50 <div id="controls">
51 <table id="table_controls" cellspacing="0">
52 <tr>
53 <td id="ctrl_left"><span id="runs"></span></td>
54 <td id="ctrl_right">
55 <input id="btn_run" type="button" value="Run" onclick="gi.test.gipp.runPause(this);" tabindex="4">
56 <input id="btn_step" type="button" value="Step" onclick="gi.test.gipp.step();" tabindex="5"> &nbsp; &nbsp;
57 <input id="btn_reset" type="button" value="Reload" onclick="gi.test.gipp.reload();" tabindex="6">
58 </td>
59 </tr>
60 </table>
61 </div>
62
63 <div id="results">
64 <table id="table_results" cellspacing="0">
65 <tr>
66 <th class="name">Test Case</th>
67 <th class="val1">Result</th>
68 <th class="val2">&nbsp;</th>
69 </tr>
70 <tr>
71 <td colspan="3" style="background-image:url(images/dot_separator.gif);font-size:0px;height:3px;padding:0px;">&nbsp;</td>
72 </tr>
73 </table>
74 </div>
75
76 <div style="height:2px;overflow:hidden;font-size:1px;">&#160;</div>
77
78 <div id="div_export">
79 <input id="btn_export" type="button" disabled="disabled" value="Export CSV" onclick="gi.test.gipp.exportReport();" tabindex="7">
80 <input id="btn_exportxml" type="button" disabled="disabled" value="Export XML" onclick="gi.test.gipp.exportReportXml();" tabindex="8">
81 </div>
82
83 <img src="images/spc.gif" width="300" height="1" alt=""/><br/>
84
85 </td>
86 <td id="td_app">
87 <div id="app_container">
88 &nbsp;
89 </div>
90 </td>
91
92 </tr>
93 </table>
94
95 </body>
96 </html>