Skip to content

Instantly share code, notes, and snippets.

@timhodson
Created August 12, 2016 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timhodson/e619bd8ccfc5d59402b00d784b9926b8 to your computer and use it in GitHub Desktop.
Save timhodson/e619bd8ccfc5d59402b00d784b9926b8 to your computer and use it in GitHub Desktop.
Talis Aspire Reading Lists Search box for external websites
<div id="tarlSearchBox">
<h2 id="tarlSearchTitle">Search for reading lists by module name</h2>
<p id="tarlSearchDescription"></p>
<form id="tarlSearch" method="get" action="https://{{tenantShortCode}}.rl.talis.com/search.html">
<div>
<label for="q" class="invisible sr-only">Search</label>
<input id="q" type="text" name="q" size="50" maxlength="1000">
<input id="tarlBtnSearch" type="submit" value="Search">
</div>
</form>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment