📄 long.tmpl.php
字号:
<p><?php echo AT_print($this->row['question'], 'tests_questions.question'); ?></p><?php if ($this->row['properties'] == 1): /* one word */ ?> <input type="text" name="answers[<?php echo $this->row['question_id']; ?>]" class="formfield" size="15" /><?php elseif ($this->row['properties'] == 2): /* sentence */ ?> <input type="text" name="answers[<?php echo $this->row['question_id']; ?>]" class="formfield" size="45" /><?php elseif ($this->row['properties'] == 3): /* paragraph */ ?> <textarea cols="55" rows="5" name="answers[<?php echo $this->row['question_id']; ?>]" class="formfield"></textarea><?php elseif ($this->row['properties'] == 4): /* page */ ?> <textarea cols="55" rows="25" name="answers[<?php echo $row['question_id']; ?>]" class="formfield"></textarea><?php endif; ?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -