mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-05 23:20:59 +00:00
24 lines
No EOL
566 B
HTML
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> |