Commit 0b8a7a5f by 冷斌

试卷

parent d49f39d6
...@@ -12,12 +12,12 @@ ...@@ -12,12 +12,12 @@
<table border="0" cellpadding="3" width="100%" cellspacing="1" style="background-color: #ececec;"> <table border="0" cellpadding="3" width="100%" cellspacing="1" style="background-color: #ececec;">
<dd style="text-align: left;"> <dd style="text-align: left;">
<input type="text" id="title" name="title" placeholder="请输入试题内容进行搜索" /> <input type="text" id="title" name="title" placeholder="请输入试题内容进行搜索" />
<select name="point_title" id="point"> <!-- <select name="point_title" id="point">-->
<option value="0">所有考点</option> <!-- <option value="0">所有考点</option>-->
<volist name="point" id="p"> <!-- <volist name="point" id="p">-->
<option value="{$p.exams_point_id}">{$p.title}</option> <!-- <option value="{$p.exams_point_id}">{$p.title}</option>-->
</volist> <!-- </volist>-->
</select> <!-- </select>-->
<input type="button" class="btn_b" onclick="getData(1)" value="搜索" /> <input type="button" class="btn_b" onclick="getData(1)" value="搜索" />
</dd> </dd>
<tr style="text-align: center; BACKGROUND-COLOR: #d2dbea; font-weight: bold"> <tr style="text-align: center; BACKGROUND-COLOR: #d2dbea; font-weight: bold">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment