configstepone.jsp

来自「免费的java企业级论坛可执行程序」· JSP 代码 · 共 1,198 行 · 第 1/4 页

JSP
1,198
字号
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_show_mobile <span class="requiredfield">*</span></td>
    <td>
    <% String enable_show_mobile = mvnforumConfig.getString("mvnforumconfig.enable_show_mobile", "");%>
    <input type="checkbox" name="enable_show_mobile" value="true" class="noborder"
    <% if ("true".equals(enable_show_mobile)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_show_career <span class="requiredfield">*</span></td>
    <td>
    <% String enable_show_career = mvnforumConfig.getString("mvnforumconfig.enable_show_career", "");%>
    <input type="checkbox" name="enable_show_career" value="true" class="noborder"
    <% if ("true".equals(enable_show_career)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_show_cool_link_1 <span class="requiredfield">*</span></td>
    <td>
    <% String enable_show_cool_link_1 = mvnforumConfig.getString("mvnforumconfig.enable_show_cool_link_1", "");%>
    <input type="checkbox" name="enable_show_cool_link_1" value="true" class="noborder"
    <% if ("true".equals(enable_show_cool_link_1)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_show_cool_link_2 <span class="requiredfield">*</span></td>
    <td>
    <% String enable_show_cool_link_2 = mvnforumConfig.getString("mvnforumconfig.enable_show_cool_link_2", "");%>
    <input type="checkbox" name="enable_show_cool_link_2" value="true" class="noborder"
    <% if ("true".equals(enable_show_cool_link_2)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_show_yahoo <span class="requiredfield">*</span></td>
    <td>
    <% String enable_show_yahoo = mvnforumConfig.getString("mvnforumconfig.enable_show_yahoo", "");%>
    <input type="checkbox" name="enable_show_yahoo" value="true" class="noborder"
    <% if ("true".equals(enable_show_yahoo)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_show_aol <span class="requiredfield">*</span></td>
    <td>
    <% String enable_show_aol = mvnforumConfig.getString("mvnforumconfig.enable_show_aol", "");%>
    <input type="checkbox" name="enable_show_aol" value="true" class="noborder"
    <% if ("true".equals(enable_show_aol)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_show_icq <span class="requiredfield">*</span></td>
    <td>
    <% String enable_show_icq = mvnforumConfig.getString("mvnforumconfig.enable_show_icq", "");%>
    <input type="checkbox" name="enable_show_icq" value="true" class="noborder"
    <% if ("true".equals(enable_show_icq)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_show_msn <span class="requiredfield">*</span></td>
    <td>
    <% String enable_show_msn = mvnforumConfig.getString("mvnforumconfig.enable_show_msn", "");%>
    <input type="checkbox" name="enable_show_msn" value="true" class="noborder"
    <% if ("true".equals(enable_show_msn)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_show_join_date <span class="requiredfield">*</span></td>
    <td>
    <% String enable_show_join_date = mvnforumConfig.getString("mvnforumconfig.enable_show_join_date", "");%>
    <input type="checkbox" name="enable_show_join_date" value="true" class="noborder"
    <% if ("true".equals(enable_show_join_date)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_show_post_count <span class="requiredfield">*</span></td>
    <td>
    <% String enable_show_post_count = mvnforumConfig.getString("mvnforumconfig.enable_show_post_count", "");%>
    <input type="checkbox" name="enable_show_post_count" value="true" class="noborder"
    <% if ("true".equals(enable_show_post_count)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_show_view_count <span class="requiredfield">*</span></td>
    <td>
    <% String enable_show_view_count = mvnforumConfig.getString("mvnforumconfig.enable_show_view_count", "");%>
    <input type="checkbox" name="enable_show_view_count" value="true" class="noborder"
    <% if ("true".equals(enable_show_view_count)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_show_email <span class="requiredfield">*</span></td>
    <td>    
    <% String enable_show_email = mvnforumConfig.getString("mvnforumconfig.enable_show_email", "");%>
    <input type="checkbox" name="enable_show_email" value="true" class="noborder"
    <% if ("true".equals(enable_show_email)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_show_online_status <span class="requiredfield">*</span></td>
    <td>
    <% String enable_show_online_status = mvnforumConfig.getString("mvnforumconfig.enable_show_online_status", "");%>
    <input type="checkbox" name="enable_show_online_status" value="true" class="noborder"
    <% if ("true".equals(enable_show_online_status)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_show_firstname <span class="requiredfield">*</span></td>
    <td>
    <% String enable_show_firstname = mvnforumConfig.getString("mvnforumconfig.enable_show_firstname", "");%>
    <input type="checkbox" name="enable_show_firstname" value="true" class="noborder"
    <% if ("true".equals(enable_show_firstname)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_show_lastname <span class="requiredfield">*</span></td>
    <td>
    <% String enable_show_lastname = mvnforumConfig.getString("mvnforumconfig.enable_show_lastname", "");%>
    <input type="checkbox" name="enable_show_lastname" value="true" class="noborder"
    <% if ("true".equals(enable_show_lastname)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_use_popup_menu_in_viewthread <span class="requiredfield">*</span></td>
    <td>
    <% String enable_use_popup_menu_in_viewthread = mvnforumConfig.getString("mvnforumconfig.enable_use_popup_menu_in_viewthread", "");%>
    <input type="checkbox" name="enable_use_popup_menu_in_viewthread" value="true" class="noborder"
    <% if ("true".equals(enable_use_popup_menu_in_viewthread)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_split_thread <span class="requiredfield">*</span></td>
    <td>
    <% String enable_split_thread = mvnforumConfig.getString("mvnforumconfig.enable_split_thread", "");%>
    <input type="checkbox" name="enable_split_thread" value="true" class="noborder"
    <% if ("true".equals(enable_split_thread)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>  
  <tr class="<mvn:cssrow/>">
    <td>enable_listunansweredthreads <span class="requiredfield">*</span></td>
    <td>
    <% String enable_listunansweredthreads = mvnforumConfig.getString("mvnforumconfig.enable_listunansweredthreads", "");%>
    <input type="checkbox" name="enable_listunansweredthreads" value="true" class="noborder"
    <% if ("true".equals(enable_listunansweredthreads)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_list_users_browsing_thread <span class="requiredfield">*</span></td>
    <td>
    <% String enable_list_users_browsing_thread = mvnforumConfig.getString("mvnforumconfig.enable_list_users_browsing_thread", "");%>
    <input type="checkbox" name="enable_list_users_browsing_thread" value="true" class="noborder"
    <% if ("true".equals(enable_list_users_browsing_thread)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_email_to_admin_content_with_censored_words <span class="requiredfield">*</span></td>
    <td>
    <% String enable_email_to_admin_content_with_censored_words = mvnforumConfig.getString("mvnforumconfig.enable_email_to_admin_content_with_censored_words", "");%>
    <input type="checkbox" name="enable_email_to_admin_content_with_censored_words" value="true" class="noborder"
    <% if ("true".equals(enable_email_to_admin_content_with_censored_words)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_guest_view_listusers <span class="requiredfield">*</span></td>
    <td>
    <% String enable_guest_view_listusers = mvnforumConfig.getString("mvnforumconfig.enable_guest_view_listusers", "");%>
    <input type="checkbox" name="enable_guest_view_listusers" value="true" class="noborder"
    <% if ("true".equals(enable_guest_view_listusers)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>only_normal_thread_type_in_active_threads <span class="requiredfield">*</span></td>
    <td>
    <% String only_normal_thread_type_in_active_threads = mvnforumConfig.getString("mvnforumconfig.only_normal_thread_type_in_active_threads", "");%>
    <input type="checkbox" name="only_normal_thread_type_in_active_threads" value="true" class="noborder"
    <% if ("true".equals(only_normal_thread_type_in_active_threads)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>send_watchmail_as_html <span class="requiredfield">*</span></td>
    <td>
    <% String send_watchmail_as_html = mvnforumConfig.getString("mvnforumconfig.send_watchmail_as_html", "");%>
    <input type="checkbox" name="send_watchmail_as_html" value="true" class="noborder"
    <% if ("true".equals(send_watchmail_as_html)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_easy_watching <span class="requiredfield">*</span></td>
    <td>
    <% String enable_easy_watching = mvnforumConfig.getString("mvnforumconfig.enable_easy_watching", "");%>
    <input type="checkbox" name="enable_easy_watching" value="true" class="noborder"
    <% if ("true".equals(enable_easy_watching)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_send_watch_mail_of_my_own_post <span class="requiredfield">*</span></td>
    <td>
    <% String enable_send_watch_mail_of_my_own_post = mvnforumConfig.getString("mvnforumconfig.enable_send_watch_mail_of_my_own_post", "");%>
    <input type="checkbox" name="enable_send_watch_mail_of_my_own_post" value="true" class="noborder"
    <% if ("true".equals(enable_send_watch_mail_of_my_own_post)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_private_message <span class="requiredfield">*</span></td>
    <td>
    <% String enable_private_message = mvnforumConfig.getString("mvnforumconfig.enable_private_message", "");%>
    <input type="checkbox" name="enable_private_message" value="true" class="noborder"
    <% if ("true".equals(enable_private_message)) { %>
        checked="checked"
    <% } %>
    />
    </td>
  </tr>
  <tr class="<mvn:cssrow/>">
    <td>enable_public_message <span class="requiredfield">*</span></td>
    <td>
    <% String enable_public_message = mvnforumConfig.getString("mvnforumconfig.enable_public_message", "");%>
    <input type="checkbox" name="enable_public_message" value="true" class="noborder"
    <% if ("true".equals(enable_public_message)) { %>
        checked="checked"
    <% } %>
    />
    </td>

⌨️ 快捷键说明

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