TDLM01.tpl 1.11 KB
<html>
<head>
<style type="text/css">
<!--
.info_font_70_n{
	font-size: 10px;
	}
.info_font_80_n{
	font-size: 11px;
	}
.info_font_14_n{
	font-size: 14px;
	}
-->	
</style>
<link rel="stylesheet" type="text/css" href="basefont.css">
<link rel="stylesheet" type="text/css" href="./css/global.css">
<link rel="stylesheet" type="text/css" href="./css/header_menu.css">
</head>
<body BGCOLOR="#FFFFFF" onLoad="Init()">
<form name="e_gru">
<table cellSpacing="0" cellPadding="0" width="100%">
<!--{section name=item loop=$strTodo}-->
	<tr>
		<td class="info_font_70_n">&nbsp;</td>
		<td class="info_font_14_n">
			<a href="TDL001.php" target="_parent" onmouseover="Mover('<!--{$File_Count[item]}-->')" onmouseout="Mout('<!--{$File_Count[item]}-->')">
			<!--{$strTodo[item]}-->
			</a>
		</td>
		<td class="info_font_14_n"><!--{$strData[item]}--></td>
		<td class="info_font_14_n" align="right">
			<select id="prog_<!--{$seq[item]}-->" onChange="prog_up(<!--{$seq[item]}-->);" class="info_font_80_n">
				<!--{$strProg[item]}-->
			</select>%&nbsp;
		</td>
	</tr>
<!--{/section}-->
<!--{$hiddenComment}-->
</table>
</form>
</body>
</html>