Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
U
User
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
zhangjun
User
Commits
f64bb1db
Commit
f64bb1db
authored
Jun 26, 2024
by
fangliyan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PC收藏相关
parent
6f36806a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
left.php
center/views/left.php
+6
-6
No files found.
center/views/left.php
View file @
f64bb1db
...
...
@@ -9,20 +9,20 @@
<!---->
<div
class=
"user-nav-mod user-nav-mod-auto"
>
<div
class=
"user-nav-mod"
>
<a
href=
"javascript:void(0)"
class=
"nav0 js_show_nav"
><span
class=
"tex"
><strong
class=
"s_h js_s_h
<?php
if
(
$conf_where
==
'selllist'
||
$conf_where
==
'blocklist'
||
$conf_where
==
'sell_condition'
)
echo
's_h_on'
;
?>
"
>
我的
关注
</strong></span></a>
</div>
<div
class=
"user-nav-mod"
>
<a
href=
"javascript:void(0)"
class=
"nav0 js_show_nav"
><span
class=
"tex"
><strong
class=
"s_h js_s_h
<?php
if
(
$conf_where
==
'selllist'
||
$conf_where
==
'blocklist'
||
$conf_where
==
'sell_condition'
)
echo
's_h_on'
;
?>
"
>
我的
收藏
</strong></span></a>
</div>
<div
class=
"show_nav_mod js_show_nav_mod"
<?php
if
(
$conf_where
==
'selllist'
||
$conf_where
==
'blocklist'
||
$conf_where
==
'schoollist'
||
$conf_where
==
'sell_condition'
||
$conf_where
==
'officelist'
||
$conf_where
==
'brandlist'
)
echo
'style="display: block;"'
;
?>
>
<div
class=
"user-nav-mod
<?php
if
(
$conf_where
==
'selllist'
)
echo
'on'
;
?>
"
>
<a
href=
"
<?php
echo
USER_CENTER
.
'user/selllist'
;
?>
"
class=
"innerLink"
>
关注
的房源
</a>
</div>
<div
class=
"user-nav-mod
<?php
if
(
$conf_where
==
'blocklist'
)
echo
'on'
;
?>
"
>
<a
href=
"
<?php
echo
USER_CENTER
.
'user/blocklist'
;
?>
"
class=
"innerLink"
>
关注
的小区
</a>
</div>
<div
class=
"user-nav-mod
<?php
if
(
$conf_where
==
'selllist'
)
echo
'on'
;
?>
"
>
<a
href=
"
<?php
echo
USER_CENTER
.
'user/selllist'
;
?>
"
class=
"innerLink"
>
收藏
的房源
</a>
</div>
<div
class=
"user-nav-mod
<?php
if
(
$conf_where
==
'blocklist'
)
echo
'on'
;
?>
"
>
<a
href=
"
<?php
echo
USER_CENTER
.
'user/blocklist'
;
?>
"
class=
"innerLink"
>
收藏
的小区
</a>
</div>
<?php
if
(
GB_CITY
==
'nj'
){
?>
<div
class=
"user-nav-mod
<?php
if
(
$conf_where
==
'officelist'
||
$conf_where
==
'brandlist'
)
echo
'on'
;
?>
"
>
<a
href=
"
<?php
echo
USER_CENTER
.
'user/officelist'
;
?>
"
class=
"innerLink"
>
关注的楼盘
</a>
</div>
<div
class=
"user-nav-mod
<?php
if
(
$conf_where
==
'officelist'
||
$conf_where
==
'brandlist'
)
echo
'on'
;
?>
"
>
<a
href=
"
<?php
echo
USER_CENTER
.
'user/officelist'
;
?>
"
class=
"innerLink"
>
收藏的写字楼
</a>
</div>
<?php
}
?>
<?php
if
(
GB_CITY
==
'nj'
||
GB_CITY
==
'hf'
||
GB_CITY
==
'wh'
){
?>
<div
class=
"user-nav-mod
<?php
if
(
$conf_where
==
'schoollist'
)
echo
'on'
;
?>
"
>
<a
href=
"
<?php
echo
USER_CENTER
.
'user/schoollist'
;
?>
"
class=
"innerLink"
>
关注
的学校
</a>
</div>
<div
class=
"user-nav-mod
<?php
if
(
$conf_where
==
'schoollist'
)
echo
'on'
;
?>
"
>
<a
href=
"
<?php
echo
USER_CENTER
.
'user/schoollist'
;
?>
"
class=
"innerLink"
>
收藏
的学校
</a>
</div>
<?php
}
?>
<div
class=
"user-nav-mod user-nav-mod-last
<?php
if
(
$conf_where
==
'sell_condition'
)
echo
'on'
;
?>
"
>
<a
href=
"
<?php
echo
USER_CENTER
.
'user/sell_condition'
;
?>
"
class=
"innerLink"
>
关注的找房条件
</a>
</div>
<div
class=
"user-nav-mod "
>
<a
href=
"
<?php
echo
GB_NEW_HOUSE_COLLECT_URL
;
?>
"
class=
"innerLink"
>
楼盘收藏
</a>
</div>
<div
class=
"user-nav-mod "
>
<a
href=
"
<?php
echo
GB_NEW_HOUSE_COLLECT_URL
;
?>
"
class=
"innerLink"
>
收藏的楼盘
</a>
</div>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment