MDT040.tpl 1.91 KB
<table cellpadding="0" cellspacing="0" boder="0" class="mainColor">
<tr>
	<td>
		<table cellspacing="1" cellpadding="1" border="0">
			<tr class="toneDown" align="center">
				<td width="340" class="Normalfont">ファイル名 <a href="javascript:LoadData_Sort(<!--{$intFolder}-->,<!--{$Sort_Flg1}-->,<!--{$Sort_Flg2}-->,0)";><!--{$Sort_Data1}--></a></td>
				<td width="160" class="Normalfont">登録日 <a href="javascript:LoadData_Sort(<!--{$intFolder}-->,<!--{$Sort_Flg1}-->,<!--{$Sort_Flg2}-->,1)";><!--{$Sort_Data2}--></a></td>
				<td width="230">&nbsp;</td>
			</tr>
			<!--{section name=item loop=$File_seq}-->
				<tr bgcolor="#FFFFFF">
					<td width="340" class="link_color">
						<a href='javascript:DownFile("<!--{$TempPath}--><!--{$File_filename[item]}-->","<!--{$File_filename_jp[item]}-->")' onmouseover="Mover('<!--{$File_Count[item]}-->')" onmouseout="Mout('<!--{$File_Count[item]}-->')">
							<span class="Normalfont"><!--{$File_filename_jp[item]}--></span>
						</a>
						<span class="SmallBold"><!--{$File_lock_Sya[item]}--></span>
					</td>
					<td width="160" align="center"> <span class="Normalfont"><!--{$File_up_date[item]}-->	<!--{$File_up_time[item]}--></span></td>
					<td width="230" align="center">
						<INPUT style="width:70px" type="button" id="FLUpd_<!--{$File_seq[item]}-->" onclick="Input_File(<!--{$File_seq[item]}-->);" value="修正" <!--{$File_lock_Mode[0][item]}--> <!--{$PHP_DISABLED}-->>
						<INPUT style="width:70px" type="button" id="FLDel_<!--{$File_seq[item]}-->" onclick="Del_File(<!--{$File_seq[item]}-->);" value="削除" <!--{$File_lock_Mode[1][item]}--> <!--{$PHP_DISABLED}-->>
						<INPUT style="width:70px" type="button" id="FLock_<!--{$File_seq[item]}-->" onclick="Lock_File(<!--{$File_seq[item]}-->);" value="<!--{$File_lock_Name[item]}-->" <!--{$File_lock_Mode[2][item]}--> <!--{$PHP_DISABLED}-->>
				 	</td>
				</tr>
			<!--{/section}-->
			<!--{$hiddenComment}-->
	</table>
</td>
</tr>
</table>