|
End User Documentation
|
3.2.6 - AutoSurf Bar - - (gptenav.cgi)
Launch the AutoSurf bar by the URL: <Your Site URL>/cgi-bin/gptenav.cgi
The file autosurf.html included in the pages dir is the source file of the AutoSurf bar and can be freely customized, however it must contain:
- A
<div>
tag with the id clock_display
in the which the timer will be shown.
- A global javascript function named
Reset_Timer()
which runs when the timer is reset.
- A global javascript function named
Show_Done_Credit()
which shows that the user has been credited.
- A javascript function which call
top.nvcrdt.Pause_Timer()
to pause the timer.
- A javascript function which call
top.nvcrdt.Resume_Timer()
to resume the timer.