PHP Classes

File: index.php

Recommend this page to a friend!
  Classes of Nicola Covolo   OPBE   index.php   Download  
File: index.php
Role: Auxiliary script
Content type: text/plain
Description: Class source
Class: OPBE
Ogame probabilistic battle engine
Author: By
Last change: now css can be seen in testcases.
added an index page to display testcases.
added a way to list errors in webtest
info
Date: 10 years ago
Size: 467 bytes
 

Contents

Class file image Download
<?php


echo '
<!DOCTYPE HTML>
<head>
    <meta http-equiv="content-type" content="text/html" />
    <title>INDEX</title>
</head>

<body>

<center>
<input type="button" value="Try OPBE" onclick="window.location=\'tests/runnable/WebTest.php\'" />
<input type="button" value="Check errors" onclick="window.location=\'tests/runnable/errors/\'" />
<input type="button" value="Run testcases" onclick="window.location=\'tests/runnable/cases/\'" />
</center>

</body>
</html>

'
;