Files
EasySoft-ZenTaoPMS/module/extension/view/header.html.php
2013-07-15 00:23:07 +00:00

17 lines
1.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php include '../../common/view/header.html.php';?>
<?php include '../../common/view/tablesorter.html.php';?>
<div id='featurebar'>
<div class='f-left'>
<?php
echo '<span>' . $lang->extension->common . '</span>';
echo '<span id="installed">' . html::a($this->createLink('extension', 'browse', "type=installed"), $lang->extension->installed) . '</span>';
echo '<span id="deactivated">'. html::a($this->createLink('extension', 'browse', "type=deactivated"), $lang->extension->deactivated) . '</span>';
echo '<span id="available">' . html::a($this->createLink('extension', 'browse', "type=available"), $lang->extension->available ) . '</span>';
echo '<span id="obtain"> ' . html::a($this->createLink('extension', 'obtain'), $lang->extension->obtain) . '</span>';
common::printLink('extension', 'upload', '', $lang->extension->upload, '', "class='iframe'");
echo "<span id='editor'>" . html::a($this->createLink('editor', 'index', 'type=editor'), $lang->editor->common . '&' . $lang->editor->api) . '</span>';
?>
</div>
<script>$('#<?php echo $tab;?>').addClass('active')</script>
</div>