Revision 586 (by jcostell, 2007/09/17 15:02:48) Fix export as XML with "x" unit
<!--
  ~ Copyright (c) 2007, TIBCO Software Inc.
  ~ Use, modification, and distribution subject to terms of license.
  -->

<html>
<head>
  <title>TIBCO General Interface&#8482; Performance Profiler</title>

  <script type="text/javascript" src="gipp.js"></script>
  <script type="text/javascript" src="config.js"></script>

  <link type="text/css" rel="stylesheet" href="styles.css"/>

</head>

<body onload="gi.test.gipp.init();" SCROLL="no">

<table id="table_main" cellspacing="0">
  <tr>
    <td id="td_controls">

      <div class="twopxspace">&#160;</div>

      <div id="logo">
        <img src="images/gipp_logo.gif" alt="TIBCO&reg; General Interface Performance Profiler"/>
      </div>

      <div class="twopxspace">&#160;</div>

      <div id="inputs">
        <table id="table_inputs" cellspacing="0">
          <tr>
            <td class="label">GI:</td>
            <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>
          </tr>
          <tr>
            <td class="label">Project:</td>
            <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>
          </tr>
          <tr>
            <td class="label">JS:</td>
            <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>
          </tr>
        </table>
      </div>

      <div class="onepxbrd">&#160;</div>

      <div id="controls">
        <table id="table_controls" cellspacing="0">
          <tr>
            <td id="ctrl_left"><span id="runs"></span></td>
            <td id="ctrl_right">
              <input id="btn_run" type="button" value="Run" onclick="gi.test.gipp.runPause(this);" tabindex="4">
              <input id="btn_step" type="button" value="Step" onclick="gi.test.gipp.step();" tabindex="5"> &nbsp; &nbsp;
              <input id="btn_reset" type="button" value="Reload" onclick="gi.test.gipp.reload();" tabindex="6">
            </td>
          </tr>
        </table>
      </div>

      <div id="results">
        <table id="table_results" cellspacing="0">
          <tr>
            <th class="name">Test Case</th>
            <th class="val1">Result</th>
            <th class="val2">&nbsp;</th>
          </tr>
          <tr>
            <td colspan="3" style="background-image:url(images/dot_separator.gif);font-size:0px;height:3px;padding:0px;">&nbsp;</td>
          </tr>
        </table>
      </div>

      <div style="height:2px;overflow:hidden;font-size:1px;">&#160;</div>
      
      <div id="div_export">
        <input id="btn_export" type="button" disabled="disabled" value="Export CSV" onclick="gi.test.gipp.exportReport();" tabindex="7">
        <input id="btn_exportxml" type="button" disabled="disabled" value="Export XML" onclick="gi.test.gipp.exportReportXml();" tabindex="8">
      </div>

      <img src="images/spc.gif" width="300" height="1" alt=""/><br/>

    </td>
    <td id="td_app">
      <div id="app_container">
        &nbsp;
      </div>
    </td>

  </tr>
</table>

</body>
</html>