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

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

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

revision 100 by torben, Thu Nov 29 08:04:13 2007 UTC revision 101 by torben, Thu Nov 29 13:59:21 2007 UTC
# Line 45  if (res.size() > 0) Line 45  if (res.size() > 0)
45                  std::string name = res[i].getString(1);                  std::string name = res[i].getString(1);
46                  out << "<li>";                  out << "<li>";
47                  out << "<a href='adm_customer_edit?id=" << id << "'>" << name << "</a>";                  out << "<a href='adm_customer_edit?id=" << id << "'>" << name << "</a>";
48                  out << " - <a href='adm_installation_list?id=" << id << "&name=" << name << "'>manage installations</a>";                  out << " - <a href='adm_installation_list?customerid=" << id << "&name=" << name << "'>manage installations</a>";
49                  out << "</li>";                  out << "</li>";
50          }          }
51          out << "</ul>";          out << "</ul>";

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

  ViewVC Help
Powered by ViewVC 1.1.20