示例#1
0
		<a href="javascript:;" onclick="Uversa.SureInvoice.Calendar.show('timestamp')"><img width="16" height="16" border="0" src="images/dynCalendar.gif"/></a>&nbsp;
	</TD>
</TR>
<TR>
	<TD CLASS="form_field_header_cell">Company:</TD>
	<TD CLASS="form_field_cell"><?php 
echo SI_Company::getName($payment->company_id);
?>
</TD>
</TR>
<TR>
	<TD CLASS="form_field_header_cell">Payment Type:</TD>
	<TD CLASS="form_field_cell">
		<SELECT NAME="type" CLASS="input_text">
			<?php 
echo SI_Payment::getTypeSelectTags($payment->type);
?>
		</SELECT>
	</TD>
</TR>
<TR>
	<TD CLASS="form_field_header_cell">Amount:</TD>
	<TD CLASS="form_field_cell"><INPUT NAME="amount" ID="amount" CLASS="input_text" SIZE="10" TYPE="text" VALUE="<?php 
echo $payment->amount;
?>
"></TD>
</TR>
<TR>
	<TD CLASS="form_field_header_cell">Auth Code:</TD>
	<TD CLASS="form_field_cell"><INPUT NAME="auth_code" CLASS="input_text" SIZE="10" TYPE="text" VALUE="<?php 
echo $payment->auth_code;