⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 long.tmpl.php

📁 是一个教学内容管理系统
💻 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 + -