2010-10-11 21:35:29 +00:00
<!DOCTYPE html>
< html >
< head >
< title > jQuery Mobile Framework - Dialog Example< / title >
2010-10-13 16:45:10 +00:00
< link rel = "stylesheet" href = "../../themes/default" / >
2010-10-11 23:44:14 +00:00
< script type = "text/javascript" src = "../../js/all" > < / script >
2010-10-11 21:35:29 +00:00
< / head >
< body >
< div data-role = "page" >
2010-10-14 18:43:41 +00:00
< div data-role = "header" data-theme = "d" data-position = "inline" >
2010-10-13 16:06:04 +00:00
< h1 > Dialog< / h1 >
< / div >
< div data-role = "content" data-theme = "c" >
< h1 > Delete page?< / h1 >
2010-10-14 18:43:41 +00:00
< p > This is a regular page, styled as a dialog. To create a dialog, just link to a normal page and include a transition and < code > data-rel="dialog"< / code > attribute.< / p >
2010-10-13 16:06:04 +00:00
< a href = "docs-dialogs.html" data-role = "button" data-theme = "b" > Sounds good< / a >
< a href = "docs-dialogs.html" data-role = "button" data-theme = "c" > Cancel< / a >
< / div >
2010-10-11 21:35:29 +00:00
< / div >
< / body >
< / html >