mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-14 11:46:10 +00:00
Added test cgi page
This commit is contained in:
45
tpl/admin/page_test_graphcgi.php
Normal file
45
tpl/admin/page_test_graphcgi.php
Normal file
@@ -0,0 +1,45 @@
|
||||
|
||||
<?php IncludeCom('dev/bootstrap3')?>
|
||||
|
||||
<head>
|
||||
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/home.css')?>" />
|
||||
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/jquery-ui.theme.css')?>" />
|
||||
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/jquery-ui.css')?>" />
|
||||
<!--
|
||||
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/jquery-ui.structure.css')?>" />
|
||||
-->
|
||||
<link rel="stylesheet" type="text/css" href="<?= Root('i/css/jquery.feedback_me.css')?>" />
|
||||
<script src="<?= Root('i/js/admin/page_test_graphcgi.js')?>"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<h1>Тестирование GraphCGI</h1>
|
||||
|
||||
<div>
|
||||
<div>
|
||||
<label for="inputName" class="col-lg-2 control-label">CGI name</label>
|
||||
<input type="text" autocomplete="on" name="cginame" id="cginame" value="GraphCGI.exe">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="inputName" class="col-lg-2 control-label">Get parametrs</label>
|
||||
<input type="text" autocomplete="on" name="params" id="params" value="dsp=cgiInput&start=1&finish=3&report=xml" size="50" >
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<label for="inputName" class="col-lg-2 control-label">Graph</label>
|
||||
<input type="text" autocomplete="on" name="graph" id="graph" value="<?= Post("graph")?>" size="100">
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div class="col-lg-offset-2 col-lg-6">
|
||||
<button type="submit" class="btn btn-primary" id="run_test">Test</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<div id="response">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user