Merge branch 'master' of ssh://git.indexdata.com:222/home/git/pub/pazpar2
[pazpar2-moved-to-github.git] / www / iphone / UiUIKit / normal-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 </head>
15 <body>
16         
17         <div id="header">
18                 <h1>Normal lists</h1>
19                 <a href="index.html" id="backButton">Index</a>
20         </div>
21         
22         <h1>Normal list types</h1>
23         
24         <ul>
25                 <li><a href="normal-simple.html">Simple list</a></li>
26                 <li><a href="normal-contact.html">Contact list</a></li>
27                 <li><small>new!</small> <a href="normal-icon.html">Icon list</a></li>
28                 <li><a href="normal-content.html">Content List</a></li>
29                 <li><a href="normal-metal.html">Metal list</a></li>
30         </ul>
31         
32 <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>
33         
34 </body>
35 </html>