Subversion Repositories DevTools

Rev

Rev 6874 | Rev 6879 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6874 Rev 6877
Line 1317... Line 1317...
1317
      End If
1317
      End If
1318
   next
1318
   next
1319
End Function
1319
End Function
1320
'-----------------------------------------------------------------------------------------------------------------------------
1320
'-----------------------------------------------------------------------------------------------------------------------------
1321
Function ProgressBar ()
1321
Function ProgressBar ()
1322
   ProgressBar = "<DIV name='divProgressBar' id='divProgressBar' style='visibility:hidden;'><img src='icons/i_processing.gif' width='79' height='14'></DIV>"
1322
   ProgressBar = "<span name='divProgressBar' id='divProgressBar' style='visibility:hidden;'><img src='icons/i_processing.gif' width='79' height='14'></span>"
1323
End Function
1323
End Function
1324
'-----------------------------------------------------------------------------------------------------------------------------
1324
'-----------------------------------------------------------------------------------------------------------------------------
1325
' Function:     GetCurrentParameters    
1325
' Function:     GetCurrentParameters    
1326
' Description:  Setup some very basic data that is common to (almost) pages
1326
' Description:  Setup some very basic data that is common to (almost) pages
1327
'               Uses Request("proj_id"), Request("rtag_id") and Request("pv_id")
1327
'               Uses Request("proj_id"), Request("rtag_id") and Request("pv_id")