示例#1
0
    public function litPageHeader()
    {
        $CUSTOM = custom::instance();
        $WEBROOT = custom::getWebRoot();
        echo <<<HERE
\t\t<script\tsrc="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
 \t\t<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
\t\t<script\tsrc="{$WEBROOT}/web/qcReport.js"></script>
\t\t<script\tsrc="{$WEBROOT}/web/sorttable.js"></script>
\t\t<link rel="stylesheet" type="text/css" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/themes/smoothness/jquery-ui.css"></link>
\t\t<link rel="stylesheet" type="text/css" href="{$WEBROOT}/web/qcReport.css"></link>
\t\t<title>{$this->title}</title>
HERE;
    }