SIM0210.tpl 26.2 KB

	<div class="SimMiddle">
		<br>
		<div class="SimTitle">
			<span id="titletxt">入出金画面</span>
		</div>
		<div class="SimMain">
			<table>
				<tr>
					<td>
						<table>
							<tr>
								<td>入力する年</td>
								<td>
									<select name="yyyy" onchange="chg_lst('y');">
										{$lstY}
									</select>年 
								</td>
								<td>  収支選択</td>
								<td>
									<select name="sMode" onchange="chg_lst('s')">
									<!--{if $sMode=="1" || $sMode==""}-->
										<option value="1" selected>{$DEFARR[9]}</option>
										<option value="2" >{$DEFARR[8]}</option>
									<!--{/if}-->
									<!--{if $sMode=="2"}-->
										<option value="1">{$DEFARR[9]}</option>
										<option value="2" selected>{$DEFARR[8]}</option>
									<!--{/if}-->
									</select> 
								</td>
								<td>
									  <img src="./templates/img/empty.gif" width="0" border="0">  
								</td>
								<td>
									  <img src="./templates/img/empty.gif" width="0" border="0">  
								</td>
								<td>
									  <img src="./templates/img/empty.gif" width="0" border="0">  
								</td>
								<td>
									<!--{if $PHP_USER_SHIKIN == 1 || $PHP_USER_SHIKIN == 99 }-->
										<input type="button" class="SimCancelButton" value=" 資金繰表へ " onclick="lnk_Table();">
									<!--{/if}-->
									  <input type="button" class="SimCancelButton" value=" 入出金一覧へ " onclick="lnk_list('1');">
									  <input type="button" class="SimCancelButton" value=" メニューへ " onclick="location.href='SIM0100.php'">
								</td>
							</tr>
							<tr>
								<td>{$DEFARR[5]}</td>
								<td>
									<select name="bSeq" onchange="chg_lst('b');">
										{$bunrui}
									</select> 
								</td>
								<td>  {$DEFARR[6]}</td>
								<td>
									<select name="dSeq" onchange="chg_lst('d');">
										{$dkoumoku}
									</select>
								</td>
								<td>  {$DEFARR[7]}</td>
								<td>
									<select name="cSeq" onchange="chg_lst('c');">
										{$ckoumoku}
									</select>
								</td>
								<td>
									  <img src="./templates/img/empty.gif" width="0" border="0">  
								</td>
								<td >
									<!--{if $kName|@count > 0 }-->
										<input type="button" class="SimOkButton" value="  データ登録  " onclick="chk_up('{$sMode}');">
									<!--{/if}-->
									
								</td>
							</tr>
							<tr>
								<td valign="bottom" colspan="7">
								<!--{if ($sMode=="1" && $chgmode=="") || ($sMode=="2" && $chgmode=="s") || ($sMode=="")}-->
									<span class="SimCommentIn">■入力金額 <FONT>{$DEFARR[9]}  </FONT></span>
								<!--{/if}-->
								<!--{if ($sMode=="2" && $chgmode=="") || ($sMode=="1" && $chgmode=="s")}-->
									<span class="SimCommentOut">■入力金額 <FONT>{$DEFARR[8]}  </FONT></span>
								<!--{/if}-->
								</td>
								<td valign="bottom" align="right">
									  <span class="SimComment">(単位:{$sUnitName})</span>
								<td>
							</tr>
						</table>
					</td>
				</tr>
			</table>
		<!--{if ($sMode=="1" && $chgmode=="") || ($sMode=="2" && $chgmode=="s") || ($sMode=="")}-->
			<table>
				<tr>
					<td colspan="3">
						<table class="SimNyukinTab">
							<tr>
								<th class="SimListTabHead">{$DEFARR[5]}</th>
								<th class="SimListTabHead">{$DEFARR[6]}</th>
								<th class="SimListTabHead">{$DEFARR[7]}<BR><input type="button" class="SimCancelButton2" value="追加" onclick="lnk_shoukubun();"></th>
								<th class="SimListTabHead">1月</th>
								<th class="SimListTabHead">2月</th>
								<th class="SimListTabHead">3月</th>
								<th class="SimListTabHead">4月</th>
								<th class="SimListTabHead">5月</th>
								<th class="SimListTabHead">6月</th>
								<th class="SimListTabHead">7月</th>
								<th class="SimListTabHead">8月</th>
								<th class="SimListTabHead">9月</th>
								<th class="SimListTabHead">10月</th>
								<th class="SimListTabHead">11月</th>
								<th class="SimListTabHead">12月</th>
							</tr>
			
							<!--{section name=item loop=$objTabDat}-->
							<tr>
								<!--{if $objTabDat[item.index]->bunrui_name == $objTabDat[item.index_prev]->bunrui_name }-->
								<th class="SimIncomehid"></th>
								<!--{else} -->
								<th class="SimIncomeSide">{$objTabDat[item]->bunrui_name}</th>
								<!--{/if} -->
								
								<!--{if $objTabDat[item]->kt_name == $objTabDat[item.index_prev]->kt_name}-->
								<th class="SimIncomehid"></th>
								<!--{else} -->
								<th class="SimIncomeSide">{$objTabDat[item]->kt_name}</th>
								<!--{/if} -->
								
								<th class="SimIncomeSide">{$objTabDat[item]->kt2_name}<input type="hidden" name="kSeqIn[]" value="{$kSeq[item]}"></th>
	
								<td><input type="text" name="txtin1[]" value="{$dataIn[item][0]}" size="8" maxlength="9"><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','1', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}')   ;"><!--{if mb_strlen($CommentTxt[item][0],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][0] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(1,{$smarty.section.item.index},1);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(1,{$smarty.section.item.index},1);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtin2[]" value="{$dataIn[item][1]}" size="8" maxlength="9"><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','2', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}')   ;"><!--{if mb_strlen($CommentTxt[item][1],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][1] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(2,{$smarty.section.item.index},1);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(2,{$smarty.section.item.index},1);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtin3[]" value="{$dataIn[item][2]}" size="8" maxlength="9"><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','3', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}')   ;"><!--{if mb_strlen($CommentTxt[item][2],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][2] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(3,{$smarty.section.item.index},1);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(3,{$smarty.section.item.index},1);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtin4[]" value="{$dataIn[item][3]}" size="8" maxlength="9"><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','4', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}')   ;"><!--{if mb_strlen($CommentTxt[item][3],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][3] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(4,{$smarty.section.item.index},1);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(4,{$smarty.section.item.index},1);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtin5[]" value="{$dataIn[item][4]}" size="8" maxlength="9"><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','5', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}')   ;"><!--{if mb_strlen($CommentTxt[item][4],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][4] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(5,{$smarty.section.item.index},1);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(5,{$smarty.section.item.index},1);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtin6[]" value="{$dataIn[item][5]}" size="8" maxlength="9"><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','6', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}')   ;"><!--{if mb_strlen($CommentTxt[item][5],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][5] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(6,{$smarty.section.item.index},1);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(6,{$smarty.section.item.index},1);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtin7[]" value="{$dataIn[item][6]}" size="8" maxlength="9"><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','7', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}')   ;"><!--{if mb_strlen($CommentTxt[item][6],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][6] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(7,{$smarty.section.item.index},1);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(7,{$smarty.section.item.index},1);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtin8[]" value="{$dataIn[item][7]}" size="8" maxlength="9"><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','8', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}')   ;"><!--{if mb_strlen($CommentTxt[item][7],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][7] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(8,{$smarty.section.item.index},1);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(8,{$smarty.section.item.index},1);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtin9[]" value="{$dataIn[item][8]}" size="8" maxlength="9"><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','9', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}')   ;"><!--{if mb_strlen($CommentTxt[item][8],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][8] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(9,{$smarty.section.item.index},1);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(9,{$smarty.section.item.index},1);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtin10[]" value="{$dataIn[item][9]}" size="8" maxlength="9"><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','10', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}') ;"><!--{if mb_strlen($CommentTxt[item][9],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][9] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(10,{$smarty.section.item.index},1);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(10,{$smarty.section.item.index},1);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtin11[]" value="{$dataIn[item][10]}" size="8" maxlength="9"><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','11', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}');"><!--{if mb_strlen($CommentTxt[item][10], "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][10]}"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(11,{$smarty.section.item.index},1);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> </td>
								<td><input type="text" name="txtin12[]" value="{$dataIn[item][11]}" size="8" maxlength="9"><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','12', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}');"><!--{if mb_strlen($CommentTxt[item][11], "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][11]}"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a>   </td>
							</tr>
						<!--{/section}-->
						</table>
						
					</td>
				</tr>
			</table>
		<!--{/if}-->
			
		<!--{if ($sMode=="2" && $chgmode=="") || ($sMode=="1" && $chgmode=="s")}-->
			<table>
				<tr>
					<td colspan="3">
						<table class="SimNyukinTab">
							<tr>
								<th class="SimListTabHead">{$DEFARR[5]}</th>
								<th class="SimListTabHead">{$DEFARR[6]}</th>
								<th class="SimListTabHead">{$DEFARR[7]}<BR><input type="button" class="SimCancelButton2" value="追加" onclick="lnk_shoukubun();"></th>
								<th class="SimListTabHead">1月</th>
								<th class="SimListTabHead">2月</th>
								<th class="SimListTabHead">3月</th>
								<th class="SimListTabHead">4月</th>
								<th class="SimListTabHead">5月</th>
								<th class="SimListTabHead">6月</th>
								<th class="SimListTabHead">7月</th>
								<th class="SimListTabHead">8月</th>
								<th class="SimListTabHead">9月</th>
								<th class="SimListTabHead">10月</th>
								<th class="SimListTabHead">11月</th>
								<th class="SimListTabHead">12月</th>
							</tr>
							<!--{section name=item loop=$objTabDat}-->
							<tr>
								<!--{if $objTabDat[item.index]->bunrui_name == $objTabDat[item.index_prev]->bunrui_name }-->
								<th class="SimExpendhid"></th>
								<!--{else} -->
								<th class="SimExpendSide">{$objTabDat[item]->bunrui_name}</th>
								<!--{/if} -->
								<!--{if $objTabDat[item]->kt_name == $objTabDat[item.index_prev]->kt_name}-->
								<th class="SimExpendhid"></th>
								<!--{else} -->
								<th class="SimExpendSide">{$objTabDat[item]->kt_name}</th>
								<!--{/if} -->
								<th class="SimExpendSide">{$objTabDat[item]->kt2_name}<input type="hidden" name="kSeqOut[]" value="{$kSeq[item]}"></th>
								<td><input type="text" name="txtout1[]" value="{$dataOut[item][0]}" size="8" maxlength="9"  ><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','1', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}');" ><!--{if mb_strlen($CommentTxt[item][0],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][0] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(1,{$smarty.section.item.index},2);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(1,{$smarty.section.item.index},2);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtout2[]" value="{$dataOut[item][1]}" size="8" maxlength="9"  ><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','2', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}');" ><!--{if mb_strlen($CommentTxt[item][1],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][1] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(2,{$smarty.section.item.index},2);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(2,{$smarty.section.item.index},2);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtout3[]" value="{$dataOut[item][2]}" size="8" maxlength="9"  ><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','3', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}');" ><!--{if mb_strlen($CommentTxt[item][2],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][2] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(3,{$smarty.section.item.index},2);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(3,{$smarty.section.item.index},2);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtout4[]" value="{$dataOut[item][3]}" size="8" maxlength="9"  ><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','4', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}');" ><!--{if mb_strlen($CommentTxt[item][3],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][3] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(4,{$smarty.section.item.index},2);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(4,{$smarty.section.item.index},2);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtout5[]" value="{$dataOut[item][4]}" size="8" maxlength="9"  ><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','5', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}');" ><!--{if mb_strlen($CommentTxt[item][4],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][4] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(5,{$smarty.section.item.index},2);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(5,{$smarty.section.item.index},2);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtout6[]" value="{$dataOut[item][5]}" size="8" maxlength="9"  ><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','6', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}');" ><!--{if mb_strlen($CommentTxt[item][5],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][5] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(6,{$smarty.section.item.index},2);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(6,{$smarty.section.item.index},2);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtout7[]" value="{$dataOut[item][6]}" size="8" maxlength="9"  ><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','7', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}');" ><!--{if mb_strlen($CommentTxt[item][6],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][6] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(7,{$smarty.section.item.index},2);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(7,{$smarty.section.item.index},2);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtout8[]" value="{$dataOut[item][7]}" size="8" maxlength="9"  ><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','8', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}');" ><!--{if mb_strlen($CommentTxt[item][7],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][7] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(8,{$smarty.section.item.index},2);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(8,{$smarty.section.item.index},2);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtout9[]" value="{$dataOut[item][8]}" size="8" maxlength="9"  ><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','9', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}');" ><!--{if mb_strlen($CommentTxt[item][8],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][8] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(9,{$smarty.section.item.index},2);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(9,{$smarty.section.item.index},2);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtout10[]" value="{$dataOut[item][9]}" size="8" maxlength="9" ><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','10', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}');"><!--{if mb_strlen($CommentTxt[item][9],  "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][9] }"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(10,{$smarty.section.item.index},2);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> <a href="javascript:cp_tolast(10,{$smarty.section.item.index},2);"><img src="./templates/img/copy2.gif" border="0" alt="12月までコピー"></a></td>
								<td><input type="text" name="txtout11[]" value="{$dataOut[item][10]}" size="8" maxlength="9"><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','11', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}');"><!--{if mb_strlen($CommentTxt[item][10], "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][10]}"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a> <a href="javascript:cp_money(11,{$smarty.section.item.index},2);"><img src="./templates/img/copy.gif" border="0" alt="翌月にコピー"></a> </td>
								<td><input type="text" name="txtout12[]" value="{$dataOut[item][11]}" size="8" maxlength="9"><br><a href="javascript:lnk_comment('{$smarty.section.item.index}','{$sMode}','{$yyyy}','12', '{$objTabDat[item]->bunrui_seq}','{$objTabDat[item]->kt_seq}','{$objTabDat[item]->kt2_seq}');"><!--{if mb_strlen($CommentTxt[item][11], "EUC-JP") > 0 }--><img class="comclass" src="./templates/img/writemini.gif" border="0" title="{$CommentTxt[item][11]}"><!--{else}--><img src="./templates/img/writemini_no.gif" border="0"><!--{/if}--></a>    </td>
							</tr>
							<!--{/section}-->
						</table>
					</td>
				</tr>
			</table>
		<!--{/if}-->

			<table>
				<tr>
					<td width="480" rowspan="2">
						<div class="SimCommentFoot">
						  <img src="./templates/img/writemini_no.gif" border="0">をクリックすると金額にコメントを記入できます。<br>
						  既にコメントが記入されている場合 <img src="./templates/img/writemini.gif" border="0"> が表示されます。<br>
						  <img src="./templates/img/copy.gif" border="0" alt="翌月にコピー">をクリックすると当月の金額を翌月にコピーします。<br>
						  <img src="./templates/img/copy2.gif" border="0" alt="12月までコピー">をクリックすると当月の金額を12月までコピーします。<br>
						  翌月の金額を入力する場合は、入力する年を切り替えてください。<br>
						</div>
					</td>
					<td width="70" rowspan="2">
					</td>
					<td valign="bottom">
						<!--{if $PHP_USER_SHIKIN == 1 || $PHP_USER_SHIKIN == 99 }-->
							<input type="button" class="SimCancelButton" value=" 資金繰表へ " onclick="lnk_Table();">
						<!--{/if}-->
						  <input type="button" class="SimCancelButton" value=" 入出金一覧へ " onclick="lnk_list('1');">
						  <input type="button" class="SimCancelButton" value=" メニューへ " onclick="location.href='SIM0100.php'">
					</td>
				</tr>
				<tr>
					<td valign="top">
						<!--{if $kName|@count > 0 }-->
							<input type="button" class="SimOkButton" value="  データ登録  " onclick="chk_up('{$sMode}');">
						<!--{/if}-->
					</td>
				</tr>
			</table>
		</div>
		<br>
	</div>