Changes for page X1000 - Contact Registration Form
Last modified by SuperUwe Trueggelmann on 2025-04-18
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -162,11 +162,11 @@ 162 162 xcontext.put("strEmailBody",strEmailBody) 163 163 // services.writeLog.writeLogEntry(xcontext.getUser(), request.remoteAddr, doc.space, "INSERT AS NEW", intCurUID) 164 164 xcontext.put("strCompanyName",strCompanyName) 165 - xcontext.put("strCompany Name",strCompanyAddress)166 - xcontext.put("strCompany Name",strCompanyCity)167 - xcontext.put("strCompany Name",strCompanyPostcode)168 - xcontext.put("strCompany Name",strCompanyProvince)169 - xcontext.put("strCompany Name",strCompanyCountry)165 + xcontext.put("strCompanyAddress",strCompanyAddress) 166 + xcontext.put("strCompanyCity",strCompanyCity) 167 + xcontext.put("strCompanyPostcode",strCompanyPostcode) 168 + xcontext.put("strCompanyProvince",strCompanyProvince) 169 + xcontext.put("strCompanyCountry",strCompanyCountry) 170 170 xcontext.put("strTitle",strTitle) 171 171 xcontext.put("strFirstname",strFirstname) 172 172 xcontext.put("strLastname",strLastname) ... ... @@ -181,11 +181,11 @@ 181 181 } 182 182 if (strEditCommand == "Proceed"){ 183 183 xcontext.put("strCompanyName",strCompanyName) 184 - xcontext.put("strCompany Name",strCompanyAddress)185 - xcontext.put("strCompany Name",strCompanyCity)186 - xcontext.put("strCompany Name",strCompanyPostcode)187 - xcontext.put("strCompany Name",strCompanyProvince)188 - xcontext.put("strCompany Name",strCompanyCountry)184 + xcontext.put("strCompanyAddress",strCompanyAddress) 185 + xcontext.put("strCompanyCity",strCompanyCity) 186 + xcontext.put("strCompanyPostcode",strCompanyPostcode) 187 + xcontext.put("strCompanyProvince",strCompanyProvince) 188 + xcontext.put("strCompanyCountry",strCompanyCountry) 189 189 xcontext.put("strTitle",strTitle) 190 190 xcontext.put("strFirstname",strFirstname) 191 191 xcontext.put("strLastname",strLastname) ... ... @@ -200,11 +200,11 @@ 200 200 } 201 201 if (strEditCommand == "Correct"){ 202 202 xcontext.put("strCompanyName",strCompanyName) 203 - xcontext.put("strCompany Name",strCompanyAddress)204 - xcontext.put("strCompany Name",strCompanyCity)205 - xcontext.put("strCompany Name",strCompanyPostcode)206 - xcontext.put("strCompany Name",strCompanyProvince)207 - xcontext.put("strCompany Name",strCompanyCountry)203 + xcontext.put("strCompanyAddress",strCompanyAddress) 204 + xcontext.put("strCompanyCity",strCompanyCity) 205 + xcontext.put("strCompanyPostcode",strCompanyPostcode) 206 + xcontext.put("strCompanyProvince",strCompanyProvince) 207 + xcontext.put("strCompanyCountry",strCompanyCountry) 208 208 xcontext.put("strTitle",strTitle) 209 209 xcontext.put("strFirstname",strFirstname) 210 210 xcontext.put("strLastname",strLastname) ... ... @@ -373,6 +373,33 @@ 373 373 #if( $xcontext.strFormStatus == "DataCorrection" ) 374 374 {{html wiki=false clean=false}} 375 375 <form action="" class="xformInline" method="post" name="User Registration Form"> 376 +<head> 377 +<style> 378 +#cecTable { 379 + font-family: Arial, Helvetica, sans-serif; 380 + border-collapse: collapse; 381 + border-color: #007d84 382 + width: 100%; 383 +} 384 + 385 +#cecTable td, #cecTable th { 386 + border: 1px solid #007d84; 387 + padding: 8px; 388 +} 389 + 390 +#cecTable tr:nth-child(even){background-color: #d0d3d4;} 391 + 392 +#cecTable tr:hover {background-color: #ddd;} 393 + 394 +#cecTable th { 395 + padding-top: 12px; 396 + padding-bottom: 12px; 397 + text-align: left; 398 + background-color: #007d84; 399 + color: white; 400 +} 401 +</style> 402 +</head> 376 376 <table id="cecTable"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left"> 377 377 <col style="width:30%"> 378 378 <col style="width:70%"> ... ... @@ -487,6 +487,33 @@ 487 487 You have entered the following information to register to the CEC Scheme: 488 488 {{html wiki=false clean=false}} 489 489 <form action="" class="xformInline" method="post" name="User Registration Form"> 517 +<head> 518 +<style> 519 +#cecTable { 520 + font-family: Arial, Helvetica, sans-serif; 521 + border-collapse: collapse; 522 + border-color: #007d84 523 + width: 100%; 524 +} 525 + 526 +#cecTable td, #cecTable th { 527 + border: 1px solid #007d84; 528 + padding: 8px; 529 +} 530 + 531 +#cecTable tr:nth-child(even){background-color: #d0d3d4;} 532 + 533 +#cecTable tr:hover {background-color: #ddd;} 534 + 535 +#cecTable th { 536 + padding-top: 12px; 537 + padding-bottom: 12px; 538 + text-align: left; 539 + background-color: #007d84; 540 + color: white; 541 +} 542 +</style> 543 +</head> 490 490 <table id="cecTable"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left"> 491 491 <col style="width:30%"> 492 492 <col style="width:70%"> ... ... @@ -504,7 +504,7 @@ 504 504 <td align="left" class="style1">Registered Business Address - House Number, Street:</td> 505 505 <td class="style1"> 506 506 <input type="hidden" id="companyaddress" name="companyaddress" readonly value="${xcontext.strCompanyAddress}" size="100"> 507 - "${xcontext.strCompanyAddress}561 + ${xcontext.strCompanyAddress} 508 508 </td> 509 509 </tr> 510 510 <tr> ... ... @@ -511,7 +511,7 @@ 511 511 <td align="left" class="style1">Registered Business Address - City:</td> 512 512 <td class="style1"> 513 513 <input type="hidden" id="companycity" name="companycity" readonly value="${xcontext.strCompanyCity}" size="100"> 514 - "${xcontext.strCompanyCity}568 + ${xcontext.strCompanyCity} 515 515 </td> 516 516 </tr> 517 517 <tr> ... ... @@ -518,7 +518,7 @@ 518 518 <td align="left" class="style1">Registered Business Address - Postal Code:</td> 519 519 <td class="style1"> 520 520 <input type="hidden" id="companypostcode" name="companypostcode" readonly value="${xcontext.strCompanyPostcode}" size="100"> 521 - "${xcontext.strCompanyPostcode}575 + ${xcontext.strCompanyPostcode} 522 522 </td> 523 523 </tr> 524 524 <tr> ... ... @@ -525,7 +525,7 @@ 525 525 <td align="left" class="style1">Registered Business Address - Province or State:</td> 526 526 <td class="style1"> 527 527 <input type="hidden" id="companyprovince" name="companyprovince" readonly value="${xcontext.strCompanyProvince}" size="100"> 528 - "${xcontext.strCompanyProvince}582 + ${xcontext.strCompanyProvince} 529 529 </td> 530 530 </tr> 531 531 <tr> ... ... @@ -532,7 +532,7 @@ 532 532 <td align="left" class="style1">Registered Business Address - Country:</td> 533 533 <td class="style1"> 534 534 <input type="hidden" id="companycountry" name="companycountry" readonly value="${xcontext.strCompanyCountry}" size="50"> 535 - "${xcontext.strCompanyCountry}589 + ${xcontext.strCompanyCountry} 536 536 </td> 537 537 </tr> 538 538 <th colspan = "2">