Tidied up wxHTML About HTML file (missing /td, /tr etc.: how did that work? :-));
added sample entries to index.htm; fixed some wxUSE_SPINBUTTON -> wxUSE_SPINBTN git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4417 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -1,17 +1,35 @@
|
||||
<html><body bgcolor="#FFFFFF"><table cellspacing=3 cellpadding=4 width="100%">
|
||||
<tr><td bgcolor="#101010">
|
||||
<center><font size=+2 color="#FFFFFF"><b>
|
||||
<br>wxHTML Library Sample 0.2.0<br>
|
||||
</b></font></center>
|
||||
<tr><td bgcolor="#73A183">
|
||||
<b><font size=+1>Copyright (C) 1999 Vaclav Slavik</font></b><p>
|
||||
<font size=-1>
|
||||
<table cellpadding=0 cellspacing=0 width="100%">
|
||||
<tr><td width="65%">
|
||||
Vaclav Slavik (slavik2@czn.cz)<br>Someone Else (selse@hell.org)<p>
|
||||
<td valign=top><img src="logo.png">
|
||||
<html>
|
||||
<body bgcolor="#FFFFFF">
|
||||
<table cellspacing=3 cellpadding=4 width="100%">
|
||||
<tr>
|
||||
<td bgcolor="#101010">
|
||||
<center>
|
||||
<font size=+2 color="#FFFFFF"><b><br>wxHTML Library Sample 0.2.0<br></b>
|
||||
</font>
|
||||
</center>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td bgcolor="#73A183">
|
||||
<b><font size=+1>Copyright (C) 1999 Vaclav Slavik</font></b><p>
|
||||
<font size=-1>
|
||||
<table cellpadding=0 cellspacing=0 width="100%">
|
||||
<tr>
|
||||
<td width="65%">
|
||||
Vaclav Slavik (slavik2@czn.cz)<p>
|
||||
</td>
|
||||
<td valign=top>
|
||||
<img src="logo.png">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<font size=1>
|
||||
The wxHTML library is available at <font color="#0000FF">http://www.ms.mff.cuni.cz/~vsla8348/wxhtml</font><br>
|
||||
Licenced under wxWindows Library Licence, Version 3.
|
||||
</font>
|
||||
</font>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<font size=-2>
|
||||
The wxHTML library is available at <font color="#0000FF">http://www.ms.mff.cuni.cz/~vsla8348/wxhtml</font><br>
|
||||
The library is licenced under wxWindows Library Licence, Version 3.
|
||||
</font></font></table></body></html>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user