feedback.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:6k
源码类别:

Ajax

开发平台:

Others

  1. <% @page_heading = _('Feedback settings') %>
  2. <% subtabs_for(:settings) %>
  3. <% form_tag :action => 'update' do %>
  4. <div class='ui-accordion ui-widget ui-helper-reset ui-accordion-icons settings'>
  5.   <h3 class='ui-accordion-header ui-helper-reset ui-state-default ui-corner-top'><span class='ui-icon ui-icon-gear'></span> <%= _("Feedback")%></h3>
  6.   <div class='ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active'>
  7.     <div class='setting'>
  8.       <label class="float" for="setting_default_allow_comments"><%= _("Enable comments by default")%></label>
  9.       <div class='input_text'>
  10.         <%= check_box(:setting, :default_allow_comments)%>
  11.       </div>      
  12.     </div>
  13.     <div class='setting clear'>
  14.       <label class="float" for="setting_default_allow_pings"><%= _("Enable Trackbacks by default")%></label>
  15.       <div class='input_text'>
  16.         <%= check_box(:setting, :default_allow_pings)%>
  17.       </div>      
  18.     </div>
  19.     <div class='setting clear'>
  20.       <label class="float" for="setting_default_moderate_comments"><%= _("Enable feedback moderation")%></label>
  21.       <div class='input_text'>
  22.         <%= check_box(:setting, :default_moderate_comments)%> 
  23.         <span><%= _("You can enable site wide feeback moderation. If you do so, no comment or trackback will appear on your blog unless you validate it")%>.</span>
  24.       </div>      
  25.     </div>
  26.     <div class='setting clear'>
  27.       <label for="comment_text_filter" class="float"><%= _("Comments filter")%></label>
  28.       <div class='input_text'>
  29.         <select name="setting[comment_text_filter]" id="comment_text_filter">
  30.           <%= options_for_select text_filter_options, TextFilter.find_by_name(this_blog.comment_text_filter) %>
  31.         </select>      
  32.       </div>      
  33.     </div>
  34.     <div class='setting clear'>
  35.       <label class="float" for="setting_use_gravatar"><%= _("Enable gravatars")%></label>
  36.       <div class='input_text'>
  37.         <%= check_box(:setting, :use_gravatar)%><span><%= _("This setting allows you to disable trackbacks for every article in your blog.  It won't remove existing trackbacks, but it will prevent any further attempt to add a trackback anywhere on your blog.")%></span>
  38.       </div>      
  39.     </div>
  40.     <div class='setting clear'>
  41.       <label class="float" for="setting_link_to_author"><%= _("Show your email address") %></label>
  42.       <div class='input_text'>
  43.         <%= check_box(:setting, :link_to_author)%>
  44.       </div>      
  45.     </div>
  46.   </div>
  47. </div>
  48. <div class='ui-accordion ui-widget ui-helper-reset ui-accordion-icons settings'>
  49.   <h3 class='ui-accordion-header ui-helper-reset ui-state-default ui-corner-top'><span class='ui-icon ui-icon-gear'></span> <%= _("Notifications")%></h3>
  50.   <div class='ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active'>
  51.     <div class='setting'>
  52.       <p><%= _("Typo can notify you when new articles or comments are posted")%></p>
  53.       <label class="float" for="setting_email_from"><%= _("Source Email")%></label>
  54.       <div class='input_text'>
  55.         <%= text_field(:setting, :email_from, { :class => 'medium'}) %>
  56.         <span><%= _("Email address used by Typo to send notifications")%></span>
  57.       </div>      
  58.     </div>
  59.   </div>
  60. </div>
  61. <div class='ui-accordion ui-widget ui-helper-reset ui-accordion-icons settings'>
  62.   <h3 class='ui-accordion-header ui-helper-reset ui-state-default ui-corner-top'><span class='ui-icon ui-icon-gear'></span> <%= _("Spam")%></h3>
  63.   <div class='ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active'>
  64.     <div class='setting'>
  65.       <p><%= _("Enabling spam protection will make typo compare the IP address of posters as well as the contents of their posts against local and remote blacklists. Good defense against spam bots")%>.</p>
  66.       <label for="setting_sp_global" class="float"><%= _("Enable spam protection")%></label>
  67.       <div class='input_text'>
  68.         <%= check_box(:setting, :sp_global)%>
  69.       </div>          
  70.     </div>
  71.     <div class='setting clear'>
  72.       <label class="float" for="setting_sp_akismet_key"><%= _("Akismet Key")%></label>
  73.       <div class='input_text'>
  74.         <%= text_field(:setting, :sp_akismet_key, {:class => 'medium'}) %>
  75.         <span><%= _("Typo can (optionally) use the %s spam-filtering service.  You need to register with Akismet and receive an API key before you can use their service.  If you have an Akismet key, enter it here", '<a href="http://akismet.com">Akismet</a>')%>.</span>
  76.       </div>      
  77.     </div>
  78.     <div class='setting clear'>
  79.       <label class="float" for="setting_global_pings_disable"><%= _("Disable trackbacks site-wide")%></label>
  80.       <div class='input_text'>
  81.         <%= check_box(:setting, :global_pings_disable)%>
  82.       </div>      
  83.     </div>
  84.     <div class='setting clear'>
  85.       <label for="setting_sp_article_auto_close" class="float"><%= _("Disable comments after")%></label>
  86.       <div class='input_text'>
  87.         <%= text_field(:setting, :sp_article_auto_close, {:size => 4, :class => 'small'})%>
  88.         <%= _("days") %>.
  89.         <%= _("Set to 0 to never disable comments")%>
  90.       </div>      
  91.     </div>
  92.     <div class='setting clear'>
  93.       <label class="float" for="setting_sp_url_limit"><%= _("Max Links")%></label>
  94.       <div class='input_text'>
  95.         <%= text_field(:setting, :sp_url_limit, {:size => 4, :class => 'small'})%> 
  96.         <span><%= _("Typo will automatically reject comments and trackbacks which contain over a certain amount of links in them")%>.
  97.         <%= _("Set to 0 to never reject comments")%></span>
  98.       </div>      
  99.     </div>
  100.   </div>
  101. </div>
  102. <%= hidden_field_tag 'from', 'feedback' %>
  103. <%= render :partial => 'submit' %>
  104. <% end %>