| #554 | <?php } ?> |
| #555 | <link href="<?php echo(isset($cfg['tpl']) ? $cfg['tpl'] : ''); ?>static/css/bootstrap.min.css" rel="stylesheet"> |
| #556 | <link href="<?php echo(isset($cfg['tpl']) ? $cfg['tpl'] : ''); ?>static/css/style.css" rel="stylesheet"> |
| #557 | <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" /> |
| #558 | <?php if (is_show() || is_subpage()) { ?> |
| #559 | <?php |
| #560 | $symbolOrAlias = !empty($gdata["symbol"]) ? $gdata["symbol"] : (!empty($gdata["alias"]) ? $gdata["alias"] : ""); |
| #561 | $symOrAlias = !empty($gdata["sym"]) ? $gdata["sym"] : ""; |
| #562 | // 把 alias 映射为 JO_xxx 历史数据文件编号 |
| #563 | if (!empty($symbolOrAlias)) { |