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

Ajax

开发平台:

Others

  1. <div class='dashboard-left ui-accordion ui-widget ui-helper-reset ui-accordion-icons'>
  2.   <h3 class='ui-accordion-header ui-helper-reset ui-state-active ui-corner-top'>
  3.     <span class='ui-icon ui-icon-person'> </span>
  4.     <%= _("Welcome back, %s!" ,current_user.name ) -%>
  5.   </h3>
  6.   <div class='ui-accordion-content ui-helper-reset ui-widget-content ui-corner-bottom ui-accordion-content-active'>
  7.     <p><%= _("%d articles and %d comments were posted since your last connexion", @newposts, @newcomments) %></p>
  8.     <p><%= _("You're running Typo %s", TYPO_VERSION) %></p>
  9.     <ul> 
  10.       <li> <%= _("Total posts : %d", @statposts) %></li>
  11.       <li> <%= _("Your posts : %d" , @statuserposts) %></li>
  12.       <li> <%= _("Total comments : %d" , @statcomments) %></li>
  13.       <li> <%= _("Spam comments : %d" , @statspam) %></li>
  14.     </ul>
  15.     
  16.   </div>
  17. </div>