You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
information-system/application/third_party/htmlcompressor/views/welcome.php

39 lines
1.9 KiB
PHTML

<!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"/>
<meta http-equiv="Expires" CONTENT="0"/>
<meta http-equiv="Cache-Control" CONTENT="no-cache"/>
<meta http-equiv="Pragma" CONTENT="no-cache"/>
<title>HTML-Compressor</title>
</head>
<script type="text/javascript">
</script>
<body>
<h1>页面样式精简</h1>
<form name="form_htmlsource" id="form_htmlsource" action="<?php echo site_url('apps/htmlcompressor/index/optimize'); ?>" method="post">
<input type="text" name="websitehost" id="websitehost" style="width:200px;" placeholder="域名" /><br/><br/>
<textarea name="htmlsource" id="htmlsource" rows="22" style="width:800px;" placeholder="网页代码" ></textarea><br/><br/>
<label><input type="checkbox" value="true" name="create_amp">生成AMP页面</label>
<select name="template_name" id="template_name" class="form-control" onselect="">
<option selected="" value="none">模板选择生成AMP才需要</option>
<option value="ah">AH</option>
<option value="gm">GM</option>
<option value="cht">CHT</option>
<option value="ct">CT</option>
</select>
<select name="debug" id="debug" class="form-control" onselect="">
<option selected="" value="0">不调试</option>
<option value="1">开启调试</option>
</select>
<br/><br/>
<input type="submit"/>
</form>
</body>
</html>