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

Summary

Details

Page properties
Content
... ... @@ -208,10 +208,10 @@
208 208  }
209 209  </style>
210 210  </head>
211 - <form action="" class="xformInline" method="post" name="Contact Edit Form">
212 - <table id="cecTable"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left">
211 + <form action="" class="xformInline" method="post" name="User Registration Form">
212 + <table id="table1"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left">
213 213   <col style="width:30%">
214 - <col style="width:70%">
214 + <col style="width:70%">
215 215   <th colspan = "2">
216 216   <b>Company Information</b>
217 217   </th>
... ... @@ -327,12 +327,9 @@
327 327   #if( $xcontext.strFormStatus == "DataCorrection" )
328 328   {{html wiki=false clean=false}}
329 329   <form action="" class="xformInline" method="post" name="User Registration Form">
330 - <table id="cecTable"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left">
330 + <table id="table1"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left">
331 331   <col style="width:30%">
332 332   <col style="width:70%">
333 - <th colspan = "2">
334 - <b>Company Information</b>
335 - </th>
336 336   <tr>
337 337   <td align="left" class="style1">Company name:</td>
338 338   <td class="style1">
... ... @@ -341,44 +341,6 @@
341 341   </td>
342 342   </tr>
343 343   <tr>
344 - <td align="left" class="style1">Registered Business Address - House Number, Street:</td>
345 - <td class="style1">
346 - <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">
347 - </select>
348 - </td>
349 - </tr>
350 - <tr>
351 - <td align="left" class="style1">Registered Business Address - City:</td>
352 - <td class="style1">
353 - <input type="text" id="companycity" name="companycity" placeholder="Enter the City part of your company's registered business address" size="100">
354 - </select>
355 - </td>
356 - </tr>
357 - <tr>
358 - <td align="left" class="style1">Registered Business Address - Postal Code:</td>
359 - <td class="style1">
360 - <input type="text" id="companypostcode" name="companypostcode" placeholder="Enter the Postal Code part of your company's registered business address" size="100">
361 - </select>
362 - </td>
363 - </tr>
364 - <tr>
365 - <td align="left" class="style1">Registered Business Address - Province or State:</td>
366 - <td class="style1">
367 - <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">
368 - </select>
369 - </td>
370 - </tr>
371 - <tr>
372 - <td align="left" class="style1">Registered Business Address - Country:</td>
373 - <td class="style1">
374 - <input type="text" id="companycountry" name="companycountry" placeholder="Enter the Country part of your company's registered business address" size="50">
375 - </select>
376 - </td>
377 - </tr>
378 - <th colspan = "2">
379 - <b>Your Contact Information</b>
380 - </th>
381 - <tr>
382 382   <td align="left" class="style1">Title:</td>
383 383   <td class="style1">
384 384   <input type="text" id="title" name="title" placeholder="Enter your title" value="${xcontext.strTitle}" size="20">
... ... @@ -532,13 +532,6 @@
532 532  <p>After you click the below <b>Register</b> button, you should receive an automatically generated e-mail to the primary e-mail address you provide in the form above, containing a verification link. You must verify your e-mail address by clicking this verification link contained in the e-mail within 24 hours, otherwise your data may be deleted and you will have to restart the registration process.</p>
533 533  
534 534  <input type="hidden" id="companyname" name="companyname" readonly value="${xcontext.strCompanyName}" size="50">
535 -
536 -<input type="hidden" id="companycity" name="companycity" readonly value="${xcontext.strCompanyAddress}" size="100">
537 -<input type="hidden" id="companyaddress" name="companyaddress" readonly value="${xcontext.strCompanyCity}" size="100">
538 -<input type="hidden" id="companypostcode" name="companypostcode" readonly value="${xcontext.strCompanyPostcode}" size="100">
539 -<input type="hidden" id="companyprovince" name="companyprovince" readonly value="${xcontext.strCompanyProvince}" size="100">
540 -<input type="hidden" id="companycountry" name="companycountry" readonly value="${xcontext.strCompanyCountry}" size="50">
541 -
542 542  <input type="hidden" id="title" name="title" readonly value="${xcontext.strTitle}" size="10">
543 543  <input type="hidden" id="firstname" name="firstname" readonly value="${xcontext.strFirstname}" size="50">
544 544  <input type="hidden" id="lastname" name="lastname" readonly value="${xcontext.strLastname}" size="50">
© 2022 TruCert Assessment Services Inc.
V01-00