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
-
... ... @@ -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%">