#* 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) 2002-03 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved. Contributor(s): *# #* Parameters: content = The framed page content pagetitle = Title for the page within the frame qid = Page "quick ID" user = The current DynamoUser object unverified = True if the current user has not had E-mail address verified location = Current page location string display_login = True if we should display the "Log In | Create Account" or "Log Out | Profile" links fixed_menu = The "fixed" menu floating_menu = The "floating" menu floating_menu_selector = The string selector for the "floating" menu footer_text = The text of the page footer sitetitle = Site title (from global properties) siteurl = URL to the site logourl = URL to the site logo logourltype = Linkage type for the site URL logowidth = Width of the site logo in pixels logoheight = Height of the site logo in pixels flogoscale = Scaling to apply to footer logo, in percentage points pgicon_url = URL to the Mozilla-type page icon pgicon_ltyp = Linkage type for the Mozilla-type page icon pgicon_mime = MIME type of the Mozilla-type page icon favicon_url = URL to the MSIE-style FAVICON favicon_ltyp = Linkage type of the MSIE-style FAVICON lbar_width = Left bar width in pixels ms_copyright_violations = True to prevent adding anti-Microsoft Smart Tags META tag generator = Page generator (Venice and Dynamo versions) *# #encodeHTML( $pagetitle ) - #encodeHTML( $sitetitle ) #if( $pgicon_url && $pgicon_ltyp && $pgicon_mime ) #end #if( $favicon_url && $favicon_ltyp ) #end #if( !$ms_copyright_violations ) #end #comment( "BEGIN PAGE HEADER" )
#comment( "Site logo" )
$sitetitle
#comment( "Links to Front Page, Help, Find" )

Front Page

Help | Find

#comment( "Banner Ad" )
#set( $lenc = "#encodeURL( $location )" ) #if( $user.isAnonymous() ) You are not logged in #if( $display_login ) - Log In | Create Account #end #else You are logged in as $user.Name #if( $display_login ) - Log Out #if( $unverified ) | Verify E-Mail #end | Profile #end #end
#comment( "END PAGE HEADER" )
#comment( "BEGIN LEFT SIDEBAR" ) #comment( "Floating menu selector: $!floating_menu_selector" )
#render( $floating_menu )
 
#render( $fixed_menu )
#comment( "END LEFT SIDEBAR" )
#comment( "BEGIN PAGE CONTENT" )
#render( $content )
#comment( "END PAGE CONTENT" )
#comment( "PAGE FOOTER" )
$footer_text #set( $width_logo = (129 * $flogoscale) / 100 ) #set( $height_logo = (103 * $flogoscale) / 100 ) Powered By Venice
#comment( "HITCOUNTER FOR QID: $!qid" )
#comment( "END PAGE FOOTER" )