mirror of
https://github.com/xomboverlord/ldc.git
synced 2026-01-26 09:33:13 +01:00
[svn r273] added html header to web statistics
This commit is contained in:
@@ -482,6 +482,7 @@ int main(char[][] args){
|
||||
BufferedFile index = new BufferedFile(std.path.join(basedir, "index.html"), FileMode.Out);
|
||||
scope(exit) index.close();
|
||||
index.writefln(`
|
||||
<html><body>
|
||||
<table style="border-collapse:collapse; text-align:center;">
|
||||
<colgroup>
|
||||
<col style="border-right: medium solid black;">
|
||||
@@ -515,7 +516,7 @@ int main(char[][] args){
|
||||
index.writef(cast(char[])std.file.read(statsname));
|
||||
}
|
||||
|
||||
index.writefln(`</table>`);
|
||||
index.writefln(`</table></body></html>`);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
|
||||
<html><body>
|
||||
<table style="border-collapse:collapse; text-align:center;">
|
||||
<colgroup>
|
||||
<col style="border-right: medium solid black;">
|
||||
@@ -109,4 +110,4 @@
|
||||
<td><a href="llvmdc-2008-05-07/xpass.html">302</a></td>
|
||||
<td><a href="llvmdc-2008-05-07/error.html">757</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</table></body></html>
|
||||
|
||||
Reference in New Issue
Block a user