Update of
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community
In directory james.mmbase.org:/tmp/cvs-serv13492/src/webapp/editors/community
Modified Files:
index.jsp
Added Files:
globals.jsp
Log Message:
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community
globals.jsp is new
Index: index.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/index.jsp,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- index.jsp 25 Jan 2008 13:03:33 -0000 1.1
+++ index.jsp 29 Jan 2008 10:00:18 -0000 1.2
@@ -1,23 +1,34 @@
+<[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"%>
+<[EMAIL PROTECTED] file="globals.jsp" %>
+
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
<%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
-<html>
- <head>
- <title>Community</title>
- <link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
- <link rel="stylesheet" type="text/css" href="css/swapBox.css"
media="screen">
- <script type="text/javascript" src="javascript/community.js"></script>
- </head>
- <body>
+<mm:content type="text/html" encoding="UTF-8" expires="0">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html:html xhtml="true">
+<cmscedit:head title="messageoftheday.title" />
+<body>
+ <mm:cloud jspvar="cloud" loginpage="../../editors/login.jsp">
+ <div class="tabs">
+ <div class="tab_active">
+ <div class="body">
+ <div>
+ <a href="#"><fmt:message
key="community.title" /></a>
+ </div>
+ </div>
+ </div>
+ </div>
-<p>Welcome!</p>
+ <div class="editor" style="height:500px">
+ <div class="body">
-<ul id="navigation">
- <li><a href="/userAddInitaction">Gebruiker toevoegen</a></li>
- <li><a href="/userAddInitaction">Authority toevoegen</a></li>
-</ul>
+ <p>Welcome to the community Module!</p>
- </body>
-</html>
+ </div>
+ </div>
+ </mm:cloud>
+</body>
+</html:html>
+</mm:content>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs