* code for task#1392.

This commit is contained in:
chencongzhi520@gmail.com
2013-06-20 06:53:01 +00:00
parent 1dcf7de935
commit b9db8d168d
6 changed files with 4 additions and 4 deletions
+1
View File
@@ -9,3 +9,4 @@ include 'm.header.lite.html.php';
</div>
</div>
<div data-role="content">
<div data-role='navbar' style='margin:-15px 0 15px 0;'>
-1
View File
@@ -11,7 +11,6 @@
*/
?>
<?php include '../../common/view/m.header.html.php';?>
<div data-role='navbar' style='margin:-15px 0 15px 0;'>
<ul>
<?php foreach($config->mobile->bugBar as $menu):?>
<?php $active = $type == $menu ? 'ui-btn-active' : ''?>
-1
View File
@@ -11,7 +11,6 @@
*/
?>
<?php include '../../common/view/m.header.html.php';?>
<div data-role='navbar' style='margin:-15px 0 15px 0;'>
<ul>
<?php foreach($config->mobile->storyBar as $menu):?>
<?php $active = $type == $menu ? 'ui-btn-active' : ''?>
-1
View File
@@ -11,7 +11,6 @@
*/
?>
<?php include '../../common/view/m.header.html.php';?>
<div data-role='navbar' style='margin:-15px 0 15px 0;'>
<ul>
<?php foreach($config->mobile->taskBar as $menu):?>
<?php $active = $type == $menu ? 'ui-btn-active' : ''?>
-1
View File
@@ -11,7 +11,6 @@
*/
?>
<?php include '../../common/view/m.header.html.php';?>
<div data-role='navbar' style='margin:-15px 0 15px 0;'>
<ul>
<?php foreach($config->mobile->todoBar as $period):?>
<?php $active = $type == $period ? 'ui-btn-active' : ''?>
+3
View File
@@ -24,3 +24,6 @@
.change-show {padding:2px 6px; background:url(images/main/zt-icons.png) -62px -422px; border:0px;}
.diff-all {padding:2px 6px; background:url(images/main/zt-icons.png) -81px -422px; border:0px}
.diff-short {padding:2px 6px; background:url(images/main/zt-icons.png) -101px -422px; border:0px}
.ui-content {padding-left:0px; padding-right:0px}
.ui-listview {padding-left:15px}