Update of /cvsroot/javanetsim/javaNetSim/guiUI
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv16162/guiUI
Modified Files:
MainScreen.java
Log Message:
body tag and spelling
Index: MainScreen.java
===================================================================
RCS file: /cvsroot/javanetsim/javaNetSim/guiUI/MainScreen.java,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** MainScreen.java 15 Sep 2007 18:50:48 -0000 1.60
--- MainScreen.java 15 Sep 2007 20:39:44 -0000 1.61
***************
*** 3394,3400 ****
"<!-- <LINK REL=stylesheet type=text/css href=\"style.css\"> -->\r\n" +
"<TITLE>javaNetSim HTML report</TITLE>\r\n" +
! "</HEAD>\r\n\r\n");
f_out.write("<P>Welcome to javaNetSim report page!<BR/>" +
! "Here is the summury of the devices you used in your simulation." +
"</P>\r\n<P>");
f_out.write(generate_html_node_info().toString());
--- 3394,3400 ----
"<!-- <LINK REL=stylesheet type=text/css href=\"style.css\"> -->\r\n" +
"<TITLE>javaNetSim HTML report</TITLE>\r\n" +
! "</HEAD>\r\n<BODY>\r\n");
f_out.write("<P>Welcome to javaNetSim report page!<BR/>" +
! "Here is the summary of the devices you used in your simulation." +
"</P>\r\n<P>");
f_out.write(generate_html_node_info().toString());
***************
*** 3406,3410 ****
"<!-- Appendix -->\r\n"
+ "Project page: <A HREF = \"http://sf.net/projects/javanetsim\">http://sf.net/projects/javanetsim</A>, if you found a bug, please, post it to <A HREF = \"http://sf.net/tracker/?atid=784685&group_id=152576\">http://sf.net/tracker/?atid=784685&group_id=152576</A>" +
! "<!-- close html file -->\r\n</HTML>");
f_out.close();
} catch (IOException ex) {
--- 3406,3410 ----
"<!-- Appendix -->\r\n"
+ "Project page: <A HREF = \"http://sf.net/projects/javanetsim\">http://sf.net/projects/javanetsim</A>, if you found a bug, please, post it to <A HREF = \"http://sf.net/tracker/?atid=784685&group_id=152576\">http://sf.net/tracker/?atid=784685&group_id=152576</A>" +
! "<!-- close html file -->\r\n</BODY>\r\n</HTML>");
f_out.close();
} catch (IOException ex) {
|