#* 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 . 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. The Initial Developer of the Original Code is Eric J. Bowersox , for Silverwrist Design Studios. Portions created by Eric J. Bowersox are Copyright (C) 2003 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved. Contributor(s): *# #* Parameters: community = The community we're getting the conferences of. can_manage = Set if we can manage the ordering of conferences. can_create = Set if we can create new conferences. *# #header2( "Conference List:" $community.Name ) ## TEMPORARY

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

## END TEMPORARY
#set( $cid = $community.getCID() ) #button( "IMAGE" "find" ) #if( $can_manage )    #button( "IMAGE" "manage" ) #end #if( $can_create )    #button( "IMAGE" "create.new" ) #end