Created
August 11, 2015 22:24
-
-
Save kumy/19da796dd8d4b21d5190 to your computer and use it in GitHub Desktop.
html extract of http://www.geocaching.com/seek/log.aspx?
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="span-20 last"> | |
<div id="divAdvancedOptions" class="LogOptionsWidget"> | |
<h4> | |
Log Options | |
</h4> | |
<div class="span-9"> | |
<p> | |
<span class="Checkbox"><input id="ctl00_ContentBody_LogBookPanel1_chkEncrypt" type="checkbox" name="ctl00$ContentBody$LogBookPanel1$chkEncrypt" /><label for="ctl00_ContentBody_LogBookPanel1_chkEncrypt">Encrypt this log entry*</label></span> | |
<a href="javascript:void(0);" id="aHelpEncrypt"> | |
<img src="/images/icons/16/help.png" /></a> | |
</p> | |
<p> | |
<input id="ctl00_ContentBody_LogBookPanel1_chkAddToFavorites" type="checkbox" name="ctl00$ContentBody$LogBookPanel1$chkAddToFavorites" /><label for="ctl00_ContentBody_LogBookPanel1_chkAddToFavorites">Add to your Favorites (17 remaining)</label> | |
</p> | |
</div> | |
<div class="span-10 last"> | |
<p> | |
<span class="Checkbox"><input id="ctl00_ContentBody_LogBookPanel1_uxAddCoordinatesToLog" type="checkbox" name="ctl00$ContentBody$LogBookPanel1$uxAddCoordinatesToLog" onclick="javascript:setTimeout('__doPostBack(\'ctl00$ContentBody$LogBookPanel1$uxAddCoordinatesToLog\',\'\')', 0)" /><label for="ctl00_ContentBody_LogBookPanel1_uxAddCoordinatesToLog">Add a coordinate to this log</label></span> | |
| |
</p> | |
</div> | |
</div> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment