2010-09-16 22:32:22 +00:00
<?php /*gzip page*/ ob_start("ob_gzhandler"); ?>
<!DOCTYPE html>
< html >
< head >
< title > jQuery Mobile Framework - Dialog Example< / title >
< link rel = "stylesheet" type = "text/css" href = "css/all" / >
< script type = "text/javascript" src = "js/all" > < / script >
< / head >
< body >
2010-09-17 20:24:12 +00:00
< div class = "ui-page ui-body-a" >
2010-09-16 22:32:22 +00:00
< div class = "ui-header" data-theme = "d" >
< h1 > Dialog Example< / h1 >
< a href = "index.html" class = "ui-back" data-icon = "arrow-l" > Home< / a >
< / div >
2010-09-17 20:24:12 +00:00
< div class = "ui-content ui-body" >
2010-09-16 22:32:22 +00:00
< h1 > Demo description< / h1 >
2010-09-17 20:24:12 +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-behavior="dialog"< / code > attribute.< / p >
< a href = "#" data-role = "button" data-theme = "a" > Sounds good< / a >
< a href = "#" data-role = "button" > meh..< / a >
2010-09-16 22:32:22 +00:00
< / div >
< / div >
< / body >
< / html >