startPane( 'joomap' ); $tabs->startTab( _JOOMAP_TAB_MENUS, 'menus' ); ?> : limitstart) ) { // Obey nav start $start = $pageNav->limitstart; } else { $start = 0; } $limit = count($menus) - $start; if ( isset($pageNav->limit) && $limit > $pageNav->limit) { // Obey nav limit $limit = $pageNav->limit; } $alternate = 0; $keys = array_keys( $menus ); // associative array offsets for ($i = $start; $i < $start+$limit; ++$i) { $menu = $menus[ $keys[$i] ]; // get array element at offset i $menu->checked_out = 0; // get the selection boxes needed for move up/down $checked = mosCommonHTML::CheckedOutProcessing( $menu, $i ); if ( $menu->show ) { // Menu is included in sitemap $img = 'tick.png'; $alt = _JOOMAP_SHOW; $title = _JOOMAP_CFG_DISABLE; } else { // Menu not included in sitemap $img = 'publish_x.png'; $alt = _JOOMAP_NO_SHOW; $title = _JOOMAP_CFG_ENABLE; } // START: row output ?>
 # Select
rowNumber( $i ); ?> <?php echo $alt; ?> orderUpIcon( $i, true ); ?> orderDownIcon( $i, $limit, true ); ?> type; ?>
getListFooter(); $tabs->endTab(); $tabs->startTab( _JOOMAP_TAB_DISPLAY, 'display' ); // currently selected external link marker image if( eregi( 'gif|jpg|jpeg|png', @$config->ext_image )) { $ext_imgurl = $GLOBALS['mosConfig_live_site'].'/components/com_joomap/images/'.$config->ext_image; } else { $ext_imgurl = $GLOBALS['mosConfig_live_site'].'/images/blank.png'; } ?>
: : show_menutitle ? ' checked="checked"' : ''; ?> /> :
: expand_category ? ' checked="checked"' : ''; ?> /> : expand_section ? ' checked="checked"' : ''; ?> /> : includelink ? ' checked="checked"' : ''; ?> />
: exlinks ? ' checked="checked"' : ''; ?> />    
:  
:  
:      
endTab(); $tabs->startTab( 'CSS', 'css' ); $template_path = $GLOBALS['mosConfig_absolute_path'] . '/components/com_joomap/css/joomap.css'; if ( $fp = @fopen( $template_path, 'r' )) { $csscontent = @fread( $fp, @filesize( $template_path )); $csscontent = htmlspecialchars( $csscontent ); } ?>
: ' . _JOOMAP_CFG_WRITEABLE . '' : '' . _JOOMAP_CFG_UNWRITEABLE . ''; ?>
endTab(); $tabs->endPane(); ?>