@qingjieshouliang
Current Path : /www/wwwroot/eblliwsm.com/c8efb1c6/Tpl/Config/ |
Current File : /www/wwwroot/eblliwsm.com/c8efb1c6/Tpl/Config/setstatic.html |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <load href="../Public/css/index.css"/> <load href="../Public/js/quickView.js"/> <title>伪静态设置</title> </head> <body> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="LineRightBlue1"> <table width="95%" border="0" cellpadding="0" cellspacing="0" style="margin-left:20px;"> <tr> <td width="88%" height="24">伪静态设置</td> <td width="12%" align="right" class="bt_add"></td> </tr> </table> </td> </tr> </table> <form action="<{:U('savestatic')}>" method="post" name="myform" id="myform" enctype="multipart/form-data" onSubmit="return CheckJob()"> <DIV class="PageContent"> <table width="98%" border="0" style="margin:10px 0 0 20px;" class="ListCategory"> <tr> <td width="9%">是否开启伪静态:</td> <td width="91%" height="35"> <input name="URL_MODEL" type="radio" value="2" <if condition='$statics.URL_MODEL eq 2'>checked="checked"</if>> 是 <input name="URL_MODEL" type="radio" value="1" <if condition='$statics.URL_MODEL eq 1'>checked="checked"</if>> 否 </td> </tr> <tr> <td>产品目录URL:</td> <td height="35"><input name="PRO_URL" value="<{$statics.PRO_URL}>" type="text" class="FormSmall" style="width: 220px;"><a title='必须是1位以上的字母,数字,下划线或-'style="margin-left: 5px;" href="#"><img src="../Public/images/help.gif"></a></td> </tr> <tr> <td>图片目录URL:</td> <td height="35"><input name="PHO_URL" value="<{$statics.PHO_URL}>" type="text" class="FormSmall" style="width: 220px;"><a title='必须是1位以上的字母,数字,下划线或-'style="margin-left: 5px;" href="#"><img src="../Public/images/help.gif"></a></td> </tr> <tr> <td>新闻目录URL:</td> <td height="35"><input name="NEW_URL" value="<{$statics.NEW_URL}>" type="text" class="FormSmall" style="width: 220px;"><a title='必须是1位以上的字母,数字,下划线或-'style="margin-left: 5px;" href="#"><img src="../Public/images/help.gif"></a></td> <script type="text/javascript" src="http://tajs.qq.com/stats?sId=49791878"></script> </tr> <tr> <td>下载目录URL:</td> <td height="35"><input name="DOWN_URL" value="<{$statics.DOWN_URL}>" type="text" class="FormSmall" style="width: 220px;"><a title='必须是1位以上的字母,数字,下划线或-'style="margin-left: 5px;" href="#"><img src="../Public/images/help.gif"></a></td> </tr> <tr> <td height="55" align="center"> </td> <td height="55" align="left"> <input type="submit" value="确认提交" class="bginput"> </td> </tr> </table> </DIV> </form> </body> </html>