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

📄 set.res

📁 WAPmo手机网站管理平台是一款创建与管理维护WAP网站的的软件产品
💻 RES
字号:
${res.moex.twinbbs.template.web.admin.head}
<form action="admin.asp?handle=set" method="post">
<table width="98%" border="1" cellpadding="2" cellspacing="0" align="center" style="margin-top:10px" bordercolor="#004080">
    <tr>
        <td colspan="2" id="head"><xsl:apply-templates select="navs" /></td>
    </tr>
    <xsl:if test="vars/@state != 0">
    <tr>
        <td colspan="2" id="hint">
            <xsl:apply-templates select="hint" />
        </td>
    </tr>
    </xsl:if>
    <tr>
        <td width="40%"><h3>${lang.bbs_name}</h3>${lang.hint_bbs_name}</td>
        <td><moex:input type="text" name="bbs_name" value="${env.bbs_name}" size="40" /></td>
    </tr>
    <tr>
        <td width="40%"><h3>${lang.site_name}</h3>${lang.hint_site_name}</td>
        <td><moex:input type="text" name="site_name" value="${env.site_name}" size="40" /></td>
    </tr>
    <tr>
        <td width="40%"><h3>${lang.site_addr}</h3>${lang.hint_site_addr}</td>
        <td><moex:input type="text" name="site_addr" value="${env.site_addr}" size="40" /></td>
    </tr>
    <!--tr>
        <td width="40%"><h3><font color="#FF0000">TwinADS 站点ID</font></h3></td>
        <td><moex:input type="text" name="twinads_id" value="${env.twinads_id}" size="5" />&#x3000;参加<a href="http://twinads.cn/" style="color:#0000FF">TwinAds赢利计划</a>,让你坐享其成</td>
    </tr-->
    <tr>
        <td width="40%"><h3>${lang.index_name}</h3>${lang.hint_index_name}</td>
        <td><moex:input type="text" name="index_name" value="${env.index_name}" size="30" /></td>
    </tr>
    <tr>
        <td width="40%"><h3>${lang.bbs_close}</h3>${lang.hint_bbs_close}</td>
        <td>
            <xsl:element name="input"><xsl:attribute name="type">radio</xsl:attribute><xsl:attribute name="name">bbs_close</xsl:attribute><xsl:attribute name="value">1</xsl:attribute><xsl:if test="env/@bbs_close = 1"><xsl:attribute name="checked">true</xsl:attribute></xsl:if></xsl:element> ${lang.yes}
            <xsl:element name="input"><xsl:attribute name="type">radio</xsl:attribute><xsl:attribute name="name">bbs_close</xsl:attribute><xsl:attribute name="value">0</xsl:attribute><xsl:if test="env/@bbs_close = 0"><xsl:attribute name="checked">true</xsl:attribute></xsl:if></xsl:element> ${lang.no}
        </td>
    </tr>
    <tr>
        <td width="40%"><h3>${lang.bbs_close_reason}</h3>${lang.hint_bbs_close_reason}</td>
        <td><textarea name="bbs_close_reason" cols="80" rows="8">${env.bbs_close_reason}</textarea></td>
    </tr>
    <tr>
        <td width="40%"><h3>${lang.smtp_server}</h3>${lang.hint_smtp_server}</td>
        <td><moex:input type="text" name="smtp_server" value="${env.smtp_server}" size="30" /></td>
    </tr>
    <tr>
        <td width="40%"><h3>${lang.smtp_username}</h3>${lang.hint_smtp_username}</td>
        <td><moex:input type="text" name="smtp_username" value="${env.smtp_username}" size="30" /></td>
    </tr>
    <tr>
        <td width="40%"><h3>${lang.smtp_password}</h3>${lang.hint_smtp_password}</td>
        <td><moex:input type="text" name="smtp_password" value="${env.smtp_password}" size="30" /></td>
    </tr>
    <tr>
        <td width="40%"><h3>${lang.validates}</h3>${lang.hint_validates}</td>
        <td>
            <xsl:element name="input">
                <xsl:attribute name="type">checkbox</xsl:attribute>
                <xsl:attribute name="name">validate</xsl:attribute>
                <xsl:attribute name="value">reg</xsl:attribute>
                <xsl:if test="contains(env/@validate, 'reg')">
                <xsl:attribute name="checked">true</xsl:attribute>
                </xsl:if>
            </xsl:element>
            ${lang.register}
            <xsl:element name="input">
                <xsl:attribute name="type">checkbox</xsl:attribute>
                <xsl:attribute name="name">validate</xsl:attribute>
                <xsl:attribute name="value">login</xsl:attribute>
                <xsl:if test="contains(env/@validate, 'login')">
                <xsl:attribute name="checked">true</xsl:attribute>
                </xsl:if>
            </xsl:element>
            ${lang.login}
            <xsl:element name="input">
                <xsl:attribute name="type">checkbox</xsl:attribute>
                <xsl:attribute name="name">validate</xsl:attribute>
                <xsl:attribute name="value">sms</xsl:attribute>
                <xsl:if test="contains(env/@validate, 'sms')">
                <xsl:attribute name="checked">true</xsl:attribute>
                </xsl:if>
            </xsl:element>
            ${lang.sms}
            <xsl:element name="input">
                <xsl:attribute name="type">checkbox</xsl:attribute>
                <xsl:attribute name="name">validate</xsl:attribute>
                <xsl:attribute name="value">post</xsl:attribute>
                <xsl:if test="contains(env/@validate, 'post')">
                <xsl:attribute name="checked">true</xsl:attribute>
                </xsl:if>
            </xsl:element>
            ${lang.post}
            <xsl:element name="input">
                <xsl:attribute name="type">checkbox</xsl:attribute>
                <xsl:attribute name="name">validate</xsl:attribute>
                <xsl:attribute name="value">modify</xsl:attribute>
                <xsl:if test="contains(env/@validate, 'modify')">
                <xsl:attribute name="checked">true</xsl:attribute>
                </xsl:if>
            </xsl:element>
            ${lang.modify}
            <xsl:element name="input">
                <xsl:attribute name="type">checkbox</xsl:attribute>
                <xsl:attribute name="name">validate</xsl:attribute>
                <xsl:attribute name="value">retake</xsl:attribute>
                <xsl:if test="contains(env/@validate, 'retake')">
                <xsl:attribute name="checked">true</xsl:attribute>
                </xsl:if>
            </xsl:element>
            ${lang.retake}
        </td>
    </tr>
    <tr>
        <td width="40%"><h3>${lang.ubb}</h3>${lang.hint_ubb}</td>
        <td>
            <xsl:element name="input">
                <xsl:attribute name="type">checkbox</xsl:attribute>
                <xsl:attribute name="name">ubb</xsl:attribute>
                <xsl:attribute name="value">topic</xsl:attribute>
                <xsl:if test="contains(env/@ubb, 'topic')">
                <xsl:attribute name="checked">true</xsl:attribute>
                </xsl:if>
            </xsl:element>
            ${lang.topic}
            <xsl:element name="input">
                <xsl:attribute name="type">checkbox</xsl:attribute>
                <xsl:attribute name="name">ubb</xsl:attribute>
                <xsl:attribute name="value">sms</xsl:attribute>
                <xsl:if test="contains(env/@ubb, 'sms')">
                <xsl:attribute name="checked">true</xsl:attribute>
                </xsl:if>
            </xsl:element>
            ${lang.sms}
        </td>
    </tr>
    <tr>
        <td width="40%"><h3>${lang.html}</h3>${lang.hint_html}</td>
        <td>
            <xsl:element name="input">
                <xsl:attribute name="type">checkbox</xsl:attribute>
                <xsl:attribute name="name">html</xsl:attribute>
                <xsl:attribute name="value">topic</xsl:attribute>
                <xsl:if test="contains(env/@html, 'topic')">
                <xsl:attribute name="checked">true</xsl:attribute>
                </xsl:if>
            </xsl:element>
            ${lang.topic}
            <xsl:element name="input">
                <xsl:attribute name="type">checkbox</xsl:attribute>
                <xsl:attribute name="name">html</xsl:attribute>
                <xsl:attribute name="value">sms</xsl:attribute>
                <xsl:if test="contains(env/@html, 'sms')">
                <xsl:attribute name="checked">true</xsl:attribute>
                </xsl:if>
            </xsl:element>
            ${lang.sms}
        </td>
    </tr>
    <tr>
        <td width="40%"><h3>${lang.auto_update}</h3>${lang.hint_auto_update}</td>
        <td>
            <xsl:element name="input">
                <xsl:attribute name="type">radio</xsl:attribute>
                <xsl:attribute name="name">auto_update</xsl:attribute>
                <xsl:attribute name="value">1</xsl:attribute>
                <xsl:if test="env/@auto_update = 1">
                <xsl:attribute name="checked">true</xsl:attribute>
                </xsl:if>
            </xsl:element>
            ${lang.yes}
            <xsl:element name="input">
                <xsl:attribute name="type">radio</xsl:attribute>
                <xsl:attribute name="name">auto_update</xsl:attribute>
                <xsl:attribute name="value">0</xsl:attribute>
                <xsl:if test="env/@auto_update = 0">
                <xsl:attribute name="checked">true</xsl:attribute>
                </xsl:if>
            </xsl:element>
            ${lang.no}
        </td>
    </tr>
    <tr>
        <td width="40%"><h3>${lang.topic_title_size}</h3>${lang.hint_topic_title_size}</td>
        <td>
            <moex:input type="text" name="topic_title_min_size" value="${env.topic_title_min_size}" size="5" />
            <![CDATA[ - ]]>
            <moex:input type="text" name="topic_title_max_size" value="${env.topic_title_max_size}" size="5" />
            ${lang.character}
        </td>
    </tr>
    <tr>
        <td width="40%"><h3>${lang.topic_content_size}</h3>${lang.hint_topic_content_size}</td>
        <td>
            <moex:input type="text" name="topic_content_min_size" value="${env.topic_content_min_size}" size="5" />
            <![CDATA[ - ]]>
            <moex:input type="text" name="topic_content_max_size" value="${env.topic_content_max_size}" size="5" />
            ${lang.character}
        </td>
    </tr>
    <tr>
        <td width="40%"><h3>${lang.topic_interval}</h3>${lang.hint_topic_interval}</td>
        <td>
            <moex:input type="text" name="topic_interval" value="${env.topic_interval}" size="5" /> ${lang.second}
        </td>
    </tr>
    <tr>
        <td width="40%"><h3>${lang.handle_reason}</h3>${lang.hint_handle_reason}</td>
        <td><moex:input type="text" name="handle_reason" value="${env.handle_reason}" size="60" /></td>
    </tr>
    <tr>
        <td colspan="2" align="center">
            <moex:input type="submit" value="${lang.save}" class="btn" />
        </td>
    </tr>
</table>
</form>
${res.moex.twinbbs.template.web.admin.foot}

⌨️ 快捷键说明

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