[ ] [ title; ?> ]
id; $row->sect_link = 'index2.php?option=com_sections&task=editA&hidemainmenu=1&id='. $row->sectionid; $row->cat_link = 'index2.php?option=com_categories&task=editA&hidemainmenu=1&id='. $row->catid; $now = date( "Y-m-d H:i:s" ); if ( $now <= $row->publish_up && $row->state == "1" ) { $img = 'publish_y.png'; $alt = T_('Published'); } else if ( ( $now <= $row->publish_down || $row->publish_down == "0000-00-00 00:00:00" ) && $row->state == "1" ) { $img = 'publish_g.png'; $alt = T_('Published'); } else if ( $now > $row->publish_down && $row->state == "1" ) { $img = 'publish_r.png'; $alt = T_('Expired'); } elseif ( $row->state == "0" ) { $img = "publish_x.png"; $alt = T_('Unpublished'); } $times = ''; if (isset($row->publish_up)) { if ($row->publish_up == '0000-00-00 00:00:00') { $times .= ""; } else { $times .= ""; } } if (isset($row->publish_down)) { if ($row->publish_down == '0000-00-00 00:00:00') { $times .= ""; } else { $times .= ""; } } if ( $acl->acl_check( 'administration', 'manage', 'users', $my->usertype, 'components', 'com_users' ) ) { if ( $row->created_by_alias ) { $author = $row->created_by_alias; } else { $linkA = 'index2.php?option=com_users&task=editA&hidemainmenu=1&id='. $row->created_by; $author = ''. $row->author .''; } } else { if ( $row->created_by_alias ) { $author = $row->created_by_alias; } else { $author = $row->author; } } $date = mosFormatDate( $row->created, '%x' ); $access = mosCommonHTML::AccessProcessing( $row, $i ); $checked = mosCommonHTML::CheckedOutProcessing( $row, $i ); ?> ">
# <?php echo T_('Save Order'); ?>
".T_('Start:')." ".T_('Always')."
".T_('Start:')." $row->publish_up
".T_('Finish:')." ".T_('No Expiry')."
".T_('Finish:')." $row->publish_down
rowNumber( $i ); ?> checked_out && ( $row->checked_out != $my->id ) ) { echo $row->title; } else { ?> title, ENT_QUOTES); ?> ')"> <?php echo $alt; ?> <?php echo ( $row->frontpage ) ? T_('Yes') : T_('No');?> orderUpIcon( $i, ($row->catid == @$rows[$i-1]->catid) ); ?> orderDownIcon( $i, $n, ($row->catid == @$rows[$i+1]->catid) ); ?> id; ?> section_name; ?> name; ?>
getListFooter(); ?>
[ ] [ title; ?> ]
cat_link = 'index2.php?option=com_categories&task=editA&hidemainmenu=1&id='. $row->catid; if ( $acl->acl_check( 'administration', 'manage', 'users', $my->usertype, 'components', 'com_users' ) ) { if ( $row->created_by_alias ) { $author = $row->created_by_alias; } else { $linkA = 'index2.php?option=com_users&task=editA&hidemainmenu=1&id='. $row->created_by; $author = ''. $row->author .''; } } else { if ( $row->created_by_alias ) { $author = $row->created_by_alias; } else { $author = $row->author; } } $date = mosFormatDate( $row->created, '%x' ); ?> ">
# <?php echo T_('Save Order'); ?>
rowNumber( $i ); ?> id ); ?> title; ?> name; ?>
getListFooter(); ?>
$row is passed with the id * property set to 0. * @param mosContent The category object * @param string The html for the groups select list */ function editContent( &$row, $section, &$lists, &$sectioncategories, &$images, &$params, $option, $redirect, &$menus ) { global $mosConfig_live_site; mosMakeHtmlSafe( $row ); $create_date = null; if (intval( $row->created ) <> 0) { $create_date = mosFormatDate( $row->created, '%A, %d %B %Y %H:%M', '0' ); } $mod_date = null; if (intval( $row->modified ) <> 0) { $mod_date = mosFormatDate( $row->modified, '%A, %d %B %Y %H:%M', '0' ); } $tabs = new mosTabs(1); // used to hide "Reset Hits" when hits = 0 if ( !$row->hits ) { $visibility = "style='display: none; visbility: hidden;'"; } else { $visibility = ""; } mosCommonHTML::loadOverlib(); mosCommonHTML::loadCalendar(); ?>
id ? T_('Edit') : T_('New');?> id ) { ?> [ ]
()
introtext , 'introtext', '100%;', '200', '75', '20' ) ; ?>
()
fulltext , 'fulltext', '100%;', '350', '75', '30' ) ; ?>
startPane("content-pane"); $tabs->startTab(T_("Publishing"),"publish-page"); ?>
frontpage ? 'checked="checked"' : ''; ?> />
state ? 'checked="checked"' : ''; ?> />

id ) { ?>
id; ?>
state > 0 ? T_('Published') : ($row->state < 0 ? T_('Archived') : T_('Draft Unpublished'));?>
: hits;?>
>
: version;?>
created ? "$create_date
".T_('By')."$row->creator" : "New document"; ?>
modified ? "$mod_date
".T_('By')."$row->modifier" : "Not modified";?>
endTab(); $tabs->startTab(T_("Images"),"images-page"); ?>


endTab(); $tabs->startTab(T_("Parameters"),"params-page"); ?>
* *

render();?>
endTab(); $tabs->startTab(T_("Meta Info"),"metadata-page"); ?>


endTab(); $tabs->startTab(T_("Link to Menu"),"link-page"); ?>


endTab(); $tabs->endPane(); ?>






"; foreach ( $items as $item ) { echo "
  • ". $item->title ."
  • "; } echo ""; ?>


    "; } ?>






    "; foreach ( $items as $item ) { echo "
  • ". $item->title ."
  • "; } echo ""; ?>


    "; } ?>