@qingjieshouliang
Current Path : /www/wwwroot/eblliwsm.com/c8efb1c6/Tpl/Index/ |
Current File : /www/wwwroot/eblliwsm.com/c8efb1c6/Tpl/Index/debugindex.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"/> <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('setdebug')}>" method="post" name="myform" id="myform" enctype="multipart/form-data" onSubmit="return CheckJob()"> <DIV class="PageContent"> <table width="98%" border="0" style="margin:20px;" class="ListCategory"> <tr> <td width="10%">是否开启调试模式:</td> <td width="90%" height="35"> <input name="is_app" type="radio" value="true" <if condition="$appdebugs eq 'true'">checked="checked"</if>> 开启 <input name="is_app" type="radio" value="false" <if condition="$appdebugs eq 'false'">checked="checked"</if>> 关闭 </td> </tr> <tr> <td>说明信息:</td> <td height="35">当您更新好网站信息后,关闭调试模式,可提高网站访问速度。</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>