...
|
...
|
@@ -14,7 +14,7 @@ a.btn |
|
|
<tr>
|
|
|
<td style="width:200px;">标题</td>
|
|
|
<td colspan="2">
|
|
|
<input type="text" id="title" name="title" value="<?php echo $this->view->info['title'] ;?>" />
|
|
|
<input type="text" id="title" name="title" value="<?php echo $this->view->info['title'] ;?>" maxLength="50"/>
|
|
|
<select id="main_title_type" name="main_title_type">
|
|
|
<option value="0" <?php echo $this->view->info['main_title_type'] == 0 ? 'selected':''; ?>>中文</option>
|
|
|
<option value="1" <?php echo $this->view->info['main_title_type'] == 1 ? 'selected':''; ?>>英文</option>
|
...
|
...
|
|