aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Mobile/header.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-12-25 00:57:23 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-12-25 00:57:23 +0000
commitfe4d464805d9c6d3471dbfab6e20cc960fdfd329 (patch)
tree9f19b3a692e291e1cab49f78e5f6fef55881ef74 /h-source/Application/Views/Mobile/header.php
parentb7910c20f6eb7dff80f5db4c8659222bd6e57c95 (diff)
improved user history and improved mobile version
Diffstat (limited to 'h-source/Application/Views/Mobile/header.php')
-rw-r--r--h-source/Application/Views/Mobile/header.php18
1 files changed, 13 insertions, 5 deletions
diff --git a/h-source/Application/Views/Mobile/header.php b/h-source/Application/Views/Mobile/header.php
index 474ff4a..1d109c8 100644
--- a/h-source/Application/Views/Mobile/header.php
+++ b/h-source/Application/Views/Mobile/header.php
@@ -35,16 +35,15 @@ $currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index';
<meta name="keywords" content="hardware database free software GNU Linux distribution wiki users freedom" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
- <link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl?>/Public/Css/main.css">
- <link rel="Shortcut Icon" href="<?php echo $this->baseUrl?>/Public/Img/tab_icon_2.ico" type="image/x-icon">
-
-
<link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl;?>/Public/Js/jquery/jquery.mobile-1.0.css">
+ <link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl;?>/Public/Js/jquery/h-node-theme.css">
<script type="text/javascript" src="<?php echo $this->baseUrl;?>/Public/Js/jquery/jquery-1.7.1.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl;?>/Public/Js/jquery/jquery.mobile-1.0.min.js"></script>
<script type="text/javascript" src="<?php echo $this->baseUrl;?>/Public/Js/functions.js"></script>
+ <link rel="stylesheet" type="text/css" href="<?php echo $this->baseUrl?>/Public/Css/mobile.css">
+
<script type="text/javascript">
var base_url = "<?php echo $this->baseUrl;?>";
@@ -63,7 +62,16 @@ $currPos = $querySanitized ? $this->controller."/".$this->action : 'home/index';
<body>
-<div data-role="page">
+<div data-role="page" data-theme="d">
<div data-role="header">
<img src="<?php echo $this->baseUrl;?>/Public/Img/title.png">
+
+ <div data-theme='b' data-role="navbar" data-iconpos="left">
+ <ul>
+ <li><a href="#" class="ui-btn-active">Home</a></li>
+ <li><a href="#">Hardware</a></li>
+ <li><a data-icon="gear" href="#">English</a></li>
+ </ul>
+ </div><!-- /navbar -->
+
</div>