1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <table>
- <tbody id="toolBody">
- <tr>
- <td class="blue-one">
- 大小
- </td>
- <td class="blue-two both">
- <ul class="list">
- <li class="framebox width600">
- <span class="frame white-80">大大大</span>
- <span class="frame white-80">大大小</span>
- <span class="frame white-80">大小大</span>
- <span class="frame white-80">小大大</span>
- <span class="frame white-80">小小小</span>
- <span class="frame white-80">小小大</span>
- <span class="frame white-80">小大小</span>
- <span class="frame white-80">大小小</span>
- <input type="hidden" name="FilterName_250" id="FilterName_250" />
- </li>
- </ul>
- </td>
- </tr>
- <tr height="5"></tr>
- <tr>
- <td class="grey-one half kennedy" colspan="2">
- <ul class="list zhuhao">
- <li class="left">
- <span>
- <input name="zuhe" type="radio" value="直选" checked="checked" id="zuhe1" onclick="Czuhe('right');" class="radio" /><label for="zuhe1">生成所有直选:</label>
- </span><br />
- <span>
- <input type="radio" name="zuhe" value="组选" id="zuhe2" onclick="Czuhe('right');" class="radio" /><label for="zuhe2">生成所有组选:</label>
- </span>
- </li>
- <li class="right">
- <input name="zuhe3" type="checkbox" id="zuhe3" value="组三" checked="checked" />
- <label for="zuhe3">
- 包含组三
- </label>
- <input name="zuhe6" type="checkbox" id="zuhe6" value="组六" checked="checked" />
- <label for="zuhe6">
- 包含组六
- </label>
- <input name="baozi" type="checkbox" id="baozi" value="豹子" checked="checked" />
- <label for="baozi">
- 包含豹子
- </label>
- </li>
- </ul>
- </td>
- </tr>
- <tr height="5"></tr>
- <tr>
- <td colspan="3" class="blue-one" style="width: 100%;">
- <div class="but_1">
- <input type="image" name="imageField" id="imageField" src="/static/images/kszh.gif" />
- <input type="image" name="imageField3" id="resetImage" src="/static/images/resetss.gif" class="last" />
- </div>
- </td>
- </tr>
- </tbody>
- </table>
|