<% if len(request("p"))>0 and isnumeric(request("p")) then sSQL = "SELECT id_project,id_person,title,intro,description,created,pn.name FROM antidote.projects p inner join people pn on p.id_person=pn.id_people where id_project="&request("p")&"" 'rwb(sSQL) x=openRS(sSQL) irow=0 if not rsTemp.eof then if irow mod 2=1 then strClass="light_blue_row" else strClass="white_row" irow=irow+1 h="

"&rstemp("title")&"

" h=h&"

"&rstemp("name")&"

" h=h&"

on "&rstemp("created")&"

" h=h&"

updated "&rstemp("created")&"

" h=h&"

"&rstemp("intro")&"

" h=h&"

"&rstemp("description")&"

" end if rw(h) else sSQL = "SELECT id_project,id_person,title,intro,description,created,pn.name,url_link FROM antidote.projects p inner join people pn on p.id_person=pn.id_people" 'rwb(sSQL) x=openRS(sSQL) h="" irow=0 do until rsTemp.eof if irow mod 2=1 then strClass="light_blue_row" else strClass="white_row" irow=irow+1 h=h&"

"&rstemp("title")&"

" h=h&"

"&rstemp("name")&"

" h=h&"

on "&rstemp("created")&"

" h=h&"

updated "&rstemp("created")&"

" h=h&"

Link "&rstemp("url_Link")&"

" h=h&"

"&rstemp("intro")&"

" h=h&"

"&rstemp("description")&"

" rsTemp.movenext loop rw(h) end if %>