?? seoconfig.ftl
字號:
<#import "/lib/layout.ftl" as layout>
<@layout.html title="設置搜索引擎優化">
<!-- seo info begin -->
<div class="box1">
<div class="title"> 搜索引擎優化設置 </div>
<form action="seoConfig!set.action" method="post" id="setSeoForm" onSubmit="return Validator.validate(this,'admin');">
<div class="content">
<div class="ibox" style="height:128px;">
<div class="it">網站標題: * <br/>
<span class="red">網站的關鍵字(meta keywords信息)</span></div>
<div class="iv" style="height:120px;">
<textarea name="title" cols="60" style="height:120px;">${propertyMap["title"]}</textarea><br/>
</div>
</div>
<div class="ibox" style="height:128px;">
<div class="it">站點關鍵字: * <br/><span class="red">網站的關鍵字(meta keywords信息)</span></div>
<div class="iv" style="height:120px;">
<textarea name="keywords" cols="60" style="height:120px;">${propertyMap["keywords"]}</textarea><br/>
</div>
</div>
<div class="ibox" style="height:128px;">
<div class="it">網站描述: * <br/><span class="red">網站介紹(meta description信息)</span></div>
<div class="iv" style="height:120px;">
<textarea name="description" cols="60" style="height:120px;">${propertyMap["description"]}</textarea><br/>
</div>
</div>
</div>
<!-- end #content -->
<div class="box3" style="text-align:center; clear:both">
<div>
<input type="submit" value="設 定" name="agree" class="b"/>
</div>
</div>
</form>
</div>
<!-- end #seo info -->
</@layout.html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -