| Line 1351... |
Line 1351... |
| 1351 |
inArray=true
|
1351 |
inArray=true
|
| 1352 |
End If
|
1352 |
End If
|
| 1353 |
next
|
1353 |
next
|
| 1354 |
End Function
|
1354 |
End Function
|
| 1355 |
'-----------------------------------------------------------------------------------------------------------------------------
|
1355 |
'-----------------------------------------------------------------------------------------------------------------------------
|
| 1356 |
Function ProgressBar ()
|
- |
|
| 1357 |
ProgressBar = "<span name='divProgressBar' id='divProgressBar' style='visibility:hidden;'><img src='icons/i_processing.gif' width='79' height='14'></span>"
|
- |
|
| 1358 |
End Function
|
- |
|
| 1359 |
'-----------------------------------------------------------------------------------------------------------------------------
|
- |
|
| 1360 |
' Function: GetCurrentParameters
|
1356 |
' Function: GetCurrentParameters
|
| 1361 |
' Description: Setup some very basic data that is common to (almost) pages
|
1357 |
' Description: Setup some very basic data that is common to (almost) pages
|
| 1362 |
' Uses Request("proj_id"), Request("rtag_id") and Request("pv_id")
|
1358 |
' Uses Request("proj_id"), Request("rtag_id") and Request("pv_id")
|
| 1363 |
'
|
1359 |
'
|
| 1364 |
' Given an rtag_id it will determine the enclosing project
|
1360 |
' Given an rtag_id it will determine the enclosing project
|