mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-17 21:01:00 +00:00
Updated the split button transition and fixed some broken paths.
This commit is contained in:
parent
1c70d8833d
commit
edf72f5a7e
2 changed files with 24 additions and 25 deletions
|
|
@ -17,73 +17,73 @@
|
|||
|
||||
<div data-role="content">
|
||||
|
||||
<ul data-role="listview" data-split-icon="gear" data-split-theme="b">
|
||||
<ul data-role="listview" data-split-icon="gear" data-split-theme="d">
|
||||
<li>
|
||||
<img src="images/album-bb.jpg" />
|
||||
<h3><a href="index.html">Broken Bells</a></h3>
|
||||
<p>Broken Bells</p>
|
||||
<a href="lists-split-purchase.html" data-transition="flip">Purchase album</a>
|
||||
<a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/album-hc.jpg" />
|
||||
<h3><a href="index.html">Warning</a></h3>
|
||||
<p>Hot Chip</p>
|
||||
<a href="lists-split-purchase.html" data-transition="flip">Purchase album</a>
|
||||
<a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/album-p.jpg" />
|
||||
<h3><a href="index.html">Wolfgang Amadeus Phoenix</a></h3>
|
||||
<p>Phoenix</p>
|
||||
<a href="lists-split-purchase.html" data-transition="flip">Purchase album</a>
|
||||
<a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/album-ok.jpg" />
|
||||
<h3><a href="index.html">Of The Blue Colour Of The Sky</a></h3>
|
||||
<p>Ok Go</p>
|
||||
<a href="lists-split-purchase.html" data-transition="flip">Purchase album</a>
|
||||
<a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/album-ws.jpg" />
|
||||
<h3><a href="index.html">Elephant</a></h3>
|
||||
<p>The White Stripes</p>
|
||||
<a href="lists-split-purchase.html" data-transition="flip">Purchase album</a>
|
||||
<a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/album-rh.jpg" />
|
||||
<h3><a href="index.html">Kid A</a></h3>
|
||||
<p>Radiohead</p>
|
||||
<a href="lists-split-purchase.html" data-transition="flip">Purchase album</a>
|
||||
<a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/album-xx.jpg" />
|
||||
<h3><a href="index.html">XX</a></h3>
|
||||
<p>XX</p>
|
||||
<a href="lists-split-purchase.html" data-transition="flip">Purchase album</a>
|
||||
<a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/album-mg.jpg" />
|
||||
<h3><a href="index.html">Congratulations</a></h3>
|
||||
<p>MGMT</p>
|
||||
<a href="lists-split-purchase.html" data-transition="flip">Purchase album</a>
|
||||
<a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/album-ag.jpg" />
|
||||
<h3><a href="index.html">Ashes Grammar</a></h3>
|
||||
<p>A Sunny Day in Glasgow</p>
|
||||
<a href="lists-split-purchase.html" data-transition="flip">Purchase album</a>
|
||||
<a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<img src="images/album-k.jpg" />
|
||||
<h3><a href="index.html">Hot Fuss</a></h3>
|
||||
<p>Killers</p>
|
||||
<a href="lists-split-purchase.html" data-transition="flip">Purchase album</a>
|
||||
<a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="images/album-af.jpg" />
|
||||
<h3><a href="index.html">The Suburbs</a></h3>
|
||||
<p>Arcade Fire</p>
|
||||
<a href="lists-split-purchase.html" data-transition="flip">Purchase album</a>
|
||||
<a href="lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
</ul>
|
||||
</div><!-- /content -->
|
||||
|
|
|
|||
|
|
@ -16,74 +16,73 @@
|
|||
</div>
|
||||
|
||||
<div data-role="content">
|
||||
<ul data-role="listview">
|
||||
<ul data-role="listview" data-split-icon="gear" data-split-theme="b">
|
||||
<li>
|
||||
<img src="../lists/images/album-bb.jpg" />
|
||||
<h3><a href="index.html">Broken Bells</a></h3>
|
||||
<p>Broken Bells</p>
|
||||
<a href="index.html">Purchase album</a>
|
||||
<a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="../lists/images/album-hc.jpg" />
|
||||
<h3><a href="index.html">Warning</a></h3>
|
||||
<p>Hot Chip</p>
|
||||
<a href="index.html">Purchase album</a>
|
||||
<a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="../lists/images/album-p.jpg" />
|
||||
<h3><a href="index.html">Wolfgang Amadeus Phoenix</a></h3>
|
||||
<p>Phoenix</p>
|
||||
<a href="index.html">Purchase album</a>
|
||||
<a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="../lists/images/album-ok.jpg" />
|
||||
<h3><a href="index.html">Of The Blue Colour Of The Sky</a></h3>
|
||||
<p>Ok Go</p>
|
||||
<a href="index.html">Purchase album</a>
|
||||
<a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="../lists/images/album-ws.jpg" />
|
||||
<h3><a href="index.html">Elephant</a></h3>
|
||||
<p>The White Stripes</p>
|
||||
<a href="index.html">Purchase album</a>
|
||||
<a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="../lists/images/album-rh.jpg" />
|
||||
<h3><a href="index.html">Kid A</a></h3>
|
||||
<p>Radiohead</p>
|
||||
<a href="index.html">Purchase album</a>
|
||||
<a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="../lists/images/album-xx.jpg" />
|
||||
<h3><a href="index.html">XX</a></h3>
|
||||
<p>XX</p>
|
||||
<a href="index.html">Purchase album</a>
|
||||
<a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="../lists/images/album-mg.jpg" />
|
||||
<h3><a href="index.html">Congratulations</a></h3>
|
||||
<p>MGMT</p>
|
||||
<a href="index.html">Purchase album</a>
|
||||
<a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<img src="../lists/images/album-ag.jpg" />
|
||||
<h3><a href="index.html">Ashes Grammar</a></h3>
|
||||
<p>A Sunny Day in Glasgow</p>
|
||||
<a href="index.html">Purchase album</a>
|
||||
<a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
|
||||
<li>
|
||||
<img src="../lists/images/album-k.jpg" />
|
||||
<h3><a href="index.html">Hot Fuss</a></h3>
|
||||
<p>Killers</p>
|
||||
<a href="index.html">Purchase album</a>
|
||||
<a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
<li>
|
||||
<img src="../lists/images/album-af.jpg" />
|
||||
<h3><a href="index.html">The Suburbs</a></h3>
|
||||
<p>Arcade Fire</p>
|
||||
<a href="index.html">Purchase album</a>
|
||||
<a href="../lists/lists-split-purchase.html" data-rel="dialog" data-transition="slideup">Purchase album</a>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue