123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524 |
- <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" ng-if="resource.creatorUser.photo!=undefined&&resource.creator!=0">
- <img ng-src="{{imgUrl+resource.creatorUser.photo | imgfilter}}" onerror="javascript:this.src='./img/admin_picter.jpg'">
- </span>
- <span class="resourceBuilder-span-img" ng-if="resource.creator==0">
- <img src="./img/icon.png" onerror="javascript:this.src='./img/admin_picter.jpg'">
- </span>
- <span class="resourceBuilder-span-theme">{{resource.creator!=0?resource.creatorUser.userName:'普适科技'}}<br><a href="#" ng-bind="resource.publishTime"></a></span>
- <span class="resourceBuilder-span-t" ng-click="focusUser()" ng-if="resource.ifhasfoucs==1&&resource.Focus&&resource.creator!=undefined&&resource.creator!=0&&resource.creator!=userid">已关注</span>
- <span class="resourceBuilder-span-t" ng-click="focusUser()" ng-if="resource.ifhasfoucs==1&&!resource.Focus&&resource.creator!=undefined&&resource.creator!=0&&resource.creator!=userid">+关注</span>
- </h6>
- <!--资源基本信息-->
- <div class="addEnterP">
- <img class="resourceDetailImg" ng-if="resource.logo!=undefined&&resource.logo!=''" ng-src="{{imgUrl+resource.logo | imgfilter}}" onerror="javascript:this.src='./img/admin_picter.jpg'">
- <h4 class="erterTitle" ng-bind="resource.title"></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=='6'">
- <img class="resourceDetailImg" ng-if="resource.logo!=undefined&&resource.logo!=''" 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=='7'">
- <img class="resourceDetailImg" ng-if="resource.logo!=undefined&&resource.logo!=''" 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.region!=undefined&&resource.region!=''"><span>地区:</span>{{resource.region}}<b>|</b></li>
- <li ng-if="resource.starTypeValue!=undefined&&resource.starTypeValue!=''"><span>学校类别:</span>{{resource.starTypeValue}}<b></b></li>
- </ul>
- </div>
- <!--人才-->
- <div class="addEnterP" ng-if="type=='8'">
- <img class="resourceDetailImg" ng-if="resource.logo!=undefined&&resource.logo!=''" 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!=''"><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>
- <!--成果、需求-->
- <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'&&resource.orgName!=undefined&&resource.orgName!=''" ng-click="goRelResource(resource)">
- <i class="ascription"></i><span ng-bind="resource.orgName" ng-class="{'relative_color':resource.resourceid!=undefined}"></span>
- </h6>
- <h6 ng-if="type=='2'&&resource.orgName!=undefined&&resource.orgName!=''"><i class="ascription"></i><span ng-bind="resource.orgName"></span></h6>
- <h6 ng-if="type=='2'&&resource.contactor!=undefined&&resource.contactor!=''" ng-click="goRelResource(resource)">
- <i class="connectP"></i><span ng-bind="resource.contactor" ng-class="{'relative_color':resource.resourceid!=undefined}"></span>
- </h6>
- <h6 ng-if="(type=='1'||type=='6'||type=='7')&&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=='7'||type=='6')&&resource.address!=undefined&&resource.address!=''"><i class="address"></i><span ng-bind="resource.address"></span></h6>
- <h6 ng-if="type=='7'&&resource.url!=undefined&&resource.url!=''"><i class="website"></i><span ng-bind="resource.url"></span></h6>
- </div>
- <!-- 资源详细模块-->
- <ul class="new_card_ul">
- <li ng-show="resource.ifhasexpertlist==1&&type=='7'&&signuplist.length>0">
- <span>人员</span>
- <em ng-bind="signuplist.length+'位'" style="right: 0;"></em>
- <!-- <i class="upCardArrowEm"></i>-->
- <div style="padding-left: 3%;border: none;">
- <a class="people_img" ng-repeat="signup in signuplist track by $index" ng-if="$index<tttindex" ng-click="goPersonResource(signup.map)">
- <img ng-src="{{imgUrl+signup.photo}}" onerror="javascript:this.src='./img/admin_picter.jpg';"/>
- <small ng-bind="signup.name"></small>
- </a>
- </div>
- <button type="button" class="people_button" ng-if="signuplist.length>5" ng-click="showMoreSignup()">查看更多</button>
- </li>
- </ul>
- <ul class="new_card_ul">
- <li ng-show="type=='8'&&researchfindinglist.length>0">
- <span>成果</span>
- <em ng-bind="researchfindinglist.length+'个'"></em>
- <i ng-click="openCard7()" class="openCard7"></i>
- <div style="padding-left: 0;border: none;" class="openCardDiv7">
- <div class="newCard_li_p" ng-repeat="research in researchfindinglist track by $index" ng-click="goRelResource(research)">
- <span ng-bind="research.researchfindingname" ng-class="{'relative_color':research.resourceid!=undefined}"></span>
- <!--<p ng-bind="research.researchdetail"></p>-->
- </div>
- </div>
- </li>
- <li ng-show="resource.ifhasresearchfinding==1&&type=='7'&&technicalinfolist.length>0">
- <span>成果</span>
- <em ng-bind="technicalinfolist.length+'个'"></em>
- <i ng-click="openCard7()" class="openCard7"></i>
- <div style="padding-left: 0;border: none;" class="openCardDiv7">
- <div class="newCard_li_p" ng-repeat="research in technicalinfolist track by $index" ng-click="goPersonResource(research.map)">
- <span ng-bind="research.projectName" ng-class="{'relative_color':research.resourceid!=undefined}"></span>
- <!--<p ng-bind="research.researchdetail"></p>-->
- </div>
- </div>
- </li>
- <li ng-show="(type!='1'&&type!='7')&&intprolist.length>0">
- <span>专利</span>
- <em ng-bind="intprolist.length+'个'"></em>
- <i ng-click="openCard1()" class="openCard1"></i>
- <div style="padding-left: 0;border: none;" class="openCardDiv1">
- <div ng-repeat="intpro in intprolist track by $index">
- <h5 ng-bind="intpro.intellectualpropertyname"></h5>
- <h6>
- <b>申请号/专利号:</b>
- <small ng-bind="intpro.applicationnumber"></small>
- </h6>
- <h6>
- <b>主要完成人:</b>
- <a ng-bind="intpro.applyperson"></a>
- </h6>
- <h6 ng-if="intpro.applydate!=undefined&&intpro.applydate!=''">
- <b>申请日期:</b>
- <small ng-bind="intpro.applydate"></small>
- </h6>
- <h6 ng-if="intpro.licensedate!=undefined&&intpro.licensedate!=''">
- <b>授权日期:</b>
- <small>{{intpro.licensedate==undefined?'暂无':intpro.licensedate}}</small>
- </h6>
- </div>
- </div>
- </li>
- <li ng-show="resource.ifhasintellectualproperty==1&&type=='7'&&intellectualpropertylist.length>0">
- <span>专利</span>
- <em ng-bind="intellectualpropertylist.length+'个'"></em>
- <i ng-click="openCard1()" class="openCard1"></i>
- <div style="padding-left: 0;border: none;" class="openCardDiv1">
- <div ng-repeat="intpro in intellectualpropertylist track by $index">
- <h5 ng-bind="intpro.intellectualpropertyname"></h5>
- <h6>
- <b>申请号/专利号:</b>
- <small ng-bind="intpro.applicationnumber"></small>
- </h6>
- <h6>
- <b>主要完成人:</b>
- <a ng-bind="intpro.applyperson"></a>
- </h6>
- <h6 ng-if="intpro.applydate!=undefined&&intpro.applydate!=''">
- <b>申请日期:</b>
- <small ng-bind="intpro.applydate"></small>
- </h6>
- <h6 ng-if="intpro.licensedate!=undefined&&intpro.licensedate!=''">
- <b>授权日期:</b>
- <small>{{intpro.licensedate==undefined?'暂无':intpro.licensedate}}</small>
- </h6>
- </div>
- </div>
- </li>
- <li ng-show="type=='6'&&productlist.length>0">
- <span>产品</span>
- <em ng-bind="productlist.length+'个'"></em>
- <i ng-click="openCard2()" class="openCard2"></i>
- <div style="padding-left: 0;border: none;" class="openCardDiv2">
- <div class="newCard_li_p" ng-repeat="product in productlist track by $index">
- <span ng-bind="product.productname"></span>
- <p ng-bind="product.productdescription"></p>
- </div>
- </div>
- </li>
- <li ng-show="type=='6'&&techrequirementlist.length>0">
- <span>需求</span>
- <em ng-bind="techrequirementlist.length+'个'"></em>
- <i ng-click="openCard6()" class="openCard6"></i>
- <div style="padding-left: 0;border: none;" class="openCardDiv6">
- <div class="newCard_li_p" ng-repeat="tecreq in techrequirementlist track by $index" ng-click="goRelResource(tecreq)">
- <span ng-bind="tecreq.techrequirementname" ng-class="{'relative_color':tecreq.resourceid!=undefined}"></span>
- <!--<p ng-bind="tecreq.techrequirementdetail"></p>-->
- </div>
- </div>
- </li>
- <li ng-show="type=='6'&&iurlist2.length>0">
- <span>科研项目</span>
- <em ng-bind="iurlist2.length+'个'"></em>
- <i ng-click="openCard4()" class="openCard4"></i>
- <div style="padding-left: 0;border: none;" class="openCardDiv4" ng-repeat="iur in iurlist2 track by $index">
- <div class="newCard_li_p">
- <span ng-bind="iur.productyear"></span>
- <p ng-bind="iur.productname"></p>
- </div>
- </div>
- </li>
- <li ng-show="type=='6'&&iurlist1.length>0">
- <span>产学研经历</span>
- <em ng-bind="iurlist1.length+'个'"></em>
- <i ng-click="openCard3()" class="openCard3"></i>
- <div style="padding-left: 0;border: none;" class="openCardDiv3" ng-repeat="iur in iurlist1 track by $index">
- <div class="newCard_li_p">
- <span ng-bind="iur.cooperateschool"></span>
- <p ng-bind="iur.cooperatedetail"></p>
- </div>
- </div>
- </li>
- <li ng-show="resource.ifhasspecialtylist==1&&type=='7'&&specialtylist.length>0">
- <span>特色专业</span>
- <em ng-bind="specialtylist.length+'个'"></em>
- <i ng-click="openCard8()" class="openCard8"></i>
- <div style="padding-left: 0;border: none;" class="openCardDiv8" ng-repeat="specialty in specialtylist track by $index">
- <div class="newCard_li_p">
- <span ng-bind="specialty.specialtyname"></span>
- <p ng-bind="specialty.itemkey"></p>
- </div>
- </div>
- </li>
- <li ng-show="resource.ifhaspaperlist==1&&type=='7'&&paperlist.length>0">
- <span>论文列表</span>
- <em ng-bind="paperlist.length+'个'"></em>
- <i ng-click="openCard9()" class="openCard9"></i>
- <div style="padding-left: 0;border: none;" class="openCardDiv9" ng-repeat="paper in paperlist track by $index">
- <div class="newCard_li_p">
- <span ng-bind="paper.title"></span>
- <p ng-bind="paper.itemkey"></p>
- </div>
- </div>
- </li>
- <li ng-show="resource.ifhascoopenterpriselist==1&&type=='7'&&coopenterpriselist.length>0">
- <span>已合作企业</span>
- <em ng-bind="coopenterpriselist.length+'个'"></em>
- <i ng-click="openCard10()" class="openCard10"></i>
- <div style="padding-left: 0;border: none;" class="openCardDiv10" ng-repeat="coopenterprise in coopenterpriselist track by $index" ng-click="goPersonResource(coopenterprise.map)">
- <div class="newCard_li_p">
- <a class="photo_img">
- <img ng-src="{{coopenterprise.logo}}" onerror="javascript:this.src='./img/admin_picter.jpg';"/>
- </a>
- <span ng-bind="coopenterprise.cooporgname"></span>
- </div>
- </div>
- </li>
- <li ng-show="resource.ifhasintentionalerpriselist==1&&type=='7'&&intentionalerpriselist.length>0">
- <span>意向企业</span>
- <em ng-bind="intentionalerpriselist.length+'个'"></em>
- <i ng-click="openCard11()" class="openCard11"></i>
- <div style="padding-left: 0;border: none;" class="openCardDiv11" ng-repeat="intentionalerprise in intentionalerpriselist track by $index" ng-click="goPersonResource(intentionalerprise.map)">
- <div class="newCard_li_p">
- <a class="photo_img">
- <img ng-src="{{intentionalerprise.logo}}" onerror="javascript:this.src='./img/admin_picter.jpg';"/>
- </a>
- <span ng-bind="intentionalerprise.intorgname"></span>
- </div>
- </div>
- </li>
- <li ng-show="resource.ifhasunivlablist==1&&type=='7'&&univlablist.length>0">
- <span>实验室</span>
- <em ng-bind="univlablist.length+'个'"></em>
- <i ng-click="openCard12()" class="openCard12"></i>
- <div style="padding-left: 0;border: none;" class="openCardDiv12" ng-repeat="univlab in univlablist track by $index">
- <div class="newCard_li_p">
- <span ng-bind="univlab.lab_name"></span>
- <p ng-bind="univlab.level"></p>
- </div>
- </div>
- </li>
- <li ng-show="resource.ifhasiur1list==1&&type=='7'&&iurlist3.length>0">
- <span>产学研中心</span>
- <em ng-bind="iurlist3.length+'个'"></em>
- <i ng-click="openCard13()" class="openCard13"></i>
- <div style="padding-left: 0;border: none;" class="openCardDiv13" ng-repeat="iur3 in iurlist3 track by $index">
- <div class="newCard_li_p">
- <span ng-bind="iur3.iurname"></span>
- <p ng-bind="iur3.domain"></p>
- </div>
- </div>
- </li>
- <li ng-show="resource.ifhascalendar==1&&type=='6'&&calendarlist.length>0">
- <span>历年申报项目</span>
- <em ng-bind="calendarlist.length+'个'"></em>
- <i ng-click="openCard14()" class="openCard14"></i>
- <div style="padding-left: 0;border: none;" class="openCardDiv14">
- <div ng-repeat="calendar in calendarlist track by $index">
- <h6>
- <b>项目年份:</b>
- <small ng-bind="calendar.year"></small>
- </h6>
- <h6>
- <b>项目名称:</b>
- <a ng-bind="calendar.name"></a>
- </h6>
- <h6 ng-if="calendar.money!=undefined&&calendar.money!=0">
- <b>项目金额:</b>
- <small ng-bind="calendar.money"></small>
- <b>(万元)</b>
- </h6>
- <h6 ng-if="calendar.description!=undefined&&calendar.description!=''">
- <b>项目简介:</b>
- <small ng-bind="calendar.description"></small>
- </h6>
- </div>
- </div>
- </li>
- </ul>
- <!--附件-->
- <ion-scroll scroll="true" has-bouncing="true" direction="x" scrollbar-x="false" delegate-handle="scrollimage" class="photo_div" ng-show="resource.ifhasdoclist==1&&orglibrarydoclist.length>0" style="overflow-x:hidden;overflow-y:hidden;">
- <div ng-repeat="doc in orglibrarydoclist track by $index">
- <a class="photo_img">
- <img ng-if="doc.doctype==1" ng-src="{{imgUrl+doc.photo_name}}" width="100%" height="85" ng-click="shouBigImage($index)">
- <img ng-if="doc.doctype!=1" src="./img/wordicon.png"/>
- <span ng-bind="doc.title"></span>
- </a>
- </div>
- </ion-scroll>
- <!--点赞区域-->
- <p class="detail_connectLikes" ng-if="resource.ifhasfavour==1&&!resource.Like&&resource.favourcount!=undefined" style="margin-top: 20px;" ng-click="dianZan()"><span><i></i>{{resource.favourcount}}</span></p>
- <p class="detail_connectLikes resource_zan" ng-if="resource.ifhasfavour==1&&resource.Like&&resource.favourcount!=undefined" style="margin-top: 20px;" ng-click="dianZan()"><span><i></i>{{resource.favourcount}}</span></p>
- <!--相关资源-->
- <h6 style="position: relative;" ng-if="resource.ifhasmatch==1&&(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" ng-if="resource.ifhasmatch==1" 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="resource.ifhasmatch==1&&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>
- <!--热门评论-->
- <span id="all_discuss" style="background-color: #fff;top: 15px;width: 92%;margin: 0 auto;" ng-if="resource.ifhascomm==1&&commentlist.length>0">
- <p style="font-size:14px;margin: 15px 0 15px;font-weight: 500;" ng-if="commentlist.length>0">热门评论</p>
- <a style="width: 100%;height:auto;display: block;overflow: hidden;" ng-repeat="comment in commentlist track by $index">
- <img ng-src="{{imgUrl+comment.photo}}" onerror="javascript:this.src='./img/admin_picter.jpg';" style="border-radius: 50%;width:35px;height: 35px;float: left;position: relative;" ng-click="go('publisher',{Id:comment.userId})"/>
- <p class="content-node">{{comment.userName}}
- <span class="content-zan du_discuss" ng-if="!comment.Like" ng-click="content_zan(comment,$index);" style=" float: right;color:#979fac;width:auto;height: 25px;line-height:25px;text-indent: 28px;font-size: 14px;text-align:center;background-position:0 47%;display: inline-block;">
- <b style="top:0px;left: -5px;">{{comment.favourcount}}</b>
- <span style=" width: 49px;position:absolute; right:34px; top:2px; color:transparent; text-align: left; height: 20px;line-height: 20px;">+1</span>
- </span>
- <span class="content-zan du_discuss w_zan" ng-if="comment.Like" ng-click="content_zan(comment,$index);" style=" float: right;color:#979fac;width:auto;height: 25px;line-height:25px;text-indent: 28px;font-size: 14px;text-align:center;background-position:0 47%;display: inline-block;">
- <b style="top:0px;left: -5px;">{{comment.favourcount}}</b>
- <span style=" width: 49px;position:absolute; right:34px; top:2px; color:transparent; text-align: left; height: 20px;line-height: 20px;">+1</span>
- </span>
- </p>
- <p class="content-node" style="margin: 12px 0;" ng-if="comment.commenttag!=undefined">
- <span class="discussCard {{comment.commenttag.color+'_bg'}}" ng-bind="comment.commenttag.name">合同签订</span>
- </p>
- <p class="comment-content" style="padding-left: 35px;width: 94%;text-align: justify;" ng-click="goCommentDetail(comment)" ng-bind="comment.content"></p>
- <ion-scroll scroll="true" has-bouncing="true" direction="x" scrollbar-x="false" delegate-handle="scrollimage" class="photo_div" ng-show="comment.pic.length>0" style="overflow-x:hidden;overflow-y:hidden;width: 88%;">
- <span class="photo_img" ng-repeat="image in comment.pic track by $index">
- <img src="{{imgUrl+image.photo_name}}" style="width:100%;height:85px;" class="back-img" ng-click="shouBigImage(comment.pic,$index)"/>
- </span>
- </ion-scroll>
- <span class="review_data" ng-click="goCommentDetail(comment)">{{comment.createTime}}<span>{{comment.replyNumber==0?'':comment.replyNumber+'条'}}回复></span></span>
- <span ng-click="delectToolDis(comment.id)" class="delectToolDis" ng-if="comment.userId == userid||roler.isedit">删除</span>
- </a>
- <div ng-if="MoreComment" style="width: 100%;height:30px;line-height: 30px;position: relative;text-align: center;font-size: 12px;margin-bottom: 25px;">
- <span style="color:#2095ee; height: 100%;float: left;width: 110px;position:absolute;left: 35%;" ng-click="goCommentList()">继续查看更多评论></span>
- </div>
- </span>
- <!--暂无评论-->
- <div style="width: 100%;height:120px;position: relative;top:8px;" ng-if="resource.ifhascomm==1&&commentlist.length==0" ng-click="hadSoft()">`
- <i id="empty_discuss"></i>
- <p class="empty_p">暂无评论,点击抢沙发</p>
- </div>
- <!--没有权限去申请-->
- <div ng-if="resource.islock==1&&viplevel==1" class="null_zan null_authority">
- <span>没有权限</span>
- <a class="null_zan_a" ng-click="goResourceApply()">去申请</a>
- </div>
- <br>
- <br>
- <br>
- <br>
- <br>
- </ion-content>
- <!--底部标签区域-->
- <div class="comment_bottom" ng-if="showComment">
- <label class="item-input-wrapper" ng-if="resource.ifhascomm==1">
- <input type="text" placeholder="写评论..." class="write_p" id="write_see" ng-focus="focus_write()">
- </label>
- <div>
- <button class="pus_button" ng-click="goCommentList()" ng-if="resource.ifhascomm==1">
- <span class="pin_lun">
- <!--<span ng-if="commentlist.length>0" ng-class="{'red-number':commentlist.length>0}" >{{commentlist.length}}</span>-->
- </span>
- </button>
- <span ng-if="resource.ifhasenshrine==1" id="five_xin" ng-class="{'five_xin':resource.Enshrine}" ng-click="collectResource()"></span>
- <span ng-if="resource.ifhasshare==1" id="z_fa" ng-click="openShare()"></span>
- </div>
- </div>
- <!--简单回复区域-->
- <ion-footer-bar ng-if="!showComment" class="comment_div" keyboard-attach style="height: 170px;">
- <textarea autofocus style="top:0;" class="my_comment" name="comment" placeholder="优质评论将会被优先展示" required ng-model="comment.content" ng-change="commentValue()"></textarea>
- <div id="commentform">
- <button class="comment_phone" ng-click="releaseComment()"></button>
- <button class="comment_submit" ng-style="commentNotnull" ng-click="publishComment();" ng-disabled="comment.content==undefined||comment.content.length==0;">发表</button>
- </div>
- </ion-footer-bar>
- <div ng-if="!showComment" class="comment_background" ng-click="hiddenComment()"></div>
- <!--图片放大区域-->
- <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" ng-src="{{imgUrl+pic.original_name}}" ng-click="hideBigImage()"/>
- </div>
- </ion-slide>
- </ion-slide-box>
- </div>
- <!--分享区域-->
- <div class="detail_ionicpop" ng-if="shareflg">
- <div class="closeShare" ng-click="closeShare()"></div>
- <div class="ionicPop_div">
- <ion-scroll direction="x" scrollbar-x="false" class="p_Chanel">
- <span class="share_path">分享到:</span>
- <a ng-click="shareMessage(3)"><i class="share_first"></i><span>微信朋友圈</span></a>
- <a ng-click="shareMessage(2)"><i class="share_second"></i><span>微信好友</span></a>
- <a ng-click="shareMessage(0)"><i class="share_third"></i><span>手机QQ</span></a>
- <a ng-click="shareMessage(1)"><i class="share_four"></i><span>QQ空间</span></a>
- </ion-scroll>
- <div class="cancelPop" ng-click="closeShare()">取消</div>
- </div>
- </div>
- <!--关联跳转列表-->
- <script id="templates/moreresourcelist.html" type="text/ng-template">
- <div class="modal">
- <ion-content class="category-content" style="width:100%;margin: 0 auto;bottom: 0;">
- <div class="bar bar-header">
- <h4 class="self_release">
- 关联信息
- </h4>
- <span class="toolReleaseButton toolReleaseButton_blue" ng-click="hideModel()">取消</span>
- <!--<span class="icon ion-ios-close-empty model_hide" ng-click="closeModel()"></span>-->
- </div>
- <a class="item item-thumbnail-right item-text-wrap push_home_a resourceContent" ng-repeat="relative in moreresourcelist track by $index" style="min-height:96px !important;height: 96px;" ng-click="goRelativeResource(relative)">
- <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">
- <h3 class="pus_h1 resourceH3 new_push_h1" style="height: 39px;line-height: 30px;" ng-if="relative.type!=81">{{relative.title}}</h3>
- <h3 class="pus_h1 resourceH3 new_push_h1" style="height: 39px;line-height: 30px;" ng-if="relative.type==81">
- <span class="new_folder_span">{{relative.title}}</span>
- <b class="addlist_subtext addlist_subtext_on new_folder_flag" ng-if="relative.flag==1"></b>
- </h3>
- <span class="ownerResource">
- 发布者:<small>{{relative.creatorname}}</small>
- 所在库:<small>{{relative.classification}}</small>
- </span>
- <p class="lab_sub" style="width: 100%;float:left;top:0px;">
- <span class="lab_one"><i></i><small>{{relative.commcount}}</small></span>
- <span class="lab_two"><i></i><small>{{relative.visitcount}}</small></span>
- <span class="lab_three"><span class="favourate"><i></i><small>{{relative.favourcount}}</small></span></span>
- <span class="lab_five" ng-if="relative.publishTime!=undefined">{{relative.publishTime}}</span>
- <span class="lab_five" ng-if="relative.conntime!=undefined">{{relative.conntime}}</span>
- </p>
- </div>
- </a>
- </ion-content>
- </div>
- </script>
- </ion-view>
|