|
@ -185,13 +185,13 @@ function ResourceMessage() {
|
185
|
185
|
PopHtml += '</tr>';
|
186
|
186
|
PopHtml += '<tr class="workmsgbox"><th></th><td><div class="resouinforcon"><div class="workmsg workmsg1"></div></div></td></tr> ';
|
187
|
187
|
PopHtml += '<tr class="respublisher"><th class="resouinfotype" scope="row">资源发布者</th><td><div class="resouinforcon" id="professor" ></div></td></tr>';
|
188
|
|
PopHtml += '<tr><th class="resouinfotype" scope="row">可提供服务</th><td><div class="resouinforcon"><span id="supportedServices"></span></div></td></tr>';
|
189
|
188
|
PopHtml += '<tr class="workmsgbox"><th></th><td><div class="resouinforcon"><div class="workmsg workmsg3"></div></div></td></tr> ';
|
190
|
189
|
PopHtml += '<tr><th class="resouinfotype" scope="row">学术领域</th><td><div class="resouinforcon"><span id="subject"></span></div></td></tr>';
|
191
|
190
|
PopHtml += '<tr><th class="resouinfotype" scope="row">应用行业</th><td><div class="resouinforcon"><span id="industry"></span></div></td></tr>';
|
192
|
191
|
PopHtml += '<tr><th class="resouinfotype" scope="row">期望付款方式</th><td><div class="resouinforcon"><span id="hopePayMethod"></span></div></td></tr>';
|
193
|
|
PopHtml += '<tr><th class="resouinfotype" scope="row">详细描述</th><td ><div class="resouinforcon"><span id="descp"></span></div></td></tr>';
|
194
|
|
PopHtml += '<tr><th class="resouinfotype" scope="row">合作备注</th><td><div class="resouinforcon"><span id="cooperationNotes"></span></div></td></tr>';
|
|
192
|
PopHtml += '<tr class="limitBox"><th class="resouinfotype" scope="row">可提供服务</th><td class="limitwordbox"><div class="resouinforcon limitwords"><span id="supportedServices"></span></div></td></tr>';
|
|
193
|
PopHtml += '<tr class="limitBox"><th class="resouinfotype" scope="row">详细描述</th><td class="limitwordbox" ><div class="resouinforcon limitwords"><span id="descp"></span></div></td></tr>';
|
|
194
|
PopHtml += '<tr class="limitBox"><th class="resouinfotype" scope="row">合作备注</th><td class="limitwordbox"><div class="resouinforcon limitwords"><span id="cooperationNotes"></span></div></td></tr>';
|
195
|
195
|
PopHtml +='</table>';
|
196
|
196
|
|
197
|
197
|
/////////////资源图片上传////////////////////
|
|
@ -199,7 +199,7 @@ function ResourceMessage() {
|
199
|
199
|
PopHtml +='<div class="resouimgbox floatL">';
|
200
|
200
|
PopHtml += '<div class="resouinforcon">';
|
201
|
201
|
PopHtml += '<div class="resouimg" >';
|
202
|
|
PopHtml += '<div class="resouimgshow"><img width="100%" height="100%" src="" class="resouImage" /></div></div>';
|
|
202
|
PopHtml += '<div class="resouimgshow"><img width="100%" height="85%" src="" class="resouImage" /></div></div>';
|
203
|
203
|
PopHtml += '</div></div>';
|
204
|
204
|
PopHtml += '</div></form>';
|
205
|
205
|
//关闭按钮
|