Menu

[r218]: / trunk / PhpCheckstyle / index.php  Maximize  Restore  History

Download this file

31 lines (21 with data), 694 Bytes

 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
<!DOCTYPE html>
<html>
<head>
<title>PHPCheckstyle Web Interface</title>
</head>
<body>
<h1><img src="./html/images/Logo_phpcheckstyle.png"/>&nbsp;PHPCheckstyle</h1>
<form name="myform" action="runFromWeb.php" method="POST">
<p>File(s) to analyse
<input type="text" id="sourceDir" name="sourceDir" value="./test"></input>
</p>
<p>Destination directory
<input type="text" id="resultDir" name ="resultDir" value="./checkstyle_result"></input>
</p>
<p>Configuration file
<input type="text" id="configFile" name ="configFile" value="default.cfg.xml"></input>
</p>
<input type="submit" value="Run"></input>
</form>
</body>
</html>
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.