| 255 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Last Name')"><strong>Last Name</strong></a> </td>\ |
| 256 | | <td>\ |
| 257 | | \ \ \ <input type=hidden name=cLastName value="{{cLastName}}">\ |
| 258 | | <input title='Non empty string with the last name of the customer,e.g.: Doe (Required)' type=text name=cLastName value="{{cLastName}}" size=40 maxlength=99 {{gcInputStatus}} class={{cLastNameStyle}}></td>\ |
| 259 | | </tr>\ |
| 260 | | <tr>\ |
| 261 | | <td>\ |
| 262 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=ID Number')"><strong>ID Number</strong></a> </td>\ |
| 263 | | <td>\ |
| 264 | | \ \ \ <input type=hidden name=cIDNumber value="{{cIDNumber}}">\ |
| 265 | | <input title='Customer ID number (Required)' type=text name=cIDNumber value="{{cIDNumber}}" size=40 maxlength=99 {{gcInputStatus}} class={{cIDNumberStyle}}></td>\ |
| 266 | | </tr>\ |
| 267 | | <tr>\ |
| 268 | | <td>\ |
| 269 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Email Address')"><strong>Email Address</strong></a> </td>\ |
| 270 | | <td>\ |
| 271 | | \ \ \ <input type=hidden name=cEmail value="{{cEmail}}">\ |
| 272 | | <input title='A valid email address for the customer,e.g.: johndoe@bigisp.net (Optional)' type=text name=cEmail value="{{cEmail}}" size=40 maxlength=99 {{gcInputStatus}} class={{cEmailStyle}}></td>\ |
| 273 | | </tr>\ |
| 274 | | <tr>\ |
| 275 | | <td>\ |
| 276 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Address 1')"><strong>Address 1</strong></a> </td>\ |
| 277 | | <td>\ |
| 278 | | <input type=hidden name=cAddr1 value="{{cAddr1}}">\ |
| 279 | | <input title='Street mailing address. E.g.: Main Stret 124 (Required)' type=text name=cAddr1 value="{{cAddr1}}" size=40 maxlength=99 {{gcInputStatus}} class={{cAddr1Style}}></td>\ |
| 280 | | </tr>\ |
| 281 | | \ |
| 282 | | \ |
| 283 | | <tr>\ |
| 284 | | <td>\ |
| 285 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Address 2')"><strong>Address 2</strong></a> </td>\ |
| 286 | | <td>\ |
| 287 | | \ \ \ <input type=hidden name=cAddr2 value="{{cAddr2}}">\ |
| 288 | | <input title='Non empty string with additional address information,e.g.: Suite #34 (Optional)' type=text name=cAddr2 value="{{cAddr2}}" size=40 maxlength=99 {{gcInputStatus}} class={{cAddr2Style}}></td>\ |
| 289 | | </tr>\ |
| 290 | | \ |
| 291 | | <tr>\ |
| 292 | | <td>\ |
| 293 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Address 3')"><strong>Address 3</strong></a> </td>\ |
| 294 | | <td>\ |
| 295 | | \ \ \ <input type=hidden name=cAddr3 value="{{cAddr3}}">\ |
| 296 | | <input title='Non empty string with additional address information,e.g.: Suite #34 (Optional)' type=text name=cAddr3 value="{{cAddr3}}" size=40 maxlength=99 {{gcInputStatus}} class={{cAddr3Style}}></td>\ |
| 297 | | </tr>\ |
| 298 | | \ |
| 299 | | <tr>\ |
| 300 | | <td>\ |
| 301 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=City')"><strong>City</strong></a> </td>\ |
| 302 | | <td>\ |
| 303 | | \ \ \ <input type=hidden name=cCity value="{{cCity}}">\ |
| 304 | | <input title='City name. E.g.: Los Angeles (Required)' type=text name=cCity value="{{cCity}}" size=40 maxlength=99 {{gcInputStatus}} class={{cCityStyle}}></td>\ |
| 305 | | </tr>\ |
| 306 | | \ |
| 307 | | <tr>\ |
| 308 | | <td>\ |
| 309 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=State')"><strong>State</strong></a> </td>\ |
| 310 | | <td>\ |
| 311 | | \ \ \ <input type=hidden name=cState value="{{cState}}">\ |
| 312 | | <input title='State name: E.g.: California (Required)' type=text name=cState value="{{cState}}" size=40 maxlength=99 {{gcInputStatus}} class={{cStateStyle}}></td>\ |
| 313 | | </tr>\ |
| 314 | | \ |
| 315 | | <tr>\ |
| 316 | | <td>\ |
| 317 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Zip Code')"><strong>Zip Code</strong></a> </td>\ |
| 318 | | <td>\ |
| 319 | | \ \ \ <input type=hidden name=cZip value="{{cZip}}">\ |
| 320 | | <input title='Postal or Zip code. E.g. 90001 (Required)' type=text name=cZip value="{{cZip}}" size=40 maxlength=99 {{gcInputStatus}} class={{cZipStyle}}></td>\ |
| 321 | | </tr>\ |
| 322 | | \ |
| 323 | | <tr>\ |
| 324 | | <td>\ |
| 325 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Country')"><strong>Country</strong></a> </td>\ |
| 326 | | <td>\ |
| 327 | | \ \ \ <input type=hidden name=cCountry value="{{cCountry}}">\ |
| 328 | | <input title='Country name. E.g. U.S.A. (Required)' type=text name=cCountry value="{{cCountry}}" size=40 maxlength=99 {{gcInputStatus}} class={{cCountryStyle}}></td>\ |
| 329 | | </tr>\ |
| 330 | | \ |
| 331 | | <tr>\ |
| 332 | | <td>\ |
| 333 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Payment Method')"><strong>Payment Method</strong></a> </td>\ |
| 334 | | <td>\ |
| 335 | | \ \ \ <input type=hidden name=uPayment value="{{uPayment}}">\ |
| 336 | | \ \ \ {{funcSelectPayment}}\ |
| 337 | | </tr>\ |
| 338 | | \ |
| 339 | | <tr>\ |
| 340 | | <td>\ |
| 341 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Card Type')"><strong>Card Type</strong></a> </td>\ |
| 342 | | <td>\ |
| 343 | | \ \ \ <input type=hidden name=cCardType value="{{cCardType}}">\ |
| 344 | | \ \ \ {{funcSelectCardType}}\ |
| 345 | | </tr>\ |
| 346 | | \ |
| 347 | | <tr>\ |
| 348 | | <td>\ |
| 349 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Card Number')"><strong>Card Number</strong></a> </td>\ |
| 350 | | <td>\ |
| 351 | | \ \ \ <input type=hidden name=cCardNumber value="{{cCardNumber}}">\ |
| 352 | | <input title='Credit card number. E.g. 411111111111111 (Optional)' type=text name=cCardNumber value="{{cCardNumber}}" size=40 maxlength=99 {{gcInputStatus}} class={{cCardNumberStyle}}></td>\ |
| 353 | | </tr>\ |
| 354 | | \ |
| 355 | | <tr>\ |
| 356 | | <td>\ |
| 357 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Expiration Month')"><strong>Expiration Month</strong></a> </td>\ |
| 358 | | <td>\ |
| 359 | | \ \ \ <input type=hidden name=uExpMonth value="{{uExpMonth}}">\ |
| 360 | | \ \ \ {{funcSelectExpMonth}}\ |
| 361 | | </tr>\ |
| 362 | | \ |
| 363 | | <tr>\ |
| 364 | | <td>\ |
| 365 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Expiration Year')"><strong>Expiration Year</strong></a> </td>\ |
| 366 | | <td>\ |
| 367 | | \ \ \ <input type=hidden name=uExpYear value="{{uExpYear}}">\ |
| 368 | | \ \ \ {{funcSelectExpYear}}\ |
| 369 | | </tr>\ |
| 370 | | \ |
| 371 | | <tr>\ |
| 372 | | <td>\ |
| 373 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Card Name')"><strong>Card Name</strong></a> </td>\ |
| 374 | | <td>\ |
| 375 | | \ \ \ <input type=hidden name=cCardName value="{{cCardName}}">\ |
| 376 | | <input title='Credit card name. E.g.: John Doe (Required if entered card number)' type=text name=cCardName value="{{cCardName}}" size=40 maxlength=99 {{gcInputStatus}} class={{cCardNameStyle}}></td>\ |
| 377 | | </tr>\ |
| 378 | | \ |
| 379 | | <tr>\ |
| 380 | | <td>\ |
| 381 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=ACH Debits')"><strong>ACH Debits</strong></a> </td>\ |
| 382 | | <td>\ |
| 383 | | \ \ \ <input type=hidden name=cACHDebits value="{{cACHDebits}}">\ |
| 384 | | <input title='ABA routing number + account number' type=text name=cACHDebits value="{{cACHDebits}}" size=40 maxlength=99 {{gcInputStatus}} class={{cACHDebitsStyle}}></td>\ |
| 385 | | </tr>\ |
| 386 | | \ |
| 387 | | <tr>\ |
| 388 | | <td>\ |
| 389 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Ship Name')"><strong>Ship Name</strong></a> </td>\ |
| 390 | | <td>\ |
| 391 | | \ \ \ <input type=hidden name=cShipName value="{{cShipName}}">\ |
| 392 | | <input title='hipping address name. E.g. Jane Doe (Optional)' type=text name=cShipName value="{{cShipName}}" size=40 maxlength=99 {{gcInputStatus}} class={{cShipNameStyle}}></td>\ |
| 393 | | </tr>\ |
| 394 | | \ |
| 395 | | <tr>\ |
| 396 | | <td>\ |
| 397 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Ship Address 1')"><strong>Ship Address 1</strong></a> </td>\ |
| 398 | | <td>\ |
| 399 | | \ \ \ <input type=hidden name=cShipAddr1 value="{{cShipAddr1}}">\ |
| 400 | | <input title='Shipping street address. E.g. Another Street 65 (Optional)' type=text name=cShipAddr1 value="{{cShipAddr1}}" size=40 maxlength=99 {{gcInputStatus}} class={{cShipAddr1Style}}></td>\ |
| 401 | | </tr>\ |
| 402 | | \ |
| 403 | | <tr>\ |
| 404 | | <td>\ |
| 405 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Ship Address 2')"><strong>Ship Address 2</strong></a> </td>\ |
| 406 | | <td>\ |
| 407 | | \ \ \ <input type=hidden name=cShipAddr2 value="{{cShipAddr2}}">\ |
| 408 | | <input title='Shipping street address line 2. E.g. Suite 34 (Optional)' type=text name=cShipAddr2 value="{{cShipAddr2}}" size=40 maxlength=99 {{gcInputStatus}} class={{cShipAddr2Style}}></td>\ |
| 409 | | </tr>\ |
| 410 | | \ |
| 411 | | <tr>\ |
| 412 | | <td>\ |
| 413 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Ship Address 3')"><strong>Ship Address 3</strong></a> </td>\ |
| 414 | | <td>\ |
| 415 | | \ \ \ <input type=hidden name=cShipAddr3 value="{{cShipAddr3}}">\ |
| 416 | | <input title='Shipping street address line 2. E.g. Suite 34 (Optional)' type=text name=cShipAddr3 value="{{cShipAddr3}}" size=40 maxlength=99 {{gcInputStatus}} class={{cShipAddr3Style}}></td>\ |
| 417 | | </tr>\ |
| 418 | | \ |
| 419 | | <tr>\ |
| 420 | | <td>\ |
| 421 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Ship City')"><strong>Ship City</strong></a> </td>\ |
| 422 | | <td>\ |
| 423 | | \ \ \ <input type=hidden name=cShipCity value="{{cShipCity}}">\ |
| 424 | | <input title='Shipping city. E.g. Chicago (Optional)' type=text name=cShipCity value="{{cShipCity}}" size=40 maxlength=99 {{gcInputStatus}} class={{cShipCityStyle}}></td>\ |
| 425 | | </tr>\ |
| 426 | | \ |
| 427 | | <tr>\ |
| 428 | | <td>\ |
| 429 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Ship State')"><strong>Ship State</strong></a> </td>\ |
| 430 | | <td>\ |
| 431 | | \ \ \ <input type=hidden name=cShipState value="{{cShipState}}">\ |
| 432 | | <input title='Shipping state or province. E.g. New York (Optional)' type=text name=cShipState value="{{cShipState}}" size=40 maxlength=99 {{gcInputStatus}} class={{cShipStateStyle}}></td>\ |
| 433 | | </tr>\ |
| 434 | | \ |
| 435 | | <tr>\ |
| 436 | | <td>\ |
| 437 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Ship Zip Code')"><strong>Ship Zip Code</strong></a> </td>\ |
| 438 | | <td>\ |
| 439 | | \ \ \ <input type=hidden name=cShipZip value="{{cShipZip}}">\ |
| 440 | | <input title='Shipping zip or postal code. E.g. 10008 (optional)' type=text name=cShipZip value="{{cShipZip}}" size=40 maxlength=99 {{gcInputStatus}} class={{cShipZipStyle}}></td>\ |
| 441 | | </tr>\ |
| 442 | | \ |
| 443 | | <tr>\ |
| 444 | | <td>\ |
| 445 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Ship Country')"><strong>Ship Country</strong></a> </td>\ |
| 446 | | <td>\ |
| 447 | | \ \ \ <input type=hidden name=cShipCountry value="{{cShipCountry}}">\ |
| 448 | | <input title='Shipping country name. E.g. U.S.A (Optional)' type=text name=cShipCountry value="{{cShipCountry}}" size=40 maxlength=99 {{gcInputStatus}} class={{cShipCountryStyle}}></td>\ |
| 449 | | </tr>\ |
| 450 | | \ |
| 451 | | <tr>\ |
| 452 | | <td>\ |
| 453 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Telephone')"><strong>Telephone</strong></a> </td>\ |
| 454 | | <td>\ |
| 455 | | \ \ \ <input type=hidden name=cTelephone value="{{cTelephone}}">\ |
| 456 | | <input title='Customer telephone number. E.g +1 555-5555 (Required)' type=text name=cTelephone value="{{cTelephone}}" size=40 maxlength=99 {{gcInputStatus}} class={{cTelephoneStyle}}></td>\ |
| 457 | | </tr>\ |
| 458 | | \ |
| 459 | | <tr>\ |
| 460 | | <td>\ |
| 461 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Fax')"><strong>Fax</strong></a> </td>\ |
| 462 | | <td>\ |
| 463 | | \ \ \ <input type=hidden name=cFax value="{{cFax}}">\ |
| 464 | | <input title='Customer fax number. E.g +1 555-5555 (Optional)' type=text name=cFax value="{{cFax}}" size=40 maxlength=99 {{gcInputStatus}} class={{cFaxStyle}}></td>\ |
| 465 | | </tr>\ |
| 466 | | <tr>\ |
| 467 | | <td>\ |
| 468 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Mobile')"><strong>Mobile</strong></a> </td>\ |
| 469 | | <td>\ |
| 470 | | <input type=hidden name=cMobile value="{{cMobile}}">\ |
| 471 | | <input title='Customer mobile number. E.g +1 555-5555 (Optional)' type=text name=cMobile value="{{cMobile}}" size=40 maxlength=99 {{gcInputStatus}} class={{cMobileStyle}}></td>\ |
| 472 | | </tr>\ |
| 473 | | <tr>\ |
| 474 | | <td>\ |
| 475 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Bank Name')"><strong>Bank Name</strong></a> </td>\ |
| 476 | | <td>\ |
| 477 | | <input type=hidden name=cBankName value="{{cBankName}}">\ |
| 478 | | <input title='Name of the bank where the customer has her account (Optional)' type=text name=cBankName value="{{cBankName}}" size=40 maxlength=99 {{gcInputStatus}} class={{cBankNameStyle}}></td>\ |
| 479 | | </tr>\ \ |
| 480 | | <tr>\ |
| 481 | | <td>\ |
| 482 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Branch Name')"><strong>Branch Name</strong></a> </td>\ |
| 483 | | <td>\ |
| 484 | | \ \ \ <input type=hidden name=cBranchName value="{{cBranchName}}">\ |
| 485 | | <input title='Bank branch name (Required)' type=text name=cBranchName value="{{cBranchName}}" size=40 maxlength=99 {{gcInputStatus}} class={{cBranchNameStyle}}></td>\ |
| 486 | | </tr>\ |
| 487 | | <tr>\ |
| 488 | | <td>\ |
| 489 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Branch Code')"><strong>Branch Code</strong></a> </td>\ |
| 490 | | <td>\ |
| 491 | | \ \ \ <input type=hidden name=cBranchCode value="{{cBranchCode}}">\ |
| 492 | | <input title='Bank branch code (Required)' type=text name=cBranchCode value="{{cBranchCode}}" size=40 maxlength=6 {{gcInputStatus}} class={{cBranchCodeStyle}}></td>\ |
| 493 | | </tr>\ |
| 494 | | <tr>\ |
| 495 | | <td>\ |
| 496 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Account Holder')"><strong>Account Holder</strong></a> </td>\ |
| 497 | | <td>\ |
| 498 | | \ \ \ <input type=hidden name=cAccountHolder value="{{cAccountHolder}}">\ |
| 499 | | <input title='Customer bank account holder, E.g.: John Doe (Required)' type=text name=cAccountHolder value="{{cAccountHolder}}" size=40 maxlength=99 {{gcInputStatus}} class={{cAccountHolderStyle}}></td>\ |
| 500 | | </tr>\ |
| 501 | | <tr>\ |
| 502 | | <td>\ |
| 503 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Account Number')"><strong>Account Number</strong></a> </td>\ |
| 504 | | <td>\ |
| 505 | | \ \ \ <input type=hidden name=cAccountNumber value="{{cAccountNumber}}">\ |
| 506 | | <input title='Customer account number(Required)' type=text name=cAccountNumber value="{{cAccountNumber}}" size=40 maxlength=99 {{gcInputStatus}} class={{cAccountNumberStyle}}></td>\ |
| 507 | | </tr>\ |
| 508 | | <tr>\ |
| 509 | | <td>\ |
| 510 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Account Type')"><strong>Account Type</strong></a> </td>\ |
| 511 | | <td>\ |
| 512 | | \ \ \ <input type=hidden name=uAccountType value="{{uAccountType}}">\ |
| 513 | | \ \ \ {{funcSelectAccountType}}\ |
| 514 | | \ \ \ </td>\ |
| 515 | | </tr>\ |
| 516 | | <tr>\ |
| 517 | | <td>\ |
| 518 | | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Language')"><strong>Language</strong></a> </td>\ |
| 519 | | <td>\ |
| 520 | | \ \ \ <input type=hidden name=cLanguage value="{{cLanguage}}">\ |
| 521 | | \ \ \ {{funcSelectLanguage}}\ |
| 522 | | \ \ \ </td>\ |
| 523 | | </tr>\ |
| | 287 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Email Address')"><strong>Email Address</strong></a> </td>\ |
| | 288 | <td>\ |
| | 289 | \ \ \ <input type=hidden name=cEmail value='{{cEmail}}'>\ |
| | 290 | <input title='A valid email address of the Company, e.g.: info@acmewidgets.com (Optional)' type=text name=cEmail value='{{cEmail}}' size=40 maxlength=99 {{gcInputStatus}} class={{cEmailStyle}}></td>\ |
| | 291 | </tr>\ |
| | 292 | <tr>\ |
| | 293 | <td> \ |
| | 294 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Additional Info')"><strong>Additional Info</strong></a></td>\ |
| | 295 | <td>\ |
| | 296 | \ \ \ <input type=hidden name="cInfo" value="{{cInfo}}">\ |
| | 297 | <textarea title='Other info, such as phone number, mailing address (Optional)' name="cInfo" cols="40" rows="4" {{gcInputStatus}}="{{gcInputStatus}}" class={{cInfoStyle}}>{{cInfo}}</textarea></td>\ |
| | 298 | </tr>\ |
| | 299 | \ <tr>\ |
| | 300 | \ \ <td>\ |
| | 301 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Owner')"><strong>Owner</strong></a></td>\ |
| | 302 | \ \ <td>\ |
| | 303 | \ \ {{uOwner}}\ |
| | 304 | \ \ <input type=hidden name=uOwner value={{uOwnerForm}}>\ |
| | 305 | \ \ </td>\ |
| | 306 | \ </tr>\ |
| | 307 | \ <tr>\ |
| | 308 | \ \ <td>\ |
| | 309 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Created By')"><strong>Created By</strong></a></td>\ |
| | 310 | \ \ <td>\ |
| | 311 | \ \ {{uCreatedBy}}\ |
| | 312 | \ \ <input type=hidden name=uCreatedBy value={{uCreatedByForm}}>\ |
| | 313 | \ \ </td>\ |
| | 314 | \ </tr>\ |
| | 315 | \ <tr>\ |
| | 316 | \ \ <td>\ |
| | 317 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Creation Date')"><strong>Creation Date</strong></a></td>\ |
| | 318 | \ \ <td>\ |
| | 319 | \ \ {{uCreatedDate}}\ |
| | 320 | \ \ <input type=hidden name=uCreatedDate value={{uCreatedDateForm}}>\ |
| | 321 | \ \ </td>\ |
| | 322 | \ </tr>\ |
| | 323 | \ <tr>\ |
| | 324 | \ \ <td>\ |
| | 325 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Modified By')"><strong>Modified By</strong></a></td>\ |
| | 326 | \ \ <td>\ |
| | 327 | \ \ {{uModBy}}\ |
| | 328 | \ \ <input type=hidden name=uModBy value={{uModByForm}}>\ |
| | 329 | \ \ </td>\ |
| | 330 | \ </tr>\ |
| | 331 | \ <tr>\ |
| | 332 | \ \ <td>\ |
| | 333 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Owner')"><strong>Modification Date</strong></a></td>\ |
| | 334 | \ \ <td>\ |
| | 335 | \ \ {{uModDate}}\ |
| | 336 | \ \ <input type=hidden name=uModDate value={{uModDateForm}}>\ |
| | 337 | \ \ </td>\ |
| | 338 | \ </tr>\ |
| 626 | | \ <td class="padb20"><img border=0 src=/images/unxslogo.jpg></td>\ |
| | 434 | \ <td class="padb20"><img border=0 src=/images/unxsbind.jpg></td>\ |
| | 435 | \ |
| | 436 | \ \ <td align="right">\ |
| | 437 | \ |
| | 438 | \ |
| | 439 | \ <!-- one row, one cell table to span the page-->\ |
| | 440 | \ <table border="0" class="wpsPlaceBar" cellspacing="0" cellpadding="0" width="608">\ |
| | 441 | \ \ <tr>\ |
| | 442 | \ |
| | 443 | \ \ \ <!-- Navigation -->\ |
| | 444 | \ \ \ <td align="left" background="/images/bgrd_topnav.gif" valign="bottom" nowrap>\ |
| | 445 | \ \ \ \ <table width="100%" border="0" cellpadding="0" cellspacing="0">\ |
| | 446 | \ \ \ \ \ <tr>\ |
| | 447 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 448 | \ \ \ \ \ \ <a title='System overalll information' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?&gcPage=Dashboard'><b class ="font10pt">Dashboard</b></a>\ |
| | 449 | \ \ \ \ \ \ </td>\ |
| | 450 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 451 | \ \ \ \ \ \ <a title='Company management' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?&gcPage=Customer'><b class ="font10pt">Companies</b></a>\ |
| | 452 | \ \ \ \ \ \ </td>\ |
| | 453 | \ \ \ \ \ \ <td class="wpsSelectedPlace" nowrap height="100%">\ |
| | 454 | \ \ \ \ \ \ <a title='Contact management' class="wpsselectedPlaceLink" href='idnsAdmin.cgi?&gcPage=CustomerUser'><b class ="font10pt">Contacts</b></a>\ |
| | 455 | \ \ \ \ \ \ </td>\ |
| | 456 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 457 | \ \ \ \ \ \ <a title='Zone management' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?&gcPage=Zone'><b class ="font10pt">Zones</b></a>\ |
| | 458 | \ \ \ \ \ \ </td>\ |
| | 459 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 460 | \ \ \ \ \ \ <a title='Zone resource record management' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?&gcPage=Resource&cCustomer={{cLabel}}'><b class ="font10pt">Resources</b></a>\ |
| | 461 | \ \ \ \ \ \ </td>\ |
| | 462 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 463 | \ \ \ \ \ \ <a title='Bulk import zones and RRs' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?&gcPage=BulkOp'><b class ="font10pt">Bulk Operations</b></a>\ |
| | 464 | \ \ \ \ \ \ </td>\ |
| | 465 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 466 | \ \ \ \ \ \ <a title='Restore deleted zones' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?&gcPage=RestoreZone'><b class ="font10pt">Restore Zones</b></a>\ |
| | 467 | \ \ \ \ \ \ </td>\ |
| | 468 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 469 | \ \ \ \ \ \ <a title='Import IP Auth data into the system' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=IPAuth"><b class ="font10pt">IP Auth</b></a>\ |
| | 470 | \ \ \ \ \ \ </td>\ |
| | 471 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 472 | \ \ \ \ \ \ <a title='Zone and customer use report' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?&gcPage=Report'><b class ="font10pt">Reports</b></a>\ |
| | 473 | \ \ \ \ \ \ </td>\ |
| | 474 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 475 | \ \ \ \ \ \ <a title='Administrator management' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?&gcPage=Administrator'><b class ="font10pt">Administrators</b></a>\ |
| | 476 | \ \ \ \ \ \ </td>\ |
| | 477 | \ \ \ \ \ </tr>\ |
| | 478 | \ \ \ \ </table>\ |
| | 479 | \ \ \ </td>\ |
| | 480 | \ \ </tr>\ |
| | 481 | <tr>\ |
| | 482 | \ \ <td valign=top align=right class=notice>\ |
| | 483 | {{gcName}} ({{gcLogin}}) of {{gcOrgName}} is logged in from {{gcHost}} [{{cUserLevel}}] <a title='Erase login cookies' href={{cCGI}}?gcFunction=Logout>Logout\ |
| | 484 | </a>\ |
| | 485 | \ \ {{funcTopInfo}}\ |
| | 486 | \ \ </td>\ |
| | 487 | </tr>\ |
| | 488 | \ \ \ \ \ \ \ <tr>\ |
| | 489 | \ \ \ \ \ \ \ \ <td class="mastbg2">\ |
| | 490 | \ |
| | 491 | \ \ \ \ \ \ \ \ \ <table cellspacing="0" cellpadding="0" border="0" width="100%">\ |
| | 492 | \ \ \ \ \ \ \ \ \ <tr valign="top">\ |
| | 493 | \ \ \ \ \ \ \ \ \ \ \ |
| | 494 | \ \ \ \ \ \ \ \ \ \ <td align="right" class="padt10">\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
| | 495 | \ \ \ \ \ \ \ \ \ \ \ <form action=idnsAdmin.cgi method="post">\ |
| | 496 | \ \ \ \ \ \ \ \ \ \ \ \ <table cellspacing="0" cellpadding="0" border="0">\ |
| | 497 | \ \ \ \ \ \ \ \ \ \ \ \ \ <tr>\ |
| | 498 | \ \ \ \ \ \ \ \ \ \ \ \ \ \ <td><input type="text" value="Search Contacts" class="searchinp" name=cSearch onfocus="this.select();" title="Search for company contacts with a keyword" /></td>\ |
| | 499 | \ |
| | 500 | \ \ \ \ \ \ \ \ \ \ \ \ \ \ <td valign="middle" style="padding: 0px 4px 0px 4px;"></td><td class="padlt6rt10"><input type="image" src="/images/btn_mast_search.gif" alt="Search" width="17" height="17" border="0" title="Find one or more company contacts based on input search pattern" /></td>\ |
| | 501 | \ \ \ \ \ \ \ \ \ \ \ \ \ </tr>\ |
| | 502 | \ \ \ \ \ \ \ \ \ \ \ \ </table>\ |
| | 503 | \ \ \ \ \ \ \ \ \ \ </td>\ |
| | 504 | \ \ \ \ \ \ \ \ \ \ \ |
| | 505 | \ \ \ \ \ \ \ \ \ \ \ |
| | 506 | \ \ \ \ \ \ \ \ \ </tr>\ |
| | 507 | \ \ \ \ \ \ \ \ \ </table>\ |
| | 508 | \ \ \ \ \ \ \ \ </td>\ |
| | 509 | \ \ \ \ \ \ \ </tr>\ |
| | 510 | \ |
| | 511 | \ \ \ </table>\ |
| | 512 | \ \ </td>\ |
| | 513 | \ </tr>\ |
| | 514 | </table>\ |
| | 515 | \ |
| | 516 | \ |
| | 517 | <input type=hidden name=cCustomer value="{{cLabel}}">\ |
| | 518 | \ |
| | 519 | <table width=1200 border="0" cellspacing="0" cellpadding="0">\ |
| | 520 | <tr>\ |
| | 521 | <td>\ |
| | 522 | \ |
| | 523 | {{gcMessage}}\ |
| | 524 | <table border="0" cellspacing="0" cellpadding="0" width="100%" style='border: solid gray 1px'>\ |
| | 525 | <tr>\ |
| | 526 | <td valign="top" width="9" class="hdrtout padlt8" height="21"></td>\ |
| | 527 | <td class="hdrtout padlt8" width="33%">\ |
| | 528 | \ \ <h6 class="modhdr">Contact Administration</h6> </td>\ |
| | 529 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 530 | <td width="10"> </td>\ |
| | 531 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 532 | <td class="hdrtout padlt8">\ |
| | 533 | \ \ <h6 class="modhdr">Contact Data </h6></td>\ |
| | 534 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 535 | </tr>\ |
| | 536 | <tr>\ |
| | 537 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 538 | <td valign="top">\ |
| | 539 | \ \ |
| | 540 | \ \ |
| | 541 | \ \ |
| | 542 | <table border="0" cellspacing="8" cellpadding="0" width="100%" class="table_content">\ |
| | 543 | \ \ <tr>\ |
| | 544 | \ \ <td> </td>\ |
| | 545 | \ \ <td> </td>\ |
| | 546 | \ \ </tr>\ |
| | 547 | \ \ <tr>\ |
| | 548 | \ \ <td width=33%>\ |
| | 549 | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Search Contact')"><strong>Search Results</strong></a></td>\ |
| | 550 | \ \ </tr>\ \ |
| | 551 | \ \ <tr>\ |
| | 552 | \ \ \ <td colspan=2>\ |
| | 553 | \ \ \ \ <input type=hidden name=gcPage value=CustomerUser>\ |
| | 554 | \ \ \ \ {{funcContactNavList}}\ |
| | 555 | \ \ \ \ |
| | 556 | <br>\ |
| | 557 | <br>\ |
| | 558 | <br>\ |
| | 559 | \ |
| | 560 | <input name="gcFunction" type="submit" class="largeButton" id="gcFunction" value="Add Contact Wizard" title='An add contact wizard with easy to follow steps' />\ |
| | 561 | \ |
| | 562 | \ \ \ \ </td>\ |
| | 563 | \ \ </tr>\ |
| | 564 | \ \ <tr><td colspan=2>{{funcContactLast7DaysActivity}}</td></tr>\ |
| | 565 | \ \ <tr>\ |
| | 566 | \ \ <td>\ |
| | 567 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Contact Tab Details')"><strong>Contact Tab Details</strong></a></td>\ |
| | 568 | \ \ </tr>\ |
| | 569 | \ \ <tr>\ |
| | 570 | \ \ <td colspan=2>\ |
| | 571 | Company contacts are the persons authorized by the company to modify zone data via the idnsOrg interface. Contact details and their login info is set up at this tab. To search for a contact enter part of her name in the search box above and press <Enter> or the [>] button.\ |
| | 572 | \ \ </td>\ |
| | 573 | \ \ </tr>\ |
| | 574 | \ </table>\ |
| | 575 | \ \ |
| | 576 | \ \ |
| | 577 | \ \ |
| | 578 | \ \ |
| | 579 | \ \ |
| | 580 | \ </td>\ |
| | 581 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 582 | <td> </td>\ |
| | 583 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 584 | <td valign="top">\ |
| | 585 | \ \ |
| | 586 | \ \ |
| | 587 | <table border="0" cellspacing="5" cellpadding="0" width="100%" class="table_content">\ |
| | 588 | \ <tr>\ |
| | 589 | \ <td valign="top"> </td>\ |
| | 590 | \ <td> </td>\ |
| | 591 | \ </tr>\ |
| | 592 | \ <tr>\ |
| | 593 | \ \ <td valign="top">\ |
| | 594 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Contact Name')"><strong>Contact Name </strong></a></td>\ |
| | 595 | \ \ <td>\ |
| | 596 | \ \ <input type=hidden name=cClientName value='{{cClientName}}'>\ |
| | 597 | \ \ <input title='Name of the Contact,e.g.: John Doe (Required)' type="text" name="cClientName" value='{{cClientName}}' size="40" maxlength="99" {{gcInputStatus}} class={{cClientNameStyle}} /></td>\ |
| | 598 | \ </tr>\ |
| | 599 | \ <tr>\ |
| | 600 | \ \ <td>\ |
| | 601 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Email Address')"><strong>Email Address</strong></a> </td>\ |
| | 602 | \ \ <td>\ |
| | 603 | \ \ \ <input type=hidden name=cEmail value='{{cEmail}}'>\ |
| | 604 | \ \ \ <input title='Email address of the contact, e.g.: johndoe@bigisp.net (Optional)' type=text name=cEmail value='{{cEmail}}' size=40 maxlength=99 {{gcInputStatus}} class={{cEmailStyle}}></td>\ |
| | 605 | \ </tr>\ |
| | 606 | \ <tr>\ |
| | 607 | \ \ <td>\ |
| | 608 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Contact Additional Info')"><strong>Additional Info</strong></a></td>\ |
| | 609 | \ \ <td>\ |
| | 610 | \ \ \ <input type=hidden name=cInfo value='{{cInfo}}'>\ |
| | 611 | \ \ \ <textarea title='Other info, such as phone number, mailing address (Optional)' name="cInfo" cols="40" rows="4" class={{cInfoStyle}} {{gcInputStatus}}="{{gcInputStatus}}">{{cInfo}}</textarea></td>\ |
| | 612 | \ </tr>\ |
| | 613 | \ \ |
| | 614 | \ <tr>\ |
| | 615 | \ \ <td valign="top">\ |
| | 616 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Login')"><strong>Login </strong></a></td>\ |
| | 617 | \ \ <td>\ |
| | 618 | \ \ <input type=hidden name=cUserName value='{{cUserName}}'>\ |
| | 619 | \ \ <input title='User name for logging into the portal, e.g.: 789456 (Required)' type="text" name="cUserName" value='{{cUserName}}' size="40" maxlength="99" {{gcInputStatus}} class={{cUserNameStyle}} /></td>\ |
| | 620 | \ </tr>\ |
| | 621 | \ \ |
| | 622 | \ <tr>\ |
| | 623 | \ \ <td>\ |
| | 624 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Clear Password')"><strong>Clear Password</strong></a> </td>\ |
| | 625 | \ \ <td>\ |
| | 626 | \ \ <input type=hidden name=cClearPassword value='{{cClearPassword}}'>\ \ |
| | 627 | \ \ <input title='Password for logging into the portal, must have more than five characters, e.g: 123456 (Required)' type=text name=cClearPassword value='{{cClearPassword}}' size=40 maxlength=99 disabled class=type_fields_off>\ |
| | 628 | \ \ </td>\ \ |
| | 629 | \ </tr>\ |
| | 630 | \ <tr>\ |
| | 631 | \ \ <td>\ |
| | 632 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Password')"><strong>Password</strong></a></td>\ |
| | 633 | \ \ <td>\ |
| | 634 | \ \ \ <input type=hidden name=cPassword value='{{cPassword}}'>\ |
| | 635 | \ \ \ <input title='Password for logging into the portal, must have more than five characters, e.g: 123456 (Required)' type=text name=cPassword value='{{cPassword}}' size=40 maxlength=99 {{gcInputStatus}} class={{cPasswordStyle}}>\ |
| | 636 | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Save Clear Text Password')"><strong>Save Clear Text Password</strong></a>\ |
| | 637 | \ \ <input type=checkbox value=1 name=uSaveClrPassword {{gcInputStatus}}>\ |
| | 638 | \ \ </td>\ |
| | 639 | \ </tr>\ |
| | 640 | \ \ |
| | 641 | <tr>\ |
| | 642 | \ \ <td>\ \ \ \ |
| | 643 | \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Permission Level')"><strong>Permission Level</strong></a></td>\ |
| | 644 | \ \ <td>\ |
| | 645 | \ \ <input type=hidden name=uPerm value={{uPerm}}>\ |
| | 646 | \ \ {{funcPermLevelDropDown}}</td>\ |
| | 647 | \ </tr>\ |
| | 648 | \ <tr>\ |
| | 649 | \ \ <td>\ |
| | 650 | \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Company')"><strong>Company</strong></a></td>\ |
| | 651 | \ \ <td>\ |
| | 652 | \ \ <input type=hidden name=uForClient value={{uForClient}}>\ |
| | 653 | \ \ {{funcTablePullDownResellers}}</td>\ |
| | 654 | \ </tr>\ \ |
| | 655 | \ \ |
| | 656 | \ <tr>\ |
| | 657 | \ \ <td>\ |
| | 658 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Owner')"><strong>Owner</strong></a></td>\ |
| | 659 | \ \ <td>\ |
| | 660 | \ \ {{uOwner}}\ |
| | 661 | \ \ <input type=hidden name=uOwner value={{uOwnerForm}}>\ |
| | 662 | \ \ </td>\ |
| | 663 | \ </tr>\ |
| | 664 | \ <tr>\ |
| | 665 | \ \ <td>\ |
| | 666 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Created By')"><strong>Created By</strong></a></td>\ |
| | 667 | \ \ <td>\ |
| | 668 | \ \ {{uCreatedBy}}\ |
| | 669 | \ \ <input type=hidden name=uCreatedBy value={{uCreatedByForm}}>\ |
| | 670 | \ \ </td>\ |
| | 671 | \ </tr>\ |
| | 672 | \ <tr>\ |
| | 673 | \ \ <td>\ |
| | 674 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Creation Date')"><strong>Creation Date</strong></a></td>\ |
| | 675 | \ \ <td>\ |
| | 676 | \ \ {{uCreatedDate}}\ |
| | 677 | \ \ <input type=hidden name=uCreatedDate value={{uCreatedDateForm}}>\ |
| | 678 | \ \ </td>\ |
| | 679 | \ </tr>\ |
| | 680 | \ <tr>\ |
| | 681 | \ \ <td>\ |
| | 682 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Modified By')"><strong>Modified By</strong></a></td>\ |
| | 683 | \ \ <td>\ |
| | 684 | \ \ {{uModBy}}\ |
| | 685 | \ \ <input type=hidden name=uModBy value={{uModByForm}}>\ |
| | 686 | \ \ </td>\ |
| | 687 | \ </tr>\ |
| | 688 | \ <tr>\ |
| | 689 | \ \ <td>\ |
| | 690 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Owner')"><strong>Modification Date</strong></a></td>\ |
| | 691 | \ \ <td>\ |
| | 692 | \ \ {{uModDate}}\ |
| | 693 | \ \ <input type=hidden name=uModDate value={{uModDateForm}}>\ |
| | 694 | \ \ </td>\ |
| | 695 | \ </tr>\ |
| | 696 | \ |
| | 697 | \ <tr>\ |
| | 698 | \ \ <td> \ |
| | 699 | \ \ \ |
| | 700 | \ \ </td>\ |
| | 701 | \ \ <td colspan=2>\ |
| | 702 | \ \ <input type=submit title='Create a new User with a two step procedure' class="largeButton" name="gcFunction" value='{{gcNewStep}}New' />\ |
| | 703 | \ \ <input {{cBtnStatus}} type=submit title='User modification two step procedure' class="largeButton" name="gcFunction" value='{{gcModStep}}Modify' />\ |
| | 704 | <input {{cBtnStatus}} type=submit title='Delete an User with a two step procedure' class="largeButton" name="gcFunction" value='{{gcDelStep}}Delete' /></td>\ |
| | 705 | \ </tr>\ |
| | 706 | </table>\ |
| | 707 | \ \ |
| | 708 | \ \ |
| | 709 | \ \ |
| | 710 | \ </td>\ |
| | 711 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 712 | </tr>\ |
| | 713 | <tr>\ |
| | 714 | <td></td>\ |
| | 715 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 716 | <td></td>\ |
| | 717 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 718 | <td></td>\ |
| | 719 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 720 | <td></td>\ |
| | 721 | </tr>\ |
| | 722 | </table>\ |
| | 723 | \ |
| | 724 | <br /></td>\ |
| | 725 | </tr>\ |
| | 726 | <tr>\ |
| | 727 | <td>\ |
| | 728 | </td>\ |
| | 729 | </tr>\ |
| | 730 | <tr>\ |
| | 731 | <td>\ |
| | 732 | <table border="0" cellspacing="0" cellpadding="0" width="100%" style='border: solid gray 1px'>\ |
| | 733 | <tr>\ |
| | 734 | \ |
| | 735 | <td valign="top" width="9" class="hdrtout padlt8" height="21"></td>\ |
| | 736 | <td class="hdrtout padlt8"><h6 class="modhdr">Company Contacts</h6></td>\ |
| | 737 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 738 | </tr>\ |
| | 739 | <tr>\ |
| | 740 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 741 | <td>\ |
| | 742 | \ \ |
| | 743 | \ |
| | 744 | <table border="0" cellspacing="0" cellpadding="7" width="100%" class="table_content" style="margin-top:5px;">\ |
| | 745 | \ <tr bgcolor="#e9e9e9">\ |
| | 746 | \ \ <td class="title_list">\ |
| | 747 | \ \ \ Name\ |
| | 748 | \ \ </td>\ |
| | 749 | \ \ <td class="title_list">\ |
| | 750 | \ \ \ Email\ |
| | 751 | \ \ </td>\ |
| | 752 | \ \ <td class="title_list">\ |
| | 753 | \ \ \ Info\ |
| | 754 | \ \ </td>\ |
| | 755 | \ |
| | 756 | \ </tr>\ |
| | 757 | \ |
| | 758 | \ {{funcCustomerContacts}}\ |
| | 759 | </table>\ |
| | 760 | \ |
| | 761 | \ </td>\ |
| | 762 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 763 | </tr>\ |
| | 764 | <tr>\ |
| | 765 | <td></td>\ |
| | 766 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 767 | \ |
| | 768 | \ |
| | 769 | <td></td>\ |
| | 770 | </tr>\ |
| | 771 | </table>\ |
| | 772 | </td>\ |
| | 773 | </tr>\ |
| | 774 | </td>\ |
| | 775 | </tr>\ \ |
| | 776 | </table>\ |
| | 777 | <input type=hidden name=uClient value={{uClient}}>\ |
| | 778 | <input type=hidden name=cZone value='{{gcZone}}'>\ |
| | 779 | <input type=hidden name=uView value='{{uView}}'>\ |
| | 780 | <input type=hidden name=uResource value='{{uResource}}'>\ |
| | 781 | </form>\ |
| | 782 | 1 0 |
| | 783 | 7 DashBoard.Body 1 1 1192486759 1 1268734887 \ |
| | 784 | <body marginwidth="0" marginheight="0">\ |
| | 785 | \ |
| | 786 | <div align="center" class="standard2colnee">\ |
| | 787 | \ |
| | 788 | <table cellspacing="0" cellpadding="0" border="0" width=1200>\ |
| | 789 | \ <tr valign="top">\ |
| | 790 | \ <td class="padb20"><img border=0 src=/images/unxsbind.jpg></td>\ |
| | 8279 | 123 ActTableRowContact 1 1 1268734880 0 0 <tr><td>{{cAction}}</td><td>{{cRowId}}</td><td>{{cTable}}</td><td>{{cDate}}</td></tr>\ |
| | 8280 | \ |
| | 8281 | 1 0 |
| | 8282 | 124 ActTableRowLabelAdmin 1 1 1268734880 0 0 <tr>\ |
| | 8283 | <td class=title_list><b>Action</b></td><td class=title_list><b>Row ID</b></td>\ |
| | 8284 | <td class=title_list><b>Table</b></td><td class=title_list><b>Date</b></td>\ |
| | 8285 | <tr>\ |
| | 8286 | 1 0 |
| | 8287 | 125 ActTableRowLabelContact 1 1 1268734880 0 0 <tr>\ |
| | 8288 | <td class=title_list><b>Action</b></td><td class=title_list><b>Row ID/Zone</b></td>\ |
| | 8289 | <td class=title_list><b>Table</b></td><td class=title_list><b>Date</b></td>\ |
| | 8290 | <tr>\ |
| | 8291 | \ |
| | 8292 | 1 0 |
| | 8293 | 126 AdminBulkOp.Body 1 1 1268734881 0 0 \ \ |
| | 8294 | <body marginwidth="0" marginheight="0">\ |
| | 8295 | \ |
| | 8296 | <div align="center" class="standard2colnee">\ |
| | 8297 | \ |
| | 8298 | <table cellspacing="0" cellpadding="0" border="0" width=1200>\ |
| | 8299 | \ <tr valign="top">\ |
| | 8300 | \ <td class="padb20"><img border=0 src=/images/unxsbind.jpg></td>\ |
| | 8301 | \ |
| | 8302 | \ \ <td align="right">\ |
| | 8303 | \ |
| | 8304 | \ |
| | 8305 | \ <!-- one row, one cell table to span the page-->\ |
| | 8306 | \ <table border="0" class="wpsPlaceBar" cellspacing="0" cellpadding="0" width="608">\ |
| | 8307 | \ \ <tr>\ |
| | 8308 | \ |
| | 8309 | \ \ \ <!-- Navigation -->\ |
| | 8310 | \ \ \ <td align="left" background="/images/bgrd_topnav.gif" valign="bottom" nowrap>\ |
| | 8311 | \ \ \ \ <table width="100%" border="0" cellpadding="0" cellspacing="0">\ |
| | 8312 | \ \ \ \ \ <tr>\ |
| | 8313 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8314 | \ \ \ \ \ \ <a title='System overalll information' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?&gcPage=Dashboard'><b class ="font10pt">Dashboard</b></a>\ |
| | 8315 | \ \ \ \ \ \ </td>\ |
| | 8316 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8317 | \ \ \ \ \ \ <a title='Company management' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=Customer"><b class ="font10pt">Companies</b></a>\ |
| | 8318 | \ \ \ \ \ \ </td>\ |
| | 8319 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8320 | \ \ \ \ \ \ <a title='Contact management' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=CustomerUser"><b class ="font10pt">Contacts</b></a>\ |
| | 8321 | \ \ \ \ \ \ </td>\ |
| | 8322 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8323 | \ \ \ \ \ \ <a title='Zone management' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=Zone"><b class ="font10pt">Zones</b></a>\ |
| | 8324 | \ \ \ \ \ \ </td>\ |
| | 8325 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8326 | \ \ \ \ \ \ <a title='Zone resource record management' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=Resource"><b class ="font10pt">Resources</b></a>\ |
| | 8327 | \ \ \ \ \ \ </td>\ |
| | 8328 | \ \ \ \ \ \ <td class="wpsSelectedPlace" nowrap height="100%">\ |
| | 8329 | \ \ \ \ \ \ <a title='Bulk import zones and RRs' class="wpsSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=BulkOp"><b class ="font10pt">Bulk Operations</b></a>\ |
| | 8330 | \ \ \ \ \ \ </td>\ |
| | 8331 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8332 | \ \ \ \ \ \ <a title='Restore deleted zones' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=RestoreZone"><b class ="font10pt">Restore Zones</b></a>\ |
| | 8333 | \ \ \ \ \ \ </td>\ |
| | 8334 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8335 | \ \ \ \ \ \ <a title='Import IP Auth data into the system' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=IPAuth"><b class ="font10pt">IP Auth</b></a>\ |
| | 8336 | \ \ \ \ \ \ </td>\ |
| | 8337 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8338 | \ \ \ \ \ \ <a title='Zone and customer use report' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=Report"><b class ="font10pt">Report</b></a>\ |
| | 8339 | \ \ \ \ \ \ </td>\ |
| | 8340 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8341 | \ \ \ \ \ \ <a title='Administrator management' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=Administrator"><b class ="font10pt">Administrators</b></a>\ |
| | 8342 | \ \ \ \ \ \ </td>\ |
| | 8343 | \ \ \ \ \ </tr>\ |
| | 8344 | \ \ \ \ </table>\ |
| | 8345 | \ \ \ </td>\ |
| | 8346 | \ \ </tr>\ |
| | 8347 | <tr>\ |
| | 8348 | \ \ <td valign=top align=right class=notice>\ |
| | 8349 | {{gcName}} ({{gcLogin}}) of {{gcOrgName}} is logged in from {{gcHost}} [{{cUserLevel}}] <a title='Erase login cookies' href={{cCGI}}?gcFunction=Logout>Logout\ |
| | 8350 | </a>\ |
| | 8351 | \ \ {{funcTopInfo}}\ |
| | 8352 | \ \ </td>\ |
| | 8353 | </tr>\ |
| | 8354 | \ \ \ \ \ \ \ <tr>\ |
| | 8355 | \ \ \ \ \ \ \ \ <td class="mastbg2">\ |
| | 8356 | \ |
| | 8357 | \ \ \ \ \ \ \ \ \ <table cellspacing="0" cellpadding="0" border="0" width="100%">\ |
| | 8358 | \ \ \ \ \ \ \ \ \ <tr valign="top">\ |
| | 8359 | \ \ \ \ \ \ \ \ \ \ \ |
| | 8360 | \ \ \ \ \ \ \ \ \ \ <td align="right" class="padt10">\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
| | 8361 | \ \ \ \ \ \ \ \ \ \ \ <form action=idnsAdmin.cgi method="post">\ |
| | 8362 | \ \ \ \ \ \ \ \ \ \ \ \ <table cellspacing="0" cellpadding="0" border="0">\ |
| | 8363 | \ \ \ \ \ \ \ \ \ \ \ \ \ <tr>\ |
| | 8364 | \ \ \ \ \ \ \ \ \ \ \ \ \ \ <td><input type="text" value="Search Zones" class="searchinp" name=cSearch onfocus="this.select();" title="Search for zones with a keyword" /></td>\ |
| | 8365 | \ |
| | 8366 | \ \ \ \ \ \ \ \ \ \ \ \ \ \ <td valign="middle" style="padding: 0px 4px 0px 4px;"></td><td class="padlt6rt10"><input type="image" src="/images/btn_mast_search.gif" alt="Search" width="17" height="17" border="0" title="Find one or more zones based on input search pattern" /></td>\ |
| | 8367 | \ \ \ \ \ \ \ \ \ \ \ \ \ </tr>\ |
| | 8368 | \ \ \ \ \ \ \ \ \ \ \ \ </table>\ |
| | 8369 | \ \ \ \ \ \ \ \ \ \ \ \ <input type=hidden name=gcFunction value=Search>\ |
| | 8370 | \ \ \ \ \ \ \ \ \ \ \ \ <input type=hidden name=gcPage value=Zone>\ |
| | 8371 | \ \ \ \ \ \ \ \ \ \ \ </form>\ \ \ \ \ \ \ \ \ \ |
| | 8372 | \ \ \ \ \ \ \ \ \ \ </td>\ |
| | 8373 | \ \ \ \ \ \ \ \ \ \ \ |
| | 8374 | \ \ \ \ \ \ \ \ \ \ \ |
| | 8375 | \ \ \ \ \ \ \ \ \ </tr>\ |
| | 8376 | \ \ \ \ \ \ \ \ \ </table>\ |
| | 8377 | \ \ \ \ \ \ \ \ </td>\ |
| | 8378 | \ \ \ \ \ \ \ </tr>\ |
| | 8379 | \ |
| | 8380 | \ \ \ </table>\ |
| | 8381 | \ \ </td>\ |
| | 8382 | \ </tr>\ |
| | 8383 | </table>\ |
| | 8384 | \ |
| | 8385 | \ |
| | 8386 | \ |
| | 8387 | <form method=post action={{cCGI}} style="margin:0px; ">\ |
| | 8388 | <input type=hidden name=uView value='{{uView}}'>\ |
| | 8389 | <table width=1200 border="0" cellspacing="0" cellpadding="0">\ |
| | 8390 | <tr>\ |
| | 8391 | <td>\ |
| | 8392 | {{gcMessage}}\ \ |
| | 8393 | <table border="0" cellspacing="0" cellpadding="0" width="100%" style='border: solid gray 1px'>\ |
| | 8394 | <tr>\ |
| | 8395 | <td valign="top" width="9" class="hdrtout padlt8" height="21"></td>\ |
| | 8396 | <td class="hdrtout padlt8" width="33%">\ |
| | 8397 | \ \ <h6 class="modhdr">Bulk OPs Panel</h6>\ |
| | 8398 | \ </td>\ |
| | 8399 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 8400 | <td width="10"> </td>\ |
| | 8401 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 8402 | <td class="hdrtout padlt8">\ |
| | 8403 | \ \ <h6 class="modhdr">Bulk Data Entry Panel</h6>\ |
| | 8404 | \ </td>\ |
| | 8405 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 8406 | </tr>\ |
| | 8407 | <tr>\ |
| | 8408 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8409 | <td valign="top">\ |
| | 8410 | \ \ |
| | 8411 | \ \ |
| | 8412 | \ \ |
| | 8413 | <table border="0" cellspacing="8" cellpadding="0" width="100%" class="table_content">\ |
| | 8414 | \ <tr>\ |
| | 8415 | <td valign="top"> </td>\ |
| | 8416 | \ <td> </td>\ |
| | 8417 | \ </tr>\ |
| | 8418 | \ \ \ \ |
| | 8419 | \ \ <tr>\ |
| | 8420 | \ \ \ <td colspan=2>\ |
| | 8421 | \ \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Do not create Jobs')"><strong>Do not create the Modify Job for the Zone(s)</strong></a></td>\ |
| | 8422 | \ \ \ <td>\ |
| | 8423 | \ \ \ <input type=checkbox name=uDebug value=1>\ |
| | 8424 | \ \ \ </td>\ |
| | 8425 | \ \ </tr>\ |
| | 8426 | \ \ <tr>\ |
| | 8427 | \ \ \ <td colspan=2>\ |
| | 8428 | \ \ \ <input type=submit class=largeButton name=gcFunction value='Bulk Resource Import' title='Imports the RR in the right panel'>\ |
| | 8429 | \ \ \ </td>\ |
| | 8430 | \ \ </tr>\ |
| | 8431 | \ \ <tr>\ |
| | 8432 | \ \ \ <td colspan=2>\ |
| | 8433 | \ \ \ \ <p>\ |
| | 8434 | \ \ \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Bulk Operations Tab Details')"><strong>Bulk Operations Tab Details</strong></a><br>\ |
| | 8435 | <strong>Warning this panel is not a two step system. No undo available. Operations take place immediately</strong><br>\ |
| | 8436 | At the Bulk Data Entry Panel you have to enter the resource(s) record(s) you want to import.<br>\ |
| | 8437 | The format of this input is:<br>\ |
| | 8438 | RRName RRType RRParam1 [RRParam2]<br>\ |
| | 8439 | <br>\ |
| | 8440 | RRName is the Name of the Resource Record, use '@' for $ORIGIN.<br>\ |
| | 8441 | RRType is the Resource Record Type. It may be one of the following:<br><br>\ |
| | 8442 | <strong>A</strong> RRParam1 required. E.g: host A 216.32.45.78<br>\ |
| | 8443 | <strong>MX</strong> RRParam1 and RRParam2 required. E.g: @ MX 10 mail.isp.net<br>\ |
| | 8444 | <strong>HINFO</strong> RRParam1 and RRParam2 required. E.g. gateway i686 Linux 2.6<br>\ |
| | 8445 | <strong>CNAME</strong> RRParam1 required. E.g: www CNAME domain.com.<br> \ |
| | 8446 | <strong>TXT</strong> RRParam1 required E.g: domain.com TXT "v=spf1 ptr ~all"\ |
| | 8447 | </td>\ |
| | 8448 | \ \ </tr>\ |
| | 8449 | \ </table>\ |
| | 8450 | \ \ |
| | 8451 | \ \ |
| | 8452 | \ \ |
| | 8453 | \ \ |
| | 8454 | \ \ |
| | 8455 | \ </td>\ |
| | 8456 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8457 | <td> </td>\ |
| | 8458 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8459 | <td valign="top">\ |
| | 8460 | \ \ |
| | 8461 | \ \ |
| | 8462 | <table border="0" cellspacing="5" cellpadding="0" width="100%" class="table_content">\ |
| | 8463 | \ <tr>\ |
| | 8464 | \ <td valign="top"> </td>\ |
| | 8465 | \ <td> </td>\ |
| | 8466 | \ </tr>\ |
| | 8467 | \ <tr>\ |
| | 8468 | \ \ <td valign="top">\ |
| | 8469 | \ \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Bulk Operations Data')"><strong>Bulk Operations Data</strong></a></td>\ |
| | 8470 | \ \ \ \ |
| | 8471 | \ \ </td>\ |
| | 8472 | \ \ <td>\ |
| | 8473 | \ \ \ <textarea name=cMassList cols=80 rows=20 class="type_textarea">{{cMassList}}</textarea>\ |
| | 8474 | \ \ </td>\ |
| | 8475 | \ </tr>\ |
| | 8476 | \ \ \ |
| | 8477 | </table>\ |
| | 8478 | \ \ |
| | 8479 | \ \ |
| | 8480 | \ \ |
| | 8481 | \ </td>\ |
| | 8482 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8483 | </tr>\ |
| | 8484 | <tr>\ |
| | 8485 | <td></td>\ |
| | 8486 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8487 | <td></td>\ |
| | 8488 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8489 | <td></td>\ |
| | 8490 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8491 | <td></td>\ |
| | 8492 | </tr>\ |
| | 8493 | </table>\ |
| | 8494 | \ |
| | 8495 | <br />\ |
| | 8496 | \ |
| | 8497 | \ |
| | 8498 | <table border="0" cellspacing="0" cellpadding="0" width="100%" style='border: solid gray 1px'>\ |
| | 8499 | <tr>\ |
| | 8500 | <td valign="top" width="9" class="hdrtout padlt8" height="21"></td>\ |
| | 8501 | <td class="hdrtout padlt8"><h6 class="modhdr">Bulk Importing Messages</h6></td>\ |
| | 8502 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 8503 | </tr>\ |
| | 8504 | <tr>\ |
| | 8505 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8506 | <td>\ |
| | 8507 | \ \ |
| | 8508 | <table border="0" cellspacing="0" cellpadding="7" width="100%" class="table_content" style="margin-top:5px;">\ |
| | 8509 | \ <tr>\ |
| | 8510 | \ \ <td>\ \ \ |
| | 8511 | \ \ <textarea name=cMsg cols=190 rows=10 class="type_textarea" disabled>{{cImportMsg}}</textarea>\ |
| | 8512 | \ \ </td>\ |
| | 8513 | \ </tr>\ |
| | 8514 | </table>\ |
| | 8515 | \ |
| | 8516 | \ |
| | 8517 | \ \ |
| | 8518 | \ </td>\ |
| | 8519 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8520 | </tr>\ |
| | 8521 | <tr>\ |
| | 8522 | <td></td>\ |
| | 8523 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8524 | <td></td>\ |
| | 8525 | </tr>\ |
| | 8526 | </table>\ |
| | 8527 | \ |
| | 8528 | \ </td>\ |
| | 8529 | </tr>\ |
| | 8530 | </table>\ |
| | 8531 | \ |
| | 8532 | <input type=hidden name=cZone value='{{cZone}}'>\ |
| | 8533 | <input type=hidden name=uView value='{{uView}}'>\ |
| | 8534 | \ |
| | 8535 | <input type=hidden name=gcPage value='BulkOp'>\ |
| | 8536 | <input type=hidden name=uNameServer value='{{uNameServer}}'>\ |
| | 8537 | </form>\ |
| | 8538 | 1 0 |
| | 8539 | 127 Admin.Resource.Body 1 1 1268734881 0 0 \ |
| | 8540 | <body marginwidth="0" marginheight="0">\ |
| | 8541 | \ |
| | 8542 | <div align="center" class="standard2colnee">\ |
| | 8543 | \ |
| | 8544 | <table cellspacing="0" cellpadding="0" border="0" width=1200>\ |
| | 8545 | \ <tr valign="top">\ |
| | 8546 | \ <td class="padb20"><img border=0 src=/images/unxsbind.jpg></td>\ |
| | 8547 | \ |
| | 8548 | \ \ <td align="right">\ |
| | 8549 | \ |
| | 8550 | \ |
| | 8551 | \ <!-- one row, one cell table to span the page-->\ |
| | 8552 | \ <table border="0" class="wpsPlaceBar" cellspacing="0" cellpadding="0" width="608">\ |
| | 8553 | \ \ <tr>\ |
| | 8554 | \ |
| | 8555 | \ \ \ <!-- Navigation -->\ |
| | 8556 | \ \ \ <td align="left" background="/images/bgrd_topnav.gif" valign="bottom" nowrap>\ |
| | 8557 | \ \ \ \ <table width="100%" border="0" cellpadding="0" cellspacing="0">\ |
| | 8558 | \ \ \ \ \ <tr>\ |
| | 8559 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8560 | \ \ \ \ \ \ <a title='System overalll information' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?&gcPage=Dashboard'><b class ="font10pt">Dashboard</b></a>\ |
| | 8561 | \ \ \ \ \ \ </td>\ |
| | 8562 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8563 | \ \ \ \ \ \ <a title='Company management' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=Customer"><b class ="font10pt">Companies</b></a>\ |
| | 8564 | \ \ \ \ \ \ </td>\ |
| | 8565 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8566 | \ \ \ \ \ \ <a title='Contact management' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=CustomerUser"><b class ="font10pt">Contacts</b></a>\ |
| | 8567 | \ \ \ \ \ \ </td>\ |
| | 8568 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8569 | \ \ \ \ \ \ <a title='Zone management' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=Zone&cZone"'><b class ="font10pt">Zones</b></a>\ |
| | 8570 | \ \ \ \ \ \ </td>\ |
| | 8571 | \ \ \ \ \ \ <td class="wpsSelectedPlace" nowrap height="100%">\ |
| | 8572 | \ \ \ \ \ \ <a title='Zone resource record management' class="wpsSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=Resource"><b class ="font10pt">Resources</b></a>\ |
| | 8573 | \ \ \ \ \ \ </td>\ |
| | 8574 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8575 | \ \ \ \ \ \ <a title='Bulk import zones and RRs' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=BulkOp"><b class ="font10pt">Bulk Operations</b></a>\ |
| | 8576 | \ \ \ \ \ \ </td>\ |
| | 8577 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8578 | \ \ \ \ \ \ <a title='Restore deleted zones' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=RestoreZone"><b class ="font10pt">Restore Zones</b></a>\ |
| | 8579 | \ \ \ \ \ \ </td>\ |
| | 8580 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8581 | \ \ \ \ \ \ <a title='Import IP Auth data into the system' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=IPAuth"><b class ="font10pt">IP Auth</b></a>\ |
| | 8582 | \ \ \ \ \ \ </td>\ |
| | 8583 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8584 | \ \ \ \ \ \ <a title='Zone and customer use report' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=Report"><b class ="font10pt">Reports</b></a>\ |
| | 8585 | \ \ \ \ \ \ </td>\ |
| | 8586 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8587 | \ \ \ \ \ \ <a title='Administrator management' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=Administrator"><b class ="font10pt">Administrators</b></a>\ |
| | 8588 | \ \ \ \ \ \ </td>\ |
| | 8589 | \ \ \ \ \ </tr>\ |
| | 8590 | \ \ \ \ </table>\ |
| | 8591 | \ \ \ </td>\ |
| | 8592 | \ \ </tr>\ |
| | 8593 | <tr>\ |
| | 8594 | \ \ <td valign=top align=right class=notice>\ |
| | 8595 | {{gcName}} ({{gcLogin}}) of {{gcOrgName}} is logged in from {{gcHost}} [{{cUserLevel}}] <a title='Erase login cookies' href={{cCGI}}?gcFunction=Logout>Logout\ |
| | 8596 | </a>\ |
| | 8597 | \ \ {{funcTopInfo}}\ |
| | 8598 | \ \ </td>\ |
| | 8599 | </tr>\ |
| | 8600 | \ \ \ \ \ \ \ <tr>\ |
| | 8601 | \ \ \ \ \ \ \ \ <td class="mastbg2">\ |
| | 8602 | \ |
| | 8603 | \ \ \ \ \ \ \ \ \ <table cellspacing="0" cellpadding="0" border="0" width="100%">\ |
| | 8604 | \ \ \ \ \ \ \ \ \ <tr valign="top">\ |
| | 8605 | \ \ \ \ \ \ \ \ \ \ \ |
| | 8606 | \ \ \ \ \ \ \ \ \ \ <td align="right" class="padt10">\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
| | 8607 | \ \ \ \ \ \ \ \ \ \ \ <form action=idnsAdmin.cgi method="post">\ |
| | 8608 | \ \ \ \ \ \ \ \ \ \ \ \ <table cellspacing="0" cellpadding="0" border="0">\ |
| | 8609 | \ \ \ \ \ \ \ \ \ \ \ \ \ <tr>\ |
| | 8610 | \ \ \ \ \ \ \ \ \ \ \ \ \ \ <td><input type="text" value="Search Zone RRs" class="searchinp" name=cSearch onfocus="this.select();" title="Search for zone resource records with a keyword" /></td>\ |
| | 8611 | \ |
| | 8612 | \ \ \ \ \ \ \ \ \ \ \ \ \ \ <td valign="middle" style="padding: 0px 4px 0px 4px;"></td><td class="padlt6rt10"><input type="image" src="/images/btn_mast_search.gif" alt="Search" width="17" height="17" border="0" title="Find one or more zone resource records based on input search pattern" /></td>\ |
| | 8613 | \ \ \ \ \ \ \ \ \ \ \ \ \ </tr>\ |
| | 8614 | \ \ \ \ \ \ \ \ \ \ \ \ </table>\ |
| | 8615 | \ \ \ \ \ \ \ \ \ \ \ \ <input type=hidden name=gcFunction value=Search>\ |
| | 8616 | \ \ \ \ \ \ \ \ \ \ \ \ <input type=hidden name=gcPage value=Resource>\ |
| | 8617 | \ \ \ \ \ \ \ \ \ \ \ \ <input type=hidden name=cZone value={{cZone}}>\ |
| | 8618 | \ \ \ \ \ \ \ \ \ \ \ \ <input type=hidden name=uView value='{{cuView}}'>\ |
| | 8619 | \ \ \ \ \ \ \ \ \ \ \ </form>\ \ \ \ \ \ \ \ \ \ |
| | 8620 | \ \ \ \ \ \ \ \ \ \ </td>\ |
| | 8621 | \ \ \ \ \ \ \ \ \ \ \ |
| | 8622 | \ \ \ \ \ \ \ \ \ \ \ |
| | 8623 | \ \ \ \ \ \ \ \ \ </tr>\ |
| | 8624 | \ \ \ \ \ \ \ \ \ </table>\ |
| | 8625 | \ \ \ \ \ \ \ \ </td>\ |
| | 8626 | \ \ \ \ \ \ \ </tr>\ |
| | 8627 | \ |
| | 8628 | \ \ \ </table>\ |
| | 8629 | \ \ </td>\ |
| | 8630 | \ </tr>\ |
| | 8631 | </table>\ |
| | 8632 | \ |
| | 8633 | \ |
| | 8634 | \ \ |
| | 8635 | \ |
| | 8636 | <form method=post action={{cCGI}} style="margin:0px; ">\ |
| | 8637 | <input type=hidden name=gcPage value=Resource>\ |
| | 8638 | <input type=hidden name=uView value='{{cuView}}'>\ |
| | 8639 | <table width=1200 border="0" cellspacing="0" cellpadding="0">\ |
| | 8640 | <tr>\ |
| | 8641 | <td>\ |
| | 8642 | {{gcMessage}}\ \ |
| | 8643 | \ \ |
| | 8644 | \ \ |
| | 8645 | \ \ |
| | 8646 | \ \ |
| | 8647 | \ \ |
| | 8648 | <table border="0" cellspacing="0" cellpadding="0" width="100%" style='border: solid gray 1px'>\ |
| | 8649 | <tr>\ |
| | 8650 | <td valign="top" width="9" class="hdrtout padlt8" height="21"></td>\ |
| | 8651 | <td class="hdrtout padlt8" width="33%">\ |
| | 8652 | \ \ <h6 class="modhdr">Editing Resource Help</h6>\ |
| | 8653 | \ </td>\ |
| | 8654 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 8655 | <td width="10"> </td>\ |
| | 8656 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 8657 | <td class="hdrtout padlt8">\ |
| | 8658 | \ \ <h6 class="modhdr">{{cZone}} Resource Record Data</h6>\ |
| | 8659 | \ </td>\ |
| | 8660 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 8661 | </tr>\ |
| | 8662 | <tr>\ |
| | 8663 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8664 | <td valign="top">\ |
| | 8665 | \ \ |
| | 8666 | <table border="0" cellspacing="8" cellpadding="0" width="100%" class="table_content">\ |
| | 8667 | \ <tr>\ |
| | 8668 | \ <td> </td>\ |
| | 8669 | \ <td> </td>\ |
| | 8670 | \ </tr>\ |
| | 8671 | \ <tr>\ |
| | 8672 | \ \ <td width=33% valign=top>\ |
| | 8673 | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Search Resource')"><strong>Search Results</strong></a></td>\ |
| | 8674 | </tr>\ |
| | 8675 | <tr>\ |
| | 8676 | <td colspan=2>\ |
| | 8677 | \ \ \ {{cNavList}}\ |
| | 8678 | \ \ \ <input type=hidden name=cNavList value="{{cNavList}}">\ |
| | 8679 | \ </tr>\ \ |
| | 8680 | \ \ <tr>\ |
| | 8681 | \ \ \ <td colspan=2>\ |
| | 8682 | \ \ \ <input type=hidden name=cZone value={{cZone}}>\ |
| | 8683 | \ \ \ <input type=hidden name=uResource value={{uResource}}>\ |
| | 8684 | \ \ \ <input type=hidden name=uNameServer value={{uNameServer}}>\ |
| | 8685 | \ \ \ <br>\ |
| | 8686 | <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Resources Tab Details')"><strong>Resources Tab Details</strong></a>\ \ \ \ |
| | 8687 | \ \ \ <br>\ |
| | 8688 | \ \ \ To create a new resource record start with a similar exisiting one if possible.<br>\ |
| | 8689 | \ \ \ TTL value of 0 means use the default TTL as set in the zone SOA.<br>\ |
| | 8690 | \ \ \ After opening fields for new/modification, each field has a yellow tool-tip with field specific information. Slowly move your mouse over the open field to read.\ |
| | 8691 | \ \ </td>\ |
| | 8692 | \ </tr>\ |
| | 8693 | <tr>\ |
| | 8694 | \ \ <td colspan="2">\ |
| | 8695 | \ \ \ <input title='An add resource record wizard with easy to follow steps' class=largeButton type=submit name=gcFunction value='Add Resource Wizard'>\ |
| | 8696 | \ \ </td>\ |
| | 8697 | \ </tr>\ |
| | 8698 | </table>\ |
| | 8699 | \ |
| | 8700 | \ \ |
| | 8701 | \ </td>\ |
| | 8702 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8703 | <td> </td>\ |
| | 8704 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8705 | <td valign="top">\ |
| | 8706 | \ |
| | 8707 | \ |
| | 8708 | <table border="0" cellspacing="5" cellpadding="0" width="100%" class="table_content">\ |
| | 8709 | \ <tr>\ |
| | 8710 | \ <td valign="top"> </td>\ |
| | 8711 | \ <td> </td>\ |
| | 8712 | \ </tr>\ |
| | 8713 | \ <tr>\ |
| | 8714 | \ \ <td valign="top">\ \ |
| | 8715 | \ \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel={{cNameLabel}}')"><strong>{{cNameLabel}}</strong></a>\ |
| | 8716 | \ \ </td>\ |
| | 8717 | \ \ <td>\ |
| | 8718 | \ \ \ <input title='{{cNameTip}}' type=text name=cName value='{{cName}}' size=40 maxlength=99 {{gcInputStatus}} class={{cNameStyle}}>\ |
| | 8719 | \ \ </td>\ |
| | 8720 | \ </tr>\ |
| | 8721 | \ \ |
| | 8722 | \ <tr>\ |
| | 8723 | \ \ <td>\ |
| | 8724 | \ \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Resource TTL')"><strong>Resource TTL</strong></a></td>\ |
| | 8725 | \ \ <td>\ |
| | 8726 | \ \ \ <input title='Resource TTL. 0 for default' type=text name=uTTL value='{{uTTL}}' size=40 maxlength=15 {{gcInputStatus}} class={{cuTTLStyle}}>\ |
| | 8727 | \ \ </td>\ |
| | 8728 | \ </tr>\ |
| | 8729 | \ \ |
| | 8730 | \ <tr>\ |
| | 8731 | \ \ <td>\ \ |
| | 8732 | \ \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Resource Type')"><strong>Resource Type</strong></a></td>\ |
| | 8733 | \ \ <td>\ |
| | 8734 | \ \ \ <script language="JavaScript" type="text/JavaScript"><!--\ |
| | 8735 | \ \ \ function changePage(newLoc)\ |
| | 8736 | \ \ \ {\ |
| | 8737 | \ \ \ \ nextPage = newLoc.options[newLoc.selectedIndex].value\ |
| | 8738 | \ \ \ \ |
| | 8739 | \ \ \ \ if (nextPage != "---")\ |
| | 8740 | \ \ \ \ \ document.location.href = "idnsAdmin.cgi?gcPage=Resource"+nextPage\ |
| | 8741 | \ \ \ }\ |
| | 8742 | \ \ \ //--></script>\ |
| | 8743 | \ \ \ {{funcSelectRRType}}\ |
| | 8744 | \ \ </td>\ |
| | 8745 | \ </tr>\ |
| | 8746 | \ <tr>\ |
| | 8747 | \ \ |
| | 8748 | \ <tr>\ |
| | 8749 | \ \ <td>\ \ |
| | 8750 | \ \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel={{cParam1Label}}')"><strong>{{cParam1Label}}</strong></a>\ |
| | 8751 | \ \ </td>\ |
| | 8752 | \ \ <td>\ |
| | 8753 | \ \ \ <input title='{{cParam1Tip}}' type=text name=cParam1 value='{{cParam1}}' size=40 maxlength=255 {{gcInputStatus}} class={{cParam1Style}}>\ |
| | 8754 | \ \ </td>\ |
| | 8755 | \ </tr>\ |
| | 8756 | \ {{funcMetaParam}}\ |
| | 8757 | \ <tr>\ |
| | 8758 | \ |
| | 8759 | \ <td>\ |
| | 8760 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Resource Comment')"><strong>Resource Comment</strong></a></td>\ |
| | 8761 | \ <td>\ |
| | 8762 | \ \ <input title='Add a short comment if you like' type=text name=cComment value='{{cComment}}' size=40 maxlength=255 {{gcInputStatus}} class={{cCommentStyle}}>\ |
| | 8763 | \ </td>\ |
| | 8764 | \ </tr>\ |
| | 8765 | \ <tr>\ |
| | 8766 | \ \ <td>\ |
| | 8767 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Owner')"><strong>Owner</strong></a></td>\ |
| | 8768 | \ \ <td>\ |
| | 8769 | \ \ {{uOwner}}\ |
| | 8770 | \ \ <input type=hidden name=uOwner value={{uOwnerForm}}>\ |
| | 8771 | \ \ </td>\ |
| | 8772 | \ </tr>\ |
| | 8773 | \ <tr>\ |
| | 8774 | \ \ <td>\ |
| | 8775 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Created By')"><strong>Created By</strong></a></td>\ |
| | 8776 | \ \ <td>\ |
| | 8777 | \ \ {{uCreatedBy}}\ |
| | 8778 | \ \ <input type=hidden name=uCreatedBy value={{uCreatedByForm}}>\ |
| | 8779 | \ \ </td>\ |
| | 8780 | \ </tr>\ |
| | 8781 | \ <tr>\ |
| | 8782 | \ \ <td>\ |
| | 8783 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Creation Date')"><strong>Creation Date</strong></a></td>\ |
| | 8784 | \ \ <td>\ |
| | 8785 | \ \ {{uCreatedDate}}\ |
| | 8786 | \ \ <input type=hidden name=uCreatedDate value={{uCreatedDateForm}}>\ |
| | 8787 | \ \ </td>\ |
| | 8788 | \ </tr>\ |
| | 8789 | \ <tr>\ |
| | 8790 | \ \ <td>\ |
| | 8791 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Modified By')"><strong>Modified By</strong></a></td>\ |
| | 8792 | \ \ <td>\ |
| | 8793 | \ \ {{uModBy}}\ |
| | 8794 | \ \ <input type=hidden name=uModBy value={{uModByForm}}>\ |
| | 8795 | \ \ </td>\ |
| | 8796 | \ </tr>\ |
| | 8797 | \ <tr>\ |
| | 8798 | \ \ <td>\ |
| | 8799 | \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Owner')"><strong>Modification Date</strong></a></td>\ |
| | 8800 | \ \ <td>\ |
| | 8801 | \ \ {{uModDate}}\ |
| | 8802 | \ \ <input type=hidden name=uModDate value={{uModDateForm}}>\ |
| | 8803 | \ \ </td>\ |
| | 8804 | \ </tr>\ |
| | 8805 | \ <tr>\ |
| | 8806 | \ \ <td colspan="2">\ |
| | 8807 | \ \ \ <input type=submit title='Create a new resource record with a two step procedure' class=largeButton name=gcFunction value='New{{gcNewStep}}'>\ |
| | 8808 | \ \ \ <input type=submit title='Zone resource record modification two step procedure' class=largeButton name=gcFunction value='Modify{{gcModStep}}'>\ |
| | 8809 | \ \ \ <input type=submit title='Delete a resource record with a two step procedure' class=largeButton name=gcFunction value='Delete{{gcDelStep}}'>\ |
| | 8810 | \ \ </td>\ |
| | 8811 | \ </tr>\ |
| | 8812 | \ |
| | 8813 | </table>\ |
| | 8814 | \ |
| | 8815 | \ |
| | 8816 | \ \ |
| | 8817 | \ </td>\ |
| | 8818 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8819 | </tr>\ |
| | 8820 | <tr>\ |
| | 8821 | <td></td>\ |
| | 8822 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8823 | <td></td>\ |
| | 8824 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8825 | <td></td>\ |
| | 8826 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8827 | <td></td>\ |
| | 8828 | </tr>\ |
| | 8829 | </table>\ |
| | 8830 | \ |
| | 8831 | <br />\ |
| | 8832 | \ |
| | 8833 | \ |
| | 8834 | <table border="0" cellspacing="0" cellpadding="0" width="100%" style='border: solid gray 1px'>\ |
| | 8835 | <tr>\ |
| | 8836 | <td valign="top" width="9" class="hdrtout padlt8" height="21"></td>\ |
| | 8837 | <td class="hdrtout padlt8"><h6 class="modhdr">{{cZone}} Resource Records</td>\ |
| | 8838 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 8839 | </tr>\ |
| | 8840 | <tr>\ |
| | 8841 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8842 | <td>\ |
| | 8843 | \ \ |
| | 8844 | <table border="0" cellspacing="0" cellpadding="7" width="100%" class="table_content" style="margin-top:5px;">\ |
| | 8845 | \ <tr bgcolor="#e9e9e9">\ |
| | 8846 | \ \ <td class="title_list">\ |
| | 8847 | \ \ \ Name\ |
| | 8848 | \ \ </td>\ |
| | 8849 | \ \ <td class="title_list">\ |
| | 8850 | \ \ \ TTL\ |
| | 8851 | \ \ </td>\ |
| | 8852 | \ \ <td class="title_list">\ |
| | 8853 | \ \ \ Type\ |
| | 8854 | \ \ </td>\ |
| | 8855 | \ \ <td class="title_list">\ |
| | 8856 | \ \ \ Parameter 1\ |
| | 8857 | \ \ </td>\ |
| | 8858 | \ \ <td class="title_list">\ |
| | 8859 | \ \ \ Parameter 2\ |
| | 8860 | \ \ </td>\ |
| | 8861 | \ \ <td class="title_list">\ |
| | 8862 | \ \ \ Comment\ |
| | 8863 | \ \ </td>\ |
| | 8864 | \ </tr>\ |
| | 8865 | \ {{funcRRs}}\ |
| | 8866 | </table>\ |
| | 8867 | \ |
| | 8868 | \ |
| | 8869 | \ \ |
| | 8870 | \ </td>\ |
| | 8871 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8872 | </tr>\ |
| | 8873 | <tr>\ |
| | 8874 | <td></td>\ |
| | 8875 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 8876 | <td></td>\ |
| | 8877 | </tr>\ |
| | 8878 | </table>\ |
| | 8879 | \ |
| | 8880 | \ </td>\ |
| | 8881 | </tr>\ |
| | 8882 | </table>\ |
| | 8883 | \ |
| | 8884 | <input type=hidden name=uView value='{{uView}}'>\ |
| | 8885 | <input type=hidden name=cCustomer value="{{cCustomer}}">\ |
| | 8886 | </form>\ |
| | 8887 | 1 0 |
| | 8888 | 128 Admin.ResourceWizard.1 1 1 1268734881 0 0 \ |
| | 8889 | <body marginwidth="0" marginheight="0">\ |
| | 8890 | \ |
| | 8891 | <div align="center" class="standard2colnee">\ |
| | 8892 | \ |
| | 8893 | <table cellspacing="0" cellpadding="0" border="0" width=1200>\ |
| | 8894 | \ <tr valign="top">\ |
| | 8895 | \ <td class="padb20"><img border=0 src=/images/unxsbind.jpg></td>\ |
| | 8896 | \ |
| | 8897 | \ \ <td align="right">\ |
| | 8898 | \ |
| | 8899 | \ |
| | 8900 | \ <!-- one row, one cell table to span the page-->\ |
| | 8901 | \ <table border="0" class="wpsPlaceBar" cellspacing="0" cellpadding="0" width="608">\ |
| | 8902 | \ \ <tr>\ |
| | 8903 | \ |
| | 8904 | \ \ \ <!-- Navigation -->\ |
| | 8905 | \ \ \ <td align="left" background="/images/bgrd_topnav.gif" valign="bottom" nowrap>\ |
| | 8906 | \ \ \ \ <table width="100%" border="0" cellpadding="0" cellspacing="0">\ |
| | 8907 | \ \ \ \ \ <tr>\ |
| | 8908 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8909 | \ \ \ \ \ \ <a title='System overalll information' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=Dashboard'><b class ="font10pt">Dashboard</b></a>\ |
| | 8910 | \ \ \ \ \ \ </td>\ |
| | 8911 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8912 | \ \ \ \ \ \ <a title='Company management' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=Customer'><b class ="font10pt">Companies</b></a>\ |
| | 8913 | \ \ \ \ \ \ </td>\ |
| | 8914 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8915 | \ \ \ \ \ \ <a title='Contact management' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=CustomerUser'><b class ="font10pt">Contacts</b></a>\ |
| | 8916 | \ \ \ \ \ \ </td>\ |
| | 8917 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8918 | \ \ \ \ \ \ <a title='Zone management' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=Zone&cZone={{cZone}}&uView={{cuView}}'><b class ="font10pt">Zones</b></a>\ |
| | 8919 | \ \ \ \ \ \ </td>\ |
| | 8920 | \ \ \ \ \ \ <td class="wpsSelectedPlace" nowrap height="100%">\ |
| | 8921 | \ \ \ \ \ \ <a title='Zone resource record management' class="wpsSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=Resource&cZone={{cZone}}&uView={{cuView}}'><b class ="font10pt">Resources</b></a>\ |
| | 8922 | \ \ \ \ \ \ </td>\ |
| | 8923 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8924 | \ \ \ \ \ \ <a title='Bulk import zones and RRs' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=BulkOp'><b class ="font10pt">Bulk Operations</b></a>\ |
| | 8925 | \ \ \ \ \ \ </td>\ |
| | 8926 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8927 | \ \ \ \ \ \ <a title='Restore deleted zones' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=RestoreZone'><b class ="font10pt">Restore Zones</b></a>\ |
| | 8928 | \ \ \ \ \ \ </td>\ |
| | 8929 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8930 | \ \ \ \ \ \ <a title='Import IP Auth data into the system' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=IPAuth"><b class ="font10pt">IP Auth</b></a>\ |
| | 8931 | \ \ \ \ \ \ </td>\ |
| | 8932 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8933 | \ \ \ \ \ \ <a title='Zone and customer use report' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=Report'><b class ="font10pt">Report</b></a>\ |
| | 8934 | \ \ \ \ \ \ </td>\ |
| | 8935 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 8936 | \ \ \ \ \ \ <a title='Administrator management' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=Administrator'><b class ="font10pt">Administrators</b></a>\ |
| | 8937 | \ \ \ \ \ \ </td>\ |
| | 8938 | \ \ \ \ \ </tr>\ |
| | 8939 | \ \ \ \ </table>\ |
| | 8940 | \ \ \ </td>\ |
| | 8941 | \ \ </tr>\ |
| | 8942 | <tr>\ |
| | 8943 | \ \ <td valign=top align=right class=notice>\ |
| | 8944 | {{gcName}} ({{gcLogin}}) of {{gcOrgName}} is logged in from {{gcHost}} [{{cUserLevel}}] <a title='Erase login cookies' href={{cCGI}}?gcFunction=Logout>Logout\ |
| | 8945 | </a>\ |
| | 8946 | \ {{funcTopInfo}}\ |
| | 8947 | \ </td>\ |
| | 8948 | </tr>\ |
| | 8949 | \ \ \ \ \ \ \ <tr>\ |
| | 8950 | \ \ \ \ \ \ \ \ <td class="mastbg2">\ |
| | 8951 | \ |
| | 8952 | \ \ \ \ \ \ \ \ \ <table cellspacing="0" cellpadding="0" border="0" width="100%">\ |
| | 8953 | \ \ \ \ \ \ \ \ \ <tr valign="top">\ |
| | 8954 | \ \ \ \ \ \ \ \ \ \ \ |
| | 8955 | \ \ \ \ \ \ \ \ \ \ <td align="right" class="padt10">\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
| | 8956 | \ \ \ \ \ \ \ \ \ \ \ <form action=idnsAdmin.cgi method="post">\ |
| | 8957 | \ \ \ \ \ \ \ \ \ \ \ \ <table cellspacing="0" cellpadding="0" border="0">\ |
| | 8958 | \ \ \ \ \ \ \ \ \ \ \ \ \ <tr>\ |
| | 8959 | \ \ \ \ \ \ \ \ \ \ \ \ \ \ <td><input type="text" value="Search Zone RRs" class="searchinp" name=cSearch onfocus="this.select();" title="Search for zone resource records with a keyword" /></td>\ |
| | 8960 | \ |
| | 8961 | \ \ \ \ \ \ \ \ \ \ \ \ \ \ <td valign="middle" style="padding: 0px 4px 0px 4px;"></td><td class="padlt6rt10"><input type="image" src="/images/btn_mast_search.gif" alt="Search" width="17" height="17" border="0" title="Find one or more zone resource recors based on input search pattern" /></td>\ |
| | 8962 | \ \ \ \ \ \ \ \ \ \ \ \ \ </tr>\ |
| | 8963 | \ \ \ \ \ \ \ \ \ \ \ \ </table>\ |
| | 8964 | \ \ \ \ \ \ \ \ \ \ \ \ <input type=hidden name=gcFunction value=Search>\ |
| | 8965 | \ \ \ \ \ \ \ \ \ \ \ \ <input type=hidden name=gcPage value=Resource>\ |
| | 8966 | \ \ \ \ \ \ \ \ \ \ \ </form>\ \ \ \ \ \ \ \ \ \ |
| | 8967 | \ \ \ \ \ \ \ \ \ \ </td>\ |
| | 8968 | \ \ \ \ \ \ \ \ \ \ \ |
| | 8969 | \ \ \ \ \ \ \ \ \ \ \ |
| | 8970 | \ \ \ \ \ \ \ \ \ </tr>\ |
| | 8971 | \ \ \ \ \ \ \ \ \ </table>\ |
| | 8972 | \ \ \ \ \ \ \ \ </td>\ |
| | 8973 | \ \ \ \ \ \ \ </tr>\ |
| | 8974 | \ |
| | 8975 | \ \ \ </table>\ |
| | 8976 | \ \ </td>\ |
| | 8977 | \ </tr>\ |
| | 8978 | </table>\ |
| | 8979 | \ |
| | 8980 | \ |
| | 8981 | <form method=post action={{cCGI}} style="margin:0px; ">\ |
| | 8982 | <input type=hidden name=gcPage value=Resource>\ |
| | 8983 | <input type=hidden name=uView value='{{cuView}}'>\ |
| | 8984 | <table width=1200 border="0" cellspacing="0" cellpadding="0">\ |
| | 8985 | <tr>\ |
| | 8986 | <td>\ |
| | 8987 | {{gcMessage}}\ |
| | 8988 | <table border="0" cellspacing="0" cellpadding="0" width="100%" style='border: solid gray 1px'>\ |
| | 8989 | <tr>\ |
| | 8990 | <td valign="top" width="9" class="hdrtout padlt8" height="21"></td>\ |
| | 8991 | <td class="hdrtout padlt8" width="33%">\ |
| | 8992 | \ \ <h6 class="modhdr">Wizard Resource Help</h6>\ |
| | 8993 | \ </td>\ |
| | 8994 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 8995 | <td width="10"> </td>\ |
| | 8996 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 8997 | <td class="hdrtout padlt8">\ |
| | 8998 | \ \ <h6 class="modhdr">Step 1/3 - Enter Resource name and Select Resource Type</h6>\ |
| | 8999 | \ </td>\ |
| | 9000 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 9001 | </tr>\ |
| | 9002 | <tr>\ |
| | 9003 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 9004 | <td valign="top">\ |
| | 9005 | \ \ |
| | 9006 | <table border="0" cellspacing="8" cellpadding="0" width="100%" class="table_content">\ |
| | 9007 | \ <tr>\ |
| | 9008 | \ <td> </td>\ |
| | 9009 | \ <td> </td>\ |
| | 9010 | \ </tr>\ |
| | 9011 | \ <tr>\ |
| | 9012 | \ \ <td colspan="2">\ |
| | 9013 | \ \ \ <input type=hidden name=gcPage value=Resource>\ |
| | 9014 | \ \ \ <input type=hidden name=cZone value={{cZone}}>\ |
| | 9015 | \ \ \ <input type=hidden name=uResource value={{uResource}}>\ |
| | 9016 | \ \ \ <input type=hidden name=uNameServer value={{uNameServer}}>\ |
| | 9017 | \ \ \ <br>\ |
| | 9018 | \ \ \ <strong><u>Wizard Hints</u></strong>\ |
| | 9019 | \ \ \ <br>\ |
| | 9020 | \ \ \ At this step, you have to enter the resource record name and select the resource record type. <br>Depending on the selected resource type the data to enter on the next step will be different.<br>Please note that in some cases you can leave the resource record name empty and it will be assumed as the Zone $ORIGIN.<br>Each field has a yellow tool-tip with field specific information. Slowly move your mouse over the open field to read.\ |
| | 9021 | \ \ </td>\ |
| | 9022 | \ </tr>\ |
| | 9023 | \ <tr>\ |
| | 9024 | \ \ <td colspan="2">\ |
| | 9025 | \ \ \ <input class=largeButton type=submit name=gcFunction value='Cancel Resource Wizard' title="Press to Cancel the Wizard and go back to normal mode. Your changes WON'T be saved">\ |
| | 9026 | \ \ </td>\ |
| | 9027 | \ </tr>\ |
| | 9028 | </table>\ |
| | 9029 | \ |
| | 9030 | \ \ |
| | 9031 | \ </td>\ |
| | 9032 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 9033 | <td> </td>\ |
| | 9034 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 9035 | <td valign="top">\ |
| | 9036 | \ |
| | 9037 | \ |
| | 9038 | <table border="0" cellspacing="5" cellpadding="0" width="100%" class="table_content">\ |
| | 9039 | \ <tr>\ |
| | 9040 | \ <td valign="top"> </td>\ |
| | 9041 | \ <td> </td>\ |
| | 9042 | \ </tr>\ \ |
| | 9043 | \ \ |
| | 9044 | \ <tr>\ |
| | 9045 | \ \ <td valign="top">\ |
| | 9046 | \ \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Resource Name')"><strong>Resource Name</strong></a>\ |
| | 9047 | \ \ </td>\ |
| | 9048 | \ \ <td>\ |
| | 9049 | \ \ \ <input title='If empty is the zone, if partial the zone is appended, if fully qualified must end in zone name.' type=text name=cName value='{{cName}}' size=40 maxlength=99 class={{cNameStyle}}>\ |
| | 9050 | \ \ </td>\ |
| | 9051 | \ </tr>\ |
| | 9052 | \ \ |
| | 9053 | \ <tr>\ |
| | 9054 | \ \ <td>\ \ \ \ |
| | 9055 | \ \ \ <a class=inputLink href="#" onClick="open_popup('{{iCGI}}?gcPage=Glossary&cLabel=Resource Type')"><strong>Select Resource Type</strong></a></td>\ |
| | 9056 | \ \ </td>\ |
| | 9057 | \ \ <td>\ |
| | 9058 | \ \ \ {{funcSelectRRTypeWiz}}\ |
| | 9059 | \ \ </td>\ |
| | 9060 | \ </tr>\ |
| | 9061 | \ \ |
| | 9062 | \ <tr>\ |
| | 9063 | \ <td valign="top"> </td>\ |
| | 9064 | \ <td> </td>\ |
| | 9065 | \ </tr>\ |
| | 9066 | \ \ |
| | 9067 | \ <tr>\ |
| | 9068 | \ \ <td colspan="2">\ |
| | 9069 | \ \ \ <input class=smallButton type=submit title='Go to Next Step' name=gcFunction value='Next'>\ |
| | 9070 | \ \ </td>\ |
| | 9071 | \ \ <td>\ |
| | 9072 | \ \ \ |
| | 9073 | \ \ </td>\ |
| | 9074 | \ </tr>\ |
| | 9075 | \ |
| | 9076 | </table>\ |
| | 9077 | \ |
| | 9078 | \ |
| | 9079 | \ \ |
| | 9080 | \ </td>\ |
| | 9081 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 9082 | </tr>\ |
| | 9083 | <tr>\ |
| | 9084 | <td></td>\ |
| | 9085 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 9086 | <td></td>\ |
| | 9087 | <td><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 9088 | <td></td>\ |
| | 9089 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 9090 | <td></td>\ |
| | 9091 | </tr>\ |
| | 9092 | </table>\ |
| | 9093 | \ |
| | 9094 | <br />\ |
| | 9095 | \ |
| | 9096 | \ |
| | 9097 | <table border="0" cellspacing="0" cellpadding="0" width="100%" style='border: solid gray 1px'>\ |
| | 9098 | <tr>\ |
| | 9099 | <td valign="top" width="9" class="hdrtout padlt8" height="21"></td>\ |
| | 9100 | <td class="hdrtout padlt8"><h6 class="modhdr">{{cZone}} Resource Records</td>\ |
| | 9101 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 9102 | </tr>\ |
| | 9103 | <tr>\ |
| | 9104 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 9105 | <td>\ |
| | 9106 | \ \ |
| | 9107 | <table border="0" cellspacing="0" cellpadding="7" width="100%" class="table_content" style="margin-top:5px;">\ |
| | 9108 | \ <tr>\ |
| | 9109 | \ \ <td class="title_list">\ |
| | 9110 | \ \ \ Name\ |
| | 9111 | \ \ </td>\ |
| | 9112 | \ \ <td class="title_list">\ |
| | 9113 | \ \ \ TTL\ |
| | 9114 | \ \ </td>\ |
| | 9115 | \ \ <td class="title_list">\ |
| | 9116 | \ \ \ Type\ |
| | 9117 | \ \ </td>\ |
| | 9118 | \ \ <td class="title_list">\ |
| | 9119 | \ \ \ Parameter 1\ |
| | 9120 | \ \ </td>\ |
| | 9121 | \ \ <td class="title_list">\ |
| | 9122 | \ \ \ Parameter 2\ |
| | 9123 | \ \ </td>\ |
| | 9124 | \ \ <td class="title_list">\ |
| | 9125 | \ \ \ Comment\ |
| | 9126 | \ \ </td>\ |
| | 9127 | \ </tr>\ |
| | 9128 | \ {{funcRRs}}\ |
| | 9129 | </table>\ |
| | 9130 | \ |
| | 9131 | \ |
| | 9132 | \ \ |
| | 9133 | \ </td>\ |
| | 9134 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 9135 | </tr>\ |
| | 9136 | <tr>\ |
| | 9137 | <td></td>\ |
| | 9138 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 9139 | <td></td>\ |
| | 9140 | </tr>\ |
| | 9141 | </table>\ |
| | 9142 | \ |
| | 9143 | \ </td>\ |
| | 9144 | </tr>\ |
| | 9145 | </table>\ |
| | 9146 | <!-- Previous steps form values -->\ |
| | 9147 | <input type=hidden name=cParam1 value="{{cParam1}}">\ |
| | 9148 | <input type=hidden name=cParam2 value="{{cParam2}}">\ |
| | 9149 | <input type=hidden name=cComment value="{{cComment}}">\ |
| | 9150 | <input type=hidden name=uStep value=1>\ |
| | 9151 | </form>\ |
| | 9152 | 1 0 |
| | 9153 | 129 Admin.ResourceWizard.2 1 1 1268734881 0 0 <body marginwidth="0" marginheight="0">\ |
| | 9154 | \ |
| | 9155 | <div align="center" class="standard2colnee">\ |
| | 9156 | \ |
| | 9157 | <table cellspacing="0" cellpadding="0" border="0" width=1200>\ |
| | 9158 | \ <tr valign="top">\ |
| | 9159 | \ <td class="padb20"><img border=0 src=/images/unxsbind.jpg></td>\ |
| | 9160 | \ |
| | 9161 | \ \ <td align="right">\ |
| | 9162 | \ |
| | 9163 | \ |
| | 9164 | \ <!-- one row, one cell table to span the page-->\ |
| | 9165 | \ <table border="0" class="wpsPlaceBar" cellspacing="0" cellpadding="0" width="608">\ |
| | 9166 | \ \ <tr>\ |
| | 9167 | \ |
| | 9168 | \ \ \ <!-- Navigation -->\ |
| | 9169 | \ \ \ <td align="left" background="/images/bgrd_topnav.gif" valign="bottom" nowrap>\ |
| | 9170 | \ \ \ \ <table width="100%" border="0" cellpadding="0" cellspacing="0">\ |
| | 9171 | \ \ \ \ \ <tr>\ |
| | 9172 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 9173 | \ \ \ \ \ \ <a title='System overalll information' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=Dashboard'><b class ="font10pt">Dashboard</b></a>\ |
| | 9174 | \ \ \ \ \ \ </td>\ |
| | 9175 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 9176 | \ \ \ \ \ \ <a title='Company management' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=Customer'><b class ="font10pt">Companies</b></a>\ |
| | 9177 | \ \ \ \ \ \ </td>\ |
| | 9178 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 9179 | \ \ \ \ \ \ <a title='Contact management' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=CustomerUser'><b class ="font10pt">Contacts</b></a>\ |
| | 9180 | \ \ \ \ \ \ </td>\ |
| | 9181 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 9182 | \ \ \ \ \ \ <a title='Zone management' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=Zone&cZone={{cZone}}&uView={{cuView}}'><b class ="font10pt">Zones</b></a>\ |
| | 9183 | \ \ \ \ \ \ </td>\ |
| | 9184 | \ \ \ \ \ \ <td class="wpsSelectedPlace" nowrap height="100%">\ |
| | 9185 | \ \ \ \ \ \ <a title='Zone resource record management' class="wpsSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=Resource&cZone={{cZone}}&uView={{cuView}}'><b class ="font10pt">Resources</b></a>\ |
| | 9186 | \ \ \ \ \ \ </td>\ |
| | 9187 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 9188 | \ \ \ \ \ \ <a title='Bulk import zones and RRs' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=BulkOp'><b class ="font10pt">Bulk Operations</b></a>\ |
| | 9189 | \ \ \ \ \ \ </td>\ |
| | 9190 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 9191 | \ \ \ \ \ \ <a title='Restore deleted zones' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=RestoreZone'><b class ="font10pt">Restore Zones</b></a>\ |
| | 9192 | \ \ \ \ \ \ </td>\ |
| | 9193 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 9194 | \ \ \ \ \ \ <a title='Import IP Auth data into the system' class="wpsUnSelectedPlaceLink" href="idnsAdmin.cgi?&gcPage=IPAuth"><b class ="font10pt">IP Auth</b></a>\ |
| | 9195 | \ \ \ \ \ \ </td>\ |
| | 9196 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 9197 | \ \ \ \ \ \ <a title='Zone and customer use report' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=Report'><b class ="font10pt">Report</b></a>\ |
| | 9198 | \ \ \ \ \ \ </td>\ |
| | 9199 | \ \ \ \ \ \ <td class="wpsUnSelectedPlace" nowrap height="100%">\ |
| | 9200 | \ \ \ \ \ \ <a title='Administrator management' class="wpsUnSelectedPlaceLink" href='idnsAdmin.cgi?gcPage=Administrator'><b class ="font10pt">Administrators</b></a>\ |
| | 9201 | \ \ \ \ \ \ </td>\ |
| | 9202 | \ \ \ \ \ </tr>\ |
| | 9203 | \ \ \ \ </table>\ |
| | 9204 | \ \ \ </td>\ |
| | 9205 | \ \ </tr>\ |
| | 9206 | <tr>\ |
| | 9207 | \ \ <td valign=top align=right class=notice>\ |
| | 9208 | {{gcName}} ({{gcLogin}}) of {{gcOrgName}} is logged in from {{gcHost}} [{{cUserLevel}}] <a title='Erase login cookies' href={{cCGI}}?gcFunction=Logout>Logout\ |
| | 9209 | </a>\ |
| | 9210 | \ {{funcTopInfo}}\ |
| | 9211 | \ </td>\ |
| | 9212 | </tr>\ |
| | 9213 | \ \ \ \ \ \ \ <tr>\ |
| | 9214 | \ \ \ \ \ \ \ \ <td class="mastbg2">\ |
| | 9215 | \ |
| | 9216 | \ \ \ \ \ \ \ \ \ <table cellspacing="0" cellpadding="0" border="0" width="100%">\ |
| | 9217 | \ \ \ \ \ \ \ \ \ <tr valign="top">\ |
| | 9218 | \ \ \ \ \ \ \ \ \ \ \ |
| | 9219 | \ \ \ \ \ \ \ \ \ \ <td align="right" class="padt10">\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
| | 9220 | \ \ \ \ \ \ \ \ \ \ \ <form action=idnsAdmin.cgi method="post">\ |
| | 9221 | \ \ \ \ \ \ \ \ \ \ \ \ <table cellspacing="0" cellpadding="0" border="0">\ |
| | 9222 | \ \ \ \ \ \ \ \ \ \ \ \ \ <tr>\ |
| | 9223 | \ \ \ \ \ \ \ \ \ \ \ \ \ \ <td><input type="text" value="Search Zone RRs" class="searchinp" name=cSearch onfocus="this.select();" title="Search for zone resource records with a keyword" /></td>\ |
| | 9224 | \ |
| | 9225 | \ \ \ \ \ \ \ \ \ \ \ \ \ \ <td valign="middle" style="padding: 0px 4px 0px 4px;"></td><td class="padlt6rt10"><input type="image" src="/images/btn_mast_search.gif" alt="Search" width="17" height="17" border="0" title="Find one or more zone resource recors based on input search pattern" /></td>\ |
| | 9226 | \ \ \ \ \ \ \ \ \ \ \ \ \ </tr>\ |
| | 9227 | \ \ \ \ \ \ \ \ \ \ \ \ </table>\ |
| | 9228 | \ \ \ \ \ \ \ \ \ \ \ \ <input type=hidden name=gcFunction value=Search>\ |
| | 9229 | \ \ \ \ \ \ \ \ \ \ \ \ <input type=hidden name=gcPage value=Resource>\ |
| | 9230 | \ \ \ \ \ \ \ \ \ \ \ </form>\ \ \ \ \ \ \ \ \ \ |
| | 9231 | \ \ \ \ \ \ \ \ \ \ </td>\ |
| | 9232 | \ \ \ \ \ \ \ \ \ \ \ |
| | 9233 | \ \ \ \ \ \ \ \ \ \ \ |
| | 9234 | \ \ \ \ \ \ \ \ \ </tr>\ |
| | 9235 | \ \ \ \ \ \ \ \ \ </table>\ |
| | 9236 | \ \ \ \ \ \ \ \ </td>\ |
| | 9237 | \ \ \ \ \ \ \ </tr>\ |
| | 9238 | \ |
| | 9239 | \ \ \ </table>\ |
| | 9240 | \ \ </td>\ |
| | 9241 | \ </tr>\ |
| | 9242 | </table>\ |
| | 9243 | \ |
| | 9244 | <form method=post action={{cCGI}} style="margin:0px; ">\ |
| | 9245 | <input type=hidden name=gcPage value=Resource>\ |
| | 9246 | <input type=hidden name=uView value='{{cuView}}'>\ |
| | 9247 | <table width=1200 border="0" cellspacing="0" cellpadding="0">\ |
| | 9248 | <tr>\ |
| | 9249 | <td>\ |
| | 9250 | {{gcMessage}}\ \ |
| | 9251 | <table border="0" cellspacing="0" cellpadding="0" width="100%" style='border: solid gray 1px'>\ |
| | 9252 | <tr>\ |
| | 9253 | <td valign="top" width="9" class="hdrtout padlt8" height="21"></td>\ |
| | 9254 | <td class="hdrtout padlt8" width="33%">\ |
| | 9255 | \ \ <h6 class="modhdr">Wizard Resource Help</h6>\ |
| | 9256 | \ </td>\ |
| | 9257 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 9258 | <td width="10"> </td>\ |
| | 9259 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 9260 | <td class="hdrtout padlt8">\ |
| | 9261 | \ \ <h6 class="modhdr">Step 2/3 - Enter Resource Record Parameters</h6>\ |
| | 9262 | \ </td>\ |
| | 9263 | <td valign="top" width="9" class="hdrtout padlt8"></td>\ |
| | 9264 | </tr>\ |
| | 9265 | <tr>\ |
| | 9266 | <td ><img src="/images/clear.gif" width="9" height="9" /></td>\ |
| | 9267 | <td valign="top">\ |
| | 9268 | \ \ |
| | 9269 | <table border="0" cellspacing="8" cellpadding="0" width="100%" class="table_content">\ |
| | 9270 | \ <tr>\ |
| | 9271 | \ <td> </td>\ |
| | 9272 | \ <td> </td>\ |
| | 9273 | \ </tr>\ |
| | 9274 | \ <tr>\ |
| | 9275 | \ \ <td colspan="2">\ |
| | 9276 | \ \ \ <input type=hidden name=gcPage value=Resource>\ |
| | 9277 | \ \ \ <input type=hidden name=cZone value={{cZone}}>\ |
| | 9278 | \ \ \ <input type=hidden name=uResource value={{uResource}}>\ |
| | 9279 | \ \ \ <input type=hidden name=uNameServer value={{uNameServer}}>\ |
| | 9280 | \ \ \ <br>\ |
| | 9281 | \ \ \ <strong><u>Wizard Hints</u></strong>\ |
| | 9282 | \ \ \ <br>\ |
| | 9283 | \ \ \ At this step you enter different values based on the resource type selected in the previous step.<br>Also you may enter a comment for the resource record.<br>Each field has a yellow tool-tip with field specific information. Slowly move your mouse over the open field to read.\ |
| | 9284 | \ \ </td>\ |
| | 9285 | \ </tr>\ |
| | 9286 | \ <tr>\ |
| | 9287 | \ \ <td colspan="2">\ |
| | 9288 | \ \ \ <input class=largeButton type=submit name=gcFunction value='Cancel Resource Wizard' title="Press to Cancel the Wizard and go back to normal mode. Your changes WON'T be saved">\ |
| | 9289 | \ \ </td>\ |
| | 9290 | \ </tr>\ |
| | 9291 | </table>\ |
| | 9292 | \ |
| | 9293 | |