index.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
- <%= content_tag :h3, link_to(image_tag("/images/admin/typologo.gif", :alt=>"Typo website"), "http://typosphere.org") %>
- <div id="flash"><%= error_messages_for 'setup' %></div>
- <% form_tag :action=> 'index' do %>
- <h1><%= _("Welcome")%></h1>
- <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>
- <h3><label for="user_login"><%= _("Blog name") %>:</label></h3>
- <p class='input_text_title'>
- <%= text_field(:setting, :blog_name, {:class => 'title large'})%>
- </p>
- <h3><label for="user_email"><%= _("Your email")%>:</label></h3>
- <p class='input_text_title'>
- <%= text_field(:setting, :email, {:class => 'title large'})%>
- </p>
- <p><input type="submit" id="submit" class='save large' value="<%= _('Save')%>" /></p>
- <% end %>