Renamed from iphone to mobile
[pazpar2-moved-to-github.git] / www / mobile / UiUIKit / header-action.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>Headers</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
16 <body>
17         
18         <div id="header">
19                 <h1>With actions</h1>
20                 <a href="headers.html" class="nav" id="backButton">Headers</a>
21                 <a href="forms.html" class="nav Action">New</a>
22         </div>
23         
24 <h1>Explanation</h1>
25
26 <ul class="data">
27         <li><p>Simple header is just made from a <code>DIV#header</code> and a <code>H1</code> element. This <code>H1</code> element is builds the header. Once you get that, you can add navigational stuff like action buttons (always on right) and navigational button (always on left).</p>
28                 <p>Visit all headers examples for more info.</p>
29         </li>
30 </ul>
31
32 <ul class="individual">
33         <li><a href="headers.html">Back</a></li>
34         <li><a href="index.html">Go to index</a></li>
35 </ul>
36
37 <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>
38
39 <div id="optionpanel" style="display: none">
40         
41 <p><a class="white button" href="http://www.minid.net">Visit Minid.net</a> <a href="mailto:dlafuente@gmail.com" class="white button">E-mail author</a> <a href="#" class="red button" onclick="showhide('optionpanel');">Hide me</a> <a class="black button" href="index.html">Back to index</a></p> 
42
43 </div>
44
45 </body>
46 </html>