Defines a single page in a Deck widget.
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2"
xmlns:widget="http://www.volantis.com/xmlns/2006/05/widget">
<head>
<title>widget:deck-page</title>
</head>
<body>
<widget:deck id="deck" style="mcs-deck-mode:switch">
<widget:deck-page>
<h1 style="text-align:center">Deck Widget</h1>
</widget:deck-page>
<widget:deck-page>
<p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit.</p>
</widget:deck-page>
<widget:deck-page>
<p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos
himenaeos.</p>
</widget:deck-page>
<widget:deck-page>
<p>Aliquam turpis turpis, fermentum at, dapibus sed, scelerisque eget, elit. Etiam
augue.</p>
</widget:deck-page>
</widget:deck>
<table style="width:100%">
<tr>
<td style="text-align:left">
<widget:button action="deck#first-page"><<</widget:button>
<widget:button action="deck#previous-page"><</widget:button>
</td>
<td style="text-align:center">
<widget:display property="deck#displayed-page-number"/> of <widget:display
property="deck#pages-count"/>
</td>
<td style="text-align:right">
<widget:button action="deck#next-page">></widget:button>
<widget:button action="deck#last-page">>></widget:button>
</td>
</tr>
</table>
</body>
</html>