Commit 102ba414 authored by Administrator's avatar Administrator

Merge branch 'release' into 'master'

Release

See merge request !1
parents 9895e125 6a5111c2
Pipeline #76 failed with stages
......@@ -62,6 +62,7 @@ class AboutController extends Controller
->where('is_link',0)
->where('is_show',0)
->where('parent_id',$v['id'])
->orderBy('id', 'asc')
->get()
->toArray();
$v['children'] = $children;
......
......@@ -86,6 +86,7 @@ class ArticleController extends Controller
->where('is_link',0)
->where('is_show',0)
->where('parent_id',$v['id'])
->orderBy('id', 'asc')
->get()
->toArray();
$v['children'] = $children;
......
......@@ -62,6 +62,7 @@ class AudioController extends Controller
->where('is_link',0)
->where('is_show',0)
->where('parent_id',$v['id'])
->orderBy('id', 'asc')
->get()
->toArray();
$v['children'] = $children;
......@@ -99,11 +100,11 @@ class AudioController extends Controller
$type = $request->get('type');
$page = $request->get('page');
$data = IndexVideoUrl::getDataById($language_type,$request->get('num'));
// var_dump($data);exit;
$list = IndexVideoUrl::query()
->where('status',0)
->where(['type'=>$type,'language_type'=>$language_type])
->limit(3)->paginate(3, ['*'], 'page', $page);
$navigation = IndexNavigation::query()
->where('is_link',0)
->where('parent_id',0)
......@@ -118,11 +119,11 @@ class AudioController extends Controller
->where('is_link',0)
->where('is_show',0)
->where('parent_id',$v['id'])
->orderBy('id', 'asc')
->get()
->toArray();
$v['children'] = $children;
}
return view('Index.audio.play',compact('data'))
->with('IndexNav',$navigation)
->with('language_type',$language_type)
......
......@@ -46,6 +46,7 @@ class BrandCultureController extends Controller
->where('is_link',0)
->where('is_show',0)
->where('parent_id',$v['id'])
->orderBy('id', 'asc')
->get()
->toArray();
$v['children'] = $children;
......@@ -91,6 +92,7 @@ class BrandCultureController extends Controller
->where('is_link',0)
->where('is_show',0)
->where('parent_id',$v['id'])
->orderBy('id', 'asc')
->get()
->toArray();
$v['children'] = $children;
......@@ -98,6 +100,9 @@ class BrandCultureController extends Controller
$data = PdfModel::query()
->where('type','=',1)
->first();
// $data2 = PdfModel::query()
// ->where('type','=',2)
// ->first();
return view('Index.brand_culture.download',compact('data'))
->with('IndexNav',$navigation)
->with('language_type',$language_type)
......
......@@ -46,31 +46,32 @@ class GoodsItemController extends Controller
->where('is_link',0)
->where('is_show',0)
->where('parent_id',$v['id'])
->orderBy('id', 'asc')
->get()
->toArray();
$v['children'] = $children;
}
$data5 = IndexBanner::query()
->where('language_type','=',$language_type)
// ->where('language_type','=',$language_type)
->where('type','=',5)
->where('delete_time','=',0)
->limit(4)
->orderBy('id','desc')->get();
->orderBy('id','asc')->get();
$data6 = IndexBanner::query()
->where('language_type','=',$language_type)
// ->where('language_type','=',$language_type)
->where('type','=',6)
->where('delete_time','=',0)
->limit(4)
->orderBy('id','desc')->get();
->orderBy('id','asc')->get();
$data7 = IndexBanner::query()
->where('language_type','=',$language_type)
// ->where('language_type','=',$language_type)
->where('type','=',7)
->where('delete_time','=',0)
->limit(4)
->orderBy('id','desc')->get();
->orderBy('id','asc')->get();
return view('Index.goods_item.index')
->with(compact('data5'))
->with(compact('data6'))
......@@ -142,19 +143,19 @@ class GoodsItemController extends Controller
if($type == 7 && $language_type == 0){
$title = '艺术街区';
}elseif($type == 7 && $language_type == 1){
$title = 'Art block';
$title = 'Artistic Blocks';
}
if($type == 6 && $language_type == 0){
$title = '活动运营';
}elseif($type == 6 && $language_type == 1){
$title = 'Activity operations';
$title = 'Activity operation';
}
if($type == 5 && $language_type == 0){
$title = '空间景观';
}elseif($type == 5 && $language_type == 1){
$title = 'Space landscape';
$title = 'Event Operations';
}
return view('Index.goods_item.more')
->with(compact('data'))
......@@ -205,25 +206,25 @@ class GoodsItemController extends Controller
}
$data5 = IndexBanner::query()
->where('language_type','=',$language_type)
// ->where('language_type','=',$language_type)
->where('type','=',5)
->where('delete_time','=',0)
->limit(4)
->orderBy('id','desc')->get();
->orderBy('id','asc')->get();
$data6 = IndexBanner::query()
->where('language_type','=',$language_type)
// ->where('language_type','=',$language_type)
->where('type','=',6)
->where('delete_time','=',0)
->limit(4)
->orderBy('id','desc')->get();
->orderBy('id','asc')->get();
$data7 = IndexBanner::query()
->where('language_type','=',$language_type)
// ->where('language_type','=',$language_type)
->where('type','=',7)
->where('delete_time','=',0)
->limit(4)
->orderBy('id','desc')->get();
->orderBy('id','asc')->get();
return view('Index.goods_item.maodian21')
->with(compact('data5'))
......@@ -272,28 +273,28 @@ class GoodsItemController extends Controller
->toArray();
$v['children'] = $children;
}
//var_dump($language_type);exit;
$data5 = IndexBanner::query()
->where('language_type','=',$language_type)
// ->where('language_type','=',$language_type)
->where('type','=',5)
->where('delete_time','=',0)
->limit(4)
->orderBy('id','desc')->get();
->orderBy('id','asc')->get();
$data6 = IndexBanner::query()
->where('language_type','=',$language_type)
// ->where('language_type','=',$language_type)
->where('type','=',6)
->where('delete_time','=',0)
->limit(4)
->orderBy('id','desc')->get();
->orderBy('id','asc')->get();
$data7 = IndexBanner::query()
->where('language_type','=',$language_type)
// ->where('language_type','=',$language_type)
->where('type','=',7)
->where('delete_time','=',0)
->limit(4)
->orderBy('id','desc')->get();
->orderBy('id','asc')->get();
// dump($data7);exit;
return view('Index.goods_item.maodian22')
->with(compact('data5'))
->with(compact('data6'))
......
......@@ -46,6 +46,7 @@ class GroupCultureController extends Controller
->where('is_link',0)
->where('is_show',0)
->where('parent_id',$v['id'])
->orderBy('id', 'asc')
->get()
->toArray();
$v['children'] = $children;
......@@ -100,6 +101,7 @@ class GroupCultureController extends Controller
->where('is_link',0)
->where('is_show',0)
->where('parent_id',$v['id'])
->orderBy('id', 'asc')
->get()
->toArray();
$v['children'] = $children;
......
......@@ -85,7 +85,7 @@ class IndexController extends Controller
->where(['status'=>0])
->limit(4)
->get();
$events = IndexEvents::query()->where('language_type', '=', $language_type)->get();
$events = IndexEvents::query()->where('language_type', '=', 0)->get();
$setting = IndexSetting::query()->first();
$navigation = IndexNavigation::query()
......@@ -96,12 +96,12 @@ class IndexController extends Controller
->orderBy('id', 'asc')
->get()
->toArray();
foreach ($navigation as $k => &$v){
$children = IndexNavigation::query()
->where('is_link',0)
->where('is_show',0)
->where('parent_id',$v['id'])
->orderBy('id', 'asc')
->get()
->toArray();
$v['children'] = $children;
......@@ -156,6 +156,7 @@ class IndexController extends Controller
->where('is_link',0)
->where('is_show',0)
->where('parent_id',$v['id'])
->orderBy('id', 'asc')
->get()
->toArray();
$v['children'] = $children;
......
......@@ -39,6 +39,7 @@ class JoinUsController extends Controller
->where('is_link',0)
->where('is_show',0)
->where('parent_id',$v['id'])
->orderBy('id', 'asc')
->get()
->toArray();
$v['children'] = $children;
......
This diff is collapsed.
......@@ -20,14 +20,14 @@
<div class="about-all-t">
<p>
@if($language_type == 1)
Fashion, wealth
<strong><span style="font-size: 20px;font-family: 微软雅黑, sans-serif;color: rgb(192, 0, 0);">Where there is Fashion, there is fortune. </span></strong>
@else
时尚所在,财富所在
@endif
</p>
<p>
<p class="p-title" style="color:#666666;font-size: 16px;font-weight: bold">
@if($language_type == 1)
27 years of professional operation experience, mature industrial chain to open popular points
Blessed with 27 years of professional experience for operation, along with its mature industrial chains, the developer is able to seize great popularity for its properties.
@else
27年专业运营经验成熟产业链打通人气爆点
@endif
......@@ -36,35 +36,35 @@
<div class="single-b">
<p class="p-title">
@if($language_type == 1)
Mature project site selection experience
Mature experience for project location selection
@else
成熟的项目选址经验
@endif
</p>
<p class="p-title">
@if($language_type == 1)
Fashion, wealth
Top-tier team of design and development
@else
顶尖的设计开发团队
@endif
</p>
<p class="p-title">
@if($language_type == 1)
Top design and development team
Strong management competence of operation
@else
强大的运营管理实力
@endif
</p>
<p class="p-title">
@if($language_type == 1)
Mature brand promotion mode
Mature marketing mode for branding
@else
成熟的品牌推广模式
@endif
</p>
<p class="p-title">
@if($language_type == 1)
Exclusive group resource support
Exclusive support of corporate resources
@else
独家的集团资源支持
@endif
......
......@@ -20,8 +20,8 @@
<div class="news-info-b">
<div class="about-all-t">
@if($language_type == 1)
<p style="color: black">The long-term development of an enterprise comes from transcending the current business sense and strategic vision.</p>
<p style="color: black">With years of successful experience, fashion group focuses its resources on three areas with broad prospects for growth in the future.</p>
<p style="color: black">Enduring development of the company depends on acute and smart business sensitivity and strategic vision. </p>
<p style="color: black">Blessed with perennial experience for its success, Fashion Group has a focus on three fields with promising prospects in the future for its investments of resources. </p>
@else
<p style="color: black">企业的长久发展来自于超越当下的商业嗅觉和战略视野。</p>
<p style="color: black">时尚集团凭借多年成功经验,将公司资源聚焦在未来具有广阔上升前景的三大领域。</p>
......@@ -30,14 +30,14 @@
</div>
<div class="single-b">
@if($language_type == 1)
<p class="p-title">Urban underground commercial space</p>
<p class="p-title">Urban Underground Commercial Spaces</p>
@else
<p class="p-title">城市地下商业空间领域</p>
@endif
@if($language_type == 1)
With the continuous development of economy, the development and utilization of urban underground space has become an inevitable trend of urban development. It can play an important role in dealing with land resource shortage, traffic jams, energy consumption increase, environmental pollution, etc.at the same time, it can also create employment, increase tax revenue, stimulate consumption, and improve the core efficiency of the city.
@else
With its unique experience of location selection and a mature mode of development and operations, Fashion Group is able to build perfect business complexes which combine trends and art, presenting a unique contribution to the goals of optimizing city spaces, improving city functions, and augmenting city taste.
@else
<p>
随着经济的不断发展,城市地下空间的开发和利用已经成为城市发展的必然趋势,
它在应对土地资源紧张、交通堵塞、能源增耗、环境污染等方面可以发挥重要作用,
......@@ -46,7 +46,6 @@
@endif
@if($language_type == 1)
With unique site selection experience and mature development and operation mode, fashion group has built a perfect business combination of fashion art, bringing ultimate experience to consumers and making unique contributions to optimizing urban space, improving urban functions and upgrading urban taste.
@else
<p>
时尚集团以独到选址经验和成熟开发运营模式,构筑潮流艺术的完美商业结合体,
......@@ -57,14 +56,14 @@
<p class="p-img" style="text-align: center;"><img src="{{asset('images/about4.jpg')}}"></p>
@if($language_type == 1)
<p class="p-title">Urban Rail Transit commercial space</p>
<p class="p-title">Urban Rail Transit Commercial Spaces</p>
@else
<p class="p-title">城市轨道交通商业空间领域</p>
@endif
<p>
@if($language_type == 1)
The joint development of commercial and rail transit has become a successful multi win model. A large number of people carried by the operation of rail transit is the guarantee of commercial development, while diversified commercial operation provides support for the sound development of rail transit, taking into account the overall interests of the city, the interests of developers and the interests of the public win-win situation.
By introducing world advanced ideas of commercial space development and operations for rail transit projects and cooperating with global prestigious design teams, Fashion Group builds rail transit commercial spaces with international standards.
@else
商业和轨道交通的联合开发已成为一种成功的多赢模式。轨道交通所运营搭载的大量人流是商业发展的保障,
而多元化商业经营又为轨道交通的良性发展提供支持,同时兼顾城市的整体利益、开发商的利益及公众的利益多方共赢。
......@@ -72,7 +71,6 @@
</p>
<p>
@if($language_type == 1)
Fashion group introduces the advanced concept of the development and operation of the world's Rail Transit commercial space, and cooperates with the world-renowned design team to create the rail transit commercial space in line with the international standards.
@else
时尚集团引进世界轨道交通商业空间开发及运营的先进理念,与世界知名设计团队合作,打造与国际接轨的轨道交通商业空间。
@endif
......@@ -80,21 +78,20 @@
<p class="p-img" style="text-align: center;"><img src="{{asset('images/about5.jpg')}}"></p>
<p class="p-title">
@if($language_type == 1)
Tourism, culture and real estate
Tourist and Cultural Properties
@else
旅游文化地产领域
@endif
</p>
<p>
@if($language_type == 1)
With the increase of national income, the expansion of the middle class, the increase of disposable wealth and the emergence of convenient transportation, tourism has entered the stage of leisure tourism from scenic spot tourism
With its unique experience of location selection, and a concern on local cultural heritages for planning thoughts and innovative designs of functions and structures, Fashion Group always creates tourist properties that are impressive and new to people.
@else
随着国民收入提高,中产阶级规模扩大,可自由支配的财富增多,便捷交通的出现,旅游业已从景区观光型旅游进入休闲度假型旅游阶段。
@endif
</p>
<p>
@if($language_type == 1)
Fashion group creates a refreshing tourism real estate project with its unique site selection experience, planning thinking focusing on local cultural heritage and innovative functional structure design.
@else
时尚集团以独特选址经验、注重当地人文传承的规划思维及开创性功能结构设计,打造让人耳目一新的旅游地产项目。
@endif
......
......@@ -19,7 +19,7 @@
<div class="container1" id="maodian14">
<div class="video-t">
@if($language_type == 1)
<h1>Chairman's speech</h1>
<h1>Presidential Speech</h1>
@else
<h1>董事长演讲</h1>
@endif
......@@ -59,7 +59,7 @@
<div class="container1" id="maodian15">
<div class="video-t">
@if($language_type == 1)
<h1>Enterprise promotion film</h1>
<h1>Promo Video</h1>
@else
<h1>企业宣传片</h1>
@endif
......@@ -89,7 +89,7 @@
<div class="container1" id="maodian16">
<div class="video-t">
@if($language_type == 1)
<h1>Business activities</h1>
<h1>Corporate Events</h1>
@else
<h1>企业活动</h1>
@endif
......@@ -120,7 +120,7 @@
<div class="container1" id="maodian17">
<div class="video-t">
@if($language_type == 1)
<h1>media coverage</h1>
<h1>Media reports</h1>
@else
<h1>媒体报道</h1>
@endif
......
......@@ -14,13 +14,17 @@
<div class="container1">
<div class="culture-d-item1-all clearfix">
<div class="culture-d-item1-l">
<img src="{{asset($data->img_path)}}" id="imgId">
@if($language_type == 1)
<img src="{{asset('images/da7df3b075f8ad172215866ea59e06c1.png')}}" id="imgId">
@else
<img src="{{asset('images/2536974b87fed7bc17e799bc490c8cc9.jpg')}}" id="imgId">
@endif
</div>
<div class="culture-d-item1-r">
<div class="culture-d-item1-t">
<h1 id="downame">
@if($language_type == 1)
Fashion group brand album
Fashion group brand
@else
时尚集团品牌画册
@endif
......@@ -29,8 +33,8 @@
<div class="culture-d-item1-b">
<div id="sdescription">
@if($language_type == 1)
<h1>Fashion group brand album</h1>
<h2>Introduction to this issue>></h2>
<h1>Fashion group brand</h1>
<h2>The current guidance>></h2>
<p>●Fashion creates infinite possibilities</p>
@else
<h1>时尚集团品牌画册</h1>
......@@ -60,10 +64,14 @@
<ul class="clearfix">
<li class="culture-item2-b1" name="6">
<a>
<img src="{{asset($data->img_path)}}">
@if($language_type == 1)
<img src="{{asset('images/da7df3b075f8ad172215866ea59e06c1.png')}}" id="imgId">
@else
<img src="{{asset('images/2536974b87fed7bc17e799bc490c8cc9.jpg')}}" id="imgId">
@endif
<p class="ell1">
@if($language_type == 1)
Fashion group brand album
Fashion group brand
@else
时尚集团品牌画册
@endif
......
......@@ -20,13 +20,14 @@
</div>
<div class="brand-item1" id="maodian104">
<div class="container1">
<div class="brand-item1-info">
<div class="brand-item1-info" >
@if($language_type == 1)
<small style="color: #cda971">MISSION</small>
<p>Let fashion change life let fashion merge art let fashion create possibility</p>
<p>Focus on the field of commercial real estate, and continue to strive to improve the comprehensive use efficiency of urban core resources;</p>
<p>Adhere to the artistic vision of the product carving, so that every fashionable product has become a boutique;</p>
<p>We are committed to building a platform to create possibilities for people with wealth dreams, entrepreneurial dreams and career dreams.</p>
<h1>MISSION<small style="color: #cda971">MISSION</small></h1>
<p>Let fashion change the life so that fashion fusion art to create the possibility of fashion
Deep attention to the field of commercial real estate, the comprehensive use efficiency of continuing efforts to improve city core resources;</p>
<p>Adhere to the vision of the art of carving, so that every product has become a fashion boutique;
Committed to build a platform for the possession of wealth, dream, dream, dream, the creation of people to achieve the possibility of.
</p>
@else
<h1>使命<small>MISSION</small></h1>
<p>让时尚改变生活 让时尚融合艺术 让时尚创造可能</p>
......@@ -36,32 +37,41 @@
@endif
</div>
<div class="brand-item1-info">
<div class="brand-item1-info" style="margin-top:-30px;">
@if($language_type == 1)
<small style="color: #cda971">VISION</small>
<p>To be the most vigorous first-class commercial real estate and tourism real estate development operator</p>
<p>In the world, the best enterprises are not the biggest, but the longest.</p>
<p>This is the attitude and view of fashion group for successful enterprises, and take it as the aspiration to pursue the long-term sustainable development of enterprises and their contribution and value to society.</p>
<h1>VISION<small style="color: #cda971">VISION</small></h1>
<p>To do the most vitality of first-class commercial real estate and real estate development operators In the world, the best companies, not the biggest, but the last.</p>
<p>This is the fashion group for the success of the attitude and the attitude of the enterprise, and as a chi, the pursuit of long-term sustainable development of enterprises and the contribution and value of the community.</p>
@else
<h1>愿景<small>VISION</small></h1>
<p>做最有生命力的一流商业地产和旅游地产开发运营商</p>
<p>在全世界那些最好的企业不是最大的而是最长久的</p>
<p>这是时尚集团对于成功企业的态度和观点并以此为志追求企业长久的可持续发展及对社会的贡献和价值</p>
@endif
</div>
</div>
</div>
@if($language_type == 1)
<div class="brand-item2" id="maodian107">
<img src="{{asset('images/b4a13fdc979f8835294788eb8b38fa00.jpg')}} " >
<img src="{{asset('images/983e747635cfaf830019d9ecbb9bd0ae.jpg')}} " >
</div>
@else
<div class="brand-item2" id="maodian107">
<img src="{{asset('images/b4a13fdc979f8835294788eb8b38fa00.jpg')}} " >
</div>
@endif
<div class="brand-item3" style="background-image: url(images/c887af714e6fe7911567afc043d5e8e4.png);" id="maodian108">
<div class="container1">
@if($language_type == 1)
<div class="video-t">
<h1><img src="{{asset('images/97c1c6f567afcf6bc0a1e1064e09034e.png')}}"></h1>
</div>
@else
<div class="video-t">
<h1><img src="{{asset('images/04f6deebc88c3b10c77f6075a0642df5.png')}}"></h1>
</div>
@endif
<div class="brand-item3-b">
<ul class="clearfix">
@if($language_type == 1)
......@@ -69,35 +79,35 @@
<a>
<span></span>
<h1>Industry</h1>
<p>Establish benchmarking model for the industry, continue to cultivate industry talents, and bring more possibilities for Industry Development</p>
<p>Set up a benchmark for the industry model, sustained training</p>
</a>
</li>
<li>
<a>
<span></span>
<h1>City</h1>
<p>Establish benchmarking model for the industry, continue to cultivate industry talents, and bring more possibilities for Industry Development</p>
<p>Set up a benchmark for the industry model, sustained training</p>
</a>
</li>
<li>
<a>
<span></span>
<h1>Merchant</h1>
<p>Establish benchmarking model for the industry, continue to cultivate industry talents, and bring more possibilities for Industry Development</p>
<p>Set up a benchmark for the industry model, sustained training</p>
</a>
</li>
<li>
<a>
<span></span>
<h1>Staff</h1>
<p>Establish benchmarking model for the industry, continue to cultivate industry talents, and bring more possibilities for Industry Development</p>
<p>Set up a benchmark for the industry model, sustained training</p>
</a>
</li>
<li>
<a>
<span></span>
<h1>Consumer</h1>
<p>Establish benchmarking model for the industry, continue to cultivate industry talents, and bring more possibilities for Industry Development</p>
<p>Set up a benchmark for the industry model, sustained training</p>
</a>
</li>
@else
......@@ -157,7 +167,7 @@
<div class="culture-item-t">
<h1>
@if($language_type == 1)
Download Zone
Downloads
@else
下载专区
@endif
......@@ -169,8 +179,8 @@
@if($language_type == 1)
<a href="{{ route('endownload') }}">
<img src="{{asset('images/2536974b87fed7bc17e799bc490c8cc9.jpg')}}">
<p class="ell1">Fashion group brand album</p>
<img src="{{asset('images/da7df3b075f8ad172215866ea59e06c1.png')}}">
<p class="ell1">Fashion group brand</p>
</a>
@else
<a href="{{ route('download') }}">
......
......@@ -28,9 +28,9 @@
<div class="about-item2-nav ">
<ul class="clearfix">
@if($language_type == 1)
<li class=" about-item2-nav1" name="maodian20"><a href="{{route('engoods_item')}}/#maodian20"><span></span><em class="ell1">Underground commercial space project</em><i class="rotate45"></i></a></li>
<li class="active about-item2-nav1"><a href="{{route('enmaodian21')}}/#maodian21"><span></span><em class="ell1">Underground commercial space project of rail transit</em><i class="rotate45"></i></a></li>
<li class=" about-item2-nav1"><a href="{{route('enmaodian22')}}/#maodian22"><span></span><em class="ell1">Tourism real estate project</em><i class="rotate45"></i></a></li>
<li class=" about-item2-nav1" name="maodian20"><a href="{{route('engoods_item')}}/#maodian20"><span></span><em class="ell1">Underground commercial space </em><i class="rotate45"></i></a></li>
<li class="active about-item2-nav1"><a href="{{route('enmaodian21')}}/#maodian21"><span></span><em class="ell1">Underground commercial space of rail transit</em><i class="rotate45"></i></a></li>
<li class=" about-item2-nav1"><a href="{{route('enmaodian22')}}/#maodian22"><span></span><em class="ell1">Tourism real estate</em><i class="rotate45"></i></a></li>
@else
<li class=" about-item2-nav1" name="maodian20"><a href="{{route('goods_item')}}/#maodian20"><span></span><em class="ell1">地下商业空间项目</em><i class="rotate45"></i></a></li>
<li class="active about-item2-nav1"><a href="{{route('maodian21')}}/#maodian21"><span></span><em class="ell1">轨道交通地下商业空间项目</em><i class="rotate45"></i></a></li>
......@@ -49,7 +49,7 @@
<ul>
@if($language_type == 1)
<li class="on" name="project-item1-all-list1"><a href="javascript:;">Shenzhen Futian</a></li>
<li class="" name="project-item1-all-list2"><a href="javascript:;">Shenzhen Huaxin station</a></li>
<li class="" name="project-item1-all-list2"><a href="javascript:;">Shenzhen Huaxin</a></li>
@else
<li class="on" name="project-item1-all-list1"><a href="javascript:;">深圳福田</a></li>
<li class="" name="project-item1-all-list2"><a href="javascript:;">深圳华新站</a></li>
......@@ -62,10 +62,10 @@
<div class="project-item1-all-b">
<p class="p-img"><img src="{{asset('images/dbbb556b9961374e39b4a35f4c252914.jpg')}} "></p>
@if($language_type == 1)
<h1>Shenzhen Futian station fashion Metro commercial space</h1>
<h2>The largest underground railway station in Asia and the fastest in the world</h2>
<p>Located in Futian Central District, Shenzhen</p>
<p>With a construction area of 20000 square meters, the project is centered on Shenzhen Futian station of Guangzhou Shenzhen Hong Kong passenger dedicated line, which gathers metro lines 1, 2, 3, 4, 11 and other urban rail transit lines, as well as conventional transportation facilities and supporting facilities such as bus terminal stations, car and taxi connecting stations, and is an important inter city transportation hub of large-scale underground railway stations in China and the Pearl River Delta. Fashion Group will be located here as a high-speed rail terminal, the city's reception hall, e-commerce stores.</p>
<h1>深圳福田站时尚地铁商业空间</h1>
<h2>亚洲最大、全世界列车通过速度最快的地下火车站</h2>
<p>位于深圳福田中心区</p>
<p>项目建筑面积2万平米,以广深港客运专线深圳福田站为中心,汇集地铁1、2、3、4、11号线等城市轨道交通线路,以及公交首末站、小汽车及出租车接驳场站等常规交通设施及配套,是国内大型地下铁路车站、珠三角重要的城际交通枢纽。时尚集团将这里定位为高铁的候机楼、城市的会客厅、电商的实体店。</p>
@else
<h1>深圳福田站时尚地铁商业空间</h1>
<h2>亚洲最大、全世界列车通过速度最快的地下火车站</h2>
......@@ -80,9 +80,9 @@
<div class="project-item1-all-b">
<p class="p-img"><img src="{{asset('images/f619652045f709f2b75b35a4e89abbb7.jpg')}} "></p>
@if($language_type == 1)
<h1>Shenzhen Huaxin Station rail transit underground commercial space project</h1>
<h2>Rail Transit commercial space project jointly built by fashion group and Shenzhen Metro Group</h2>
<p>Shenzhen Huaxin station fashion Mego Metro commercial space is located in Huaqiangbei core business district of "China Electronics First Street" in the first gold business district, Futian District, Shenzhen. Huaxin station, the transfer hub of Metro Line 3 and line 7, has a construction area of 20000 square meters, and has a geographical advantage of seamless connection with the metro. The fashion group plans to build it into a fashion business district with artistic modeling, subway elements, Huaqiangbei temperament and mix and match creativity.</p>
<h1>深圳华新站轨道交通地下商业空间项目</h1>
<h2>时尚集团联手深圳地铁集团打造的轨道交通商业空间项目</h2>
<p>深圳华新站时尚MEGO地铁商业空间,位于深圳福田区第一黄金商圈“中国电子第一街”华强北核心商圈内,地铁3号线和7号线换乘枢纽华新站,项目建筑面积2万平方米,拥有与地铁无缝连接的地理优势。时尚集团拟将这里打造成一个具有艺术造型、地铁元素、华强北气质和混搭创意的潮玩商业街区。</p>
@else
<h1>深圳华新站轨道交通地下商业空间项目</h1>
<h2>时尚集团联手深圳地铁集团打造的轨道交通商业空间项目</h2>
......@@ -103,7 +103,7 @@
<div class="video-t">
<h1>
@if($language_type == 1)
Space landscape
Event Operations
@else
空间景观
@endif
......@@ -135,7 +135,7 @@
<div class="container1">
<div class="video-t">
@if($language_type == 1)
<h1>Activity operations</h1>
<h1>Activity operation</h1>
@else
<h1>活动运营</h1>
@endif
......@@ -167,7 +167,7 @@
<div class="container1">
<div class="video-t">
@if($language_type == 1)
<h1>Art block</h1>
<h1>Artistic Blocks</h1>
@else
<h1>艺术街区</h1>
@endif
......@@ -199,7 +199,7 @@
<div class="container1">
<div class="video-t">
@if($language_type == 1)
<h1>cooperative partner</h1>
<h1>Partners</h1>
@else
<h1>合作伙伴</h1>
@endif
......
......@@ -28,9 +28,9 @@
<div class="about-item2-nav ">
<ul class="clearfix">
@if($language_type == 1)
<li class=" about-item2-nav1" name="maodian20"><a href="{{route('engoods_item')}}/#maodian20"><span></span><em class="ell1">Underground commercial space project</em><i class="rotate45"></i></a></li>
<li class=" about-item2-nav1" name="maodian20"><a href="{{route('engoods_item')}}/#maodian20"><span></span><em class="ell1">Underground commercial space</em><i class="rotate45"></i></a></li>
<li class=" about-item2-nav1"><a href="{{route('enmaodian21')}}/#maodian21"><span></span><em class="ell1">Underground commercial space project underground commercial space project of rail transit</em><i class="rotate45"></i></a></li>
<li class="active about-item2-nav1"><a href="{{route('enmaodian22')}}/#maodian22"><span></span><em class="ell1">Tourism real estate project</em><i class="rotate45"></i></a></li>
<li class="active about-item2-nav1"><a href="{{route('enmaodian22')}}/#maodian22"><span></span><em class="ell1">Tourism real estate</em><i class="rotate45"></i></a></li>
@else
<li class=" about-item2-nav1" name="maodian20"><a href="{{route('goods_item')}}/#maodian20"><span></span><em class="ell1">地下商业空间项目</em><i class="rotate45"></i></a></li>
<li class=" about-item2-nav1"><a href="{{route('maodian21')}}/#maodian21"><span></span><em class="ell1">轨道交通地下商业空间项目</em><i class="rotate45"></i></a></li>
......@@ -50,7 +50,7 @@
<ul>
@if($language_type == 1)
<li class="on" name="project-item1-all-list1"><a href="javascript:;">Lijiang</a></li>
<li class="" name="project-item1-all-list2"><a href="javascript:;">Tianlu Xianghe Valley Club</a></li>
<li class="" name="project-item1-all-list2"><a href="javascript:;">Xianghegu</a></li>
@else
<li class="on" name="project-item1-all-list1"><a href="javascript:;">丽江</a></li>
<li class="" name="project-item1-all-list2"><a href="javascript:;">天麓•祥和谷会所</a></li>
......@@ -63,8 +63,8 @@
<div class="project-item1-all-b">
<p class="p-img"><img src="{{asset('images/4bd95c5bd1de6d1145abefb034fd15bf.jpg')}} "></p>
@if($language_type == 1)
<h1>The investment and development of the comprehensive project of Yulong Art College in Lijiang</h1>
<p>The project covers a total area of 1600 mu, and is planned to cover an area of 1000 mu for art college campus, supporting faculty residence and affiliated property hotel of 600 mu. We will introduce top development teams and mature school running models at home and abroad according to local conditions, and strive to build a first-class art university in South China.</p>
<h1>丽江玉龙县艺术高校综合项目的投资与开发</h1>
<p>本项目总占地面积1600亩,规划有占地1000亩的艺术院校校区、配套教工住宅及附属产权式酒店600亩用地。将因地制宜引进国内外顶级开发团队及成熟办学模式,致力于打造南中国一流的艺术大学。</p>
@else
<h1>丽江玉龙县艺术高校综合项目的投资与开发</h1>
<p>本项目总占地面积1600亩,规划有占地1000亩的艺术院校校区、配套教工住宅及附属产权式酒店600亩用地。将因地制宜引进国内外顶级开发团队及成熟办学模式,致力于打造南中国一流的艺术大学。</p>
......@@ -76,10 +76,10 @@
<p class="p-img"><img src=" {{asset('images/bf880d4a264d0819ed4e66cf7dc088e0.jpg')}} "></p>
@if($language_type == 1)
<h1>Tianlu Xianghe Valley Club</h1>
<h2>A view of "the best community of global living environment" in mountain and sea</h2>
<p>Fashion Tianlu Xianghe Valley is located in the eastern overseas Chinese town, the treasure land of South China's leaders.</p>
<p>The valley of peace follows the vein of the mountain ridge and winds in the vertical and horizontal direction. With the height of peace, it can bring up the wisdom of life. With excellent design ability, fashion group integrates architectural aesthetics and living environment, and creates a magnificent Tianlu Xianghe Valley Club with a view to mountains and seas. Here, you can sit on the clouds, listen to the waves, and feel small on the mountains and seas. Let the troubled secular be far away, and let the heart be peaceful.</p>
<h1>天麓•祥和谷会所</h1>
<h2>一目山海“全球人居环境最佳社区”</h2>
<p>时尚天麓•祥和谷位于南中国的领袖人居宝地——东部华侨城。</p>
<p>祥和谷依循于山脊之脉,蜿蜒于纵横之中,以祥和之高度,蓄养出人生智慧。时尚集团凭借优秀的设计能力,将建筑美学与居住环境融为一体,打造了气壮山河、一目山海的天麓•祥和谷会所,在这里,您可以坐看浮云、倚听涛声,山海之上,觉人间小。让纷扰的世俗远离,使内心皈依祥和。</p>
@else
<h1>天麓•祥和谷会所</h1>
<h2>一目山海“全球人居环境最佳社区”</h2>
......@@ -102,7 +102,7 @@
<div class="video-t">
<h1>
@if($language_type == 1)
Space landscape
Event Operations
@else
空间景观
@endif
......@@ -166,7 +166,7 @@
<div class="container1">
<div class="video-t">
@if($language_type == 1)
<h1>Art block</h1>
<h1>Artistic Blocks</h1>
@else
<h1>艺术街区</h1>
@endif
......@@ -198,7 +198,7 @@
<div class="container1">
<div class="video-t">
@if($language_type == 1)
<h1>cooperative partner</h1>
<h1>Partners</h1>
@else
<h1>合作伙伴</h1>
@endif
......
......@@ -14,12 +14,16 @@
<div class="container1">
<div class="culture-d-item1-all clearfix">
<div class="culture-d-item1-l">
<img src="{{asset($data->img_path)}}" id="imgId">
{{-- @if($language_type == 1)--}}
<img src="{{asset('images/45394a7c53fba09fe7a3baa2b8b065c2.jpg')}}" alt="">
{{-- @else--}}
{{-- <img src="{{asset($data->img_path)}}">--}}
{{-- @endif--}}
</div>
<div class="culture-d-item1-r">
<div class="culture-d-item1-t">
@if($language_type == 1)
<h1 id="downame">Fashion Group annual report</h1>
<h1 id="downame">时尚集团年报</h1>
@else
<h1 id="downame">时尚集团年报</h1>
@endif
......@@ -28,9 +32,10 @@
<div class="culture-d-item1-b">
<div id="sdescription">
@if($language_type == 1)
<h1>Fashion Group annual report</h1>
<h2>Introduction to this issue>></h2>
<p>●Fashion creates infinite possibilities</p>
<h1>2015 Annual Report</h1>
<h2>The current guidance>></h2>
<p>● Enterprise temperature</p>
<p>● China Merchants real estate, the green body temperature, the red service in the end</p>
@else
<h1>时尚集团年报</h1>
<h2>本期导读>></h2>
......@@ -67,10 +72,14 @@
<ul class="clearfix">
<li class="culture-item2-b1" name="7">
<a>
<img src="{{asset($data->img_path)}}">
{{-- @if($language_type == 1)--}}
<img src="{{asset('images/45394a7c53fba09fe7a3baa2b8b065c2.jpg')}}" alt="">
{{-- @else--}}
{{-- <img src="{{asset($data->img_path)}}">--}}
{{-- @endif--}}
<p class="ell1">
@if($language_type == 1)
Fashion Group annual report
时尚集团年报
@else
时尚集团年报
@endif
......
......@@ -14,7 +14,7 @@
<div class="container1">
<div class="culture-item-t">
@if($language_type == 1)
<h1>social responsibility</h1>
<h1>Social responsibility</h1>
@else
<h1>社会责任</h1>
@endif
......@@ -56,7 +56,7 @@
<div class="container1">
<div class="culture-item-t">
@if($language_type == 1)
<h1>annual reports</h1>
<h1>Annual reports</h1>
@else
<h1>企业年报</h1>
@endif
......@@ -65,17 +65,17 @@
<div class="culture-item2-b">
<ul class="clearfix">
<li class="culture-item2-b1" >
@if($language_type == 1)
<a href="{{ route('endownload_report') }}">
<img src="{{asset('images/45394a7c53fba09fe7a3baa2b8b065c2.jpg')}}">
<p class="ell1">Fashion Group annual report</p>
</a>
@else
{{-- @if($language_type == 1)--}}
{{-- <a href="{{ route('endownload_report') }}">--}}
{{-- <img src="{{asset('images/da7df3b075f8ad172215866ea59e06c1.png')}}">--}}
{{-- <p class="ell1">时尚集团年报</p>--}}
{{-- </a>--}}
{{-- @else--}}
<a href="{{ route('download_report') }}">
<img src="{{asset('images/45394a7c53fba09fe7a3baa2b8b065c2.jpg')}}">
<p class="ell1">时尚集团年报</p>
</a>
@endif
{{-- @endif--}}
</li>
......
......@@ -30,7 +30,7 @@
<div class="panel-more">
@if($language_type == 1)
<a href="{{route('enabout1')}}{{$val->anchor}}">
<img src="{{asset('images/moreinfo.png')}}">
<img src="{{asset('images/5bca7601c5c3035a2093853e118bdb17.png')}}">
</a>
@else
<a href="{{$val->anchor}}">
......@@ -164,7 +164,7 @@
<div class="panel-more">
@if($language_type == 1)
<a href="{{$val->img_title}}">
<img src="{{asset('images/moreinfo.png')}}">
<img src="{{asset('images/5bca7601c5c3035a2093853e118bdb17.png')}}">
</a>
@else
<a href="{{$val->anchor}}">
......@@ -186,7 +186,7 @@
<div class="panel-more">
@if($language_type == 1)
<a href="{{$vl->img_title}}">
<img src="{{asset('images/moreinfo.png')}}">
<img src="{{asset('images/5bca7601c5c3035a2093853e118bdb17.png')}}">
@else
<a href="{{$vl->anchor}}">
<img src="{{asset('images/ea1b4947d173a224e8dcbca0549db8a2.png')}}">
......@@ -200,7 +200,7 @@
<div class="panel-more">
@if($language_type == 1)
<a href="{{$vl->img_title}}">
<img src="{{asset('images/moreinfo.png')}}">
<img src="{{asset('images/5bca7601c5c3035a2093853e118bdb17.png')}}">
</a>
@else
<a href="{{$vl->anchor}}">
......@@ -249,7 +249,7 @@
</div>
<div class="page8-center-more">
@if($language_type == 1)
<a href="{{route('ennews')}}"><span></span><i>More info</i></a>
<a href="{{route('ennews')}}"><span></span><i>More news</i></a>
@else
<a href="{{route('news')}}"><span></span><i>更多资讯</i></a>
@endif
......@@ -284,7 +284,8 @@
<div class="page5-t">
@if($language_type == 1)
<h1>BIG EVENTS</h1>
<h1>Memorabilia</h1>
<small>BIG EVENTS</small>
@else
<h1>大事记</h1>
<small>BIG EVENTS</small>
......@@ -327,7 +328,7 @@
<div class="panel-more">
@if($language_type == 1)
<a href="{{route('enjob_social')}}">
<img src="{{asset('images/moreinfo.png')}}">
<img src="{{asset('images/5bca7601c5c3035a2093853e118bdb17.png')}}">
</a>
@else
<a href="{{route('job_social')}}">
......@@ -370,13 +371,13 @@
<div class="page11-b-info">
@if($language_type == 1)
<p>Shenzhen fashion commercial real estate Group Co Ltd</p>
<p>Shenzhen fashion commercial real estate group Limited by Share Ltd</p>
@else
<p>深圳时尚商业地产集团股份有限公司</p>
<p>深圳时尚商业科技集团股份有限公司</p>
@endif
@if($language_type == 1)
<p>Address: 2301, Greater China International Trade Plaza, Jintian South Road, Futian District, Shenzhen</p>
<p>Address: Shenzhen City, Futian District China International Exchange Square Jintian road 2301</p>
@else
<p>地址:深圳市福田区金田南路大中华国际交易广场2301</p>
@endif
......@@ -401,7 +402,7 @@
<div class="page11-b-top">
<div class="left">
@if($language_type == 1)
<h1>inland cities</h1>
<h1>Inland cities</h1>
@else
<h1>内地城市</h1>
@endif
......@@ -416,25 +417,28 @@
<div class="page11-b-info">
@if($language_type == 1)
<p>Shenzhen maichao commercial operation Co Ltd</p>
<p>Shenzhen City,a super business operations limited liability company
Shenzhen City super commercial limited liability company
</p>
{{-- <p>Shenzhen City super commercial limited liability company</p>--}}
@else
<p>深圳市迈超商业运营有限责任公司</p>
@endif
@if($language_type == 1)
<p>Address: entrance / exit a, Huaxin station, Huaqiangbei Metro Line 3 (Longgang line), Futian District, Shenzhen</p>
<p>Address: Shenzhen City,Futian District Huaqiang North Metro line three (Longgang line) Huaxin station A port</p>
@else
<p>地址:深圳市福田区华强北地铁三号线(龙岗线)华新站A口</p>
@endif
@if($language_type == 1)
<p>Telephone:<a href="tel:">0755-82839309</a></p>
<p>Telephone:<a href="tel:">0755-82772371</a></p>
@else
<p>电话:<a href="tel:">0755-82839309</a></p>
@endif
@if($language_type == 1)
<p>Website:<a href="http://www.fashiongroup.com.cn">http://www.fashiongroup.com.cn</a></p>
{{-- <p>Website:<a href="http://www.fashiongroup.com.cn">http://www.fashiongroup.com.cn</a></p>--}}
@else
<p>网址:<a href="http://www.fashiongroup.com.cn">http://www.fashiongroup.com.cn</a></p>
@endif
......@@ -553,7 +557,7 @@
@endif
@if($language_type == 1)
<p>Pay attention to the official wechat of fashion group</p>
<p>Wechat</p>
@else
<p>关注时尚集团官方微信</p>
@endif
......@@ -572,7 +576,7 @@
@endif
@if($language_type == 1)
<p>Follow the official microblog of fashion group</p>
<p>Microblogging</p>
@else
<p>关注时尚集团官方微博</p>
@endif
......@@ -581,13 +585,13 @@
</div>
<div class="page11-map">
@if($language_type == 1)
<p><a href="http://oanew.fashiongz.com.cn/seeyon/index.jsp" target="_blank"><span></span>Group OA</a></p>
<p><a href="http://oa.fashiongz.com.cn/seeyon/index.jsp" target="_blank"><span></span>Group OA</a></p>
@else
<p><a href="http://oanew.fashiongz.com.cn/seeyon/index.jsp" target="_blank"><span></span>集团OA</a></p>
<p><a href="http://oa.fashiongz.com.cn/seeyon/index.jsp" target="_blank"><span></span>集团OA</a></p>
@endif
@if($language_type == 1)
<p><a href="{{route('enmap')}}" class="wb-map"><span></span>Website map</a></p>
<p><a href="{{route('enmap')}}" class="wb-map"><span></span>Sitemap</a></p>
@else
<p><a href="{{route('map')}}" class="wb-map"><span></span>网站地图</a></p>
@endif
......
......@@ -14,7 +14,7 @@
<div class="container1">
<div class="join-t">
@if($language_type == 1)
<h1>Success story</h1>
<h1>Success Stories</h1>
@else
<h1>成功故事</h1>
@endif
......@@ -26,7 +26,7 @@
<div class="container1">
<div class="join-t">
@if($language_type == 1)
<h1>Jobs</h1>
<h1>Careers</h1>
@else
<h1>就业岗位</h1>
@endif
......@@ -38,9 +38,9 @@
<a>
<img src="{{asset('images/7b0a07b77781b4cd80d1fe5948aac33e.jpg')}} " id="maodian34">
@if($language_type == 1)
<h1 class="ell1">Internship opportunities</h1>
<h1 class="ell1">Internship Opportunities</h1>
<p>
Over the years, fashion group has cultivated many professional talents for the industry and many excellent young people for the society. The fashion group internship program provides internship opportunities for graduates who are full of vitality, innovation and desire for success, so that more young people can learn more about fashion group and commercial real estate industry through personal experience. If you are interested in becoming an intern of fashion group, you can call all branches of fashion group and contact human resources department for details.
For many years, Fashion Group has nurtured a lot of professional talents for industries and trained many merit young people for the society. The internship program of Fashion Group provides internship opportunities for college graduates who are full of vigor and crave success, so that more young people may have in-depth understanding about Fashion Group and the industry of commercial real estate through their personal experiences. If you are interested in becoming an intern at Fashion Group, you may make a phone call to the branch companies of Fashion Group and contact the human resources department for detailed inquiries.
</p>
@else
<h1 class="ell1">实习机会</h1>
......@@ -57,12 +57,12 @@
@if($language_type == 1)
<a href="{{route('enjob_social')}}">
<img src="{{asset('images/e21b15899c0b443bc1ff2eb67f191be2.jpg')}} ">
<h1 class="ell1">Jobs</h1>
<h1 class="ell1">Careers</h1>
<p>
Employees are the most important asset of fashion group. In addition to providing generous salary, fashion group also provides fair and just promotion channel and business partner development platform for every excellent employee. Thanks to these excellent talent concept and employment mechanism, fashion group always has a stable management and staff team. At present, 70% of the middle and senior managers of the group are from the selection and promotion of internal front-line employees, and the average working years of middle and senior managers in fashion are more than 5 years. If you are ready to meet the challenge and pursue your career ideal, welcome to join the fashion group!
Employees are the most important assets for Fashion Group. Besides considerable salaries, Fashion Group also provides each excellent employee with a fair advancement channel and career developmental platform as business partner. Thanks to these outstanding manpower thoughts mechanisms, Fashion Group always owns a stable management and employee team. Currently, 70% of the intermediate and senior managers are promoted from junior positions internally. The average service time at Fashion Group for senior executives is more than five years. If you are prepared to face the challenges and pursue your career ideals, we welcome you to join Fashion Group!
<strong>
<span style="color: rgb(255, 0, 0);width:auto;height:auto;background:none;margin:0;padding:0">
(Click to get more jobs)</span>
{{-- <span style="color: rgb(255, 0, 0);width:auto;height:auto;background:none;margin:0;padding:0">--}}
{{-- (Click to get more jobs)</span>--}}
</strong>
</p>
</a>
......@@ -86,19 +86,20 @@
<li class="join-item2-li3" id="maodian36">
@if($language_type == 1)
<h2>Contact us</h2>
<p>Shenzhen fashion commercial real estate Group Co. Ltd</p>
<p>Address: 2301, Greater China International Trade Plaza, Jintian South Road, Futian District, Shenzhen</p>
<p>Telephone:<a href="tel:">0755-82839309</a></p>
<p>Shenzhen fashion commercial real estate group Limited by Share Ltd</p>
<p>Address: Shenzhen City, Futian District Jintian Road, great China International Exchange Square 2301</p>
<p>Tel:<a href="tel:">0755-82839309</a></p>
<p>Website:<a href="http://www.fashiongroup.com.cn">http://www.fashiongroup.com.cn</a></p>
<span></span>
<strong>inland cities</strong>
<p>Shenzhen maichao commercial operation Co. Ltd</p>
<p>Address: entrance / exit a, Huaxin station, Huaqiangbei Metro Line 3 (Longgang line), Futian District, Shenzhen</p>
<p>Telephone:<a href="tel:">0755-83225879</a></p>
<strong>Inland cities</strong>
<p>Shenzhen City, a super business operations limited liability company</p>
<p>Shenzhen City Super commercial operations limited liability company</p>
<p>Address: Shenzhen City, Futian District Huaqiang North Metro line three (Longgang line) Huaxin station A port</p>
<p>Tel:<a href="tel:">0755-83225879</a></p>
<p><a href="{{url('en/index')}}/#page11" class="more">See more contacts</a></p>
@else
<h2>联系我们</h2>
<p>深圳时尚商业地产集团股份有限公司</p>
<p>深圳时尚商业科技集团股份有限公司</p>
<p>地址深圳市福田区金田南路大中华国际交易广场2301</p>
<p>电话<a href="tel:">0755-82839309</a></p>
<p>网址<a href="http://www.fashiongroup.com.cn">http://www.fashiongroup.com.cn</a></p>
......
......@@ -15,7 +15,7 @@
<div class="news-item1">
<div class="news-t">
@if($language_type == 1)
<h1>Jobs</h1>
<h1>Careers</h1>
@else
<h1>就业岗位</h1>
@endif
......@@ -26,14 +26,11 @@
<div class="join-recruit-t-l">
<div class="join-recruit-t-info">
@if($language_type == 1)
<h1>Everyone's heart has a spark of desire for success. An excellent enterprise can always inspire one success story after another.</h1>
<h1>Every employee's career in fashion group is clear, from Commissioner to department head, Department Manager to regional general manager. Each project is like an entrance, behind which is a huge career stage. Here, we provide a customized long-term career development path and opportunity for everyone, and it is suitable for different stages of life and individual family needs.</h1>
<h1>In terms of welfare and compensation, fashion group not only provides employees with competitive welfare and compensation, but also pioneers the introduction of business partnership. Every capable employee has the opportunity to become a business partner of fashion group in the future.</h1>
<h1>Welcome to join fashion group!</h1>
<h1>Welcome to join the Shenzhen fashion commercial real estate group Limited by Share Ltd</h1>
<p>
Thank you for choosing fashion group. If you are interested in the following positions, please email your resume to:
Thank you for choosing the fashion group, if you are interested in the following positions, please email resume to:
<a href="mailto:hr@fashiongroup.com.cn">hr@fashiongroup.com.cn</a>
, In order to inform you of further arrangements in time, please be sure to leave your telephone contact information and email address. The personal data you provide will be stored in confidential, and the personal information will be strictly confidential.
in order to be able to timely inform you further arrangements, please be sure to leave your phone contact information and e-mail address. The personal data you provide, the BCC disk, personal information strictly confidential.
</p>
@else
<h1>每一个人的内心,都有一团渴望成功的星火,一个优秀的企业,总能激发一个又一个星火燎原的成功故事。</h1>
......@@ -56,9 +53,9 @@
<div class="join-recruit-list join-recruit-t-r">
<ul class="clearfix">
@if($language_type == 1)
<li><a href="http://special.zhaopin.com/sy/2015/11099/syss090685/cultare.html"style="font-size: 17px;"target="_blank">Recruitment of Shenyang Branch<span class="icon-angle-double-right"></span></a></li>
<li><a href="http://m.zhaopin.com/company/CC120922717" style="font-size: 17px;" target="_blank">Recruitment of Nanjing Branch<span class="icon-angle-double-right"></span></a></li>
<li><a href="http://m.zhaopin.com/company/CC201816227" style="font-size: 17px;" target="_blank">Recruitment of Guangzhou Branch<span class="icon-angle-double-right"></span></a></li>
<li><a href="http://special.zhaopin.com/sy/2015/11099/syss090685/cultare.html"style="font-size: 17px;"target="_blank">Shenyang branch recruit<span class="icon-angle-double-right"></span></a></li>
<li><a href="http://m.zhaopin.com/company/CC120922717" style="font-size: 17px;" target="_blank">Nanjing branch recruit<span class="icon-angle-double-right"></span></a></li>
<li><a href="http://m.zhaopin.com/company/CC201816227" style="font-size: 17px;" target="_blank">Guangzhou branch recruit<span class="icon-angle-double-right"></span></a></li>
@else
<li><a href="http://special.zhaopin.com/sy/2015/11099/syss090685/cultare.html" target="_blank">沈阳分公司招聘<span class="icon-angle-double-right"></span></a></li>
<li><a href="http://m.zhaopin.com/company/CC120922717" target="_blank">南京分公司招聘<span class="icon-angle-double-right"></span></a></li>
......@@ -70,7 +67,7 @@
<div class="join-recruit-b">
<div class="join-recruit-new">
@if($language_type == 1)
<h1>Latest recruitment position of the group</h1>
<h1>Group's latest recruitment</h1>
@else
<h1>集团最新招聘岗位</h1>
@endif
......@@ -115,11 +112,11 @@
<div class="panel-inner-b-btn">
<a href="{{$v->job_link}}" target="_blank">
@if($language_type == 1)
I want to apply
I want this job!
@else
我要应聘
@endif
<span></span>
{{-- <span></span>--}}
</a>
</div>
</div>
......@@ -131,11 +128,11 @@
<div class="panel-inner-b-btn">
<a href="{{$v->job_link}}" target="_blank">
@if($language_type == 1)
I want to apply
I want this job!
@else
我要应聘
@endif
<span></span>
{{-- <span></span>--}}
</a>
</div>
</div>
......
......@@ -52,7 +52,7 @@
<div class="news-more" >
@if($language_type == 1)
<a href="{{route('enarticle',['num'=>$news_center->num,'type'=>$news_center->type])}}">
Continue reading >>
Reading >>
</a>
@else
<a href="{{route('article',['num'=>$news_center->num,'type'=>$news_center->type])}}">
......@@ -66,7 +66,7 @@
<div class="news-check">
@if($language_type == 1)
<a href="{{route('enarticle_list',['type'=>$news_center2->type])}}">
View all>>
Show all>>
</a>
@else
<a href="{{route('article_list',['type'=>$news_center2->type])}}">
......@@ -90,7 +90,7 @@
<div class="news-more">
@if($language_type == 1)
<a href="{{route('enarticle',['num'=>$news_center2->num,'type'=>$news_center2->type])}}">
Continue reading >>
Reading >>
</a>
@else
<a href="{{route('article',['num'=>$news_center2->num,'type'=>$news_center2->type])}}">
......@@ -104,6 +104,7 @@
</div>
</div>
@if($language_type == 0)
<div class="news-item2">
<div class="news-item2-t">
<h1>
......@@ -178,11 +179,12 @@
</div>
</div>
@endif
<div class="news-item2">
<div class="news-item2-t">
<h1>
@if($language_type == 1)
Project dynamics
Project Updates
@else
项目动态
@endif
......@@ -207,7 +209,7 @@
</div>
<div class="news-more">
@if($language_type == 1)
<a href="{{route('enarticle',['num'=>$v->num,'type'=>$v->type])}}">Continue reading >></a>
<a href="{{route('enarticle',['num'=>$v->num,'type'=>$v->type])}}">Reading >></a>
@else
<a href="{{route('article',['num'=>$v->num,'type'=>$v->type])}}">继续阅读 >></a>
@endif
......@@ -218,7 +220,7 @@
<div class="news-item2-r">
<div class="news-check">
@if($language_type == 1)
<a href="{{route("enarticle_list",['type'=>3])}}">View all>></a>
<a href="{{route("enarticle_list",['type'=>3])}}">Show all>></a>
@else
<a href="{{route("article_list",['type'=>3])}}">查看全部>></a>
@endif
......
......@@ -63,7 +63,7 @@
</button>
@if($language_type == 1)
<a class="language" style="cursor: pointer" href="{{url('')}}">
<span class="zh">中文</span>
<span class="zh">CN</span>
</a>
@else
<a class="language" style="cursor: pointer" href="{{url('en/index')}}">
......@@ -189,7 +189,7 @@
</p>
@else
<p>
Copyright ©深圳时尚商业地产集团股份有限公司 All Rights Reserved.
Copyright ©深圳时尚商业科技集团股份有限公司 All Rights Reserved.
<a href="http://beian.miit.gov.cn" target="_blank">粤ICP备19077526号</a>
</p>
@endif
......
......@@ -69,7 +69,7 @@
</button>
@if($language_type == 1)
<a class="language" style="cursor: pointer" href="{{$zh}}">
<span class="zh">中文</span>
<span class="zh">CN</span>
</a>
@else
<a class="language" style="cursor: pointer" href="{{$en}}">
......@@ -201,7 +201,7 @@
</p>
@else
<p>
Copyright ©深圳时尚商业地产集团股份有限公司 All Rights Reserved.
Copyright ©深圳时尚商业科技集团股份有限公司 All Rights Reserved.
<a href="http://beian.miit.gov.cn" target="_blank">粤ICP备19077526号</a>
</p>
@endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment