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

Diff of /trunk/tntnet/dynamic/adm_installation_edit.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 171 by torben, Thu Dec 6 10:18:40 2007 UTC
# Line 15  dburl; Line 15  dburl;
15    
16  <%session scope="global">  <%session scope="global">
17  std::string userName;  std::string userName;
 bool isAdmin;  
18  </%session>  </%session>
19    
20  <%args>  <%args>
# Line 46  else Line 45  else
45    
46  reply.out() << "<a href='adm_installation_list?customerid=" << customerid<< "&name=" << name << "'>";  reply.out() << "<a href='adm_installation_list?customerid=" << customerid<< "&name=" << name << "'>";
47  reply.sout() << "<< back to installation list";  reply.sout() << "<< back to installation list";
48  reply.out() << "</a><br>";  reply.out() << "</a><br><br>";
49    
50  tntdb::Connection conn = tntdb::connect(dburl);  tntdb::Connection conn = tntdb::connect(dburl);
51    
# Line 145  if (showForm) Line 144  if (showForm)
144  </tr>  </tr>
145  <tr>  <tr>
146    <td>IMEI nr</td>    <td>IMEI nr</td>
147    <td><input type="text" name="imei" size="40" value="<$imei$>"></td>    <td><input type="text" name="imei" size="40" maxlength="16" value="<$imei$>"></td>
148  </tr>  </tr>
149  <tr>  <tr>
150    <td>Update rate</td>    <td>Update rate</td>

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

  ViewVC Help
Powered by ViewVC 1.1.20