aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Views/Mobile/top_left.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-01-11 17:13:07 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-01-11 17:13:07 +0000
commit10f51945ac703a80421f7a1d3aee36101e6485bc (patch)
treecfb08847b2b1546f506317128b0247019c750b02 /h-source/Application/Views/Mobile/top_left.php
parent2fee8068c26773b3ff8ca1b822a5a363c6b639af (diff)
mobile version: added catalogue page for each device category
Diffstat (limited to 'h-source/Application/Views/Mobile/top_left.php')
-rw-r--r--h-source/Application/Views/Mobile/top_left.php47
1 files changed, 47 insertions, 0 deletions
diff --git a/h-source/Application/Views/Mobile/top_left.php b/h-source/Application/Views/Mobile/top_left.php
new file mode 100644
index 0000000..0975d7b
--- /dev/null
+++ b/h-source/Application/Views/Mobile/top_left.php
@@ -0,0 +1,47 @@
+<?php if (!defined('EG')) die('Direct access not allowed!'); ?>
+
+<?php
+// h-source, a web software to build a community of people that want to share their hardware information.
+// Copyright (C) 2010 Antonio Gallo (h-source-copyright.txt)
+//
+// This file is part of h-source
+//
+// h-source is free software: you can redistribute it and/or modify
+// it under the terms of the GNU General Public License as published by
+// the Free Software Foundation, either version 3 of the License, or
+// (at your option) any later version.
+//
+// h-source is distributed in the hope that it will be useful,
+// but WITHOUT ANY WARRANTY; without even the implied warranty of
+// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+// GNU General Public License for more details.
+//
+// You should have received a copy of the GNU General Public License
+// along with h-source. If not, see <http://www.gnu.org/licenses/>.
+?>
+
+ <div data-role="content">
+
+ <div class="position_tree_box">
+ <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> &raquo; <a href="<?php echo $this->baseUrl."/hardware/catalogue/$lang";?>">Hardware</a> &raquo; <?php echo $tree;?>
+ </div>
+
+ <?php if (strcmp($this->action,'view') === 0) { ?>
+
+ <div class="notebook_view_title">
+ <?php echo singular($this->controller);?> <b><?php echo $ne_name;?></b>
+ </div>
+
+ <h4 class="view_page_back_button">
+ <a title="Back to the list of <?php echo plural($this->controller);?>" href="<?php echo $this->baseUrl."/".$this->controller."/catalogue/$lang".$this->viewStatus;?>"><img class="top_left_images" src="<?php echo $this->baseUrl;?>/Public/Img/back-60.png"></a>
+ </h4>
+
+ <?php } else if (strcmp($this->action,'catalogue') === 0) { ?>
+
+ <div class="notebook_view_title">
+ <?php echo gtext("List of");?> <b><?php echo plural($this->controller);?></b>
+ </div>
+
+ <?php echo $topNotice;?>
+
+ <?php } ?> \ No newline at end of file