|
7 | 7 |
|
8 | 8 | <body>
|
9 | 9 |
|
10 |
| - <h1><img src="./html/images/Logo_phpcheckstyle.png"/> PHPCheckstyle</h1> |
| 10 | + <h1><img src="./html/images/Logo_phpcheckstyle.png"/> PHPCheckstyle</h1> |
11 | 11 |
|
12 |
| - <form name="myform" action="runFromWeb.php" method="POST"> |
| 12 | + <form name="myform" action="runFromWeb.php" method="POST"> |
13 | 13 |
|
14 |
| - <table> |
| 14 | + <table> |
15 | 15 |
|
16 |
| - <tr> |
17 |
| - <td>File(s) to analyse <span style="color:red">*</span></td> |
18 |
| - <td><input type="text" id="sourceDir" name="sourceDir" value="./test"></input></td> |
19 |
| - </tr> |
| 16 | + <tr> |
| 17 | + <td>File(s) to analyse <span style="color:red">*</span></td> |
| 18 | + <td><input type="text" id="sourceDir" name="sourceDir" value="./test"></input></td> |
| 19 | + </tr> |
20 | 20 |
|
21 |
| - <tr> |
22 |
| - <td>Destination directory</td> |
23 |
| - <td><input type="text" id="resultDir" name ="resultDir" value="./checkstyle_result"></input></td> |
24 |
| - </tr> |
| 21 | + <tr> |
| 22 | + <td>Destination directory</td> |
| 23 | + <td><input type="text" id="resultDir" name ="resultDir" value="./checkstyle_result"></input></td> |
| 24 | + </tr> |
25 | 25 |
|
26 |
| - <tr> |
27 |
| - <td>Configuration file</td> |
28 |
| - <td><input type="text" id="configFile" name ="configFile" value="default.cfg.xml"></input></td> |
29 |
| - </tr> |
| 26 | + <tr> |
| 27 | + <td>Configuration file</td> |
| 28 | + <td><input type="text" id="configFile" name ="configFile" value="default.cfg.xml"></input></td> |
| 29 | + </tr> |
30 | 30 |
|
31 |
| - <tr> |
32 |
| - <td>Exclude Files or Directories <span style="color:red">*</span></td> |
33 |
| - <td><input type="text" id="excludeFile" name ="excludeFile" value=""></input></td> |
34 |
| - </tr> |
| 31 | + <tr> |
| 32 | + <td>Exclude Files or Directories <span style="color:red">*</span></td> |
| 33 | + <td><input type="text" id="excludeFile" name ="excludeFile" value=""></input></td> |
| 34 | + </tr> |
35 | 35 |
|
36 |
| - <tr> |
37 |
| - <td>Language</td> |
38 |
| - <td> |
39 |
| - <input type="select" id="lang" name ="lang"> |
40 |
| - <option value="en-us">English</option> |
41 |
| - <option value="fr-fr">Français</option> |
42 |
| - </input> |
43 |
| - </td> |
44 |
| - </tr> |
| 36 | + <tr> |
| 37 | + <td>Language</td> |
| 38 | + <td> |
| 39 | + <input type="select" id="lang" name ="lang"> |
| 40 | + <option value="en-us">English</option> |
| 41 | + <option value="fr-fr">Français</option> |
| 42 | + </input> |
| 43 | + </td> |
| 44 | + </tr> |
45 | 45 |
|
46 |
| - </table> |
| 46 | + </table> |
47 | 47 |
|
48 |
| - <br/> |
49 |
| - <br/> |
| 48 | + <br/> |
| 49 | + <br/> |
50 | 50 |
|
51 |
| - <input type="submit" value="Run"></input> |
| 51 | + <input type="submit" value="Run"></input> |
52 | 52 |
|
53 |
| - <br/> |
54 |
| - <br/> |
| 53 | + <br/> |
| 54 | + <br/> |
55 | 55 |
|
56 |
| - </form> |
| 56 | + </form> |
57 | 57 |
|
58 |
| - <i><span style="color:red">*</span> Multiple filenames or directory names can be added, comma separated.</i> |
| 58 | + <i><span style="color:red">*</span> Multiple filenames or directory names can be added, comma separated.</i> |
59 | 59 |
|
60 | 60 | </body>
|
61 | 61 |
|
|
0 commit comments