long.tmpl.php

来自「是一个教学内容管理系统」· PHP 代码 · 共 15 行

PHP
15
字号
<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 + =
减小字号Ctrl + -
显示快捷键?