⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bloginfohigh.ftl

📁 是一个网站的博客系统
💻 FTL
字号:
<#assign html=JspTaglibs["/WEB-INF/struts-html.tld"]>
<#assign bean=JspTaglibs["/WEB-INF/struts-bean.tld"]>
<#assign logic=JspTaglibs["/WEB-INF/struts-logic.tld"]>
<@html.html locale=true>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title><@bean.message key="bloginfohigh.title"/></title>
<link href="css/css.css" rel="stylesheet" type="text/css">
</head>

<body>
  <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="bloginfohigh.title"/></font></strong></td>
        </tr>
          <tr>
            <td height="42" bgcolor="#FFFFFF">
              <table width="95%" border="0" align="center" cellpadding="0" cellspacing="0">
              <tr>
                  <td>&nbsp;</td>
                </tr>
                <tr>

                <td height="125" bgcolor="#666666">
                  <table width="100%" border="0" cellpadding="6" cellspacing="1">
                      <tr>
                        <td height="24" bgcolor="#E3E3E3">
                          <p><@bean.message key="bloginfohigh.skinno"/>:<strong>${user_session.blog.skin}</strong> (<@bean.message key="bloginfohigh.changeskin"/>)</p>
                        </td>
                      </tr>
                      <tr>
                        <td bgcolor="#E3E3E3"><table width="100%" border="0" cellpadding="3" cellspacing="0">
                            <tr>
                              <td height="12" colspan="2"><@bean.message key="bloginfohigh.setlinks"/>:</td>
                            </tr>
                            <tr>
                              <td width="8%">&nbsp;</td>
                              <td width="92%"><table width="100%" border="0" cellpadding="0" cellspacing="0">
                                  <tr>
                                    <td bgcolor="#CCCCCC"><table width="100%" border="0" cellpadding="3" cellspacing="1">
                                        <tr bgcolor="#FFFFFF">
                                          <td width="24%"><div align="center"><@bean.message key="bloginfohigh.nowtextlinks"/>:</div></td>
                                          <td width="76%">
                                            <@logic.empty name="textlist">
                                              <font color="#FF0000"><@bean.message key="bloginfohigh.notextlinks"/></font>
                                            </@logic.empty>
                                            <@logic.notEmpty name="textlist">
                                              <table width="100%" border="0">
                                                <#list textlist as linkt>
                                                <tr>
                                                  <td width="10%" bgcolor="#EBEBEB">
                                                    <div align="center">
                                                      No.${linkt_index+1}
                                                    </div>
                                                  </td>
                                                  <td width="90%" bgcolor="#F3F7FA">
                                                    <a href="${linkt.linkurl}" target="_blank">${linkt.linktext}</a>
                                                    <a href="addLinks.do?action=edit&linktype=0&id=${linkt.id}">[<@bean.message key="blog.edit"/>]</a>
                                                    <a href="addLinks.do?action=del&linktype=0&id=${linkt.id}">[<@bean.message key="blog.del"/>]</a>
                                                  </td>
                                                </tr>
                                                </#list>
                                              </table>
                                            </@logic.notEmpty>
                                            </td>
                                        </tr>
                                        <tr bgcolor="#FFFFFF">
                                          <td>&nbsp;</td>
                                          <td><table width="100%" border="0">
                                              <tr>
                                                <td bgcolor="#EBEBEB"><@html.link action="/addLinks?action=show&amp;linktype=0"><@bean.message key="bloginfohigh.addtextlinks"/></@html.link></td>
                                              </tr>
                                            </table></td>
                                        </tr>
                                      </table></td>
                                  </tr>
                                </table></td>
                            </tr>
                            <tr>
                              <td>&nbsp;</td>
                              <td><table width="100%" border="0" cellpadding="0" cellspacing="0">
                                  <tr>
                                    <td bgcolor="#CCCCCC"><table width="100%" border="0" cellpadding="3" cellspacing="1">
                                        <tr bgcolor="#FFFFFF">
                                          <td width="24%"><div align="center"><@bean.message key="bloginfohigh.nowpiclinks"/>:</div></td>
                                          <td width="76%">
                                            <@logic.empty name="piclist">
                                              <font color="#FF0000"><@bean.message key="bloginfohigh.nopiclinks"/></font>
                                            </@logic.empty>
                                            <@logic.notEmpty name="piclist">
                                              <table width="100%" border="0">
                                                <#list piclist as linkp>
                                                <tr>
                                                  <td width="10%" bgcolor="#EBEBEB">
                                                    <div align="center">
                                                      No.${linkp_index+1}
                                                    </div>
                                                  </td>
                                                  <td width="90%" bgcolor="#F3F7FA">
                                                    <a href="${linkp.linkurl}" target="_blank"><@html.img alt="${linkp.linktext}" src="${linkp.linkimgsrc}" border="0"/></a>
                                                    <a href="addLinks.do?action=edit&linktype=1&id=${linkp.id}">[<@bean.message key="blog.edit"/>]</a>
                                                    <a href="addLinks.do?action=del&linktype=1&id=${linkp.id}">[<@bean.message key="blog.del"/>]</a>
                                                  </td>
                                                </tr>

                                                </#list>
                                              </table>
                                            </@logic.notEmpty>
                                          </td>
                                        </tr>
                                        <tr bgcolor="#FFFFFF">
                                          <td>&nbsp;</td>
                                          <td><table width="100%" border="0">
                                              <tr>
                                                <td bgcolor="#EBEBEB"><@html.link action="/addLinks?action=show&linktype=1"><@bean.message key="bloginfohigh.addpiclinks"/></@html.link></td>
                                              </tr>
                                            </table></td>
                                        </tr>
                                      </table></td>
                                  </tr>
                                </table></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr>
                        <td bgcolor="#E3E3E3"><table width="100%" border="0" cellpadding="3" cellspacing="0">
                            <tr>
                              <td height="12" colspan="2"><@bean.message key="bloginfohigh.setlogo"/>:</td>
                            </tr>
                            <tr>
                              <td width="8%">&nbsp;</td>
                              <td width="92%"><table width="100%" border="0" cellpadding="0" cellspacing="0">
                                  <tr>
                                    <td bgcolor="#CCCCCC"><table width="100%" border="0" cellpadding="3" cellspacing="1">
                                        <tr bgcolor="#FFFFFF">
                                          <td width="24%"><div align="center"><@bean.message key="bloginfohigh.nowlogo"/>:</div></td>
                                          <td width="76%"><table width="100%" border="0">
                                              <tr>
                                                <td width="84%" bgcolor="#F3F7FA">
                                                  <@logic.equal name="logourl" value="">
                                                    <font color="#FF0000"><@bean.message key="bloginfohigh.nologo"/></font>
                                                  </@logic.equal>
                                                  <@logic.notEqual name="logourl" value="">
                                                    <@html.img src="${logourl}" width="80" height="31"/> <@html.link action="logo?action=del">[<@bean.message key="blog.del"/>]</@html.link>
                                                  </@logic.notEqual>
                                                </td>
                                              </tr>
                                            </table></td>
                                        </tr>
                                        <tr bgcolor="#FFFFFF">
                                          <td>&nbsp;</td>
                                          <td><table width="100%" border="0">
                                              <tr>
                                                <td bgcolor="#EBEBEB"><@html.link action="logo?action=up"><@bean.message key="bloginfohigh.uplogo"/></@html.link></td>
                                              </tr>
                                            </table></td>
                                        </tr>
                                      </table></td>
                                  </tr>
                                </table></td>
                            </tr>
                          </table></td>
                      </tr>
                      <tr>

                      <td height="112" bgcolor="#E3E3E3">
                        <table width="100%" border="0" cellpadding="3" cellspacing="0">
                            <tr>

                            <td height="12" colspan="2"><@bean.message key="bloginfohigh.setcounter"/>:</td>
                            </tr>
                            <tr>

                            <td width="8%" height="82">&nbsp;</td>
                              <td width="92%"><table width="100%" border="0" cellpadding="0" cellspacing="0">
                                  <tr>

                                  <td height="76" bgcolor="#CCCCCC">
                                    <table width="100%" border="0" cellpadding="3" cellspacing="1">
                                        <tr bgcolor="#FFFFFF">

                                        <td width="24%" height="74">
                                          <table width="100%" border="0" cellpadding="3" cellspacing="1">
                                            <form name="form1" method="post" action="">
                                              <tr>
                                                <td width="5%"><div align="center">
                                                    <input type="radio" name="radiobutton" value="radiobutton">
                                                  </div></td>
                                                <td width="95%">&nbsp;</td>
                                              </tr>
                                              <tr>
                                                <td>&nbsp;</td>
                                                <td>&nbsp;</td>
                                              </tr>
                                              <tr>
                                                <td colspan="2"><@html.submit styleClass="BUTTN-FIX1"><@bean.message key="blog.confirm"/></@html.submit></td>
                                              </tr>
                                              </form>
                                            </table>
                                          </td>
                                        </tr>
                                      </table></td>
                                  </tr>
                                </table></td>
                            </tr>
                          </table></td>
                      </tr>
                    </table></td>
                </tr>
                <tr>
                  <td>&nbsp;</td>
                </tr>
              </table></td>
        </tr>
      </table></td>
  </tr>
</table>
</body>
</@html.html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -