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.
19 lines
704 B
19 lines
704 B
11 years ago
|
<?php
|
||
|
|
||
|
/**
|
||
|
* @file roblib-search-other-sources.tpl.php
|
||
|
*
|
||
|
*
|
||
|
* @see template_preprocess_roblib_search_other_sources()
|
||
|
*/
|
||
|
?>
|
||
|
|
||
|
<div class ="roblib-search-more" id="roblib-search-other-sources-more"></div>
|
||
|
<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">Gov Docs Google CSE</a>
|
||
|
</div>
|
||
|
</div>
|