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

Summary

Details

Page properties
Content
... ... @@ -181,10 +181,40 @@
181 181   ##$xcontext.strFormStatus
182 182   #if( $xcontext.strFormStatus == "DataEntry" )
183 183   {{html wiki=false clean=false}}
184 - <form action="" class="xformInline" method="post" name="User Registration Form">
185 - <table id="table1"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left">
184 +<head>
185 +<style>
186 +#cecTable {
187 + font-family: Arial, Helvetica, sans-serif;
188 + border-collapse: collapse;
189 + border-color: #007d84
190 + width: 100%;
191 +}
192 +
193 +#cecTable td, #cecTable th {
194 + border: 1px solid #007d84;
195 + padding: 8px;
196 +}
197 +
198 +#cecTable tr:nth-child(even){background-color: #d0d3d4;}
199 +
200 +#cecTable tr:hover {background-color: #ddd;}
201 +
202 +#cecTable th {
203 + padding-top: 12px;
204 + padding-bottom: 12px;
205 + text-align: left;
206 + background-color: #007d84;
207 + color: white;
208 +}
209 +</style>
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">
186 186   <col style="width:30%">
187 - <col style="width:70%">
214 + <col style="width:70%">
215 + <th colspan = "2">
216 + <b>Company Information</b>
217 + </th>
188 188   <tr>
189 189   <td align="left" class="style1">Company name:</td>
190 190   <td class="style1">
... ... @@ -227,6 +227,9 @@
227 227   </select>
228 228   </td>
229 229   </tr>
260 + <th colspan = "2">
261 + <b>Your Contact Information</b>
262 + </th>
230 230   <tr>
231 231   <td align="left" class="style1">Title:</td>
232 232   <td class="style1">
... ... @@ -294,9 +294,12 @@
294 294   #if( $xcontext.strFormStatus == "DataCorrection" )
295 295   {{html wiki=false clean=false}}
296 296   <form action="" class="xformInline" method="post" name="User Registration Form">
297 - <table id="table1"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left">
330 + <table id="cecTable"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left">
298 298   <col style="width:30%">
299 299   <col style="width:70%">
333 + <th colspan = "2">
334 + <b>Company Information</b>
335 + </th>
300 300   <tr>
301 301   <td align="left" class="style1">Company name:</td>
302 302   <td class="style1">
... ... @@ -305,6 +305,44 @@
305 305   </td>
306 306   </tr>
307 307   <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>
308 308   <td align="left" class="style1">Title:</td>
309 309   <td class="style1">
310 310   <input type="text" id="title" name="title" placeholder="Enter your title" value="${xcontext.strTitle}" size="20">
© 2022 TruCert Assessment Services Inc.
V01-00