2010-10-11 21:35:29 +00:00
<!DOCTYPE html>
< html >
< head >
< title > jQuery Mobile Framework - Dialog Example< / title >
2010-10-12 19:14:07 +00:00
< link rel = "stylesheet" href = "../../css/all" / >
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-13 15:24:40 +00:00
< div data-role = "header" data-theme = "e" data-position = "inline" >
2010-10-11 21:35:29 +00:00
< h1 > Dialog Example< / h1 >
< / div >
2010-10-13 15:24:40 +00:00
< div data-role = "content" data-theme = "e" >
< h1 > Delete everything?< / h1 >
2010-10-11 21:35:29 +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 15:24:40 +00:00
< a href = "index.html" data-role = "button" data-theme = "b" > Sounds good< / a >
< a href = "index.html" data-role = "button" data-theme = "c" > Cancel< / a >
2010-10-11 21:35:29 +00:00
< / div >
< / div >
< / body >
< / html >