| Line 28... |
Line 28... |
| 28 |
'------------ Variable Definition -------------
|
28 |
'------------ Variable Definition -------------
|
| 29 |
Dim rsTemp
|
29 |
Dim rsTemp
|
| 30 |
Dim rsQry
|
30 |
Dim rsQry
|
| 31 |
Dim canDelete : canDelete = FALSE
|
31 |
Dim canDelete : canDelete = FALSE
|
| 32 |
'------------ Constants Declaration -----------
|
32 |
'------------ Constants Declaration -----------
|
| 33 |
Const LIMG_USER = "<img src='images/i_user.gif' width='16' height='16' hspace='2' border='0' align='absmiddle'>"
|
- |
|
| 34 |
Const LIMG_USER_DISABLED = "<img src='images/i_user_disabled.gif' width='16' height='16' hspace='2' border='0' align='absmiddle'>"
|
- |
|
| 35 |
|
- |
|
| 36 |
Const LIMG_NDEL = "<img src='icons/i_remove.gif' width='16' height='16' hspace='2' border='0' align='absmiddle'>"
|
- |
|
| 37 |
Const LIMG_NDEL_DISABLED = "<img src='icons/i_remove_dis.gif' width='16' height='16' hspace='2' border='0' align='absmiddle' class='lessOpacity'>"
|
- |
|
| 38 |
|
- |
|
| 39 |
'------------ Variable Init -------------------
|
33 |
'------------ Variable Init -------------------
|
| 40 |
canDelete = canActionControlInProject("AdminView")
|
34 |
canDelete = canActionControlInProject("AdminView")
|
| 41 |
'----------------------------------------------
|
35 |
'----------------------------------------------
|
| 42 |
%>
|
36 |
%>
|
| 43 |
<html>
|
37 |
<html>
|