📄 header.tmpl.php
字号:
<div style="background-color: #f3f3f3; padding: 5px 10px; margin: 0px; border-top: 1px solid"> <?php if ($this->weight): ?> <div style="float: right; width: 50%; text-align: right; font-weight: bold"> <?php if ($this->score !== FALSE && $this->question_id): ?> <input type="text" name="scores[<?php echo $this->question_id; ?>]" value="<?php echo $this->score; ?>" size="5" style="font-weight: bold; text-align: right" maxlength="5"/> / <?php elseif ($this->score !== FALSE): ?> <?php echo $this->score; ?> / <?php endif; ?> <?php echo $this->weight; ?> <?php echo _AT('points'); ?> </div> <?php endif; ?> <h4 style="color: black"><?php echo _AT('question'); ?> <?php echo $this->number; ?>: <span style="padding-left: 10px"><?php echo $this->type; ?></span></h4></span> </strong></div><div class="row" style="padding-bottom: 20px">
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -