<%
section = Request.ServerVariables("PATH_INFO")
%>
Sections |
<%if InStr(section, "/os/")>0 then%>
<%else%>
<%end if%>
Optical Spectroscopy Section |
<%if InStr(section, "/sb/")>0 then%>
<%else%>
<%end if%>
Structural Biophysics Section |
<%if InStr(section, "/jlee/")>0 then%>
Protein Conformation and Dynamics Research |
<%if InStr(section, "/jlee/index.asp")>0 Or InStr(section, "/jlee/amyloidogenic_protein.asp")>0 Or InStr(section, "/jlee/ion_receptors_transporters.asp")>0 then%>
<%else%>
<%end if%>
Research |
<%if InStr(section, "/jlee/publications.asp")>0 then%>
<%else%>
<%end if%>
Publications |
<%if InStr(section, "/jlee/instrumentation.asp")>0 then%>
<%else%>
<%end if%>
Instrumentation |
<%if InStr(section, "/jlee/staff.asp")>0 then%>
<%else%>
<%end if%>
Group Members |
<%if InStr(section, "/jlee/photos.asp")>0 then%>
<%else%>
<%end if%>
Lab Photos |
<%else%>
Protein Conformation and Dynamics Research |
<%end if%>
|
Resources |
Publications |
<%if InStr(section, "/gallery/")>0 then%>
<%else%>
<%end if%>
Image Gallery |
|
Contact Us |
<%if InStr(section, "stafflist.asp")>0 then%>
<%else%>
<%end if%>
LMB Staff |
|
<%if session("intranet") then%>
NIH Access Only |
LMB Intranet |
|
<%end if%>
|
|
|
|
LMB
Image Gallery
|
|
<%
' Set up the Connection
adoRS.ActiveConnection = "Provider=MSDAOSP; Data Source=MSXML2.DSOControl.2.6;"
' Open the XML source
adoRS.Open Server.MapPath("/labs/lmb/sb/images/imgInfo.xml") '& "\images\imgInfo.xml"
'adoRS.Filter = imgFileFilter
'Response.Write( adoRS.Fields("thumbnail") & adoRS("id") & ": " & adoRS.Fields.Item("caption") )
'printtbl adoRS, 0
While adoRS.EOF <> True
%>
|
<%=adoRS("caption")%> |
|
|
<%
adoRS.MoveNext
Wend
If adoRS.State = adStateOpen Then
adoRS.Close
End If
Set adoRS = Nothing
'Response.End
%>
|
|
|