Skip to content

Instantly share code, notes, and snippets.

@badri
Created June 25, 2009 17:47
Show Gist options
  • Save badri/136013 to your computer and use it in GitHub Desktop.
Save badri/136013 to your computer and use it in GitHub Desktop.
<html>
<style type="text/css">
a:link, a:visited {
text-decoration: none;
}
div
{
border-style: dashed;
border-color: grey;
border-width: 1px;
}
</style>
<title> Supplemental Index Ratio</title>
<body>
<h1> Find Supplemental index rario:</h1>
<div style="height:120px; width:300px;">
<select id="sir_sites" name="sir_sites" multiple="multiple" style="height:80px">
<option value="1">www.ask.com/Q</option>
<option value="2">www.ask.reference.com/related</option>
</select>
<input type="submit" name="delete_site" value="delete selected site"/>
</div>
<div style="margin-left: 400px; width:300px;">
<p>
Date: <input type="text" name="sir_date"/>
<span>
<a href="javascript:DateTimeShortcuts.handleCalendarQuickLink(1, 0);">Today</a>
<a href="javascript:DateTimeShortcuts.openCalendar(1);" id="calendarlink1"><img src="icon_calendar.gif" alt="Calendar" style="border: medium none;"/></a>
</span>
</p>
<input type="submit" name="add_site" value="Find Supp Index Ratio" style="margin-left:4em;"/>
</div>
<div style="width:300px;">
<input type="text" name="new_site"/>
<input type="submit" name="add_site" value="Add Site"/>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment