调用信息平台自带搜索功能。

hotfix/远程访问多媒体中心
lmr@hainatravel.com 8 years ago
parent 59cb48dfc7
commit 5f0f727687

@ -116,7 +116,7 @@ $(function() {
?> ?>
</td> </td>
<td> <td>
<a href="/info.php/information/edit/<?php echo($it->is_id); ?>" target="_blank">编辑</a> <a href="javascript:document.getElementById('keywords').value='<?php echo(urlencode($it->ic_url));?>';document.forms.goSearch.submit();" target="_blank">编辑</a>
</td> </td>
</tr> </tr>
<?php } ?> <?php } ?>
@ -124,5 +124,8 @@ $(function() {
</table> </table>
</div> </div>
</div> </div>
<form action="/info.php/welcome/search" method="post" id="goSearch" target="_blank">
<input type="hidden" name="keywords" id="keywords" value="">
</form>
</body> </body>
</html> </html>
Loading…
Cancel
Save