用户名字 | 现参与项目 | 删除 | 授权为管理员 |
<%=user.name.encode('utf-8')%> | <% for p in user.joinProjects :%> <%=p.name.encode('utf-8')%> <% end %> | <% if user.manageProjects.count() >1 :%> 项目负责中 <% end %> <% else :%> <%=user.id%>')">删除该用户 <% end %> | <%=user.id%>" <% if user.id == Session().userId: print "disabled" %> <% else: print "onclick='changeState(this)'" %> <% if (user.is_admin):%> checked <% end %> > |
共有记录 %s条,分为%s页,每页%s条记录 ,当前第%s页
" %
(pager.totleElementNumber,pager.totlePageNum,pager.pageSize,pager.currentPN)
%>
<% if pager.havePrev():%>
<% print "上一页"
% (pager.currentPN-1) %>
<%end%>
<% if pager.haveNext():%>
<% print "下一页"
% (pager.currentPN+1) %>
<%end%>