1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
<HTML>
<HEAD>
<TITLE>Example</TITLE>
</HEAD>
<BODY>
<ORACLE>BEGIN
/* lien vers le portlet servant a faire la recherche avancée*/
htp.p('
<table width="100%" border="0" bgcolor="#FAFAFA">
<tr>
<td>
<p><br>
<a href="javascript:window.open(https://asso.nc/pls/portal/!PORTAL.wwpob_page.render_portlet_screen?_providerid=113829078&_portletid=1915&_mode=3&_title=Recherche%20avanc%E9e%20de%20patients&_referencepath=3201472_RAA_RPT_RECH_PATIENTS_113829078&_back_url=https%3A%2F%2Fcedrim.asso.nc%2Fpls%2Fportal%2FPORTAL.wwpob_page_util.redirect%3Fp_pageid%3D3253529%26p_siteid%3D1255%26p_mode%3D3%26p_tabstring%3D%26p_cachelevel%3D1&_portlet_reference=)><span class="Style5">Recherche avancée </span></a>
<input type="hidden" name="idsite" id="idsite" size="1" value="'||:idsite||'">
|
<iframe align="top" frameborder="0" height="150" width="250" id="patient" name="patient" marginheight="0" marginwidth="0" src=""></iframe>
</td>
</tr>
</table>
');
END;
</ORACLE>
</BODY>
</HTML> |