Created
February 15, 2011 09:58
-
-
Save olivierlacan/827340 to your computer and use it in GitHub Desktop.
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
<!-- Ours: --> | |
<div data-role="dialog" data-theme="z" id="options1"><div data-role="header" data-position="inline"><h1>American Sub (Half)</h1></div><div data-role="content" class="page"><form class="options_form" action="http://mdd1102.reactivepixel.com/gateway.php" method="get"><div data-role="fieldcontain"><fieldset class="ui-grid-a" data-role="controlgroup" data-type="horizontal"><input type="radio" name="radio-choice-1" id="radio-choice-1" value="choice-1" checked="checked"><label for="radio-choice-1">Labelness</label></fieldset></div></form></div></div> | |
<!-- Theirs --> | |
<div data-role="dialog" data-theme="b" class="ui-dialog ui-page ui-body-a" role="dialog"><div data-role="header" class="ui-corner-top ui-overlay-shadow ui-bar-a ui-header" role="banner"><a href="#" data-icon="delete" data-rel="back" data-iconpos="notext" class="ui-btn-left ui-btn ui-btn-up-a ui-btn-icon-notext ui-btn-corner-all ui-shadow" title="Close" data-theme="a"><span class="ui-btn-inner ui-btn-corner-all"><span class="ui-btn-text">Close</span><span class="ui-icon ui-icon-delete ui-icon-shadow"></span></span></a><div class="ui-title">Choose shipping method:</div></div><div data-role="content" class="ui-content ui-body-c ui-corner-bottom ui-overlay-shadow" role="main"></div></div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment