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

Summary

Details

Page properties
Content
... ... @@ -131,11 +131,6 @@
131 131   xcontext.put("strEmailBody",strEmailBody)
132 132  // services.writeLog.writeLogEntry(xcontext.getUser(), request.remoteAddr, doc.space, "INSERT AS NEW", intCurUID)
133 133   xcontext.put("strCompanyName",strCompanyName)
134 - xcontext.put("strCompanyName",strCompanyAddress)
135 - xcontext.put("strCompanyName",strCompanyCity)
136 - xcontext.put("strCompanyName",strCompanyPostcode)
137 - xcontext.put("strCompanyName",strCompanyProvince)
138 - xcontext.put("strCompanyName",strCompanyCountry)
139 139   xcontext.put("strTitle",strTitle)
140 140   xcontext.put("strFirstname",strFirstname)
141 141   xcontext.put("strLastname",strLastname)
... ... @@ -186,40 +186,10 @@
186 186   ##$xcontext.strFormStatus
187 187   #if( $xcontext.strFormStatus == "DataEntry" )
188 188   {{html wiki=false clean=false}}
189 -<head>
190 -<style>
191 -#cecTable {
192 - font-family: Arial, Helvetica, sans-serif;
193 - border-collapse: collapse;
194 - border-color: #007d84
195 - width: 100%;
196 -}
197 -
198 -#cecTable td, #cecTable th {
199 - border: 1px solid #007d84;
200 - padding: 8px;
201 -}
202 -
203 -#cecTable tr:nth-child(even){background-color: #d0d3d4;}
204 -
205 -#cecTable tr:hover {background-color: #ddd;}
206 -
207 -#cecTable th {
208 - padding-top: 12px;
209 - padding-bottom: 12px;
210 - text-align: left;
211 - background-color: #007d84;
212 - color: white;
213 -}
214 -</style>
215 -</head>
216 - <form action="" class="xformInline" method="post" name="Contact Edit Form">
217 - <table id="cecTable"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left">
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">
218 218   <col style="width:30%">
219 - <col style="width:70%">
220 - <th colspan = "2">
221 - <b>Company Information</b>
222 - </th>
187 + <col style="width:70%">
223 223   <tr>
224 224   <td align="left" class="style1">Company name:</td>
225 225   <td class="style1">
... ... @@ -237,7 +237,7 @@
237 237   <tr>
238 238   <td align="left" class="style1">Registered Business Address - City:</td>
239 239   <td class="style1">
240 - <input type="text" id="companycity" name="companycity" placeholder="Enter the City part of your company's registered business address" size="100">
205 + <input type="text" id="companycity" name="companycity" placeholder="Enter the City part of your company's registered business address" size="50">
241 241   </select>
242 242   </td>
243 243   </tr>
... ... @@ -244,7 +244,7 @@
244 244   <tr>
245 245   <td align="left" class="style1">Registered Business Address - Postal Code:</td>
246 246   <td class="style1">
247 - <input type="text" id="companypostcode" name="companypostcode" placeholder="Enter the Postal Code part of your company's registered business address" size="100">
212 + <input type="text" id="companypostcode" name="companypostcode" placeholder="Enter the Postal Code part of your company's registered business address" size="10">
248 248   </select>
249 249   </td>
250 250   </tr>
... ... @@ -251,21 +251,11 @@
251 251   <tr>
252 252   <td align="left" class="style1">Registered Business Address - Province or State:</td>
253 253   <td class="style1">
254 - <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">
219 + <input type="text" id="companycity" name="companycity" placeholder="Enter the Province or State part of your company's registered business address, leave empty if not applicable" size="50">
255 255   </select>
256 256   </td>
257 257   </tr>
258 258   <tr>
259 - <td align="left" class="style1">Registered Business Address - Country:</td>
260 - <td class="style1">
261 - <input type="text" id="companycountry" name="companycountry" placeholder="Enter the Country part of your company's registered business address" size="50">
262 - </select>
263 - </td>
264 - </tr>
265 - <th colspan = "2">
266 - <b>Your Contact Information</b>
267 - </th>
268 - <tr>
269 269   <td align="left" class="style1">Title:</td>
270 270   <td class="style1">
271 271   <input type="text" id="title" name="title" placeholder="Enter your title (Ms, Mr, Dr, etc)" size="30">
... ... @@ -332,12 +332,9 @@
332 332   #if( $xcontext.strFormStatus == "DataCorrection" )
333 333   {{html wiki=false clean=false}}
334 334   <form action="" class="xformInline" method="post" name="User Registration Form">
335 - <table id="cecTable"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left">
290 + <table id="table1"; cellspacing="5px" cellpadding="5%" border="1" width="100%"; align="left">
336 336   <col style="width:30%">
337 337   <col style="width:70%">
338 - <th colspan = "2">
339 - <b>Company Information</b>
340 - </th>
341 341   <tr>
342 342   <td align="left" class="style1">Company name:</td>
343 343   <td class="style1">
... ... @@ -346,44 +346,6 @@
346 346   </td>
347 347   </tr>
348 348   <tr>
349 - <td align="left" class="style1">Registered Business Address - House Number, Street:</td>
350 - <td class="style1">
351 - <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">
352 - </select>
353 - </td>
354 - </tr>
355 - <tr>
356 - <td align="left" class="style1">Registered Business Address - City:</td>
357 - <td class="style1">
358 - <input type="text" id="companycity" name="companycity" placeholder="Enter the City part of your company's registered business address" size="100">
359 - </select>
360 - </td>
361 - </tr>
362 - <tr>
363 - <td align="left" class="style1">Registered Business Address - Postal Code:</td>
364 - <td class="style1">
365 - <input type="text" id="companypostcode" name="companypostcode" placeholder="Enter the Postal Code part of your company's registered business address" size="100">
366 - </select>
367 - </td>
368 - </tr>
369 - <tr>
370 - <td align="left" class="style1">Registered Business Address - Province or State:</td>
371 - <td class="style1">
372 - <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">
373 - </select>
374 - </td>
375 - </tr>
376 - <tr>
377 - <td align="left" class="style1">Registered Business Address - Country:</td>
378 - <td class="style1">
379 - <input type="text" id="companycountry" name="companycountry" placeholder="Enter the Country part of your company's registered business address" size="50">
380 - </select>
381 - </td>
382 - </tr>
383 - <th colspan = "2">
384 - <b>Your Contact Information</b>
385 - </th>
386 - <tr>
387 387   <td align="left" class="style1">Title:</td>
388 388   <td class="style1">
389 389   <input type="text" id="title" name="title" placeholder="Enter your title" value="${xcontext.strTitle}" size="20">
... ... @@ -537,13 +537,6 @@
537 537  <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>
538 538  
539 539  <input type="hidden" id="companyname" name="companyname" readonly value="${xcontext.strCompanyName}" size="50">
540 -
541 -<input type="hidden" id="companycity" name="companycity" readonly value="${xcontext.strCompanyAddress}" size="100">
542 -<input type="hidden" id="companyaddress" name="companyaddress" readonly value="${xcontext.strCompanyCity}" size="100">
543 -<input type="hidden" id="companypostcode" name="companypostcode" readonly value="${xcontext.strCompanyPostcode}" size="100">
544 -<input type="hidden" id="companyprovince" name="companyprovince" readonly value="${xcontext.strCompanyProvince}" size="100">
545 -<input type="hidden" id="companycountry" name="companycountry" readonly value="${xcontext.strCompanyCountry}" size="50">
546 -
547 547  <input type="hidden" id="title" name="title" readonly value="${xcontext.strTitle}" size="10">
548 548  <input type="hidden" id="firstname" name="firstname" readonly value="${xcontext.strFirstname}" size="50">
549 549  <input type="hidden" id="lastname" name="lastname" readonly value="${xcontext.strLastname}" size="50">
© 2022 TruCert Assessment Services Inc.
V01-00