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

Ajax

开发平台:

Others

  1. <div class='ui-widget ui-widget ui-helper-reset' >
  2.   <div class='ui-state-highlight ui-corner-all' style='padding: 0pt 0.7em;'>
  3.     <p>
  4.       <span class='ui-icon ui-icon-info' style='float: left; margin-right: 0.3em;'></span>
  5.        <%= _("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." , 
  6.               link_to(_('write a post'), :controller => 'content', :action => 'new'), 
  7.               link_to(_('write a page'), :controller => 'page', :action => 'new') , 
  8.               link_to(_("update your profile or change your password"), :controller => 'users', :action => 'edit', :id => session[:user_id]) ) -%>.</p>
  9.     <p> <%= _("You can also do a bit of design, %s or %s." ,
  10.               link_to(_("change your blog presentation"), :controller => 'themes') , 
  11.               link_to(_("enable plugins"), :controller => 'sidebar') ) -%></p>
  12.               
  13.     <p>
  14.       If you need help, <a href="http://typosphere.org">read our documentation</a>. You can also browse our 
  15.       <a href="http://typogarden.org">theme catalogue</a> 
  16.       or <a href='http://plugins.typosphere.org'>download some plugins</a> to customize your Typo blog.
  17.     </p>
  18.   </div>
  19. </div>