_overview.html.erb
上传用户:netsea168
上传日期:2022-07-22
资源大小:4652k
文件大小:1k
- <div class='ui-widget ui-widget ui-helper-reset' >
- <div class='ui-state-highlight ui-corner-all' style='padding: 0pt 0.7em;'>
- <p>
- <span class='ui-icon ui-icon-info' style='float: left; margin-right: 0.3em;'></span>
- <%= _("This place gives you a quick overview of what happens on your Typo blog and what you can do. Maybe will you want to %s, %s or %s." ,
- link_to(_('write a post'), :controller => 'content', :action => 'new'),
- link_to(_('write a page'), :controller => 'page', :action => 'new') ,
- link_to(_("update your profile or change your password"), :controller => 'users', :action => 'edit', :id => session[:user_id]) ) -%>.</p>
- <p> <%= _("You can also do a bit of design, %s or %s." ,
- link_to(_("change your blog presentation"), :controller => 'themes') ,
- link_to(_("enable plugins"), :controller => 'sidebar') ) -%></p>
-
- <p>
- If you need help, <a href="http://typosphere.org">read our documentation</a>. You can also browse our
- <a href="http://typogarden.org">theme catalogue</a>
- or <a href='http://plugins.typosphere.org'>download some plugins</a> to customize your Typo blog.
- </p>
- </div>
- </div>