<
From version < 1.34 >
edited by SuperUwe Trueggelmann
on 2022-10-13
To version < 1.39 >
edited by SuperUwe Trueggelmann
on 2022-10-13
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -181,11 +181,11 @@
181 181   }
182 182   if (strEditCommand == "Proceed"){
183 183   xcontext.put("strCompanyName",strCompanyName)
184 - xcontext.put("strCompanyName",strCompanyAddress)
185 - xcontext.put("strCompanyName",strCompanyCity)
186 - xcontext.put("strCompanyName",strCompanyPostcode)
187 - xcontext.put("strCompanyName",strCompanyProvince)
188 - xcontext.put("strCompanyName",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("strCompanyName",strCompanyAddress)
204 - xcontext.put("strCompanyName",strCompanyCity)
205 - xcontext.put("strCompanyName",strCompanyPostcode)
206 - xcontext.put("strCompanyName",strCompanyProvince)
207 - xcontext.put("strCompanyName",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%">
... ... @@ -389,7 +389,7 @@
389 389   <tr>
390 390   <td align="left" class="style1">Registered Business Address - House Number, Street:</td>
391 391   <td class="style1">
392 - <input type="text" id="companyaddress" name="companyaddress" placeholder="Enter the House Number, Street, Floor, etc part of your company's registered business address" size="100">
419 + <input type="text" id="companyaddress" name="companyaddress" placeholder="Enter the House Number, Street, Floor, etc part of your company's registered business address" value="${xcontext.strCompanyAddress}" size="100">
393 393   </select>
394 394   </td>
395 395   </tr>
... ... @@ -396,7 +396,7 @@
396 396   <tr>
397 397   <td align="left" class="style1">Registered Business Address - City:</td>
398 398   <td class="style1">
399 - <input type="text" id="companycity" name="companycity" placeholder="Enter the City part of your company's registered business address" size="100">
426 + <input type="text" id="companycity" name="companycity" placeholder="Enter the City part of your company's registered business address" value="${xcontext.strCompanyCity}" size="100">
400 400   </select>
401 401   </td>
402 402   </tr>
... ... @@ -403,7 +403,7 @@
403 403   <tr>
404 404   <td align="left" class="style1">Registered Business Address - Postal Code:</td>
405 405   <td class="style1">
406 - <input type="text" id="companypostcode" name="companypostcode" placeholder="Enter the Postal Code part of your company's registered business address" size="100">
433 + <input type="text" id="companypostcode" name="companypostcode" placeholder="Enter the Postal Code part of your company's registered business address" value="${xcontext.strCompanyPostcode}" size="100">
407 407   </select>
408 408   </td>
409 409   </tr>
... ... @@ -410,7 +410,7 @@
410 410   <tr>
411 411   <td align="left" class="style1">Registered Business Address - Province or State:</td>
412 412   <td class="style1">
413 - <input type="text" id="companyprovince" name="companyprovince" placeholder="Enter the Province or State part of your company's registered business address, leave empty if n/a" size="100">
440 + <input type="text" id="companyprovince" name="companyprovince" placeholder="Enter the Province or State part of your company's registered business address, leave empty if n/a" value="${xcontext.strCompanyProvince}" size="100">
414 414   </select>
415 415   </td>
416 416   </tr>
... ... @@ -417,7 +417,7 @@
417 417   <tr>
418 418   <td align="left" class="style1">Registered Business Address - Country:</td>
419 419   <td class="style1">
420 - <input type="text" id="companycountry" name="companycountry" placeholder="Enter the Country part of your company's registered business address" size="50">
447 + <input type="text" id="companycountry" name="companycountry" placeholder="Enter the Country part of your company's registered business address" value="${xcontext.strCompanyCountry}" size="50">
421 421   </select>
422 422   </td>
423 423   </tr>
... ... @@ -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">
© 2022 TruCert Assessment Services Inc.
V01-00