2010-10-13 16:06:04 +00:00
|
|
|
<!DOCTYPE html>
|
2012-01-04 21:59:17 +00:00
|
|
|
<html class="ui-mobile-rendering">
|
2010-11-02 01:46:29 +00:00
|
|
|
<head>
|
2011-02-18 20:00:18 +00:00
|
|
|
<meta charset="utf-8">
|
2011-05-17 21:28:19 +00:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2010-10-13 16:06:04 +00:00
|
|
|
<title>jQuery Mobile Framework - Dialog Example</title>
|
2012-01-10 21:35:08 +00:00
|
|
|
<link rel="stylesheet" href="../../css/themes/default/jquery.mobile.css" />
|
2010-11-11 19:15:42 +00:00
|
|
|
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
|
2012-01-13 05:25:59 +00:00
|
|
|
|
2011-12-24 08:48:08 +00:00
|
|
|
<script data-main="../../js/jquery.mobile.docs" src="../../external/requirejs/require.js"></script>
|
2012-01-13 05:25:59 +00:00
|
|
|
<script src="../../js/jquery.js"></script>
|
2010-10-13 16:06:04 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<div data-role="page">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div data-role="content" data-theme="a">
|
|
|
|
|
<h3>Share Photos</h3>
|
2011-01-26 00:36:42 +00:00
|
|
|
<a href="dialog-success.html" data-role="button" data-rel="dialog" data-transition="slidedown" data-theme="b">Email</a>
|
|
|
|
|
<a href="dialog-success.html" data-role="button" data-rel="dialog" data-transition="slidedown" data-theme="b">Upload to flickr</a>
|
|
|
|
|
<a href="dialog-success.html" data-role="button" data-rel="dialog" data-transition="slidedown" data-theme="b">Share on Facebook</a>
|
|
|
|
|
<a href="dialog-success.html" data-role="button" data-rel="dialog" data-transition="slidedown" data-theme="b">Tweet photo</a>
|
2010-10-13 16:06:04 +00:00
|
|
|
|
2011-01-26 00:36:42 +00:00
|
|
|
<a href="index.html" data-role="button" data-rel="back" data-theme="a">Cancel</a>
|
2010-10-13 16:06:04 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|