2010-10-13 16:06:04 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
2010-11-02 01:46:29 +00:00
|
|
|
<head>
|
2011-02-18 20:00:18 +00:00
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
|
2010-10-13 16:06:04 +00:00
|
|
|
<title>jQuery Mobile Framework - Dialog Example</title>
|
2011-01-06 00:19:24 +00:00
|
|
|
<link rel="stylesheet" href="../../themes/default/" />
|
2010-11-11 19:15:42 +00:00
|
|
|
<link rel="stylesheet" href="../_assets/css/jqm-docs.css"/>
|
2011-01-20 19:26:12 +00:00
|
|
|
<script type="text/javascript" src="../../js/jquery.js"></script>
|
2010-11-09 22:57:26 +00:00
|
|
|
<script type="text/javascript" src="../../js/"></script>
|
2010-10-13 16:06:04 +00:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
<div data-role="page">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div data-role="content" data-theme="b">
|
|
|
|
|
<p>Flickr upload:</p>
|
|
|
|
|
<h3>Photos posted successfully</h3>
|
|
|
|
|
|
2011-01-26 00:36:42 +00:00
|
|
|
<a href="docs-dialogs.html" data-role="button" data-rel="back" data-theme="b">View photo page</a>
|
|
|
|
|
<a href="docs-dialogs.html" data-role="button" data-rel="back" data-theme="c">Done</a>
|
2010-10-13 16:06:04 +00:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|