/[H9]/trunk/tntnet/dynamic/adm_user_list.ecpp
ViewVC logotype

Diff of /trunk/tntnet/dynamic/adm_user_list.ecpp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 101 by torben, Thu Nov 29 13:59:21 2007 UTC revision 172 by torben, Thu Dec 6 10:19:19 2007 UTC
# Line 31  if (!isAdmin) Line 31  if (!isAdmin)
31  </&header>  </&header>
32  <h2>User administration</h2>  <h2>User administration</h2>
33    
34  <a href="adm_user_edit?id=-1">Create new user</a><br>  <a href="adm_user_edit?id=-1">Create new user</a><br><br>
35    
36    
37  <{  <{
# Line 45  std::ostream& out = reply.out(); Line 45  std::ostream& out = reply.out();
45  if (res.size() > 0)  if (res.size() > 0)
46  {  {
47          out << "<ul>";          out << "<ul>";
48          for (int i=0; i<res.size(); ++i)          for (unsigned i=0; i<res.size(); ++i)
49          {          {
50                  int id = res[i].getInt(0);                  int id = res[i].getInt(0);
51                  std::string realname = res[i].getString(1);                  std::string realname = res[i].getString(1);

Legend:
Removed from v.101  
changed lines
  Added in v.172

  ViewVC Help
Powered by ViewVC 1.1.20