ZIS9130.tpl 873 Bytes
<table border="0" cellpadding="1" cellspacing="1" bgcolor="#ffffff" width="250">
	<tr>
		<th width="50%" class="ConfKubunTh">勘定科目名</th>
		<td width="50%" class="ConfKubunTd" align="left"><INPUT size="20" name="txtInpName" value="{$txtInpName}"></td>
	</tr>
</table>
<table width="250">
	<tr>
		<td width="33%" align="center">
			<input type="button" class="btnGo" name="btnTuroku" value="更新"  onclick="return Input_Update();">
		</td>
		<td width="34%" align="center">
			<input type="button" class="btnDelete" name="btnTuroku" value="削除"  onclick="return Input_Delete();">
		</td>
		<td width="33%" align="center">
			<input type="button" class="btnCancel" name="btnTuroku" value="キャンセル"  onclick="Input_Close('{$div_id}');">
		</td>
	</tr>
</table>
<input name="kamoku_id" type="hidden" value="{$kamoku_id}">
<input name="pMode"     type="hidden" value="">