123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140 |
- <ion-view style="background-color: #f2f2f2;">
- <div class="bar bar-header">
- <div class="button button-icon icon pus_blue" ng-click="goback()"></div>
- <button class="button button-icon icon goback" ng-click="goback()"></button>
- <h3 class="DockingTheme_h3 resource_h3" ng-bind="resource.title"></h3>
- <!--<button class="button ShengButton" ng-click="openActionSheet()" ng-if="roler.isset"></button>-->
- </div>
- <ion-content class="has-header push_detail_content delegate-handle="calenderContent" style="background-color: #fff;height: 100%;">
- <p class="resoureDetailTitle" ng-bind="resource.title"></p>
- <h6 class="resoureDetailSubTitle" ng-if="resource.categoryname!=undefined&&resource.categoryname!=''">
- <span>行业:</span>
- <span ng-bind="resource.categoryname"></span>
- </h6>
- <h6 class="resourceBuilder">
- <span class="resourceBuilder-span-img"><img ng-src="{{imgUrl+user.photo}}" onerror="javascript:this.src='./img/admin_picter.jpg'"></span>
- <span class="resourceBuilder-span-theme">{{user.userName}}<br><a href="#" ng-bind="resource.createTime"></a></span>
- </h6>
- <div class="addEnterP" ng-if="type=='6'">
- <img width="auto" height="55px" style="margin:20px auto;display: block;" ng-src="{{imgUrl+resource.logo}}" onerror="javascript:this.src='./img/admin_picter.jpg'">
- <h4 class="erterTitle" ng-bind="resource.contentorgname"></h4>
- <ul class="enterArea_ul">
- <li ng-if="resource.enterprisetypename!=undefined&&resource.enterprisetypename!=''"><span>类型:</span>{{resource.enterprisetypename}}<b>|</b></li>
- <li ng-if="resource.enterprisescalename!=undefined&&resource.enterprisescalename!=''"><span>规模:</span>{{resource.enterprisescalename}}<b>|</b></li>
- <li ng-if="resource.star_type_name!=undefined&&resource.star_type_name!=''"><span>高企认定:</span>{{resource.star_type_name}}</li>
- </ul>
- <div class="enterArea" ng-if="resource.domain!=undefined&&resource.domain!=''"><span>领域:</span><p>{{resource.domain}}</p></div>
- </div>
- <div class="addEnterP" ng-if="type=='8'">
- <img class="resourceDetailImg" ng-src="{{imgUrl+resource.logo}}" onerror="javascript:this.src='./img/admin_picter.jpg'">
- <h4 class="erterTitle" ng-bind="resource.contentexpertname"></h4>
- <ul class="enterArea_ul">
- <li ng-if="resource.sex!=undefined&&resource.sex!=0"><span>性别:</span>{{sex[resource.sex]}}<b>|</b></li>
- <li ng-if="resource.birthday!=undefined&&resource.birthday!=''"><span>年龄:</span>{{resource.birthday}}<b>|</b></li>
- <li ng-if="resource.academicdegreename!=undefined&&resource.academicdegreename!=''"><span>学位:</span>{{resource.academicdegreename}}</li>
- </ul>
- <div>
- <ul class="enterArea_ul" style="overflow: visible;">
- <li ng-if="resource.rank!=undefined&&resource.rank!=0"><span>职称:</span>{{resource.rank}}<b>|</b></li>
- <li ng-if="resource.domain!=undefined&&resource.domain!=''" style="position: relative;height: auto;">
- <span style="position: absolute;left: 0;top:0;width: 42px;">领域:</span>
- <p class="resourceArea_p">{{resource.domain}}</p>
- </li>
- </ul>
- </div>
- </div>
- <ion-scroll scroll="true" has-bouncing="true" direction="x" scrollbar-x="false" delegate-handle="scrollimage" class="photo_div" ng-show="resource.picturelist.length>0" style="overflow-x:hidden;overflow-y:hidden;">
- <a class="photo_img" ng-repeat="image in resource.picturelist track by $index">
- <img ng-src="{{imgUrl+image.photo_name}}" width="100%" height="85" ng-click="shouBigImage($index)">
- <span class="photo_delect delect_cammer" ng-click="deletePhoto($index)"></span>
- </a>
- </ion-scroll>
- <!--成果库独有的-->
- <div class="resource_result_div">
- <h6 ng-if="(type=='1'||type=='2')&&resource.domain!=undefined&&resource.domain!=''"><span>领域 : </span><b href="#" ng-bind="resource.domain"></b></h6>
- <h6 ng-if="type=='2'&&resource.proficiency!=undefined&&resource.proficiency!=0"><span>成熟度 : </span><b ng-bind="chooesMaturity[resource.proficiency]"></b></h6>
- <h6 ng-if="type=='1'&&resource.capitalScale!=undefined"><span>投入预算 : </span><b ng-bind="resource.capitalScale==-1?'面议':resource.capitalScale+'万元'"></b></h6>
- <h6 ng-if="(type=='1'||type=='2')&&resource.cooperationmodelname!=undefined&&resource.cooperationmodelname!=''"><span>合作模式 : </span><b ng-bind="resource.cooperationmodelname"></b></h6>
- <h6 ng-if="type=='2'&&resource.isipr!=undefined&&resource.isipr!=-1"><span>知识产权 : </span><b ng-bind="chooesRight[resource.isipr]"></b></h6>
- </div>
- <div>
- <p class="detail_content" ng-bind-html="contenthtml">
- </p>
- <div class="detail_connectMessage">
- <h6 ng-if="type=='8'&&resource.schName!=undefined&&resource.schName!=''"><i class="ascription"></i><span ng-bind="resource.schName"></span></h6>
- <h6 ng-if="(type=='1'||type=='2')&&resource.orgName!=undefined&&resource.orgName!=''"><i class="ascription"></i><span ng-bind="resource.orgName"></span></h6>
- <h6 ng-if="type!='8'&&resource.contactor!=undefined&&resource.contactor!=''"><i class="connectP"></i><span ng-bind="resource.contactor"></span></h6>
- <h6 ng-if="resource.tel!=undefined&&resource.tel!=''" ng-click="openTel(resource.tel)"><i class="phoneT"></i><span ng-bind="resource.tel" style="color: #3385ff;"></span></h6>
- <h6 ng-if="resource.email!=undefined&&resource.email!=''"><i class="mailM"></i><span ng-bind="resource.email"></span></h6>
- <h6 ng-if="type=='6'&&resource.address!=undefined&&resource.address!=''"><i class="address"></i><span ng-bind="resource.address"></span></h6>
- </div>
- <!--相关资源-->
- <h6 style="position: relative;" ng-if="relativerecord!=undefined||relativelist.length>0">
- <span class="resource_relative">相关资源:</span>
- <span class="resource_relative_right" ng-click="getRelativeResource()"><i class="synUpload_blue"></i>换一换</span>
- </h6>
- <a class="item item-thumbnail-right item-text-wrap push_home_a resourceContent" style="min-height: 110px;width: 95%;" ng-repeat="relative in relativelist track by $index">
- <img ng-src="{{imgUrl+relative.logo}}" onerror="javascript:this.src='./img/admin_picter.jpg';" style="width: 74px;;height:65px;position: absolute;top: 15px;left:12px;">
- <div class="resourceList" ng-click="goRelativeResource(relative)">
- <h3 class="pus_h1 resourceH3 new_push_h1" style="height: 39px;line-height: 30px;" ng-bind="relative.title"></h3>
- <span class="ownerResource">发布者:<small ng-bind="relative.creatorname"></small></span>
- <p class="lab_sub" style="width: 100%;float:left;top:0px;">
- <span class="lab_one"><i></i><small ng-bind="relative.commcount"></small></span>
- <span class="lab_two"><i></i><small ng-bind="relative.visitcount"></small></span>
- <span class="lab_three"><span class="favourate"><i></i><small ng-bind="relative.favourcount"></small></span></span>
- <span class="lab_five" ng-bind="relative.publishTime"></span>
- </p>
- </div>
- <button class="resource_detail_button" ng-click="goResourceMatch(relative)" ng-if="relative.type == '1'">匹配更多需求>></button>
- <button class="resource_detail_button" ng-click="goResourceMatch(relative)" ng-if="relative.type == '2'">匹配更多成果>></button>
- <button class="resource_detail_button" ng-click="goResourceMatch(relative)" ng-if="relative.type == '6'">匹配更多企业>></button>
- <button class="resource_detail_button" ng-click="goResourceMatch(relative)" ng-if="relative.type == '8'">匹配更多人才>></button>
- </a>
- <a class="item item-thumbnail-right item-text-wrap push_home_a resourceContent" style="min-height: 110px;" ng-if="relativerecord!=undefined">
- <img ng-src="{{imgUrl+relativerecord.logo}}" onerror="javascript:this.src='./img/admin_picter.jpg';" style="width: 74px;;height:65px;position: absolute;top: 15px;left:12px;">
- <div class="resourceList" ng-click="goRelativeResource(relativerecord)">
- <h3 class="pus_h1 resourceH3 new_push_h1" style="height: 39px;line-height: 30px;" ng-bind="relativerecord.title"></h3>
- <span class="ownerResource">发布者:<small ng-bind="relativerecord.creatorname"></small></span>
- <p class="lab_sub" style="width: 100%;float:left;top:0px;">
- <span class="lab_one"><i></i><small ng-bind="relativerecord.commcount"></small></span>
- <span class="lab_two"><i></i><small ng-bind="relativerecord.visitcount"></small></span>
- <span class="lab_three"><span class="favourate"><i></i><small ng-bind="relativerecord.favourcount"></small></span></span>
- <span class="lab_five" ng-bind="relativerecord.conntime"><i></i><small></small></span>
- </p>
- </div>
- <button class="resource_detail_button" ng-click="goResourceMatch(relativerecord)">匹配更多记录>></button>
- </a>
- </div>
- <br>
- <br>
- <br>
- <br>
- <br>
- </ion-content>
- <!--图片放大区域-->
- <div id="rightDisplay" ng-show="bigImage" class="popover-backdrop" >
- <ion-slide-box auto-play="false" does-continue="false" show-pager="true" delegate-handle="slide_detail">
- <ion-slide ng-repeat="pic in commentpiclist track by $index" style="background-color:#000;">
- <div class="viewOldImg">
- <span ng-if="!pic.loadsource" ng-click="viewOldImg($index);">
- 查看原图
- <em ng-bind="'('+pic.source_size+')'"></em>
- </span>
- <span ng-if="pic.loadsource">
- 已完成
- </span>
- </div>
- <div class="loadImg" ng-click="loadImg(pic);"></div>
- <div class="pinch-zoom" style="width: 100%;height:100%;">
- <img class="img-responsive bigimage" src="{{pic.original_name}}" ng-click="hideBigImage()"/>
- </div>
- </ion-slide>
- </ion-slide-box>
- </div>
- </ion-view>
|