📄 bloginfo.ftl
字号:
<#assign html=JspTaglibs["/WEB-INF/struts-html.tld"]>
<#assign bean=JspTaglibs["/WEB-INF/struts-bean.tld"]>
<@html.html locale=true>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title><@bean.message key="info.setblog"/></title>
<link href="css/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="98%" border="0" align="center" cellpadding="5" cellspacing="0">
<tr>
<td bgcolor="#F7F5E8">
<div align="right">| <@html.link action="myInfo"><@bean.message key="info.baseinfo"/></@html.link> | <@html.link action="/changePasswd"><@bean.message key="info.setpasswd"/></@html.link> | <@html.link action="/blogInfo"><@bean.message key="info.setblog"/></@html.link> | <@bean.message key="info.resetfile"/> | <@bean.message key="info.refpage"/> |</div></td>
</tr>
</table>
<br>
<@html.form action="/blogInfo">
<@html.hidden property="action"/>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#6F8BB7">
<table width="100%" border="0" cellpadding="3" cellspacing="1">
<tr>
<td height="22"><strong><font color="#FFFFFF">:<@bean.message key="info.setblog"/>:</font></strong></td>
</tr>
<tr>
<td height="18" bgcolor="#FFFFFF"><table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
<tr>
<td bgcolor="#CCCCCC"><table width="100%" border="0" cellpadding="10" cellspacing="1">
<tr>
<td width="22%" bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.blogname"/>:</div></td>
<td width="78%" bgcolor="#F3F7FA"><@html.text property="blogname" styleClass="INPUT2"/></td>
</tr>
<tr>
<td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.blogdesp"/>:</div></td>
<td bgcolor="#F3F7FA"><@html.textarea property="description" cols="50" rows="5"/>
<@bean.message key="info.canhtml"/></td>
</tr>
<tr>
<td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.cansee"/>:</div></td>
<td bgcolor="#F3F7FA"><@html.select property="cansee">
<@html.options collection="canseeValues" property="value" labelProperty="label"/>
</@html.select>
<@bean.message key="reg.cansee.note"/></td>
</tr>
<tr>
<td bgcolor="#EBEBEB"><div align="right"><@bean.message key="bloginfo.perartnum"/>:</div></td>
<td bgcolor="#F3F7FA"><@html.text property="perartnum" styleClass="INPUT2" size="3" maxlength="2" />
<@bean.message key="bloginfo.num"/><font color="#FF0000">*</font> <@bean.message key="bloginfo.maxinfo" arg0="15"/></td>
</tr>
<tr>
<td bgcolor="#EBEBEB"><div align="right"><@bean.message key="bloginfo.newlyartnum"/>:</div></td>
<td bgcolor="#F3F7FA"><@html.text property="newlyartnum" styleClass="INPUT2" size="3" maxlength="2"/>
<@bean.message key="bloginfo.num"/><font color="#FF0000">*</font> <@bean.message key="bloginfo.maxinfo" arg0="30"/> // 模版里必须有#new5#标记才能正常显示</td>
</tr>
<tr>
<td bgcolor="#EBEBEB"><div align="right"><@bean.message key="bloginfo.newlycomnum"/>:</div></td>
<td bgcolor="#F3F7FA"><@html.text property="newlycomnum" styleClass="INPUT2" size="3" maxlength="2"/>
<@bean.message key="bloginfo.num"/><font color="#FF0000">*</font> <@bean.message key="bloginfo.maxinfo" arg0="30"/> // 模版里必须有#comment5#标记才能正常显示</td>
</tr>
<tr>
<td bgcolor="#EBEBEB"><div align="right"><@bean.message key="bloginfo.letterbookmark"/>:</div></td>
<td bgcolor="#F3F7FA"><@html.select property="letterbookmark">
<@html.options collection="bookmarkValues" property="value" labelProperty="label"/>
</@html.select></td>
</tr>
<tr>
<td bgcolor="#EBEBEB"><div align="right"><@bean.message key="bloginfo.picbookmark"/>:</div></td>
<td bgcolor="#F3F7FA"><@html.select property="picbookmark">
<@html.options collection="bookmarkValues" property="value" labelProperty="label"/>
</@html.select></td>
</tr>
<tr>
<td bgcolor="#EBEBEB"><div align="right"><@bean.message key="bloginfo.multiuser"/>:</div></td>
<td bgcolor="#F3F7FA"><@html.radio property="multiuser" value="0" />
<@bean.message key="blog.yes"/>
<@html.radio property="multiuser" value="1"/>
<@bean.message key="blog.no"/></td>
</tr>
<tr>
<td bgcolor="#EBEBEB"><div align="right"><@bean.message key="reg.sort"/>:</div></td>
<td bgcolor="#F3F7FA"><@html.select property="sort">
<@html.options collection="sortValues" property="value" labelProperty="label"/>
</@html.select></td>
</tr>
<tr>
<td bgcolor="#EBEBEB"> </td>
<td bgcolor="#F3F7FA"><@html.link action="blogInfoHigh"><@bean.message key="bloginfo.intohigh"/></@html.link></td>
</tr>
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<div align="center">
<table width="98%" border="0" align="center" cellpadding="10" cellspacing="0">
<tr>
<td><div align="center">
<@html.submit styleClass="BUTTN-FIX1"><@bean.message key="info.myinfo.submit"/></@html.submit>
<@html.reset styleClass="BUTTN-FIX1"><@bean.message key="info.myinfo.reset"/></@html.reset>
</div></td>
</tr>
</table>
</div>
</@html.form>
</body>
</@html.html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -