2 <script language=
"javascript">
5 if (document
.x12_partner
.name
.value
.length
>0)
8 document
.x12_partner
.submit();
12 document
.x12_partner
.name
.style
.backgroundColor
="red";
13 document
.x12_partner
.name
.focus();
17 function Waittoredirect(delaymsec
) {
22 } while ((et
- st
) < delaymsec
);
28 <form name=
"x12_partner" method=
"post" action=
"{$FORM_ACTION}">
29 <table width=
"400px" style=
"font-size:9pt;" CELLSPACING=
"0" CELLPADDING=
"3" border=
"0">
31 <td colspan=
"2">{xl t='X12 Partner'}
</td>
34 <td ALIGN=
"LEFT" VALIGN=
"MIDDLE" >{xl t='Partner'}
{xl t='Name'}
</td>
35 <td COLSPAN=
"2" ALIGN=
"LEFT" VALIGN=
"MIDDLE" ><input type=
"text" size=
"20" name=
"name" value=
"{$partner->get_name()}" onKeyDown=
"PreventIt(event)" /></td>
38 <td ALIGN=
"LEFT" VALIGN=
"MIDDLE" >{xl t='ID'}
{xl t='Number'}
({xl t='ETIN'})
</td>
39 <td COLSPAN=
"2" VALIGN=
"MIDDLE" ><input type=
"text" size=
"20" name=
"id_number" value=
"{$partner->get_id_number()}" onKeyDown=
"PreventIt(event)" /></td>
42 <td VALIGN=
"MIDDLE" >{xl t='User logon Required Indicator (ISA01~ use
00 or
03)'}
</td>
43 <td COLSPAN=
"2" VALIGN=
"MIDDLE" ><input type=
"text" size=
"2" name=
"x12_isa01" value=
"{$partner->get_x12_isa01()}" onKeyDown=
"PreventIt(event)" /></td>
46 <td VALIGN=
"MIDDLE" >{xl t='User Logon (If
03 above, else leave spaces) (ISA02)'}
</td>
47 <td COLSPAN=
"2" VALIGN=
"MIDDLE" ><input type=
"text" size=
"20" name=
"x12_isa02" value=
"{$partner->get_x12_isa02()}" onKeyDown=
"PreventIt(event)" /></td>
50 <td VALIGN=
"MIDDLE" >{xl t='User password required Indicator (ISA03~ use
00 or
01)'}
</td>
51 <td COLSPAN=
"2" VALIGN=
"MIDDLE" ><input type=
"text" size=
"2" name=
"x12_isa03" value=
"{$partner->get_x12_isa03()}" onKeyDown=
"PreventIt(event)" /></td>
54 <td VALIGN=
"MIDDLE" >{xl t='User Password (ISA04~ if
01 above, else leave spaces)'}
</td>
55 <td COLSPAN=
"2" VALIGN=
"MIDDLE" ><input type=
"text" size=
"20" name=
"x12_isa04" value=
"{$partner->get_x12_isa04()}" onKeyDown=
"PreventIt(event)" /></td>
57 <td VALIGN=
"MIDDLE" >{xl t='Sender ID Qualifier (ISA05)'}
</td>
58 <td COLSPAN=
"2" VALIGN=
"MIDDLE" >{html_options
name=
"x12_isa05" options=$partner-
>get_idqual_array() selected=$partner-
>get_x12_isa05()}
</td>
61 <td VALIGN=
"MIDDLE" >{xl t='Sender ID (ISA06)'}
</td>
62 <td COLSPAN=
"2" VALIGN=
"MIDDLE" ><input type=
"text" size=
"20" name=
"x12_sender_id" value=
"{$partner->get_x12_sender_id()}" onKeyDown=
"PreventIt(event)" /></td>
65 <td VALIGN=
"MIDDLE" >{xl t='Receiver ID Qualifier (ISA07)'}
</td>
66 <td COLSPAN=
"2" VALIGN=
"MIDDLE" >{html_options
name=
"x12_isa07" options=$partner-
>get_idqual_array() selected=$partner-
>get_x12_isa07()}
</td>
69 <td VALIGN=
"MIDDLE" >{xl t='Receiver ID (ISA08)'}
</td>
70 <td COLSPAN=
"2" VALIGN=
"MIDDLE" ><input type=
"text" size=
"20" name=
"x12_receiver_id" value=
"{$partner->get_x12_receiver_id()}" onKeyDown=
"PreventIt(event)" /></td>
73 <td VALIGN=
"MIDDLE" >{xl t='Acknowledgment Requested (ISA14)'}
</td>
74 <td COLSPAN=
"2" VALIGN=
"MIDDLE" >{html_options
name=
"x12_isa14" options=$partner-
>get_x12_isa14_array() selected=$partner-
>get_x12_isa14()}
</td>
77 <td VALIGN=
"MIDDLE" >{xl t='Usage Indicator (ISA15)'}
</td>
78 <td COLSPAN=
"2" VALIGN=
"MIDDLE" >{html_options
name=
"x12_isa15" options=$partner-
>get_x12_isa15_array() selected=$partner-
>get_x12_isa15()}
</td>
81 <td VALIGN=
"MIDDLE" >{xl t='Application Sender Code (GS02)'}
</td>
82 <td COLSPAN=
"2" VALIGN=
"MIDDLE" ><input type=
"text" size=
"20" name=
"x12_gs02" value=
"{$partner->get_x12_gs02()}" onKeyDown=
"PreventIt(event)" /></td>
85 <td VALIGN=
"MIDDLE" >{xl t='Submitter EDI Access Number (PER06)'}
</td>
86 <td COLSPAN=
"2" VALIGN=
"MIDDLE" ><input type=
"text" size=
"20" name=
"x12_per06" value=
"{$partner->get_x12_per06()}" onKeyDown=
"PreventIt(event)" /></td>
89 <td VALIGN=
"MIDDLE" >{xl t='Version'}
</td>
90 <td COLSPAN=
"2" VALIGN=
"MIDDLE" >{html_options
name=
"x12_version" options=$partner-
>get_x12_version_array() selected=$partner-
>get_x12_version()}
</td>
93 <td VALIGN=
"MIDDLE" >{xl t='Processing'}
{xl t='Format'}
</td>
94 <td COLSPAN=
"2" VALIGN=
"MIDDLE" >{html_options
name=
"processing_format" options=$partner-
>get_processing_format_array() selected=$partner-
>get_processing_format()}
</td>
97 <td VALIGN=
"MIDDLE" >{xl t='Application Receiver Code (GS03 - If blank ISA08 will be used)'}
</td>
98 <td COLSPAN=
"2" VALIGN=
"MIDDLE" ><input type=
"text" size=
"20" name=
"x12_gs03" value=
"{$partner->get_x12_gs03()}" onKeyDown=
"PreventIt(event)" maxlength=
"15"/></td>
100 <tr height=
"25"><td colspan=
"2"> </td></tr>
103 {if $partner-
>get_id() eq
""}
104 <a class=
"css_button" href=
"javascript:add_x12();"><span>{xl t='Save'}
</span></a>
107 <a class=
"css_button" href=
"javascript:add_x12();"><span>{xl t='Save'}
</span></a>
109 <a href=
"controller.php?practice_settings&x12_partner&action=list" {php} if (!$GLOBALS['concurrent_layout']) echo
"target='Main'"; {/php}
class=
"css_button" onclick=
"top.restoreSession()">
110 <span>{xl t='Cancel'}
</span></a></td>
113 <input type=
"hidden" name=
"id" value=
"{$partner->id}" />
114 <input type=
"hidden" name=
"process" value=
"{$PROCESS}" />
115 <input type=
"hidden" name=
"sub" value=
"no" />