2001-11-03 22:57:58 -07:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<!--
|
|
|
|
The contents of this file are subject to the Mozilla Public License Version 1.1
|
|
|
|
(the "License"); you may not use this file except in compliance with the License.
|
|
|
|
You may obtain a copy of the License at <http://www.mozilla.org/MPL/>.
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS IS" basis, WITHOUT
|
|
|
|
WARRANTY OF ANY KIND, either express or implied. See the License for the specific
|
|
|
|
language governing rights and limitations under the License.
|
|
|
|
|
|
|
|
The Original Code is the Venice Web Communities System.
|
|
|
|
|
2006-01-25 21:40:34 -07:00
|
|
|
The Initial Developer of the Original Code is Eric J. Bowersox <erbo@users.sf.net>,
|
2001-11-03 22:57:58 -07:00
|
|
|
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
|
2004-06-25 00:18:21 -06:00
|
|
|
Copyright (C) 2004 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
|
2001-11-03 22:57:58 -07:00
|
|
|
|
|
|
|
Contributor(s):
|
|
|
|
-->
|
|
|
|
<!-- Configuration file for sideboxes, referenced by both venice-config.xml and render-config.xml -->
|
|
|
|
<sidebox-config>
|
|
|
|
|
|
|
|
<sidebox id="1">
|
2001-11-07 01:43:09 -07:00
|
|
|
<title>Your Communities</title>
|
|
|
|
<anon-title>Featured Communities</anon-title>
|
2002-01-06 19:05:37 -07:00
|
|
|
<factory-class>com.silverwrist.venice.ui.sidebox.CommunityBox</factory-class>
|
2001-11-07 01:43:09 -07:00
|
|
|
<null-msg>You are not a member of any communities.</null-msg>
|
2001-11-03 22:57:58 -07:00
|
|
|
<manage-link>Manage</manage-link>
|
|
|
|
<create-new-link>Create New</create-new-link>
|
|
|
|
<bullet width="14" height="14" fixup="true">purple-ball.gif</bullet>
|
|
|
|
<host-image width="40" height="20" alt="Host!" fixup="true">tag_host.gif</host-image>
|
|
|
|
</sidebox>
|
|
|
|
|
|
|
|
<sidebox id="2">
|
|
|
|
<title>Your Conference Hotlist</title>
|
|
|
|
<anon-title>Featured Conferences</anon-title>
|
2002-01-06 19:05:37 -07:00
|
|
|
<factory-class>com.silverwrist.venice.ui.sidebox.ConferenceBox</factory-class>
|
2001-11-03 22:57:58 -07:00
|
|
|
<null-msg>You have no conferences in your hotlist.</null-msg>
|
|
|
|
<manage-link>Manage</manage-link>
|
|
|
|
<bullet width="14" height="14" fixup="true">purple-ball.gif</bullet>
|
|
|
|
<new-image width="40" height="20" alt="New!" fixup="true">tag_new.gif</new-image>
|
|
|
|
</sidebox>
|
|
|
|
|
2004-06-25 00:18:21 -06:00
|
|
|
<sidebox id="3">
|
2004-10-19 21:03:38 -06:00
|
|
|
<title>Users Online</title>
|
2004-06-25 00:18:21 -06:00
|
|
|
<factory-class>com.silverwrist.venice.ui.sidebox.UserListBox</factory-class>
|
|
|
|
<bullet width="14" height="14" fixup="true">purple-ball.gif</bullet>
|
|
|
|
<summary>${cur} total (max ${max})</summary>
|
|
|
|
<anon-label>Not logged in</anon-label>
|
|
|
|
</sidebox>
|
|
|
|
|
2001-11-03 22:57:58 -07:00
|
|
|
<!-- test sidebox only, do not use -->
|
|
|
|
<!--
|
|
|
|
<sidebox id="-1">
|
|
|
|
<title>Test Sidebox</title>
|
2002-01-06 19:05:37 -07:00
|
|
|
<factory-class>com.silverwrist.venice.ui.sidebox.JSPSideBoxFactory</factory-class>
|
2001-11-03 22:57:58 -07:00
|
|
|
<format-jsp>test/test_sidebox.jsp</format-jsp>
|
|
|
|
<strings>
|
|
|
|
<test1>This is a test.</test1>
|
|
|
|
<test2>This is only a test.</test2>
|
|
|
|
<test3>If this had been an actual emergency, we would all be dead by now.</test3>
|
|
|
|
</strings>
|
|
|
|
</sidebox>
|
|
|
|
-->
|
|
|
|
|
|
|
|
</sidebox-config>
|