Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eduline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
冷斌
eduline
Commits
beec114c
Commit
beec114c
authored
May 14, 2020
by
冷斌
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
测试
短信验证
parent
66cb4dc5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
26 deletions
+26
-26
apps/exams/Tpl/default/AdminQuestion/edit.html
+26
-26
No files found.
apps/exams/Tpl/default/AdminQuestion/edit.html
View file @
beec114c
...
...
@@ -38,32 +38,32 @@
{:W('CategoryLevel',array('table'=>'exams_subject','id'=>'exams_subject_id','default'=>$question['question_subject_fullpath']))}
</dd>
</dl>
<dl
class=
"lineD"
>
<dt><font
color=
"red"
>
*
</font>
考点:
</dt
>
<dd
id=
"select_point"
>
<select
name=
"exams_point_id"
>
<volist
name=
"exams_point"
id=
"point"
>
<option
<
eq
name=
'question.exams_point_id'
value=
"$point.exams_point_id"
>
selected
</eq>
value="{$point.exams_point_id}">{$point.title}
</option
>
</volist
>
</select
>
</dd
>
</dl
>
<dl
class=
"lineD"
>
<dt><font
color=
"red"
>
*
</font>
版块:
</dt
>
<dd
>
<if
condition=
"$_GET['exams_module_type'] eq 'problemQuestionBank'"
>
视频弹题
<!--elseif condition="$_GET['exams_module_type'] eq 'courseExamination' OR $question['exams_module_id'] eq -1"
-->
<!--课时考试
-->
<else/
>
<select
name=
"exams_module_id"
>
<volist
name=
"exams_module"
id=
"vo"
>
<option
<
eq
name=
'question.exams_module_id'
value=
"$vo.exams_module_id"
>
selected
</eq>
value="{$vo.exams_module_id}">{$vo.title}
</option
>
</volist
>
</select
>
</if
>
</dd
>
</dl
>
<!-- <dl class="lineD">--
>
<!-- <dt><font color="red"> * </font>考点:</dt>--
>
<!-- <dd id="select_point">--
>
<!-- <select name="exams_point_id">--
>
<!-- <volist name="exams_point" id="point">--
>
<!-- <option <eq name='question.exams_point_id' value="$point.exams_point_id">selected</eq> value="{$point.exams_point_id}">{$point.title}</option>--
>
<!-- </volist>--
>
<!-- </select>--
>
<!-- </dd>--
>
<!-- </dl>--
>
<!-- <dl class="lineD">--
>
<!-- <dt><font color="red"> * </font>版块:</dt>--
>
<!-- <dd>--
>
<!-- <if condition="$_GET['exams_module_type'] eq 'problemQuestionBank'">--
>
<!-- 视频弹题-->
<!-- <!–elseif condition="$_GET['exams_module_type'] eq 'courseExamination' OR $question['exams_module_id'] eq -1"–>
-->
<!-- <!–课时考试–>
-->
<!-- <else/>--
>
<!-- <select name="exams_module_id">--
>
<!-- <volist name="exams_module" id="vo">--
>
<!-- <option <eq name='question.exams_module_id' value="$vo.exams_module_id">selected</eq> value="{$vo.exams_module_id}">{$vo.title}</option>--
>
<!-- </volist>--
>
<!-- </select>--
>
<!-- </if>--
>
<!-- </dd>--
>
<!-- </dl>--
>
<dl
class=
"lineD"
>
<dt><font
color=
"red"
>
*
</font>
难度:
</dt>
<dd>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment