added UI for exporting all the members from a community, and tweaked the
implementation of XML generation and importing
This commit is contained in:
@@ -9,9 +9,9 @@
|
||||
|
||||
The Original Code is the Venice Web Communities System.
|
||||
|
||||
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@silcom.com>,
|
||||
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@ricochet.com>,
|
||||
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
|
||||
Copyright (C) 2001 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
||||
Copyright (C) 2001-2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
||||
|
||||
Contributor(s):
|
||||
--%>
|
||||
@@ -28,6 +28,14 @@
|
||||
<util:header title="Members of Community:">
|
||||
<util:subtitle><util:escape><comm:name/></util:escape></util:subtitle>
|
||||
</util:header>
|
||||
<% if (view.canExportMembers()) { %>
|
||||
<util:font color="content.fg" size="content">[
|
||||
<util:xlink>
|
||||
<util:href type="servlet">comm/member_export.js.vs?cc=<comm:ID/></util:href>
|
||||
<util:text>Export Member List</util:text>
|
||||
</util:xlink>
|
||||
]</util:font><p>
|
||||
<% } // end if %>
|
||||
<util:font color="content.fg" size="subhead"><B>Find members of community "<comm:name/>":</B></util:font><P>
|
||||
<util:form action="comm/members.js.vs" type="servlet"><DIV CLASS="content">
|
||||
<INPUT TYPE="HIDDEN" NAME="cc" VALUE="<comm:ID/>">
|
||||
|
||||
Reference in New Issue
Block a user