Updated Branches: refs/heads/master 434bdbcf5 -> 423f76d45
Fix HTML tags. Project: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/commit/423f76d4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/tree/423f76d4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/diff/423f76d4 Branch: refs/heads/master Commit: 423f76d457bf261974a92b5dc2459497c363c77b Parents: 434bdbc Author: Bryce Curtis <curtis.br...@gmail.com> Authored: Wed Apr 4 23:19:33 2012 -0500 Committer: Bryce Curtis <curtis.br...@gmail.com> Committed: Wed Apr 4 23:19:33 2012 -0500 ---------------------------------------------------------------------- misc/index.html | 8 ++++---- misc/page2.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/blob/423f76d4/misc/index.html ---------------------------------------------------------------------- diff --git a/misc/index.html b/misc/index.html index 023678d..faf61ca 100755 --- a/misc/index.html +++ b/misc/index.html @@ -43,12 +43,12 @@ </div> <h2>Action</h2> <div class="btn large" onclick="document.location='tel:5551212';" >Call 411</div> - <a href="mailto:b...@abc.org?subject=My Subject&body=This is the body.%0D%0ANew line." class="btn large">Send Mail</div> - <a href="sms:5125551234?body=The SMS message." class="btn large">Send SMS</div> - <a href="http://www.google.com" class="btn large">Load Web Site</div> + <a href="mailto:b...@abc.org?subject=My Subject&body=This is the body.%0D%0ANew line." class="btn large">Send Mail</a> + <a href="sms:5125551234?body=The SMS message." class="btn large">Send SMS</a> + <a href="http://www.google.com" class="btn large">Load Web Site</a> <!-- Need new URL --> <!-- a href="http://handle.library.cornell.edu/control/authBasic/authTest/" class="btn large">Basic Auth: test/this</a --> - <a href="page2.html?me=test" class="btn large">Load another PhoneGap page</a> + <a href="page2.html" hrefbad="page2.html?me=test" class="btn large">Load another PhoneGap page</a> <h2>Android Only</h2> <a href="geo:0,0?q=11400 Burnet Rd, Austin, TX" class="btn large">Map IBM</a> <a href="market://search?q=google" class="btn large">Search Android market</a> http://git-wip-us.apache.org/repos/asf/incubator-cordova-mobile-spec/blob/423f76d4/misc/page2.html ---------------------------------------------------------------------- diff --git a/misc/page2.html b/misc/page2.html index ee6c398..9d16a8f 100755 --- a/misc/page2.html +++ b/misc/page2.html @@ -20,6 +20,6 @@ <h4>Width: <span id="width"> </span>, Height: <span id="height"> </span>, Color Depth: <span id="colorDepth"></span></h4> </div> - <div ><button onclick="history.back();">Back</button></div> + <div ><button class="backBtn" onclick="backHome();">Back</button></div> </body> </html>