TDLM01.tpl
1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<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"> </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>%
</td>
</tr>
<!--{/section}-->
<!--{$hiddenComment}-->
</table>
</form>
</body>
</html>