Skip to content

Instantly share code, notes, and snippets.

@justinkelly
Created August 1, 2012 02:11
Show Gist options
  • Save justinkelly/3222830 to your computer and use it in GitHub Desktop.
Save justinkelly/3222830 to your computer and use it in GitHub Desktop.
Current MyLibrary code
<tbody><tr class="main_text_black">
<th colspan="3" align="left" class="underline">Catalogues</th>
</tr>
<tr class="main_text_black" style="line-height:2.35em">
<td colspan="3"><label for="term">Search Swinburne Library</label></td>
</tr>
<tr class="main_text_black">
<td colspan="3" style="width:49.5%;vertical-align:middle">
<form name="searchForm" method="get" action="http://www.swinburne.edu.au/lib/scripts/search-resolver.php" target="newLibPage">
<input type="hidden" name="s" value="library">
<input type="hidden" name="f" value="myswinburne">
<input id="search_field" name="q" accesskey="s" type="text" size="27" style="font-size: 10pt;">
<input style="vertical-align:middle" type="image" src="https://www.swin.edu.au/images/button_go.gif" value="Go" alt="Search Swinburne Catalogue" name="Submit now">
</form>
</td>
</tr>
<tr class="main_text_black">
<th align="left" class="underline">Library Links</th>
<td class="underline">&nbsp;</td>
<td class="underline">&nbsp;</td>
</tr>
<tr class="main_text_black">
<td class="underline">
<img src="/images/arrow5.gif" height="5" width="8" border="0" alt="bullet"><a href="http://www.swin.edu.au/lib/hours/hours.php" target="newLibPage">Opening Hours</a>
</td>
<!-- <td style="width:2px">&nbsp;</td>-->
<td class="underline">
<img src="/images/arrow5.gif" height="5" width="8" border="0" alt="bullet"><a href="http://www.swinburne.edu.au/lib/contact/" target="newLibPage">Contact Details</a>
</td>
<td class="underline">
<img src="/images/arrow5.gif" height="5" width="8" border="0" alt="bullet"><a href="http://www.swinburne.edu.au/lib/" target="newLibPage">Library Website</a>
</td>
</tr>
</tbody>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment