Skip to content

Instantly share code, notes, and snippets.

@kumy
Created August 11, 2015 22:24
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 kumy/19da796dd8d4b21d5190 to your computer and use it in GitHub Desktop.
Save kumy/19da796dd8d4b21d5190 to your computer and use it in GitHub Desktop.
<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(&#39;__doPostBack(\&#39;ctl00$ContentBody$LogBookPanel1$uxAddCoordinatesToLog\&#39;,\&#39;\&#39;)&#39;, 0)" /><label for="ctl00_ContentBody_LogBookPanel1_uxAddCoordinatesToLog">Add a coordinate to this log</label></span>
&nbsp;
</p>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment