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

Ajax

开发平台:

Others

  1. <%= content_tag :h3, link_to(image_tag("/images/admin/typologo.gif", :alt=>"Typo website"), "http://typosphere.org") %>
  2. <div id="flash"><%= error_messages_for 'setup' %></div>
  3. <% form_tag :action=> 'index' do %>
  4.   <h1><%= _("Welcome")%></h1>
  5.   <p><%= _("Welcome to your %s blog setup. Just fill in your blog title and your email, and Typo will take care of everything else", link_to("Typo", 'http://typosphere.org'))%></p>
  6.   <h3><label for="user_login"><%= _("Blog name") %>:</label></h3>
  7.   <p class='input_text_title'>
  8.     <%= text_field(:setting, :blog_name, {:class => 'title large'})%>
  9.   </p>
  10.   <h3><label for="user_email"><%= _("Your email")%>:</label></h3>
  11.   <p class='input_text_title'>
  12.     <%= text_field(:setting, :email, {:class => 'title large'})%>
  13.   </p>
  14. <p><input type="submit" id="submit" class='save large' value="<%= _('Save')%>" /></p>
  15. <% end %>