Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/pazpar2
[pazpar2-moved-to-github.git] / www / iphone / UiUIKit / plastic-lists.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4         <meta http-equiv="content-type" content="text/html; charset=utf-8" />
5         <meta id="viewport" name="viewport" content="width=320; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
6         <title>Normal lists</title>
7         <link rel="stylesheet" href="stylesheets/iphone.css" />
8         <link rel="apple-touch-icon" href="images/apple-touch-icon.png" />
9         <script type="text/javascript" charset="utf-8">
10                 window.onload = function() {
11                   setTimeout(function(){window.scrollTo(0, 1);}, 100);
12                 }
13         </script>
14         <style type="text/css" media="screen">
15                 ul.minibanner li.one { background: url(images/banner-1.png) no-repeat; }
16                 ul.minibanner li.two { background: url(images/banner-2.png) no-repeat; }
17                 ul.bigbanner li.one { background: url(images/banner-3.png) no-repeat; }
18         </style>
19 </head>
20 <body id="plastic">
21         
22         <div id="header">
23                 <h1>Plastic Lists</h1>
24                 <a href="index.html" id="backButton">Back</a>
25         </div>
26         
27         <ul class="bigbanner">
28                 <li class="one"><a href="index.html">Use this space as title tooltip</a></li>
29         </ul>
30         
31         <ul class="minibanner">
32                 <li class="one"><a href="index.html">Use this space as title tooltip</a></li>
33                 <li class="two"><a href="index.html">Use this space as title tooltip</a></li>
34         </ul>
35                 
36         <ul>
37                 <li class="arrow"><small>2,99€</small> <a href="normal-simple.html">Simple list</a></li>
38                 <li class="arrow"><small>Free</small> <a href="normal-contact.html">Contact list</a></li>
39                 <li class="arrow"><small>Open Source</small> <a href="normal-content.html">Content List</a></li>
40                 <li class="arrow"><small>35€</small> <a href="normal-metal.html">Metal list</a></li>
41                 <li class="arrow"><a href="normal-metal.html">Metal list</a></li>
42                 <li class="arrow"><a href="normal-content.html">Content List</a></li>
43                 <li><a href="/flash/player_net9_20080425.swf?link=594&cate=2">Download</a></li>
44         </ul>
45         
46 <p><strong>Best enjoyed on a real iPhone</strong><br />This iPhone UI Framework kit is licenced under GNU Affero General Public License (<a href="http://www.gnu.org/licenses/agpl.html">GNU AGPL 3</a>)</p>
47         
48 </body>
49 </html>