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