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

📄 skin.jsp

📁 jive3.1.4破解版(非源码)
💻 JSP
📖 第 1 页 / 共 3 页
字号:
                        <b>&lt;img src="images/logo_<%= localeCode %>.gif" width="242" height="38" border="0"&gt;</b>                    <%                        }                    %>                </td>            </tr>            <tr><td>                <input type="radio" name="useDefaultHeaderImage" value="false"<%= (!useDefaultHeaderImage) ? " checked":"" %> id="rb02">                </td>                <td>                    <label for="rb02">Use custom header image:</label>                </td>            </tr>            <tr><td>&nbsp;</td>                <td>                    <input type="text" size="50" name="headerLogo" maxlength="150" value="<%= (headerLogo!=null)?headerLogo:"" %>"                     onfocus="this.form.useDefaultHeaderImage[1].checked=true;">                </td>            </tr>            </table>        </td>    </tr>    <tr bgcolor="#ffffff">        <td>Home URL:</td>        <td><input type="text" size="35" name="homeURL" maxlength="150" value="<%= (homeURL!=null)?homeURL:"" %>">            <font size="-2">            <br>            Note, if this is left blank, the "Home" part of the breadcrumbs will not appear.            This URL can be relative or absolute.            </font>        </td>    </tr>    </table>    </td></tr>    </table>    </ul><%  }    else if ("features".equals(mode)) { %>    <b>Features</b>    <p><b>Thread Mode:</b>        <a href="#" onclick="helpwin('skin','thread_mode');return false;"         title="Click for help"         ><img src="images/help-16x16.gif" width="16" height="16" border="0" hspace="8"></a>        <ul>        <table cellpadding="3" cellspacing="0" border="0">        <tr valign="top">             <td>                <input type="radio" name="threadMode" value="flat"<%= ("flat".equals(threadMode))?" checked":"" %> id="rb1">             </td>             <td>                 <label for="rb1">Flat - Messages appear in a list.</label>             </td>        </tr>        <tr valign="top">            <td>                <input type="radio" name="threadMode" value="threaded"<%= ("threaded".equals(threadMode))?" checked":"" %> id="rb2">            </td>            <td>                <label for="rb2">Threaded - Messages are indented.</label>            </td>        </tr>        <tr>            <td>                <input type="radio" name="threadMode" value="tree"<%= ("tree".equals(threadMode))?" checked":"" %> id="rb22">            </td>            <td>                <label for="rb22">Tree - One message per page with the thread tree below it.</label>            </td>        </tr>        </table>        </ul>    <p><b>Show "Last Post" Link:</b>        <a href="#" onclick="helpwin('skin','last_post');return false;"        title="Click for help"        ><img src="images/help-16x16.gif" width="16" height="16" border="0" hspace="8"></a>        <ul>        <table cellpadding="3" cellspacing="0" border="0">        <tr valign="top">             <td>                 <input type="radio" name="showLastPostLink" value="true"<%= (showLastPostLink) ? " checked":"" %> id="rb10">             </td>             <td>                  <label for="rb10">Enabled - The last posted message will appear as a link in the index and forum views.</label>             </td>        </tr>        <tr valign="top">            <td>                <input type="radio" name="showLastPostLink" value="false"<%= (!showLastPostLink) ? " checked":"" %> id="rb20">            </td>            <td>                <label for="rb20">Disabled - The last posted message will <b>not</b> appear as a link in the forum and thread views. This                might be better for smaller UIs.</label>            </td>        </tr>        </table>        </ul>    <p><b>New Account Creation Enabled:</b>        <a href="#" onclick="helpwin('skin','new_account');return false;"        title="Click for help"        ><img src="images/help-16x16.gif" width="16" height="16" border="0" hspace="8"></a>        <ul>        <table cellpadding="3" cellspacing="0" border="0">        <tr valign="top">             <td>                 <input type="radio" name="newAccountCreationEnabled" value="true"<%= (newAccountCreationEnabled) ? " checked":"" %> id="rb7">             </td>             <td>                  <label for="rb7">Enabled - Users can create new accounts through the default skin (recommended).</label>             </td>        </tr>        <tr valign="top">            <td>                <input type="radio" name="newAccountCreationEnabled" value="false"<%= (!newAccountCreationEnabled) ? " checked":"" %> id="rb8">            </td>            <td>                <label for="rb8">Disabled - Users can not create new accounts through the default skin. This might be useful when using custom user systems.</label>            </td>        </tr>        </table>        </ul>    <p><b>Change Password Enabled:</b>        <a href="#" onclick="helpwin('skin','change_password');return false;"        title="Click for help"        ><img src="images/help-16x16.gif" width="16" height="16" border="0" hspace="8"></a>        <ul>        <table cellpadding="3" cellspacing="0" border="0">        <tr valign="top">             <td>                 <input type="radio" name="changePasswordEnabled" value="true"<%= (changePasswordEnabled) ? " checked":"" %> id="rb7">             </td>             <td>                  <label for="rb7">Enabled - Users can change their password through the default skin (recommended).</label>             </td>        </tr>        <tr valign="top">            <td>                <input type="radio" name="changePasswordEnabled" value="false"<%= (!changePasswordEnabled) ? " checked":"" %> id="rb8">            </td>            <td>                <label for="rb8">Disabled - Users can not change their password through the default skin. This might be useful when using custom user systems.</label>            </td>        </tr>        </table>        </ul>    <p><b>Track IPs:</b>        <a href="#" onclick="helpwin('skin','track_ip');return false;"        title="Click for help"        ><img src="images/help-16x16.gif" width="16" height="16" border="0" hspace="8"></a>        <ul>        <table cellpadding="3" cellspacing="0" border="0">        <tr valign="top">             <td>                 <input type="radio" name="trackIP" value="true"<%= (trackIP) ? " checked":"" %> id="rb3">             </td>             <td>                  <label for="rb3">On - User's IP is saved when they post a message.</label>             </td>        </tr>        <tr valign="top">            <td>                <input type="radio" name="trackIP" value="false"<%= (!trackIP) ? " checked":"" %> id="rb4">            </td>            <td>                <label for="rb4">Off - User's IP is not saved.</label>            </td>        </tr>        </table>        </ul>    <p><b>Allow Users To Choose Locale:</b>        <a href="#" onclick="helpwin('skin','choose_locale');return false;"        title="Click for help"        ><img src="images/help-16x16.gif" width="16" height="16" border="0" hspace="8"></a>        <ul>        <table cellpadding="3" cellspacing="0" border="0">        <tr valign="top">             <td>                 <input type="radio" name="usersChooseLocale" value="true"<%= (usersChooseLocale) ? " checked":"" %> id="rb30">             </td>             <td>                  <label for="rb30">On - Users can change their locale via their settings page. This will                  override the default <a href="locale.jsp">Jive locale</a>.</label>             </td>        </tr>        <tr valign="top">            <td>                <input type="radio" name="usersChooseLocale" value="false"<%= (!usersChooseLocale) ? " checked":"" %> id="rb40">            </td>            <td>                <label for="rb40">Off - The user locale will be the default            <a href="locale.jsp">Jive locale</a>.</label>            </td>        </tr>        </table>        </ul>        <%--    <p><b>Allow Users To Choose their Thread Mode:</b>        <a href="#" onclick="helpwin('skin','choose_threading');return false;"        title="Click for help"        ><img src="images/help-16x16.gif" width="16" height="16" border="0" hspace="8"></a>        <ul>        <table cellpadding="3" cellspacing="0" border="0">        <tr valign="top">             <td>                 <input type="radio" name="usersChooseThreadMode" value="true"<%= ("true".equals(usersChooseThreadMode))?" checked":"" %> id="rb303">             </td>             <td>                  <label for="rb303">On - Users are allowed to specify what thread interface they'd like to use.</label>             </td>        </tr>        <tr valign="top">            <td>                <input type="radio" name="usersChooseThreadMode" value="false"<%= ("false".equals(usersChooseThreadMode))?" checked":"" %> id="rb404">            </td>            <td>                <label for="rb404">Off - Users are not allowed to pick a thread interface - the system        default is used (set above).</label>            </td>        </tr>        </table>        </ul>        --%>        <%  if (Version.getEdition() != Version.Edition.LITE) { %>            <p><b>Read Tracking:</b>                <a href="#" onclick="helpwin('skin','read_tracking');return false;"                title="Click for help"                ><img src="images/help-16x16.gif" width="16" height="16" border="0" hspace="8"></a>                <ul>                <table cellpadding="3" cellspacing="0" border="0">                <tr valign="top">                     <td>                         <input type="radio" name="readTracker.enabled" value="true"<%= (readTrackerEnabled) ? " checked":"" %> id="rb511">                     </td>                     <td>                          <label for="rb511">Enabled - Registered users can track unread messages.</label>                     </td>                </tr>                <tr valign="top">                    <td>                        <input type="radio" name="readTracker.enabled" value="false"<%= (!readTrackerEnabled) ? " checked":"" %> id="rb611">                    </td>                    <td>                        <label for="rb611">Disabled - New messages are determined by the time the user last visited the site.</label>                    </td>                </tr>                </table>                </ul>            <%  if (Version.getEdition() == Version.Edition.ENTERPRISE) { %>                <p><b>Mark Topics as Questions:</b>                    <a href="#" onclick="helpwin('skin','questions');return false;"                    title="Click for help"                    ><img src="images/help-16x16.gif" width="16" height="16" border="0" hspace="8"></a>                    <ul>                    <table cellpadding="3" cellspacing="0" border="0">                    <tr valign="top">                         <td>                             <input type="radio" name="questions.enabled" value="true"<%= (questionsEnabled) ? " checked":"" %> id="rb515">                         </td>                         <td>                              <label for="rb515">Enabled - Topic authors can mark new topics as questions which require resolution.</label>                         </td>                    </tr>                    <tr valign="top">                        <td>                            <input type="radio" name="questions.enabled" value="false"<%= (!questionsEnabled) ? " checked":"" %> id="rb615">                        </td>                        <td>                            <label for="rb615">Disabled - Topics are not designated in any special way.</label>                        </td>                    </tr>                    </table>                    </ul>            <%  } %>        <%  } %>    <p><b>Content Syndication (RSS feeds):</b>        <a href="#" onclick="helpwin('skin','rss_feeds');return false;"        title="Click for help"        ><img src="images/help-16x16.gif" width="16" height="16" border="0" hspace="8"></a>        <ul>        <table cellpadding="3" cellspacing="0" border="0">        <tr valign="top">             <td>                 <input type="radio" name="rssFeeds.enabled" value="true"<%= (rssFeedsEnabled) ? " checked":"" %> id="rb5111">             </td>             <td>                  <label for="rb5111">Enabled - Forum and topic listings can be retrieved via RSS feeds.</label>             </td>        </tr>        <tr valign="top">            <td>                <input type="radio" name="rssFeeds.enabled" value="false"<%= (!rssFeedsEnabled) ? " checked":"" %> id="rb6111">            </td>            <td>                <label for="rb6111">Disabled - No content is exposed via RSS feeds.</label>            </td>        </tr>        </table>        </ul><%  } %><center><%  if (mode != null) { %><input type="submit" name="save" value="Save Settings" onclick="this.form.formAction.value='save';"><input type="submit" name="cancel" value="Cancel" onclick="this.form.formAction.value='cancel';"><%  } %><input type="submit" value="Restore All Defaults" onclick="if (confirm('Warning, this restores ALL properties. Are you sure you want to proceed?')){this.form.formAction.value='defaults';}"></center></form><%@ include file="footer.jsp" %>

⌨️ 快捷键说明

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