| #637 | <?php } ?> |
| #638 | <link href="<?php echo(isset($cfg['tpl']) ? $cfg['tpl'] : ''); ?>static/css/bootstrap.min.css" rel="stylesheet"> |
| #639 | <link href="<?php echo(isset($cfg['tpl']) ? $cfg['tpl'] : ''); ?>static/css/style.css" rel="stylesheet"> |
| #640 | <link rel="stylesheet" type="text/css" href="<?php echo(isset($cfg['webdir']) ? $cfg['webdir'] : ''); ?>static/layui/lib/font-awesome-4.7.0/css/font-awesome.min.css" media="all" /> |
| #641 | <?php if (is_show() || is_subpage()) { ?> |
| #642 | <?php |
| #643 | $symbolOrAlias = !empty($gdata["symbol"]) ? $gdata["symbol"] : (!empty($gdata["alias"]) ? $gdata["alias"] : ""); |
| #644 | $symOrAlias = !empty($gdata["sym"]) ? $gdata["sym"] : ""; |
| #645 | // 把 alias 映射为 JO_xxx 历史数据文件编号 |
| #646 | if (!empty($symbolOrAlias)) { |