getNullDate(); for( $i=0, $n=count( $rows ); $i < $n; $i++ ){ $row = &$rows[$i]; ?> '; } else { $times .= ''; } } if( isset( $row->publish_down )) { if( $row->publish_down == '0000-00-00 00:00:00' ) { $times .= ''; } else { $times .= ''; } } $timeINFO = ''; if( $times != '' ){ $timesINFO = $times; $timesINFO .= ''; } if( $times ){ ?> checked_out) { ?>
checked_out && $row->checked_out != $my->id) { ?>   title; ?> category; ?> reccurtype ){ case '0': if (strtotime($row->publish_down)-strtotime($row->publish_up)>86400){ echo _CAL_LANG_ALLDAYS; } else { echo "-"; } break; case '1': echo "1* "._CAL_LANG_EVENT_PER." "._CAL_LANG_REP_WEEK." (".$day_name[$row->reccurday].")"; break; case '2': $repdays = explode("|",$row->reccurweekdays); foreach ($repdays as $key=>$rep) { $repdays[$key] = $day_name[$rep]; } $repdays = implode(", ",$repdays); echo "n* "._CAL_LANG_EVENT_PER." "._CAL_LANG_REP_WEEK." (".$repdays.") "; switch ($row->reccurweeks) { case "pair": echo _CAL_LANG_REP_WEEKPAIR ; break; case "pair": echo _CAL_LANG_REP_WEEKIMPAIR ; break; default: $repweeks = str_replace("|",", ",$row->reccurweeks); echo _CAL_LANG_REP_WEEK." ".$repweeks; break; } break; case '3': echo _CAL_LANG_EACH ." "._CAL_LANG_REP_MONTH; break; case '4': echo _CAL_LANG_EACH ." "._CAL_LANG_REP_MONTH; break; case '5': echo "1 * "._CAL_LANG_REP_YEAR; break; } /* if( $row->reccurtype > 0 ){ switch( $row->reccurtype ){ case '1': $reccur = _CAL_LANG_REP_WEEK; break; case '2': $reccur = _CAL_LANG_REP_WEEK; break; case '3': $reccur = _CAL_LANG_REP_MONTH; break; case '4': $reccur = _CAL_LANG_REP_MONTH; break; case '5': $reccur = _CAL_LANG_REP_YEAR; break; } if( $row->reccurday >= 0 ){ $dayname = mosEventsHTML::getLongDayName( $row->reccurday ); if( $row->reccurtype == 1 ){ echo $dayname . ' ' . _CAL_LANG_EACHOF . ' ' . $reccur; }elseif(( $row->reccurtype == 1 ) || ( $row->reccurtype == 2 )) { $pairorimpair = $row->reccurweeks == 'pair' ? _CAL_LANG_REP_WEEKPAIR : ( $row->reccurweeks == 'impair' ? _CAL_LANG_REP_WEEKIMPAIR : _CAL_LANG_REP_WEEK ); echo _CAL_LANG_EACH . ' ' . $dayname . ' ' . $pairorimpair; }else{ echo _CAL_LANG_EACH . ' ' . $reccur; } }else{ echo _CAL_LANG_EACH . ' ' . $reccur; } } else { echo _CAL_LANG_ALLDAYS; } */ ?> publish_up && $row->state == 1 ) { // Published $img = 'publish_y.png'; }elseif( ( $now <= $row->publish_down || $row->publish_down == $nullDate ) && $row->state == 1 ) { // Pending $img = 'publish_g.png'; } else if ( $now > $row->publish_down && $row->state == 1 ) { // Expired $img = 'publish_r.png'; } elseif ( $row->state == 0 ) { // Unpublished $img = 'publish_x.png'; } $times = ''; if( isset( $row->publish_up )) { if( $row->publish_up == '0000-00-00 00:00:00' ){ $times .= '
' . _CAL_LANG_FROM . ' : Always
' . _CAL_LANG_FROM . ' : ' . $row->publish_up . '
' . _CAL_LANG_TO . ' : Never
' . _CAL_LANG_TO . ' : ' . $row->publish_down . '
' . _CAL_CLICK_TO_CHANGE_STATUS . '
editor; ?>   groupname;?>
writePagesLinks(); ?>
 #  writeLimitBox(); ?>   writePagesCounter(); ?>
" />

<?php echo _CAL_LANG_TIT_PENDING; ?>  | Visible  | Finished  | Finished
id; list( $start_hrs, $start_mins ) = explode( ':', $start_time ); list( $end_hrs, $end_mins ) = explode( ':', $end_time ); if( $cfg->get('com_calUseStdTime') == 1 ) { $start_pm = false; $end_pm = false; $start_hrs = intval( $start_hrs ); $end_hrs = intval( $end_hrs ); if( $start_hrs >= 12 ){ $start_pm = true; } if( $start_hrs > 12 ){ $start_hrs -= 12; }elseif( $start_hrs == 0 ){ $start_hrs = 12; } if( $end_hrs >= 12 ){ $end_pm = true; } if( $end_hrs > 12 ){ $end_hrs -= 12; }elseif( $end_hrs == 0 ){ $end_hrs = 12; } } if( strlen( $start_mins ) == 1 ){ $start_mins = '0' . $start_mins; } if( strlen( $start_hrs ) == 1 ){ $start_hrs = '0' . $start_hrs; } $start_time = $start_hrs . ':' . $start_mins; if( strlen( $end_mins ) == 1 ){ $end_mins = '0' . $end_mins; } if( strlen( $end_hrs ) == 1 ){ $end_hrs = '0' . $end_hrs; } $end_time = $end_hrs . ':' . $end_mins; ?>
id ? _CAL_LANG_EDIT_EVENT : _CAL_LANG_ADD_EVENT; ?> title ){ ?>  title; ?> ]
isAdmin()?"index2.php":"index.php"; ?>
startPane( 'jevent' ); $tabs->startTab( _CAL_LANG_TAB_COMMON, 'event' ); ?>
:
: catid, 'onchange="if(catColors[this.value])catColor=catColors[this.value]; else catColor=\'\';if(document.adminForm.useCatColor.checked) {setPickerColor(catColor,\'#000000\');};"'); ?> \n";?>

