jquery-mobile/docs/pages/dialog-success.html
2010-10-23 09:01:31 -04:00

24 lines
No EOL
566 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile Framework - Dialog Example</title>
<link rel="stylesheet" href="../../themes/default" />
<script type="text/javascript" src="../../js/all"></script>
</head>
<body>
<div data-role="page">
<div data-role="content" data-theme="b">
<p>Flickr upload:</p>
<h3>Photos posted successfully</h3>
<a href="docs-dialogs.html" data-role="button" data-theme="b">View photo page</a>
<a href="docs-dialogs.html" data-role="button" data-theme="c">Done</a>
</div>
</div>
</body>
</html>