Bento box search with multiple targets
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
<?php
/**
* @file roblib-search-other-sources.tpl.php
*
*
* @see template_preprocess_roblib_search_other_sources()
*/
?>
< div class = "roblib-search-content other-sources" id = "roblib-search-content-other-sources" >
< div class = "roblib-search-row" id = "roblib-search-google-scholar" >
< a href = "http://scholar.google.ca/scholar?q= <?php print ( $query ); ?> " > Google Scholar</ a >
< / div >
< div class = "roblib-search-row" id = "roblib-search-google-cse-carleton" >
< a href = "http://www.google.com/cse?cx=015121753026627038989:9jvssbo3xgo&ie=UTF-8&q= <?php print ( $query ); ?> &sa=Search" > Canadian Government Sites</ a >
< / div >
< div class = "roblib-search-row" id = "roblib-search-filmsondemand" >
< a href = "http://proxy.library.upei.ca/login?url=http://digital.films.com/portalplaylists.aspx?aid=14978&rd=lo&q= <?php print ( $query ); ?> " > Films on Demand</ a >
< / div >
< / div >