| Line 31... |
Line 31... |
| 31 |
'------------ Variable Definition -------------
|
31 |
'------------ Variable Definition -------------
|
| 32 |
Dim sPrevPage
|
32 |
Dim sPrevPage
|
| 33 |
Dim parProjId
|
33 |
Dim parProjId
|
| 34 |
Dim canDelete
|
34 |
Dim canDelete
|
| 35 |
'------------ Constants Declaration -----------
|
35 |
'------------ Constants Declaration -----------
|
| 36 |
Const LIMG_USER = "<img src='images/i_user.gif' width='16' height='16' hspace='2' border='0' align='absmiddle'>"
|
- |
|
| 37 |
Const LIMG_USER_DISABLED = "<img src='images/i_user_disabled.gif' width='16' height='16' hspace='2' border='0' align='absmiddle'>"
|
- |
|
| 38 |
|
- |
|
| 39 |
Const LIMG_NDEL = "<img src='icons/i_remove.gif' width='16' height='16' hspace='2' border='0' align='absmiddle'>"
|
- |
|
| 40 |
Const LIMG_NDEL_DISABLED = "<img src='icons/i_remove_dis.gif' width='16' height='16' hspace='2' border='0' align='absmiddle' class='lessOpacity'>"
|
- |
|
| 41 |
|
- |
|
| 42 |
'------------ Variable Init -------------------
|
36 |
'------------ Variable Init -------------------
|
| 43 |
parProjId = Request("proj_id")
|
37 |
parProjId = Request("proj_id")
|
| 44 |
sPrevPage = QStrParDefault("prevPage", Request.ServerVariables("HTTP_REFERER"))
|
38 |
sPrevPage = QStrParDefault("prevPage", Request.ServerVariables("HTTP_REFERER"))
|
| 45 |
canDelete = canActionControlInProject("AdminView")
|
39 |
canDelete = canActionControlInProject("AdminView")
|
| 46 |
|
40 |
|