:

content , 'content', 600, 250, '70', '10' ) ; ?>
endTab(); $tabs->startTab( _CAL_LANG_TAB_CALENDAR, 'calendar' ); if ( ($cfg->get('com_calForceCatColorEventForm', 0) == 1) && (! $mainframe->isAdmin())){ $hideColour=" style='display:none;'"; } else if ( $cfg->get('com_calForceCatColorEventForm', 0) == 2) { $hideColour=" style='display:none;'"; } else $hideColour="";?> isAdmin() || ($cfg->get('com_calSimpleEventForm', 0) == 0) ){ $hideRepeat=""; } else { $hideRepeat="style='display:none;'"; } ?> >
>
useCatColor) ? ($row->catid > 0 ? $catColors[$row->catid]->color : '') : $row->color_bar; $currentFG = mapColor($currentBG); ?>
;">
get('com_defColor') == 'category' && $mode == 'new') || $row->useCatColor ) echo ' checked="checked"'; ?> onchange="togglePicker(catColor,'color_bar;?>');" />
get('com_calUseStdTime') == 1 && $start_time==$end_time && $start_pm==$end_pm) || ($cfg->get('com_calUseStdTime') != 1 && $start_time==$end_time) ) echo "checked"; ?> onclick="toggleAllDayEvent();" />
get('com_calUseStdTime') == 1 ) { ?>
  /> />
get('com_calUseStdTime') == 1 ) { ?>
  /> />
reccurday_week, 'reccurday_week', $arguments ); ?>
reccurweekdays, 'disabled="disabled"' ); ?>
reccurweeks, $arguments ); ?>
 
reccurday_month, 'reccurday_month', $arguments ); ?>
reccurday_year, 'reccurday_year', $arguments ); ?>
endTab(); $tabs->startTab( _CAL_LANG_TAB_IMAGES, 'images' ); ?>
::






 px
:
:
:
endTab(); $tabs->startTab( _CAL_LANG_TAB_EXTRA, 'extra' ); ?>
state > 0 ? '' . _CAL_LANG_PUBLISHED . '' : ( $row->state < 0 ? '' . _CAL_LANG_ARCHIVED . '' : '' . _CAL_LANG_DRAFT_UNPUB . '' ); ?>
hits;?>
created ? $row->created . '
' . _CAL_LANG_BY . '' . $creator : _CAL_LANG_EVENT_NEWEVENT; ?>
modified ? $row->modified . '
' ._CAL_LANG_BY . '' . $modifier : _CAL_LANG_EVENT_NOTMODIFIED; ?>
endTab(); $tabs->startTab( _CAL_LANG_TAB_HELP, 'help' ); ?>
endTab(); // only show the about tab in the backend and when copyright notice is enabled if ($mainframe->isAdmin() || $cfg->get('com_copyright', 1) == 1) { $tabs->startTab( _CAL_LANG_TAB_ABOUT, 'about' ); ?>
endTab(); } $tabs->endPane(); ?>
JEvents  [ getShortVersion();?> "._CAL_LANG_CHECK_VERSION;?> ] ' . _CAL_LANG_CONFIG_WRITEABLE ; }else{ echo '' . _CAL_LANG_CONFIG_NOT_WRITEABLE; } ?>  ]
' . _CAL_LANG_CSS_WRITEABLE ; }else{ echo '' . _CAL_LANG_CSS_NOT_WRITEABLE; } ?>  ]
startPane( 'configs' ); $tabs->startTab( _CAL_LANG_TAB_COMPONENT, 'config_com' ); ?>
get('com_adminlevel')); echo $tosend; ?>  
get('com_frontendPublish')); $tip = _CAL_LANG_TIP_FRONT_PUB; echo ' ' . mosToolTip( $tip ); ?>
get('com_starday')); echo $tosend; ?>
get('com_mailview')); ?>
get('com_byview')); ?>
get('com_hitsview')); ?>
get('com_repeatview')); ?>
get('com_showrepeats')); ?>
get('com_hideshowbycats')); ?>
get('com_copyright', 1)); ?>
get('com_dateformat')); echo $tosend; ?>
get('com_calUseStdTime')); echo $lists['stdTime']; ?>
get('com_calUseIconic')); echo $lists['iconic']; ?>
get('com_navbarcolor')); echo $tosend; ?>
get('com_startview')); echo $tosend; ?>
 
