|
|
<!DOCTYPE html> |
|
|
<html lang="cmn-Hant-TW"> |
|
|
<head> |
|
|
<meta charset="utf-8"> |
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
|
|
<meta name ="viewport" content ="initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"> |
|
|
<!-- 上述3個meta標籤*必須*放在最前面,任何其他內容都*必須*跟隨其後! --> |
|
|
<!-- 自定義TDK --> |
|
|
<title>帆軟線上直播培訓開始報名啦!</title> |
|
|
<meta name="keywords" content="帆軟課程,帆軟教學,finereport教學,finereport課程,finereport學習" /> |
|
|
<meta name="description" content="" /> |
|
|
<!-- Bootstrap --> |
|
|
<link href="http://www.finereport.com/tw/wp-content/themes/BusinessNews/bootstrap.min.css" rel="stylesheet"> |
|
|
<style type="text/css"> |
|
|
body,html{ |
|
|
font-family:'苹方-简体','冬青黑体简体中文','微软雅黑','OpenSans','Myriad Pro','Verdana'; |
|
|
} |
|
|
h1 {color: #191e28;font-size: 24px;} |
|
|
h2 {color: #191e28;font-size: 24px;} |
|
|
h3,h4 {color: #191e28;font-size: 16px;} |
|
|
p {color: #7d8189;font-size: 13px; line-height: 25px;} |
|
|
.navbar-default{padding: 0 2%;} |
|
|
.navbar-default .navbar-nav>li>a{font-size: 14px;color: #191e28;} |
|
|
.navbar-default .navbar-nav>li>a:hover{color: #20ade5;} |
|
|
.navbar-brand {padding: 8px 15px;} |
|
|
#headnav {padding-left:0%;} |
|
|
.dropdown-menu>li>a {font-size: 13px;color: #7d8189;padding:5px 15px;} |
|
|
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus{color: #20ade5;background-color: #f2f3f4;} |
|
|
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{ |
|
|
color: #20ade5; |
|
|
background-color: #f2f3f4; |
|
|
} |
|
|
.dropdown-menu{ |
|
|
border-radius:0; |
|
|
-webkit-box-shadow:0 0 0; |
|
|
box-shadow:0 0 0; |
|
|
border: 0; |
|
|
border-bottom: 3px solid #20ade5; |
|
|
} |
|
|
/*巨型导航*/ |
|
|
.megamenu {width: 120px;} |
|
|
.megamenu>li>ul {padding-left: 0;} |
|
|
.megamenu>li>ul>li { |
|
|
list-style: none; |
|
|
} |
|
|
.megamenu .dropdown-header{ |
|
|
padding: 5px 0px; |
|
|
font-size: 13px; |
|
|
color: #20ade5; |
|
|
} |
|
|
.dropdown-menu .divider{margin: 3px 0;} |
|
|
.megamenu>li>ul>li>a { |
|
|
font-size: 13px; |
|
|
display: block; |
|
|
padding: 5px 0px; |
|
|
clear: both; |
|
|
font-weight: normal; |
|
|
color: #7d8189; |
|
|
white-space: normal; |
|
|
} |
|
|
.megamenu>li>ul>li>a:hover, .megamenu>li>ul>li>a:focus { |
|
|
text-decoration: none; |
|
|
color: #20ade5; |
|
|
background-color: #f2f3f4; |
|
|
} |
|
|
/*列表组,按钮,巨幕*/ |
|
|
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{ |
|
|
background-color: #007ed3; |
|
|
border-color: #007ed3; |
|
|
} |
|
|
.btn{border-radius: 3px;} |
|
|
.btn-primary |
|
|
{ |
|
|
background-color:rgba(255,255,255,0); |
|
|
border-color: #fff; |
|
|
color: #fff; |
|
|
height: 40px; |
|
|
font-size: 16px; |
|
|
} |
|
|
.btn-primary:hover{ |
|
|
background-color:rgba(255,255,255,0.2); |
|
|
border-color: #fff; |
|
|
color: #fff; |
|
|
} |
|
|
.jumbotron h1 {color: #f2f4f6;font-size: 36px;} |
|
|
.fastlink {padding-top:30px;padding-bottom:60px;} |
|
|
.thumbnail a>img, .thumbnail>img{max-height:100px;} |
|
|
|
|
|
/*返回顶部*/ |
|
|
p#back-to-top{ |
|
|
position:fixed; |
|
|
display:none; |
|
|
bottom:50px; |
|
|
right:40px; |
|
|
} |
|
|
p#back-to-top a{ |
|
|
text-align:center; |
|
|
text-decoration:none; |
|
|
color:#d1d1d1; |
|
|
display:block; |
|
|
width:64px; |
|
|
/*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/ |
|
|
-moz-transition:color 0.5s; |
|
|
-webkit-transition:color 0.5s; |
|
|
-o-transition:color 0.5s; |
|
|
} |
|
|
p#back-to-top a:hover{ |
|
|
color:#979797; |
|
|
} |
|
|
p#back-to-top a span{ |
|
|
background:transparent url(/tw/wp-content/themes/BusinessNews/images/top.png) no-repeat; |
|
|
border-radius:6px; |
|
|
display:block; |
|
|
height:60px; |
|
|
width:60px; |
|
|
margin:auto; |
|
|
margin-bottom:5px; |
|
|
/*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/ |
|
|
-moz-transition:background 0.5s; |
|
|
-webkit-transition:background 0.5s; |
|
|
-o-transition:background 0.5s; |
|
|
} |
|
|
#back-to-top a:hover span{ |
|
|
background:transparent url(/tw/wp-content/themes/BusinessNews/images/top.png) no-repeat; |
|
|
} |
|
|
@media screen and (max-width: 600px) { |
|
|
p#back-to-top{ |
|
|
position:fixed; |
|
|
display:none; |
|
|
bottom:10px; |
|
|
right:10px; |
|
|
} |
|
|
} |
|
|
</style> |
|
|
<style type="text/css"> |
|
|
.main-container{ |
|
|
margin-top: 51px; |
|
|
} |
|
|
.bot-nav{ |
|
|
padding-top: 30px; |
|
|
padding-bottom: 30px; |
|
|
background-color: #191e28; |
|
|
} |
|
|
.bot-nav ol, ul {padding-left: 0;} |
|
|
.bot-nav .list-group-item{ |
|
|
background-color: #191e28; |
|
|
padding-top: 5px; |
|
|
padding-bottom: 5px; |
|
|
border: 0; |
|
|
} |
|
|
.bot-nav h4{color: #20ade5;} |
|
|
.bot-nav h5{color: #20ade5;font-size: 12px;} |
|
|
.list-group-item a{color: #7d8189; font-size: 13px;} |
|
|
.abstract>.col-md-9 h3{color:#20ade5;} |
|
|
.singleimg{ |
|
|
margin: auto; |
|
|
padding-bottom: 20px; |
|
|
} |
|
|
</style> |
|
|
|
|
|
|
|
|
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> |
|
|
<!-- WARNING: Respond.js doesn't work if you view the page via file:// --> |
|
|
<!--[if lt IE 9]> |
|
|
<script src="//cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script> |
|
|
<script src="//cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script> |
|
|
<![endif]--> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script> |
|
|
var _hmt = _hmt || []; |
|
|
(function() { |
|
|
var hm = document.createElement("script"); |
|
|
hm.src = "https://hm.baidu.com/hm.js?43132450b0024686537065a45a188634"; |
|
|
var s = document.getElementsByTagName("script")[0]; |
|
|
s.parentNode.insertBefore(hm, s); |
|
|
})(); |
|
|
</script> |
|
|
|
|
|
|
|
|
<!-- Facebook Pixel Code --> |
|
|
<script> |
|
|
!function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? |
|
|
n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; |
|
|
n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; |
|
|
t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, |
|
|
document,'script','https://connect.facebook.net/en_US/fbevents.js'); |
|
|
fbq('init', '1348010421977092'); |
|
|
fbq('track', 'PageView'); |
|
|
</script> |
|
|
<noscript><img height="1" width="1" style="display:none" |
|
|
src="https://www.facebook.com/tr?id=1348010421977092&ev=PageView&noscript=1" |
|
|
/></noscript> |
|
|
<!-- DO NOT MODIFY --> |
|
|
<!-- End Facebook Pixel Code --> |
|
|
|
|
|
|
|
|
</head> |
|
|
<body> |
|
|
|
|
|
<div id="fb-root"></div> |
|
|
<script>(function(d, s, id) { |
|
|
var js, fjs = d.getElementsByTagName(s)[0]; |
|
|
if (d.getElementById(id)) return; |
|
|
js = d.createElement(s); js.id = id; |
|
|
js.src = "//connect.facebook.net/zh_TW/sdk.js#xfbml=1&version=v2.8"; |
|
|
fjs.parentNode.insertBefore(js, fjs); |
|
|
}(document, 'script', 'facebook-jssdk'));</script> |
|
|
|
|
|
|
|
|
|
|
|
<div class="navbar navbar-default navbar-fixed-top" role="navigation"> |
|
|
<div class="container"> |
|
|
<div class="navbar-header"> |
|
|
<!-- .navbar-toggle样式用于toggle收缩的内容,即nav-collapse collapse样式所在元素 --> |
|
|
<button class="navbar-toggle" type="button" data-toggle="collapse" data-target=".navbar-responsive-collapse"> |
|
|
<span class="sr-only">Toggle Navigation</span> |
|
|
<span class="icon-bar"></span> |
|
|
<span class="icon-bar"></span> |
|
|
<span class="icon-bar"></span> |
|
|
</button> |
|
|
<!-- 確保無論是寬屏還是窄屏,navbar-brand都顯示 --> |
|
|
<a href="http://www.finereport.com/tw/" class="navbar-brand"><img src="http://www.finereport.com/tw/wp-content/themes/BusinessNews/images/logo20160727.png" alt="帆軟LOGO" width="350"></a> |
|
|
</div> |
|
|
<!-- 屏幕寬度小於768px時,div.navbar-responsive-collapse容器里的內容都會隱藏,顯示icon-bar圖標,當點擊icon-bar圖標時,再展開。屏幕大於768px時,默認顯示。 --> |
|
|
<div class="collapse navbar-collapse navbar-responsive-collapse"> |
|
|
<ul class="nav navbar-nav" id="headnav"> |
|
|
<li><a href="/tw/">首頁</a></li> |
|
|
<li class="dropdown"> |
|
|
<a class="dropdown-toggle" data-toggle="dropdown" href="http://www.finereport.com/tw/products">產品中心<span class="caret"></span></a> |
|
|
<ul class="dropdown-menu megamenu row"> |
|
|
<li class="col-sm-4"> |
|
|
<ul> |
|
|
<li class="divider"></li> |
|
|
<li><a href="/tw/products">產品簡介</a></li> |
|
|
<li><a href="/tw/products/function">功能詳解</a></li> |
|
|
<li><a href="http://www.finereporthelp.com:8889/demo/ReportServer?op=fs" target="_blank">演示Demo</a></li> |
|
|
<li><a href="/tw/products/trial">免費下載</a></li> |
|
|
<li><a href="/tw/products/frlogin">獲取激活碼</a></li> |
|
|
</ul> |
|
|
</li> |
|
|
|
|
|
|
|
|
</ul> |
|
|
</li> |
|
|
<li class="dropdown"> |
|
|
<a class="dropdown-toggle" data-toggle="dropdown" href="/tw/success">客戶案例<span class="caret"></span></a> |
|
|
<ul class="dropdown-menu megamenu row"> |
|
|
<li class="col-sm-4"> |
|
|
<ul> |
|
|
|
|
|
<li class="divider"></li> |
|
|
<li><a href="/tw/success/customers" rel="nofollow">客戶列表</a></li> |
|
|
<li><a href="/tw/success/reviews" rel="nofollow">客戶評價</a></li> |
|
|
<li><a href="/tw/success/real-estate" rel="nofollow">企業案例</a></li> |
|
|
<li><a href="/tw/knowledge/businessanalysis" rel="nofollow">業務案例</a></li> |
|
|
<li><a href="/tw/products/mobile" rel="nofollow">行動BI方案</a></li> |
|
|
<li><a href="/tw/products/imax" rel="nofollow">數據大屏方案</a></li> |
|
|
</ul> |
|
|
</li> |
|
|
</ul> |
|
|
</li> |
|
|
<li class="dropdown"> |
|
|
<a class="dropdown-toggle" data-toggle="dropdown" href="http://www.finereport.com/tw/knowledge">使用教學<span class="caret"></span></a> |
|
|
<ul class="dropdown-menu megamenu row"> |
|
|
<li class="col-sm-4"> |
|
|
<ul> |
|
|
|
|
|
<li class="divider"></li> |
|
|
<li><a href="http://help.finereport.com/" target="_blank">說明文檔</a></li> |
|
|
<li><a href="/tw/video">訓練課程</a></li> |
|
|
<li><a href="http://bbs.fanruan.com/" target="_blank">帆軟論壇</a></li> |
|
|
<li><a href="/tw/knowledge">報表部落格</a></li> |
|
|
<li><a href="/tw/knowledge/cio">CIO/IT人部落格</a></li> |
|
|
<li><a href="/tw/knowledge/dataanalysisblog">數據分析部落格</a></li> |
|
|
|
|
|
</ul> |
|
|
</li> |
|
|
|
|
|
</ul> |
|
|
</li> |
|
|
<li class="dropdown"> |
|
|
<a class="dropdown-toggle" data-toggle="dropdown" href="http://www.finereport.com/tw/company">關於我們<span class="caret"></span></a> |
|
|
<ul class="dropdown-menu megamenu row"> |
|
|
<li class="col-sm-4"> |
|
|
<ul> |
|
|
|
|
|
<li class="divider"></li> |
|
|
<li><a href="/tw/company/about" target="blank">了解帆軟</a></li> |
|
|
<li><a href="/tw/company/contact" target="blank">聯繫方式</a></li> |
|
|
<li><a href="/tw/success/partners" rel="nofollow" target="blank">夥伴招募</a></li> |
|
|
<li><a href="/tw/news" rel="nofollow" target="blank">新聞資訊</a></li> |
|
|
</ul> |
|
|
</li> |
|
|
</ul> |
|
|
</li> |
|
|
<li class="dropdown"> |
|
|
<a class="dropdown-toggle" data-toggle="dropdown" href="javascript:;">Language<span class="caret"></span></a> |
|
|
<ul class="dropdown-menu megamenu row"> |
|
|
<li class="col-sm-3"> |
|
|
<ul> |
|
|
<li class="divider"></li> |
|
|
<li><a href="http://www.finereport.com/" target="_blank">简体中文</a></li> |
|
|
<li><a href="/en/" rel="nofollow" target="_blank">English</a></li> |
|
|
<li><a href="/jp/" rel="nofollow" target="_blank">日本語</a></li> |
|
|
</ul> |
|
|
</li> |
|
|
</ul> |
|
|
</li> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="main-container"> |
|
|
|
|
|
|
|
|
<style type="text/css"> |
|
|
.main-container{ |
|
|
margin-top: 51px; |
|
|
} |
|
|
.newstitle h1{ |
|
|
font-size: 25px; |
|
|
margin-bottom: 25px; |
|
|
} |
|
|
.row .addons{margin-top: 30px;} |
|
|
.jumbotron{ |
|
|
background-image: url(http://www.fanruan.com/images/single1.jpg); |
|
|
} |
|
|
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{ |
|
|
color: #f2f3f4; |
|
|
background-color: #007ed3; |
|
|
} |
|
|
.jumbotron h1{ |
|
|
color: #fff; |
|
|
} |
|
|
.jumbotron h2{ |
|
|
font-size: 26px; |
|
|
color:#fff; |
|
|
} |
|
|
.col-md-003 .list-group-item h4{color:#fff;font-size:18px} |
|
|
.col-md-003 .list-group-item a{color:#20ade5} |
|
|
.col-md-009 ul{padding-left:35px;} |
|
|
.col-md-009 ul>li{font-size:13px;color:#7d8189;line-height:25px;} |
|
|
</style> |
|
|
|
|
|
<div class="container"> |
|
|
<div class="jumbotron"> |
|
|
<h1>FineReport</h1> |
|
|
<h2>最強大的動態報表與BI商業智慧工具!</h2> |
|
|
</div> |
|
|
|
|
|
<div class="fb-like" data-href="https://www.facebook.com/twfinereport/" data-layout="button_count" data-action="like" data-size="small" data-show-faces="false" data-share="false"></div> |
|
|
<div class="fb-share-button" data-layout="button" data-size="small" data-mobile-iframe="true"><a class="fb-xfbml-parse-ignore" target="_blank" href="https://www.facebook.com/sharer/sharer.php?u&src=sdkpreparse">分享</a></div> |
|
|
|
|
|
<div class="row"> |
|
|
<div class="col-md-009"> |
|
|
<div class="content"> |
|
|
<div class="newstitle text-center"> |
|
|
<h1>帆軟線上直播課程開始報名啦!</h1> |
|
|
</div> |
|
|
<div class="newstext"> |
|
|
<p>在大多數情況下,我們並不需要報表把資料庫中所有的數據都呈現出來,而是要根據一些條件來過濾出我們想要的數據,這就是參數查詢!<br /> |
|
|
FineReport報表中就是使用參數來動態的過濾數據的,實現用戶和數據的實時交互。<br /> |
|
|
幾乎所有的統計報表都會有統計條件,傳統的做法是使用如ext、html等編程實現,工作量大且維護成本高。<br /> |
|
|
FineReport報表只需要通過參數的定義,參數控制項綁定數據、參數過濾和參數面板樣式四個步驟便可以輕鬆實現參數查詢,零程式碼,維護簡單!</p> |
|
|
<p>參數在報表製作中如此重要,那麼要如何輕鬆快速掌握這一技能呢?參加這場免費線上直播課程就可以!<br /> |
|
|
<img src="http://www.finereport.com/tw/wp-content/themes/BusinessNews/images/edm/edm2018042601.jpg" width="750px" alt="帆軟線上直播課程報名開始" /></p> |
|
|
<p><strong>【課程名稱】</strong>FineReport 輕鬆學-專題:「善變的參數 」<br /> |
|
|
<strong>【課程費用】</strong>完全免費,報名參加<br /> |
|
|
<strong>【課程時間】</strong>2018/4/30 19:00-20:00<br /> |
|
|
<strong>【課程講師】</strong>帆軟講師 Sigurd<br /> |
|
|
<strong>【課程大綱】</strong></p> |
|
|
<p>PART 【Ⅰ】 1 HRS</p> |
|
|
<p>● 認識參數種類、參數值類型、參數的表示方式</p> |
|
|
<p>–全域參數<br /> |
|
|
–自訂</p> |
|
|
<p>–參數值的型態<br /> |
|
|
–字串<br /> |
|
|
–整型<br /> |
|
|
–雙精度<br /> |
|
|
–日期<br /> |
|
|
–布林<br /> |
|
|
–公式</p> |
|
|
<p>–模板參數<br /> |
|
|
–自訂(與全域參數名稱相同時,優先取模板參數值)</p> |
|
|
<p>–系統參數<br /> |
|
|
(公式中可取用)<br /> |
|
|
–$$page_number<br /> |
|
|
–$$totalPage_number<br /> |
|
|
–$fr_authority<br /> |
|
|
–$fr_username<br /> |
|
|
–$fr_userposition<br /> |
|
|
–NULL<br /> |
|
|
–NOFILTER<br /> |
|
|
–reportName<br /> |
|
|
–formletName<br /> |
|
|
–servletURL<br /> |
|
|
–serverSchema<br /> |
|
|
–serverName<br /> |
|
|
–serverPort<br /> |
|
|
–serverURL<br /> |
|
|
–contextPath<br /> |
|
|
–sessionID<br /> |
|
|
–GETUSERDEPARTMENTS()<br /> |
|
|
–GETUSERJOBTITLES()</p> |
|
|
<p> (URL中可取用)<br /> |
|
|
–op=write,op=page,op=view<br /> |
|
|
–format=excel,format=pdf,format=word</p> |
|
|
<p>–查詢參數(控制項)<br /> |
|
|
–預設值指定(搭配參數值的型態)<br /> |
|
|
–與全局、模板參數同名可繼承值</p> |
|
|
<p>–資料庫連接參數</p> |
|
|
<p>–資料集參數<br /> |
|
|
–${paraA}指定參數<br /> |
|
|
–${IF(LEN(paraA)>0,” And colA ='”+paraA+”‘”,””)}條件公式指定參數<br /> |
|
|
–搭配查詢控制項聯動過濾<br /> |
|
|
–檔案資料集參數</p> |
|
|
<p>–圖表參數<br /> |
|
|
–CATEGORY<br /> |
|
|
–SERIES<br /> |
|
|
–VALUE</p> |
|
|
<p>快點擊下方免費報名參加吧!報名成功後會為您發送直播觀看網址!</p> |
|
|
<div class="jihuo" style="width:100%;height:700px;margin:auto;margin-top:70px;"> |
|
|
<iframe frameborder="0" src="http://cs.finereport.com:8080/weblicence/ReportServer?reportlet=baoming_taiwan.cpt&op=write" width="100%" height="700px;"></iframe> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="fastlink text-center"> |
|
|
|
|
|
上一篇: <a href="http://www.finereport.com/tw/company/news/baichengxunzhan.html" rel="prev">帆軟百城巡展再度啟航,引領企業數據分析的新浪潮</a> |
|
|
下一篇:沒有了,已經是最新文章 |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-md-003"> |
|
|
<ul class="list-group"> |
|
|
<li class="list-group-item active"><h4>聯繫我們</h4></li> |
|
|
<li class="list-group-item">電話:0933-790886</li> |
|
|
<li class="list-group-item">邮箱:brian.wang@fanruan.com</li> |
|
|
<li class="list-group-item">地址:300 新竹市學府路40號 (交大育成中心 R302)</li> |
|
|
<li class="list-group-item">臉書粉絲團 |
|
|
<div class="fb-like" data-href="https://www.facebook.com/twfinereport/" data-layout="button_count" data-action="like" data-size="small" data-show-faces="false" data-share="false"></div></li> |
|
|
|
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
<div class="bot-nav"> |
|
|
<div class="container"> |
|
|
<div class="row"> |
|
|
<div class="col-xs-12 col-md-2 text-center"> |
|
|
<a href="http://www.finereport.com/tw/"><img src="http://www.finereport.com/tw/wp-content/themes/BusinessNews/images/logobot2016091302.png" width="160" alt="帆軟logo" tltle="帆軟logo"></a> |
|
|
</div> |
|
|
<div class="col-xs-6 col-md-2 text-center"> |
|
|
<div class="list-group"> |
|
|
<ul> |
|
|
<li class="list-group-item"><h4>產品中心</h4></li> |
|
|
<li class="list-group-item"><a href="http://www.finereport.com/tw/products">產品簡介</a></li> |
|
|
<li class="list-group-item"><a href="http://www.finereport.com/tw/products/function">功能詳解</a></li> |
|
|
<li class="list-group-item"><a href="http://www.finereporthelp.com:8889/demo/ReportServer?op=fs" target="_blank">演示Demo</a></li> |
|
|
<li class="list-group-item"><a href="http://www.finereport.com/tw/products/trial">免費下載</a></li> |
|
|
<li class="list-group-item"><a href="http://www.finereport.com/tw/products/frlogin">免費激活</a></li> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-xs-6 col-md-2 text-center"> |
|
|
<div class="list-group"> |
|
|
<ul> |
|
|
<li class="list-group-item"><h4>客戶案例</h4></li> |
|
|
<li class="list-group-item"><a href="http://www.finereport.com/tw/success/customers">客戶列表</a></li> |
|
|
<li class="list-group-item"><a href="http://www.finereport.com/tw/success/reviews">客戶評價</a></li> |
|
|
<li class="list-group-item"><a href="http://www.finereport.com/tw/success/real-estate" rel="nofollow">企業案例</a></li> |
|
|
<li class="list-group-item"><a href="http://www.finereport.com/tw/knowledge/businessanalysis" rel="nofollow">業務案例</a></li> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-xs-6 col-md-2 text-center"> |
|
|
<div class="list-group"> |
|
|
<ul> |
|
|
<li class="list-group-item"><h4>使用教學</h4></li> |
|
|
<li class="list-group-item"><a href="help.finereport.com" target="_blank">說明文檔</a></li> |
|
|
<li class="list-group-item"><a href="http://www.finereport.com/tw/video" rel="nofollow">訓練課程</a></li> |
|
|
<li class="list-group-item"><a href="http://bbs.fanruan.com/" rel="nofollow" target="_blank">帆軟論壇</a></li> |
|
|
<li class="list-group-item"><a href="http://www.finereport.com/tw/knowledge" rel="nofollow">專題文章</a></li> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-xs-6 col-md-2 text-center"> |
|
|
<div class="list-group"> |
|
|
<ul> |
|
|
<li class="list-group-item"><h4>關於我們</h4></li> |
|
|
<li class="list-group-item"><a href="http://www.finereport.com/tw/company/about" target="blank">了解帆軟</a></li> |
|
|
<li class="list-group-item"><a href="http://www.finereport.com/tw/company/contact">聯繫我們</a></li> |
|
|
<li class="list-group-item"><a href="http://www.finereport.com/tw/news">新聞資訊</a></li> |
|
|
<li class="list-group-item"><a href="http://www.finereport.com/tw/success/partners">夥伴招募</a></li> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
<div class="col-xs-12 col-md-2 text-center"> |
|
|
<h4>臉書粉絲團</h4> |
|
|
<div class="fb-like" data-href="https://www.facebook.com/twfinereport/" data-layout="button_count" data-action="like" data-size="small" data-show-faces="false" data-share="false"></div> |
|
|
<a><img src="http://www.finereport.com/tw/wp-content/themes/BusinessNews/images/FBqrcode.png" style="width:120px;" alt="帆軟FineReport臉書官方賬號"></a> |
|
|
</div> |
|
|
</div> |
|
|
<div class="row"> |
|
|
<div class="col-md-8 col-md-offset-2 text-center"> |
|
|
<h5>Copyright©2017 Fanruan Software Co.,Ltd. All Rights Reserved. 帆軟軟體有限公司 | 蘇ICP備14031611號-8</h5> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<p id="back-to-top"><a href="#top"><span></span>返回頂部</a></p> |
|
|
</div> |
|
|
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> |
|
|
<!-- Include all compiled plugins (below), or include individual files as needed --> |
|
|
<script src="http://www.finereport.com/tw/wp-includes/js/jquery.min.js"></script> |
|
|
<script src="http://www.finereport.com/tw/wp-includes/js/bootstrap.min.js"></script> |
|
|
<script type="text/javascript"> |
|
|
jQuery(document).ready(function(){ |
|
|
$(".dropdown").hover( |
|
|
function() { $('.dropdown-menu', this).stop().fadeIn("fast"); |
|
|
}, |
|
|
function() { $('.dropdown-menu', this).stop().fadeOut("fast"); |
|
|
}); |
|
|
}); |
|
|
</script> |
|
|
|
|
|
<script type="text/javascript"> |
|
|
jQuery(document).ready(function(){ |
|
|
//返回顶部 |
|
|
$(window).scroll(function(){ |
|
|
if ($(window).scrollTop()>500){ |
|
|
$("#back-to-top").fadeIn(800); |
|
|
} |
|
|
else |
|
|
{ |
|
|
$("#back-to-top").fadeOut(800); |
|
|
} |
|
|
}); |
|
|
$("#back-to-top").click(function(){ |
|
|
$('body,html').animate({scrollTop:0},1000); |
|
|
return false; |
|
|
}); |
|
|
|
|
|
//首页视频展开及关闭 |
|
|
$(".videopop").click(function(){ |
|
|
$(".popup").show(); |
|
|
$("video").trigger('play'); |
|
|
}); |
|
|
$(".closeshipin").click(function(){ |
|
|
$(".popup").hide(); |
|
|
$("video").trigger('pause'); |
|
|
}); |
|
|
//finebi视频 |
|
|
$(".demovideo").click(function(){ |
|
|
$(".finebidemo").show(); |
|
|
}); |
|
|
|
|
|
//校招页点击详情及切换 |
|
|
$(".row.jdtitle").click(function(){ |
|
|
if ($(this).next().is(":hidden")) { |
|
|
$(this).next().show(500); |
|
|
}else{ |
|
|
$(this).next().hide(500); |
|
|
} |
|
|
if ($(this).parent().css("box-shadow")=="none") { |
|
|
$(this).parent().css("box-shadow","0px 0px 2px rgba(25,30,40,0.15)"); |
|
|
|
|
|
}else{ |
|
|
$(this).parent().css("box-shadow","none"); |
|
|
} |
|
|
}); |
|
|
|
|
|
$(".allcat>div>a").click(function(){ |
|
|
$(".allcat>div>a").removeClass("active"); |
|
|
$(this).addClass("active"); |
|
|
}); |
|
|
$(".allcat>.col-md-3").click(function(){ |
|
|
var index=$(this).index(); //获取被按下按钮的索引值,需要注意index是从0开始的 |
|
|
$(".alljd").hide(); |
|
|
$(".alljd").eq(index).show(); |
|
|
}); |
|
|
}); |
|
|
|
|
|
|
|
|
//采访视频 |
|
|
$("#video-gyw").click(function(){ |
|
|
$(".video-gyw").show(); |
|
|
}); |
|
|
$("#video-gq").click(function(){ |
|
|
$(".video-gq").show(); |
|
|
}); |
|
|
$("#video-zxf").click(function(){ |
|
|
$(".video-zxf").show(); |
|
|
}); |
|
|
$("#video-wzy").click(function(){ |
|
|
$(".video-wzy").show(); |
|
|
}); |
|
|
$("#video-lcf").click(function(){ |
|
|
$(".video-lcf").show(); |
|
|
}); |
|
|
$("#video-lhq").click(function(){ |
|
|
$(".video-lhq").show(); |
|
|
}); |
|
|
|
|
|
//用户评价页切换 |
|
|
$(".ratingpage .list-group").hover(function(){ |
|
|
$(this).find(".list-group-item.active").css("background-color","#20ade5"); |
|
|
$(this).find("p").css("color","#000"); |
|
|
$(this).find(".bbs").css("color","#fff"); |
|
|
$(this).find(".bbsid").css("color","#fff"); |
|
|
}); |
|
|
$(".expland4.ratingpage .list-group").mouseleave(function(){ |
|
|
$(this).find(".list-group-item.active").css("background-color","#f4f5f6"); |
|
|
$(this).find("p").css("color","#7d8189"); |
|
|
$(this).find(".bbs").css("color","#7d8189"); |
|
|
$(this).find(".bbsid").css("color","#000"); |
|
|
}); |
|
|
$(".expland5.ratingpage .list-group").mouseleave(function(){ |
|
|
$(this).find(".list-group-item.active").css("background-color","#d9eef9"); |
|
|
$(this).find("p").css("color","#7d8189"); |
|
|
$(this).find(".bbs").css("color","#7d8189"); |
|
|
$(this).find(".bbsid").css("color","#000"); |
|
|
}); |
|
|
|
|
|
$(".expland2.ratingpage .col-md-2").hover(function(){ |
|
|
$(".expland2 .col-md-2").find(".ratingimg").css("box-shadow","none"); |
|
|
$(".expland2 .col-md-2").find(".ratingimg").css("border","1px #eee solid"); |
|
|
$(".expland2 .col-md-2").find("h4").css({"color":"#7d8189","font-size":"14px"}); |
|
|
$(this).find(".ratingimg").css("box-shadow","0 0 5px #20ade5"); |
|
|
$(this).find(".ratingimg").css("border","1px #20ade5 solid"); |
|
|
$(this).find("h4").css({"color":"#20ade5","font-size":"16px"}); |
|
|
|
|
|
var index=$(this).index(); |
|
|
$(".story").hide(); |
|
|
$(".story").eq(index).show(); |
|
|
}); |
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript"> |
|
|
var _bdhmProtocol = (("https:" == document.location.protocol) ? " https://" : " http://"); |
|
|
document.write(unescape("%3Cscript src='" + _bdhmProtocol + "hm.baidu.com/h.js%3Fb34b52d2b268ff53ddc20cfa751b5f42' type='text/javascript'%3E%3C/script%3E")); |
|
|
</script> |
|
|
|
|
|
|
|
|
<script> |
|
|
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ |
|
|
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), |
|
|
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) |
|
|
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga'); |
|
|
|
|
|
ga('create', 'UA-58537071-1', 'auto'); |
|
|
ga('send', 'pageview'); |
|
|
|
|
|
</script> |
|
|
|
|
|
<!-- Google 再营销代码的内容 --> |
|
|
<!-------------------------------------------------- |
|
|
再营销代码不得与个人身份信息相关联,也不得放置在与敏感类别相关的网页上。有关如何设置代码的详细信息和说明,请访问:http://google.com/ads/remarketingsetup |
|
|
---------------------------------------------------> |
|
|
<script type="text/javascript"> |
|
|
var google_tag_params = { |
|
|
dynx_itemid: 'REPLACE_WITH_VALUE', |
|
|
dynx_itemid2: 'REPLACE_WITH_VALUE', |
|
|
dynx_pagetype: 'REPLACE_WITH_VALUE', |
|
|
dynx_totalvalue: 'REPLACE_WITH_VALUE', |
|
|
}; |
|
|
</script> |
|
|
<script type="text/javascript"> |
|
|
/* <![CDATA[ */ |
|
|
var google_conversion_id = 956130027; |
|
|
var google_custom_params = window.google_tag_params; |
|
|
var google_remarketing_only = true; |
|
|
/* ]]> */ |
|
|
</script> |
|
|
<script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> |
|
|
</script> |
|
|
<noscript> |
|
|
<div style="display:inline;"> |
|
|
<img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/956130027/?guid=ON&script=0"/> |
|
|
</div> |
|
|
</noscript> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script type="application/javascript">(function(w,d,t,r,u){w[u]=w[u]||[];w[u].push({'projectId':'10000','properties':{'pixelId':'431542'}});var s=d.createElement(t);s.src=r;s.async=true;s.onload=s.onreadystatechange=function(){var y,rs=this.readyState,c=w[u];if(rs&&rs!="complete"&&rs!="loaded"){return}try{y=YAHOO.ywa.I13N.fireBeacon;w[u]=[];w[u].push=function(p){y([p])};y(c)}catch(e){}};var scr=d.getElementsByTagName(t)[0],par=scr.parentNode;par.insertBefore(s,scr)})(window,document,"script","https://s.yimg.com/wi/ytc.js","dotq");</script> |
|
|
|
|
|
|
|
|
<script type="text/javascript"> |
|
|
_linkedin_data_partner_id = "42451"; |
|
|
</script><script type="text/javascript"> |
|
|
(function(){var s = document.getElementsByTagName("script")[0]; |
|
|
var b = document.createElement("script"); |
|
|
b.type = "text/javascript";b.async = true; |
|
|
b.src = "https://snap.licdn.com/li.lms-analytics/insight.min.js"; |
|
|
s.parentNode.insertBefore(b, s);})(); |
|
|
</script> |
|
|
</body> |
|
|
</html> |