Index: trunk/webapps/einotebook/summary/summary.js
===================================================================
--- trunk/webapps/einotebook/summary/summary.js	(revision 359)
+++ trunk/webapps/einotebook/summary/summary.js	(revision 468)
@@ -1,2 +1,3 @@
+/** functions for Incident Summary page */
 var incidents;
 
Index: trunk/webapps/einotebook/summary/index.html
===================================================================
--- trunk/webapps/einotebook/summary/index.html	(revision 468)
+++ trunk/webapps/einotebook/summary/index.html	(revision 468)
@@ -0,0 +1,14 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
+  "http://www.w3.org/TR/html4/loose.dtd">
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
+    <link href="summary.css" rel="stylesheet" type="text/css">
+    <script type="text/javascript" src="summary.js"></script>
+    <script type="text/javascript" src="../scripts/cookies.js"></script>
+    <title>Summary</title>
+    </head>
+  <body onscroll="setCookie('summaryScrollY', window.pageYOffset);">
+    <div id="view"></div>
+  </body>
+</html>
Index: trunk/webapps/einotebook/summary/summary.html
===================================================================
--- trunk/webapps/einotebook/summary/summary.html	(revision 359)
+++ 	(revision )
@@ -1,14 +1,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
-  "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-    <link href="summary.css" rel="stylesheet" type="text/css">
-    <script type="text/javascript" src="summary.js"></script>
-    <script type="text/javascript" src="../scripts/cookies.js"></script>
-    <title>Summary</title>
-    </head>
-  <body onscroll="setCookie('summaryScrollY', window.pageYOffset);">
-    <div id="view"></div>
-  </body>
-</html>
