01.
?>
02.
<td width=
"300"
>
03.
<ol>
04.
<li style=
"display:inline-block; width:30px; border-right: dotted 1px #000; padding:3px;"
>
05.
<font >อนุมัติ</font><br />
06.
<input type=
"checkbox"
name=
"chkEmail[]"
value=
"<? printf($id)?><? printf($status)?>"
>
07.
</li>
08.
09.
<font
class
=
"shadow1"
style=
" width:200px;display:none; position:absolute; background-color:#FFF;"
id=
"removeform<?=$i?><?=$works_ids?>"
>
10.
<span><font color=
"#FF0000"
>ท่านต้องการ ลบ ใช่ หรือ ไม่ </font></span> <img src=
"images/xicon.png"
alt=
""
width=
"15"
height=
"15"
style=
"float:right;"
onClick=
"hiddenLinks('removeform<?=$i?><?=$works_ids?>');return false"
/>
11.
<form name=
"removeform<?=$i?>s<?=$works_ids?>"
id=
"removeform<?=$i?>s<?=$works_ids?>"
action=
""
method=
"post"
>
12.
<input name=
"removeuserid"
type=
"hidden"
value=
"<? printf($NUMBERDOCUMENT); ?>"
>
13.
<input name=
"action"
type=
"hidden"
value=
"remove"
/>
14.
</form>
15.
16.
<div style=
"text-align:center;"
>
17.
<a href=
"#"
class
=
"small red button"
title=
"ลบรายการ"
onclick=
"document.removeform<?=$i?>s<?=$works_ids?>.submit();return false"
>ลบ </a>
18.
</div>
19.
</font>
20.
<li style=
"display:inline-block; width:20px;"
>
21.
<?
$click
=
''
; ?>
22.
<a href=
"#"
title=
"ลบรายการ"
onclick=
"showLinks('removeform<?=$i?><?=$works_ids?>');return false"
>ลบ</a>
23.
</li>
24.
</ol>
25.
</td>
26.
<?
27.
}
28.
?>