[GRASSweb-list]markus: web/gdp/grass5tutor/grass5tutor index.html,1.2,1.3
grass at intevation.de
grass at intevation.de
Mon Mar 31 09:12:04 EST 2003
Author: markus
Update of /grassrepository/web/gdp/grass5tutor/grass5tutor
In directory doto:/tmp/cvs-serv2107
Modified Files:
index.html
Log Message:
there must be no \<body\> for frames
Index: index.html
===================================================================
RCS file: /grassrepository/web/gdp/grass5tutor/grass5tutor/index.html,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- index.html 30 Oct 2002 11:14:16 -0000 1.2
+++ index.html 31 Mar 2003 14:12:01 -0000 1.3
@@ -1,13 +1,16 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
-<title>
-GRASS tutorial
-</title>
-</head?
-<body>
-<DEFANGED_FRAMESET COLS="200,*" FRAMEBORDER=0 FRAMESPACING=0>
-<DEFANGED_FRAME SRC="gcont.phtml" SCROLLING="auto" NORESIZE>
-<DEFANGED_FRAME SRC="gtitle.phtml" SCROLLING="auto" NAME="board">
-</FRAMESET>
+<title>GRASS tutorial</title>
+</head>
+
+<DEFANGED_frameset cols="20%,80%">
+<DEFANGED_frame src="gcont.phtml">
+<DEFANGED_frame src="gtitle.phtml">
+</frameset>
+
+<noframes>
+Sorry, your browser doesn't support frames. <a href=gcont.phtml>menu</a>
+</noframes>
+
</html>
More information about the grass-web
mailing list