get('com_calSimpleEventForm')); echo $lists['formOpt']; ?>  
get('com_defColor'), 'value', 'text' ); echo $lists['defColor']; ?>
get('com_calForceCatColorEventForm')); //echo $lists['colCatOpt']; $evcols = array(); $evcols[] = mosHTML::makeOption( '0', _CAL_LANG_EVENT_COLS_ALLOWED ); $evcols[] = mosHTML::makeOption( '1', _CAL_LANG_EVENT_COLS_BACKED ); $evcols[] = mosHTML::makeOption( '2', _CAL_LANG_ALWAYS_CAT_COLOR ); $tosend = mosHTML::selectList( $evcols, 'conf_calForceCatColorEventForm', '', 'value', 'text', $cfg->get('com_calForceCatColorEventForm')); echo $tosend; $tip = _CAL_LANG_TIP_DEF_EC_HIDE_FORCE; echo mosToolTip( $tip ); ?>
 
 
get('com_calDisplayStarttime')); echo $lists['dis_starttime']; ?>  
 
endTab(); $tabs->startTab( _CAL_LANG_TAB_CAL_MOD, 'config_cal_mod' ); if( file_exists( $pathCompAdminAbs . 'help/mod_events_calendar_help_' . _CAL_LANG_LNG . '.html' )){ $jeventHelp = $pathCompAdminRef . 'help/mod_events_calendar_help_' . _CAL_LANG_LNG . '.html'; }else{ $jeventHelp = $pathCompAdminRef . 'help/mod_events_calendar_help_en.html'; } ?>
  <?php echo _CAL_LANG_HELP; ?>  
get('modcal_DispLastMonth')); echo $tosend; ?>
 
get('modcal_DispNextMonth')); echo $tosend; ?>
 
 
endTab(); $tabs->startTab( _CAL_LANG_TAB_LATEST_MOD, 'config_latest_mod' ); if( file_exists( $pathCompAdminAbs . 'help/mod_events_latest_help_' . _CAL_LANG_LNG . '.html' )){ $jeventHelp = $pathCompAdminRef . 'help/mod_events_latest_help_' . _CAL_LANG_LNG . '.html'; }else{ $jeventHelp = $pathCompAdminRef . 'help/mod_events_latest_help_en.html'; } ?>
  <?php echo _CAL_LANG_HELP; ?>  
get('modlatest_Mode')); ?>  
 
get('modlatest_NoRepeat')); echo $lists['NoRepeat']; ?>
get('modlatest_DispLinks')); echo $lists['dispLinks']; ?>
get('modlatest_DispYear')); echo $lists['dispYear']; ?>  
get('modlatest_DisDateStyle')); echo $lists['disDateStyle']; ?>
get('modlatest_DisTitleStyle')); echo $lists['disTitleStyle']; ?>
get('modlatest_LinkCloaking', 0)); echo mosToolTip( _CAL_LANG_TIP_LEV_HIDE_LINK ); ?>
 
endTab(); $tabs->startTab( _CAL_LANG_TAB_CSS, 'config_css' ); ?>
 
endTab(); $tabs->startTab( _CAL_LANG_TAB_TOOLTIP, 'tooltip' ); ?>
get('com_calTTBackground')); ?>  
get('com_calTTPosX'), 'value', 'text' ); ?>  
get('com_calTTPosY'), 'value', 'text' ); ?>  
 
get('com_calTTShadow') ); ?>
get('com_calTTShadowX') ); ?>
get('com_calTTShadowY') ); ?>
 
endTab(); $tabs->startTab( _CAL_LANG_TAB_ABOUT, 'about' ); ?>
endTab(); $tabs->endPane(); ?>
\n"; $tip .= ''; $tip .= 'warning'; return $tip; } } ?>