Update of 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community
In directory james.mmbase.org:/tmp/cvs-serv4267

Modified Files:
        addUserToGroup.jsp globals.jsp grouplist_addusertogroup.jspf 
        listGroups.jsp listUsers.jsp moveUserBetweenGroup.jsp 
        search_user_form_table.jspf userlist_addusertogroup.jsp 
        userlist_subscribercandidate.jsp 
Log Message:
CMSC-899 community


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.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- addUserToGroup.jsp  4 Aug 2008 09:43:08 -0000       1.6
+++ addUserToGroup.jsp  8 Sep 2008 08:31:25 -0000       1.7
@@ -1,11 +1,11 @@
-<[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"
+<[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">
+<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">
@@ -37,23 +37,18 @@
    </edit:ui-tabs>
 
    <div class="editor">
-      <div style="padding-left:10px;">
-      <p></p>
+      <div class="body" style="padding-left:10px;">
          <html:form action="editors/community/AddUserToGroupInit.do" 
method="post">
             <table border="0">
                <tbody>
-                  <tr>&nbsp;</tr>
-                  <tr>
-                     <td style="width:150px"><fmt:message 
key="community.search.groupname"/></td>
-                     <td><html:text style="width: 250px" 
property="group"/></td>
-                  </tr>
-                  <tr>&nbsp;</tr>
                   <tr>
-                     <td style="width:150px">&nbsp;</td>
+                     <td style="width:105px"><fmt:message 
key="community.search.groupname"/></td>
+                     <td style="width:150px"><html:text style="width: 200px" 
property="group"/></td>
                      <td><input type="submit" name="submitButton" 
value="<fmt:message key="community.search.submit"/>"> </td>
                   </tr>
                </tbody>
             </table>
+            <p>&nbsp;</p>
          </html:form>
       </div>
    </div>
@@ -70,3 +65,4 @@
 </div>
 </body>
 </mm:content>
\ No newline at end of file
+</html>
\ No newline at end of file


Index: globals.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/globals.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- globals.jsp 1 Aug 2008 03:04:00 -0000       1.3
+++ globals.jsp 8 Sep 2008 08:31:25 -0000       1.4
@@ -1,5 +1,5 @@
-<[EMAIL PROTECTED] file="../globals.jsp" %>
-<%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc"
+<[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" />
\ No newline at end of file


Index: grouplist_addusertogroup.jspf
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/grouplist_addusertogroup.jspf,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -b -r1.2 -r1.3
--- grouplist_addusertogroup.jspf       4 Aug 2008 09:57:46 -0000       1.2
+++ grouplist_addusertogroup.jspf       8 Sep 2008 08:31:25 -0000       1.3
@@ -1,4 +1,3 @@
-
 <edit:ui-table items="${groupForShow}" var="group" size="${totalCount}"
        requestURI="/editors/community/AddUserToGroupInit.do">
        <edit:ui-tcolumn title="">


Index: listGroups.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/listGroups.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- listGroups.jsp      4 Aug 2008 05:48:51 -0000       1.7
+++ listGroups.jsp      8 Sep 2008 08:31:25 -0000       1.8
@@ -1,13 +1,13 @@
-<[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" />
+<[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">
+<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>
       <edit:ui-tab key="community.search.users">
          ${pageContext.request.contextPath 
}/editors/community/SearchConditionalUser.do
@@ -19,23 +19,22 @@
 
 
 <div class="editor">
-   <div style="padding-left:10px;">
+   <div class="body" style="padding-left:10px;">
      <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>&nbsp;</tr>
+                  
                   <tr>
-                     <td style="width:150px"><fmt:message 
key="community.search.groupname"/></td>
+                     <td style="width:105px"><fmt:message 
key="community.search.groupname"/></td>
                      <td><html:text style="width: 250px" 
property="groupname"/></td>
                   </tr>
                    <tr>
-            <td width="150px"><fmt:message key="community.search.member"/></td>
+                                   <td style="width:105px"><fmt:message 
key="community.search.member"/></td>
             <td><input type="text" style="width:250px" value="" 
name="member"></td>
+                  </tr>
              <tr>
-                  <tr>&nbsp;</tr>
-                  <tr>
-                     <td style="width:150px">&nbsp;</td>
+                     <td style="width:105px">&nbsp;</td>
                      <td><input type="submit" name="submit" 
value="<fmt:message key="community.search.searchbatton"/>"> </td>
                   </tr>
                </tbody>
@@ -53,4 +52,6 @@
        </form>      
    </div>
 </div>
+</body>
 </mm:content>
\ No newline at end of file
+</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.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- listUsers.jsp       4 Aug 2008 09:43:08 -0000       1.13
+++ listUsers.jsp       8 Sep 2008 08:31:25 -0000       1.14
@@ -1,6 +1,8 @@
-<[EMAIL PROTECTED] file="globals.jsp"%>
+<[EMAIL PROTECTED] file="globals.jsp"
+%>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<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">
    <cmscedit:head title="reactions.title">
       <script type="text/javascript" src="<cmsc:staticurl 
page='/js/prototype.js'/>"></script>
@@ -26,7 +28,7 @@
    </edit:ui-tabs>
 
    <div class="editor">
-      <div style="padding-left:10px;">
+      <div class="body" style="padding-left:10px;">
          <p>
             <a href="userAddInitAction.do"
                style=" padding-left:20px; background: url(<cmsc:staticurl 
page='/editors/gfx/icons/new.png'/>) left center no-repeat"><fmt:message
@@ -54,3 +56,4 @@
    </div>
    </body>
 </mm:content>
+</html>


Index: moveUserBetweenGroup.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/moveUserBetweenGroup.jsp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- moveUserBetweenGroup.jsp    31 Jul 2008 02:45:44 -0000      1.7
+++ moveUserBetweenGroup.jsp    8 Sep 2008 08:31:25 -0000       1.8
@@ -4,6 +4,8 @@
 <[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">
+<html xmlns="http://www.w3.org/1999/xhtml"; lang="en" xml:lang="en">
 <cmscedit:head title="reactions.title">
 <script type="text/javascript">
    function addToGroup(){
@@ -44,7 +46,7 @@
 
 </script>
 </cmscedit:head>
-   
+<body>  
 <div class="tabs">
    <div class="tab">
       <div class="body">
@@ -76,30 +78,30 @@
 </div>
 
 <div class="editor">
-   <div style="padding-left:10px;">
+   <div class="body" style="padding-left:10px;">
       <p></p>
       <html:form 
action="/editors/community/SearchConditionalUser.do?groupName=${groupName}" 
method="post">
     
       <table border="0">
          <tbody >
             <tr> 
-               <td style="width:150px"><fmt:message 
key="community.search.fullname"/></td>
+               <td style="width:100px"><fmt:message 
key="community.search.fullname"/></td>
                <td><html:text style="width: 250px" property="fullName"/></td>
             </tr>
             <tr>
-               <td style="width:150px"><fmt:message 
key="community.search.username"/></td>
+               <td style="width:100px"><fmt:message 
key="community.search.username"/></td>
                <td><html:text style="width: 250px" property="userName" /></td>
             </tr>
             <tr>
-               <td style="width:150px"><fmt:message 
key="community.search.emailAddress"/></td>
+               <td style="width:100px"><fmt:message 
key="community.search.emailAddress"/></td>
                <td><html:text style="width: 250px" property="emailAddr" /></td>
             </tr>
             <tr>
-               <td style="width:150px"><fmt:message 
key="community.search.groups"/></td>
+               <td style="width:100px"><fmt:message 
key="community.search.groups"/></td>
                <td><html:text style="width: 250px" property="groups" /></td>
             </tr>
             <tr>
-               <td style="width:150px"></td>
+               <td style="width:100px"></td>
                <td><input type="submit" value="Search" 
name="submitButton"/></td>
             </tr>
          </tbody>
@@ -140,3 +142,5 @@
       </form>
    </div>
 </div>
\ No newline at end of file
+</body>
+</html>
\ No newline at end of file


Index: search_user_form_table.jspf
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/search_user_form_table.jspf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- search_user_form_table.jspf 5 Sep 2008 06:24:50 -0000       1.3
+++ search_user_form_table.jspf 8 Sep 2008 08:31:25 -0000       1.4
@@ -1,23 +1,23 @@
 <table border="0">
    <tbody>
       <tr>
-         <td style="width:110px"><fmt:message 
key="community.search.fullname"/></td>
-         <td><html:text style="width: 150px" property="fullName"/></td>
+         <td style="width:105px"><fmt:message 
key="community.search.fullname"/></td>
+         <td><html:text style="width: 250px" property="fullName"/></td>
       </tr>
       <tr>
-         <td><fmt:message key="community.search.username"/></td>
-         <td><html:text style="width: 150px" property="userName"/></td>
+         <td style="width:105px"><fmt:message 
key="community.search.username"/></td>
+         <td><html:text style="width: 250px" property="userName"/></td>
       </tr>
       <tr>
-         <td><fmt:message key="community.search.emailAddress"/></td>
-         <td><html:text style="width: 150px" property="emailAddr"/></td>
+         <td style="width:105px"><fmt:message 
key="community.search.emailAddress"/></td>
+         <td><html:text style="width: 250px" property="emailAddr"/></td>
       </tr>
       <tr>
-         <td><fmt:message key="community.search.groups"/></td>
-         <td><html:text style="width: 150px" property="groups"/></td>
+         <td style="width:105px"><fmt:message 
key="community.search.groups"/></td>
+         <td><html:text style="width: 250px" property="groups"/></td>
       </tr>
       <tr>
-         <td></td>
+         <td style="width:105px"></td>
          <td><input type="submit" value="<fmt:message 
key="community.search.submit"/>" name="submitButton"/></td>
       </tr>
    </tbody>


Index: userlist_addusertogroup.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/userlist_addusertogroup.jsp,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- userlist_addusertogroup.jsp 5 Sep 2008 06:24:50 -0000       1.8
+++ userlist_addusertogroup.jsp 8 Sep 2008 08:31:25 -0000       1.9
@@ -1,5 +1,7 @@
-<[EMAIL PROTECTED] file="globals.jsp"%>
-
+<[EMAIL PROTECTED] file="globals.jsp"
+%>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<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"
@@ -68,8 +70,7 @@
                        </edit:ui-tabs>
 
                        <div class="editor">
-
-                               <div class="body">
+                               <div class="body" style="padding-left:10px;">
                                                <html:form
                                                        
action="/editors/community/SearchConditionalUser.do?method=listGroupMembers&&groupName=${groupName}"
 method="post">
                                                <c:if test="${not empty 
option}">
@@ -121,3 +122,4 @@
                </mm:cloud>
        </body>
 </mm:content>
+</html>
\ No newline at end of file


Index: userlist_subscribercandidate.jsp
===================================================================
RCS file: 
/var/cvs/contributions/CMSContainer_Modules/community/src/webapp/editors/community/userlist_subscribercandidate.jsp,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- userlist_subscribercandidate.jsp    8 Sep 2008 07:46:48 -0000       1.3
+++ userlist_subscribercandidate.jsp    8 Sep 2008 08:31:25 -0000       1.4
@@ -1,10 +1,10 @@
 <[EMAIL PROTECTED] file="globals.jsp" 
 %><%@ taglib uri="http://finalist.com/cmsc"; prefix="cmsc" 
 %><[EMAIL PROTECTED] uri="http://java.sun.com/jsp/jstl/fmt"; prefix="fmt" 
-%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit"
-%><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>
+%><%@ taglib prefix="edit" tagdir="/WEB-INF/tags/edit" %>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<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">
       function addToSubscribe(){
@@ -55,5 +55,5 @@
       </div>
    </div>
 </body>
-</html>
 </mm:content>
+</html>
\ No newline at end of file
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs

Reply via email to