Update of
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community
In directory james.mmbase.org:/tmp/cvs-serv16352
Modified Files:
addUserToGroup.jsp listGroups.jsp listUsers.jsp
userlist_addusertogroup.jsp
Log Message:
CMSC-899 Make the jsp source code showing normalized.
See also:
http://cvs.mmbase.org/viewcvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community
See also: http://www.mmbase.org/jira/browse/CMSC-899
Index: addUserToGroup.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/addUserToGroup.jsp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- addUserToGroup.jsp 18 Sep 2008 06:29:21 -0000 1.9
+++ addUserToGroup.jsp 22 Sep 2008 05:48:36 -0000 1.10
@@ -1,14 +1,10 @@
<[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"
%><[EMAIL PROTECTED] file="globals.jsp"
-%><%@ taglib uri="http://finalist.com/cmsc" prefix="cmsc"
-%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit"
-%><[EMAIL PROTECTED] uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"
-%>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<mm:content type="text/html" encoding="UTF-8" expires="0">
-<cmscedit:head title="reactions.title">
-<script type="text/javascript">
+ <mm:content type="text/html" encoding="UTF-8" expires="0">
+ <cmscedit:head title="community.title">
+ <script type="text/javascript">
function addToGroup(){
var checkboxs = document.forms[1].getElementsByTagName("input");
var objectnumbers = '';
@@ -23,11 +19,11 @@
}
return true;
}
-</script>
-</cmscedit:head>
+ </script>
+ </cmscedit:head>
-<body>
-<edit:ui-tabs>
+ <body>
+ <edit:ui-tabs>
<edit:ui-tab key="community.search.users" active="true">
#
</edit:ui-tab>
@@ -53,7 +49,7 @@
</div>
</div>
-<div class="editor">
+ <div class="editor">
<div class="ruler_green"><div> <fmt:message
key="community.search.selectGroup"/> </div></div>
<div class="body">
<c:url var="addtoGroup"
value="/editors/community/AddUserToGroup.do?users=${users}"/>
@@ -62,7 +58,7 @@
<%@ include file="grouplist_addusertogroup.jspf" %>
</form>
</div>
-</div>
-</body>
-</mm:content>
+ </div>
+ </body>
+ </mm:content>
</html>
\ No newline at end of file
Index: listGroups.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/listGroups.jsp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- listGroups.jsp 11 Sep 2008 11:17:29 -0000 1.9
+++ listGroups.jsp 22 Sep 2008 05:48:36 -0000 1.10
@@ -1,30 +1,24 @@
-<[EMAIL PROTECTED] file="globals.jsp"
-%><%@ taglib uri="http://finalist.com/cmsc" prefix="cmsc"
-%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit"
-%><[EMAIL PROTECTED] uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt"
-%><fmt:setBundle basename="cmsc-community" scope="request" />
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<[EMAIL PROTECTED] language="java" contentType="text/html;charset=utf-8"
+%><[EMAIL PROTECTED] file="globals.jsp"
+%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<mm:content type="text/html" encoding="UTF-8" expires="0">
-<cmscedit:head title="reactions.title"></cmscedit:head>
-<body>
-<edit:ui-tabs>
+ <mm:content type="text/html" encoding="UTF-8" expires="0">
+ <cmscedit:head title="community.title"/>
+ <body>
+ <edit:ui-tabs>
<edit:ui-tab key="community.search.users">
${pageContext.request.contextPath
}/editors/community/SearchConditionalUser.do
</edit:ui-tab>
<edit:ui-tab key="community.search.groups" active="true">
${pageContext.request.contextPath
}/editors/community/searchConditionalGroupAction.do
</edit:ui-tab>
-</edit:ui-tabs>
-
-
-<div class="editor">
+ </edit:ui-tabs>
+ <div class="editor">
<div class="body">
<p><a href="${pageContext.request.contextPath
}/editors/community/groupInitAction.do" style=" padding-left:20px; background:
url(<cmsc:staticurl page='/editors/gfx/icons/new.png'/>) left center
no-repeat"><fmt:message key="community.search.newGroup"/></a><p>
<html:form action="/editors/community/searchConditionalGroupAction.do"
method="post">
<table border="0">
<tbody>
-
<tr>
<td style="width:116px"><fmt:message
key="community.search.groupname"/></td>
<td><html:text style="width: 200px"
property="groupname"/></td>
@@ -40,18 +34,17 @@
</tbody>
</table>
</html:form>
-
</div>
-</div>
+ </div>
-<div class="editor">
+ <div class="editor">
<div class="ruler_green"><div> <fmt:message
key="community.preference.result" /> </div></div>
<div class="body">
<form action="">
<%@ include file="grouplist_table.jspf"%>
</form>
</div>
-</div>
-</body>
-</mm:content>
+ </div>
+ </body>
+ </mm:content>
</html>
\ No newline at end of file
Index: listUsers.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/listUsers.jsp,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -b -r1.16 -r1.17
--- listUsers.jsp 19 Sep 2008 10:32:02 -0000 1.16
+++ listUsers.jsp 22 Sep 2008 05:48:36 -0000 1.17
@@ -1,6 +1,5 @@
<[EMAIL PROTECTED] file="globals.jsp"
-%>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<mm:cloud jspvar="cloud" rank="basic user" loginpage="../../login.jsp"/>
<mm:content type="text/html" encoding="UTF-8" expires="0">
Index: userlist_addusertogroup.jsp
===================================================================
RCS file:
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/userlist_addusertogroup.jsp,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- userlist_addusertogroup.jsp 11 Sep 2008 11:17:29 -0000 1.10
+++ userlist_addusertogroup.jsp 22 Sep 2008 05:48:36 -0000 1.11
@@ -1,9 +1,8 @@
<[EMAIL PROTECTED] file="globals.jsp"
-%>
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+%><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
-<mm:content type="text/html" encoding="UTF-8" expires="0">
- <cmscedit:head title="reactions.title">
+ <mm:content type="text/html" encoding="UTF-8" expires="0">
+ <cmscedit:head title="community.title">
<script type="text/javascript"
src="<cmsc:staticurl
page='/js/prototype.js'/>"></script>
<script type="text/javascript" src="js/formcheck.js"></script>
@@ -20,7 +19,6 @@
alert("<fmt:message key="community.search.promptuser"/>");
return false;
}
- //document.getElementById("option").value ="add";
return true;
}
@@ -53,7 +51,6 @@
</cmscedit:head>
<body>
-
<mm:cloud jspvar="cloud" rank="basic user"
loginpage="../../login.jsp">
<edit:ui-tabs>
<edit:ui-tab key="community.search.users" >
@@ -121,5 +118,5 @@
</div>
</mm:cloud>
</body>
-</mm:content>
+ </mm:content>
</html>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs