-
Notifications
You must be signed in to change notification settings - Fork 0
/
manager.html
635 lines (593 loc) · 29.2 KB
/
manager.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">
<title>私募基金管理人公示 - 中国基金业协会</title>
<link rel="stylesheet" href="../../common/css/reset.css" type="text/css"/>
<link rel="stylesheet" href="../../common/css/unit.css" type="text/css"/>
<link rel="stylesheet" href="../../common/css/grid.css" type="text/css"/>
<link rel="stylesheet" href="../../common/css/global.css" type="text/css"/>
<link rel="stylesheet" href="../../common/css/module.css" type="text/css"/>
<link rel="stylesheet" href="../../common/css/respond.css" type="text/css"/>
<script type="text/javascript" language="javascript"
src="../../lib/jquery/plugins/jquery-ui-1.11.4/external/jquery/jquery.js"></script>
<script type="text/javascript" language="javascript"
src="../../lib/jquery/plugins/jquery-qrcode/jquery.qrcode.js"></script>
<script type="text/javascript" language="javascript"
src="../../lib/jquery/plugins/jquery-qrcode/qrcode.js"></script>
<script type="text/javascript" language="javascript" src="../../common/js/respond.min.js"></script>
<style type="text/css">
.w150 {
width: 150px;
}
.a1 {
color: #173bf4;
}
#qrcode {
width: 90px;
height: 90px;
margin: 0 auto;
}
#qrcode table tr td {
padding: 1px;
border-bottom: none;
}
.fontweightB{ font-weight: bold; }
</style>
<script type="text/javascript">
function openAMACInfo() {
$("#tooggleAMACInfo").toggle();
}
$(function () {
//如果是IE6和7
if (!+'\v1' && !'1'[0]) {
$("#qrcode").closest("td").hide();
$("#IE67").show();
$("#otherBrowser").hide();
} else {
$("#qrcode").qrcode({
render: "table",
text: window.location.href,
width: 50,
height: 50
});
$("#IE67").hide();
$("#otherBrowser").show();
}
if (window.navigator.userAgent.indexOf("Firefox") != -1) {
$("#close").hide();
}
updateClickCount();
});
function printPage() {
//Web.ExecWB(6,1);
//window.print();
$("div.g-container").attr("class", "g-container1");
$("div.g-header").attr("class", "g-header1 clearfix");
$("#foot1").css("display", "none");
$("#foot2").css("display", "block");
$("#comfirmMsg").css("display", "none");
$("#print1").css("display", "none");
$("#print2").css("display", "block");
$("#close").css("display", "none");
$("#qrcode").css("display", "none");
$("#complaint1").css("display", "block");
$("#complaint2").css("display", "none");
getPrintDate();
$("#printDateDiv").css("display", "block");
getPrintUrl();
$("#printUrlDiv").css("display", "block");
var specialInfos = $("#specialInfos").html();
if(specialInfos.indexOf('<br>') != -1||specialInfos.indexOf('<BR>') != -1){
if (window.navigator.userAgent.indexOf("MSIE") == -1) {
$("#specialInfos").html('实缴资本低于100万或实缴资本低于25%');
}
}else{
if (window.navigator.userAgent.indexOf("MSIE") == -1) {
$("#specialInfos").empty();
}
}
var a = "<!DOCTYPE html><html>";
var b = $(":root").html();
var c = "</html>";
var d = b.replace("respond", "grid");
var win = window.open("", "newwindow", "resizable=yes,scrollbars=yes,width=1000,height=600");
win.document.open();
win.document.write(a + d + c);
$("#printDateDiv").css("display", "none");
$("#printUrlDiv").css("display", "none");
$("div.g-container1").attr("class", "g-container");
$("div.g-header1").attr("class", "g-header clearfix");
$("#foot1").css("display", "block");
$("#foot2").css("display", "none");
$("#comfirmMsg").css("display", "block");
$("#print1").css("display", "block");
$("#print2").css("display", "none");
$("#close").css("display", "block");
$("#qrcode").css("display", "block");
$("#complaint1").css("display", "none");
$("#complaint2").css("display", "block");
$("#specialInfos").html(specialInfos);
win.document.close();
}
function printPage1() {
$("#print2").css("display", "none");
window.print();
$("#print2").css("display", "block");
}
//更新浏览量
function updateClickCount() {
$.ajax({
url: "/amac-infodisc/api/hits/pof/manager",
type: "put",
contentType: "application/json"
});
}
function closeW() {
var browserName = navigator.appName;
if (browserName == "Netscape") {
window.open('', '_self', '');
window.close();
}
if (browserName == "Microsoft Internet Explorer") {
window.opener = null;
window.open('', '_self');
window.parent.close();
}
}
function getPrintDate() {
var now = new Date()
var year = now.getFullYear();
var month = now.getMonth() + 1;
var date = now.getDate();
var str = year + "年" + month + "月" + date + "日";
$("#printDate").text(str);
}
function getPrintUrl() {
var currentUrl = this.location.href;
$("#printUrl").text(currentUrl);
}
function complain() {
window.open('https://pf.amac.org.cn/open/complaint?orgName=子川天丰(天津)能源投资有限公司');
}
function gotoWebsite(website) {
if(website.indexOf('http:') != 0) {
website = "http://"+website;
}
window.open(website);
}
</script>
</head>
<body>
<div class="g-container">
<!-- header start -->
<div class="g-header clearfix">
<a href="/" class="logo pull-left">
<img class="img-desktop" src="../../common/images/logo.png" alt="中国基金业协会信息公示"/>
<img class="img-responsive" src="../../common/images/logo_mobile.png" alt="中国基金业协会信息公示"/>
</a>
<div class="info pull-right">
<span id="IE67" style="display:none;"><span class="fontSpace">组织机构代码</span>:71783348<br/></span>
<span id="otherBrowser"><span class="fontSpace">组织机构代</span>码:71783348<br/></span>
社会团体法人登记证书:社证字第4951号
</div>
</div>
<!-- header end -->
<!-- body start -->
<div class="g-body">
<!-- 私募基金管理人公示 start -->
<div class="m-manager-list m-list-details">
<div class="m-top-bar">
<h3 class="text-center font-xbig text-bold mb30">私募基金管理人公示信息</h3>
<p class="mb15"><a href="#" id="comfirmMsg" class="text-danger ml15" onclick="openAMACInfo();"><
<中国证券投资基金业协会提示>>
</a></p>
<div style="display:none;" id="tooggleAMACInfo">
<p class="mb15" style="text-align: left;"> 私募基金管理人规模类、提示类公示信息均来源于中国证券投资基金业协会已登记私募基金管理人提供的信息,基金管理人已书面承诺所有填报信息真实、准确、完整,<br/>并承诺承担所有相关法律责任。
</p>
<p class="mb15" style="text-align: left;"> 中国证券投资基金业协会对私募基金登记备案信息不做实质性事前审查。公示信息不构成对私募基金管理人投资管理能力、持续合规情况的认可,不作为基金资产安全的保证。</p>
<p class="mb15" style="text-align: left;"> 投资者进行私募基金投资时须谨慎判断和识别风险。</p>
<p class="mb15" style="text-align: left;"> 社会公众若发现私募基金管理人分类公示信息中存在任何虚假或不实内容,请致电协会投诉电话:<font
class="a1">010-66578241</font>,请将相关实名举报或投诉情况发送至邮箱:<a class="a1" style="color: #173bf4;"
href="mailto:[email protected]">[email protected]</a>,<br/>或发送至传真<font
class="a1">010-66578256</font>,或邮寄至中国证券投资基金业协会(地址:<font class="a1">北京市西城区金融大街20号交通银行大厦B座9层,邮编100033</font>)。
</p>
<p class="mb15" style="text-align: left;"> 列入分类公示的私募基金管理人如对分类公示有异议,请发函至邮箱:<a
class="a1" style="color: #173bf4;" href="mailto:[email protected]">[email protected]</a>。</p>
<br/>
</div>
<div class="hack-wrp" id="print1">
</div>
<div class="hack-wrp" id="print2" style="display: none;">
<input type="button" onClick="printPage1()" class="btn btn-primary btn-print" value="打印"/>
</div>
</div>
<div align="right" id="printDateDiv" style="display: none;">打印日期:<span id="printDate"></span></div>
<div align="right" id="printUrlDiv" style="display: none;">打印网址:<span id="printUrl"></span></div>
<!-- 数据表格 start -->
<table class="table table-center table-info">
<colgroup>
<col width="25%"/>
<col width="25%"/>
<col width="25%"/>
<col width="25%"/>
</colgroup>
<tbody>
<tr>
<td class="td-title">机构诚信信息:</td>
<td class="td-content" colspan="3">
<table class="table table-center table-info">
<tr>
<td style="text-align:left;"><span style="border:none;background-color:#b64545;color:#FFF;width:50px;padding:0 10px 0 10px;">异常机构</span> 异常原因:
未按要求按时提交经审计的年度财务报告;未按要求进行产品更新累计2次及以上</td>
</tr>
</table>
</td>
</tr>
<tr>
<td colspan="4" style="padding: 0px 0px;text-align: left;">
<div style="background-color: #DFDFDF;padding: 8px 10px;font-weight:bold;">机构信息</div>
</td>
</tr>
<tr>
<td class="td-title">基金管理人全称(中文):</td>
<td class="td-content" colspan="2">
<div id="complaint1" style="display: none;">子川天丰(天津)能源投资有限公司  </div>
<div id="complaint2">子川天丰(天津)能源投资有限公司   <input type="button" id="complaint" onclick="complain();"
style="border:none;background-color:#b64545;color:#FFF;width:50px;border-radius:4px;" value="投诉"/>
</div>
</td>
<td rowspan="3" class="td-code">
<div id="qrcode"></div>
</td>
</tr>
<tr>
<td class="td-title">基金管理人全称(英文):</td>
<td class="td-content" colspan="2">Blue Star Energy Investment Co.,Ltd</td>
</tr>
<tr>
<td class="td-title">登记编号:</td>
<td class="td-content" colspan="2">P1002825</td>
</tr>
<tr>
<td class="td-title">组织机构代码:</td>
<td class="td-content" colspan="3">05872214-5</td>
</tr>
<tr>
<td class="td-title">登记时间:</td>
<td class="td-content">
2014-05-26
</td>
<td class="td-title">成立时间:</td>
<td class="td-content">
2012-12-14
</td>
</tr>
<tr>
<td class="td-title">注册地址:</td>
<td class="td-content" colspan="3">天津市南开区龙川路3号3234号</td>
</tr>
<tr>
<td class="td-title">办公地址:</td>
<td class="td-content" colspan="3">北京市朝阳区北京市朝阳区朝阳门外大街1号京广中心37层3711</td>
</tr>
<tr>
<td class="td-title">注册资本(万元)(人民币):</td>
<td class="td-content">10,000</td>
<td class="td-title">实缴资本(万元)(人民币):</td>
<td class="td-content">2,000</td>
</tr>
<tr>
<td class="td-title" >企业性质:</td>
<td class="td-content">内资企业</td>
<td class="td-title">注册资本实缴比例:</td>
<td class="td-content">
20%
</td>
</tr>
<tr>
<td class="td-title">管理基金主要类别:</td>
<td class="td-content">股权投资基金</td>
<td class="td-title">申请的其他业务类型:</td>
<td class="td-content">
</td>
</tr>
<tr>
<td class="td-title">员工人数:</td>
<td class="td-content">20</td>
<td class="td-title">机构网址:</td>
<td class="td-content">
</td>
</tr>
<!-- 会员开始 -->
<tr>
<td colspan="4" style="padding: 0px 0px;text-align: left;">
<div style="background-color: #DFDFDF;padding: 8px 10px;font-weight:bold;">会员信息</div>
</td>
</tr>
<tr>
<td class="td-title">是否为会员:</td>
<td class="td-content" colspan="3">否</td>
</tr>
<!-- 会员结束 -->
<!-- 法律意见书信息开始 -->
<tr>
<td colspan="4" style="padding: 0px 0px;text-align: left;">
<div style="background-color: #DFDFDF;padding: 8px 10px;font-weight:bold;">法律意见书信息</div>
</td>
</tr>
<tr>
<td class="td-title">法律意见书状态:</td>
<td class="td-content" colspan="3">
目前协会未要求提供法律意见书
</td>
</tr>
<!-- 法律意见书信息结束 -->
<tr>
<td colspan="4" style="padding: 0px 0px;text-align: left;">
<div style="background-color: #DFDFDF;padding: 8px 10px;font-weight:bold;">高管信息</div>
</td>
</tr>
<tr>
<td class="td-title">法定代表人/执行事务合伙人(委派代表)姓名:</td>
<td class="td-content" colspan="3">苗岭</td>
</tr>
<tr>
<td class="td-title">是否有从业资格:</td>
<td class="td-content">
否
</td>
<td class="td-title">资格取得方式:</td>
<td class="td-content"></td>
</tr>
<tr>
<td class="td-title">法定代表人/执行事务合伙人(委派代表)工作履历:</td>
<td class="td-content" colspan="3">
<table class="table table-center table-noborder" style="width:80%;">
<colgroup>
<col width="30%"/>
<col width="40%"/>
<col width="30%"/>
</colgroup>
<thead>
<tr>
<th>时间</th>
<th>任职单位</th>
<th>职务</th>
</tr>
</thead>
<tbody>
<tr>
<td>2012.11 -
2014.07
</td>
<td>子川天丰(天津)能源投资有限公司</td>
<td>董事总经理</td>
</tr>
<tr>
<td>2010.09 -
2012.10
</td>
<td>北京世纪汇丰投资有限公司</td>
<td>项目经理</td>
</tr>
<tr>
<td>2008.02 -
2010.08
</td>
<td>天津远景企业管理咨询有限公司</td>
<td>企审科主任</td>
</tr>
<tr>
<td>2005.07 -
2008.01
</td>
<td>香港伟奇建材有限公司</td>
<td>客户代表、经理</td>
</tr>
<tr>
<td>2002.03 -
2005.04
</td>
<td>天津赢达商务策划有限公司</td>
<td>企划代表</td>
</tr>
</tbody>
</table>
<table class="table table-noborder table-responsive">
<tbody>
<tr>
<td>时间:2012.11 -
2014.07
</td>
</tr>
<tr>
<td>任职单位:子川天丰(天津)能源投资有限公司</td>
</tr>
<tr>
<td>职务:董事总经理</td>
</tr>
<tr>
<td>时间:2010.09 -
2012.10
</td>
</tr>
<tr>
<td>任职单位:北京世纪汇丰投资有限公司</td>
</tr>
<tr>
<td>职务:项目经理</td>
</tr>
<tr>
<td>时间:2008.02 -
2010.08
</td>
</tr>
<tr>
<td>任职单位:天津远景企业管理咨询有限公司</td>
</tr>
<tr>
<td>职务:企审科主任</td>
</tr>
<tr>
<td>时间:2005.07 -
2008.01
</td>
</tr>
<tr>
<td>任职单位:香港伟奇建材有限公司</td>
</tr>
<tr>
<td>职务:客户代表、经理</td>
</tr>
<tr>
<td>时间:2002.03 -
2005.04
</td>
</tr>
<tr>
<td>任职单位:天津赢达商务策划有限公司</td>
</tr>
<tr>
<td>职务:企划代表</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td class="td-title">高管情况:</td>
<td class="td-content" colspan="3">
<table class="table table-center table-noborder" style="width:80%;">
<colgroup>
<col width="30%"/>
<col width="40%"/>
<col width="30%"/>
</colgroup>
<thead>
<tr>
<th>高管姓名</th>
<th>职务</th>
<th>是否具有基金从业资格</th>
</tr>
</thead>
<tbody>
<tr>
<td>苗岭</td>
<td>董事总经理兼风控总监</td>
<td>
否
</td>
</tr>
<tr>
<td>梁涛</td>
<td>投资经理</td>
<td>
否
</td>
</tr>
</tbody>
</table>
<table class="table table-noborder table-responsive">
<tbody>
<tr>
<td>高管姓名:苗岭</td>
</tr>
<tr>
<td>职务:董事总经理兼风控总监</td>
</tr>
<tr>
<td>
是否具有基金从业资格:
否
</td>
</tr>
<tr>
<td>高管姓名:梁涛</td>
</tr>
<tr>
<td>职务:投资经理</td>
</tr>
<tr>
<td>
是否具有基金从业资格:
否
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td colspan="4" style="padding: 0px 0px;text-align: left;">
<div style="background-color: #DFDFDF;padding: 8px 10px;font-weight:bold;">产品信息</div>
</td>
</tr>
<tr>
<td class="td-title">暂行办法实施前成立的基金:</td>
<td class="td-content" colspan="3">
<p><a href="../fund/133588.html">嘉兴全意投资合伙企业</a></p>
<p><span class="fontweightB">月报:</span>应披露0条;<span class="fontweightB">季报:</span>应披露0条;<span class="fontweightB">半年报:</span>应披露0条;<span class="fontweightB">年报:</span>应披露0条;</p>
</td>
</tr>
<tr>
<td class="td-title">暂行办法实施后成立的基金:</td>
<td class="td-content" colspan="3">
</td>
</tr>
<tr>
<td colspan="4" style="padding: 0px 0px;text-align: left;">
<div style="background-color: #DFDFDF;padding: 8px 10px;font-weight:bold;">诚信信息</div>
</td>
</tr>
<tr>
<td class="td-title">机构信息最后更新时间:</td>
<td class="td-content" colspan="3">2014-07-02</td>
</tr>
<tr>
<td class="td-title">特别提示信息:</td>
<td class="td-content" colspan="3" id="specialInfos">
实缴资本低于100万或实缴资本低于25%<br/>
<!-- 法律意见书 -->
<!-- 法律意见书 -->
</td>
</tr>
</tbody>
</table>
<div class="align-center mt20 hack-wrp" id="close">
<button onclick="closeW();" style="width:100px;height:30px;">关闭</button>
</div>
<div class="g-footer1" id="foot2" style="display: none;">版权所有:中国证券投资基金业协会 京ICP备16045718号</div>
</div>
<!-- 私募基金管理人公示 end -->
</div>
<!-- body end -->
<!-- footer start -->
<div class="g-footer" id="foot1" style="position:relative;">版权所有:中国证券投资基金业协会 京ICP备16045718号</div>
<!-- footer end -->
</div>
<script>
$(function(){
var str = $("#specialTips").html();
if(str && $.trim(str) != "" && str.indexOf("<a href") == -1) {
var reg = str.match(/(http|https):\/\/[\w\-_]+(\.[\w\-_]+)+([\w\-\.,@?^=%&:/~\+#]*[\w\-\@?^=%&/~\+#])?/ig);
var strings = str.replace(reg[0],'<a href="'+reg[0]+'" target="_blank">'+reg[0]+'</a>');
$("#specialTips").html(strings);
}
var namesStr = new Array();
namesStr.push('苗岭');
namesStr.push('梁涛');
if(namesStr.length > 0) {
var ss = namesStr.join(",");
var cc = $("#specialInfos").html();
if($("#specialInfos").find("br").length == 0) {
$("#specialInfos").html(cc+"<br/>高管"+ss+"无基金从业资格");
}else{
$("#specialInfos").html(cc+"高管"+ss+"无基金从业资格");
}
}
});
</script>
</body>
</html>