* @package attend
* @version $Id$
* @link http://www.ranzhi.org
*/
?>
getModuleRoot() . 'common/view/header.html.php';?>
app->getMethodName());
foreach($lang->attend->featureBar['personal'] as $type => $name)
{
$class = strtolower($type) == $methodName ? "class='active'" : '';
if(common::hasPriv('attend', $type)) echo "- " . html::a($this->createLink('attend', $type), $name) . '
';
}
?>
getModuleRoot() . 'common/view/chosen.html.php';?>
getModuleRoot() . 'common/view/footer.html.php';?>