[Jspro-cvs] jsPro/debug debug.html,1.3,1.4
Brought to you by:
wigleys
|
From: <gat...@us...> - 2003-09-14 08:27:31
|
Update of /cvsroot/jspro/jsPro/debug In directory sc8-pr-cvs1:/tmp/cvs-serv28465/debug Modified Files: debug.html Log Message: verrrrry slight reformatting Index: debug.html =================================================================== RCS file: /cvsroot/jspro/jsPro/debug/debug.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** debug.html 6 Sep 2003 01:47:09 -0000 1.3 --- debug.html 14 Sep 2003 08:27:27 -0000 1.4 *************** *** 24,28 **** * +-------------------------------------------------------------------------+ * $Id$ - * --> <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> --- 24,27 ---- *************** *** 31,35 **** <script type="text/javascript" src="../error.js"></script> <script type="text/javascript" src="debug.js"></script> ! <link rel="stylesheet" type="text/css" href="debug.css"/> </head> <body> --- 30,34 ---- <script type="text/javascript" src="../error.js"></script> <script type="text/javascript" src="debug.js"></script> ! <link rel="stylesheet" type="text/css" href="debug.css" /> </head> <body> *************** *** 38,43 **** <tr> <th colspan="2"> ! <input type="button" value="Clear" onclick="Debug.prototype.clear()" onfocus="this.blur()"/> ! <input type="button" value="Close" onclick="window.close()" onfocus="this.blur()"/> </th> </tr> --- 37,42 ---- <tr> <th colspan="2"> ! <input type="button" value="Clear" onclick="Debug.prototype.clear()" onfocus="this.blur()" /> ! <input type="button" value="Close" onclick="window.close()" onfocus="this.blur()" /> </th> </tr> *************** *** 46,49 **** </table> </body> ! </html> ! --- 45,47 ---- </table> </body> ! </html> \ No newline at end of file |