updated dialog content

This commit is contained in:
Todd Parker 2010-10-14 14:43:41 -04:00
parent 70a885bed6
commit a32ab634f8
2 changed files with 6 additions and 6 deletions

View file

@ -14,10 +14,10 @@
</div>
<div data-role="content" data-theme="e">
<h1>Feeling yellow?</h1>
<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>
<a href="docs-dialogs.html" data-role="button" data-theme="a">Sure am</a>
<a href="docs-dialogs.html" data-role="button" data-theme="c">Kinda blue</a>
<h1>I'm colorful</h1>
<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>
<a href="docs-dialogs.html" data-role="button" data-theme="a">Good for you</a>
<a href="docs-dialogs.html" data-role="button" data-theme="c">Don't care, really</a>
</div>
</div>

View file

@ -9,14 +9,14 @@
<div data-role="page">
<div data-role="header" data-theme="a" data-position="inline">
<div data-role="header" data-theme="d" data-position="inline">
<h1>Dialog</h1>
</div>
<div data-role="content" data-theme="c">
<h1>Delete page?</h1>
<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>
<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>
<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>