<< expand file='/include.htx' /expand expand file='/support/randomImage.htx' /expand #/expand file='/support/jsGenMenu.htx' /expand/# VDB = '/map/videos' buttonStartText = 'Data Entry' buttonPrintText = 'Print Master Survey' if undefined(mapLoggedIn) then mapLoggedIn = 'FALSE' /if if undefined(thisVideo) then thisVideo = '' /if >> <> << copy file='/featurepics/credits.lst' ts=',' to tmp /copy tmp = getcolnoteq(tmp, 1, "") tmp = getcolnoteq(tmp, 1, "ERROR") fIdx = random(1, rows(tmp)) featurepic = tmp[1,fIdx] featuretxt = tmp[2,fIdx] featurelnk = tmp[3,fIdx] >> ArtPRIDE NJ MAP Vidoe Display <> <<#/jsGenScriptSection/#>>
return to main page

<<#/ ############################################################################# /#>> <<#/ Start of LEFT Section /#>> <<#/ Use this section for extra menus, rollover lists, buttons, instructions, etc. /#>> <<#/ ############################################################################# /#>>
<>
<< vList = dbfind(VDB,'',1,999,'RECORD,V_TITLE') if dbresults[2,1]=0 then display 'No Videos Found' /display else display '
    '+LF /display for name=vList rowname=v do display '
  • '+v[2]+'
  • '+LF /display /for display '
'+LF /display /if >>
<<#/ ########################### End of LEFT Section ########################### /#>>



<<#/ ############################################################################## /#>> <<#/ Start of RIGHT Section /#>> <<#/ Use this section for main content, rollover displays, etc. /#>> <<#/ ############################################################################## /#>> MAP: Measuring Arts Participation

<< if undefined(thisVideo) then display ^ Please select a video from the list in the left-hand column. ^/display else ret = dbgetrec(VDB, thisVideo) if ret[1,1]<>'TRUE' or ret[2,1]=0 then display ^ The video you selected could not be found. ^/display else #/ Clear all of the operation parameters. then load the appropriate /# #/ configuration file. If set, these values tell us how to format /# #/ the object and/or embed tags correctly for each video type. /# classid = "" codebase = "" objtype = "" objParams = "" pluginspage = "" embedtype = "" embedParams = "" controlSize = 0 videoFile = '/map/files/'+V_FILENAME videoConfigFile = 'videoConfig-'+cut(chopleft(V_FILENAME, '.'), '.')+'.htx' if isfile(videoConfigFile) then expand file=videoConfigFile /expand /if display ^ ^ /display if isdefined(pluginspage) then display ^ ^ /display /if display LF+^
^+V_TITLE+^
'' then display LF+^ classid="clsid:^+classid+^"^ /display /if if codebase<>'' then display LF+^ codebase="^+codebase+^"^ /display /if if objtype<>'' then display LF+^ type="^+objtype+^"^ /display /if display ^ width="^+V_WIDTH+^" height="^+(V_HEIGHT+controlSize)+^" hspace="0" vspace="0">^ /display if isdefined(objParams) then objParamList = stringToTable(objParams,'=',LF) for name=objParamList rowname=op do if undefined(op[1]) then continue /if display LF+^ ^ /display /for /if display ^ '' then display LF+^ type="^+embedtype+^"^ /display /if if pluginspage<>'' then display LF+^ pluginspage="^+pluginspage+^"^ /display /if if isdefined(embedParams) then embedParamList = stringToTable(embedParams,'=',LF) for name=embedParamList rowname=ep do if undefined(ep[1]) then continue /if display LF+^ ^+ep[1]+^="^+ep[2]+^"^ /display /for /if display ^ width="^+V_WIDTH+^" height="^+(V_HEIGHT+controlSize)+^" hspace="0" vspace="0">
^+V_DESCR+^
If you are unable to view the video above, it may be because the proper browser plug-in is not installed on your computer.
Click here to download the latest version.
Turn up your computer audio to hear the sound.
^/display /if /if thisVideo = '' >> <<#/ ########################### End of RIGHT Section ########################### /#>>

<>
<> <<#/jsGenDivSection/#>> <>