We encourage you to link your Web site to RHIN at http://www.rhin.org.
- Terms of use
- Text to describe RHIN
- Text and Graphics links
- Adding the RHIN search box to your site
Terms of Use
You may generate a query on your Web page and submit it to RHIN providing that proper reference is given to RHIN. It must be clear to users that the search is actually being conducted at NLM. When you link to RHIN, present RHIN in a separate browser window that partially overlays your page.
Text to Describe RHIN
RHIN is a national collaborative partnership that has created a database of quality multilingual, public health resources for those providing care to resettled refugees and asylees. Resources include:
- Health education materials in various languages and formats (brochures, fact sheets, videos)
- Provider tools (including information on refugee populations and cultures)
The RHIN national partnership enables resettled refugees, asylees, their health care providers, and public health administrators to easily access information relevant to health conditions and health services.
Text and graphics links
The following example HTML code and graphics are available at your disposal. You may paste any of the html below into your page.
-
To link directly to RHIN, use the following html:
<a href="http://www.rhin.org">RHIN</a>
-
To open a link to RHIN in a new window, use the following html:
<a href="http://www.rhin.org" target="_blank">RHIN</a>
-
RHIN has made several images available to be used to link to RHIN. Choose the desired image and paste the html beneath it into your page:
-

<a href="http://www.rhin.org"><img alt="RHIN Logo" border="0" src="http://www.rhin.org/images/RHIN_logo_link_big.png"></a>
-

<a href="http://www.rhin.org"><img alt="RHIN Logo" border="0" src="http://www.rhin.org/images/RHIN_logo_link_medium.png"></a>
-

<a href="http://www.rhin.org"><img alt="RHIN Logo" border="0" src="http://www.rhin.org/images/RHIN_logo_link_small.png"></a>
Adding the RHIN Search Box to Your Site
To place a RHIN search box on your own page and display results in a new window, use the following html:
<form method="GET" action="http://www.rhin.org/Search.aspx" target="_blank">
<label for="q">Search <a href="http://www.rhin.org/">RHIN</a>:</label>
<input type="text" name="SearchAllText" size="25" value="">
<input type="submit" value="Go">
</form>