article_details.html 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367
  1. <link href="__CDN__/assets/css/user/article_details.css?v={$Think.config.site.version|htmlentities}" rel="stylesheet">
  2. <link href="__CDN__/assets/css/user/display_submitted.css?v={$Think.config.site.version|htmlentities}" rel="stylesheet">
  3. <style>
  4. .breadcrumb-item {
  5. padding: 20px 20px !important;
  6. }
  7. </style>
  8. <div class="common-bg">
  9. <div class="common-font">
  10. Article Details
  11. </div>
  12. </div>
  13. <div id="content-container" class="container">
  14. <div class="row">
  15. <div class="col-md-3">
  16. {include file="common/sidenav" /}
  17. </div>
  18. <div class="col-md-9">
  19. <div class="panel panel-default">
  20. <div class="panel-body">
  21. <div class="header-content">
  22. <h2 class="page-header">Article Details</h2>
  23. <!-- <div class="header-button-content">-->
  24. <!-- <div class="recommended-button-item">-->
  25. <!-- <a href="conduct_review?id={$row.id}">-->
  26. <!-- <div class="header-button-item" >-->
  27. <!-- <img src="__CDN__/assets/img/index/optinal_reviewer_icon.png" alt="">-->
  28. <!-- Conduct review-->
  29. <!-- </div>-->
  30. <!-- </a>-->
  31. <!-- </div>-->
  32. <!-- </div>-->
  33. </div>
  34. <form id="article-details-form" class="form-horizontal" role="form" data-toggle="validator" method="POST" action="{:url('api/user/profile')}">
  35. {:token()}
  36. <div class="form-item">
  37. <div class="form-group">
  38. <div class="col-xs-12 col-sm-12 article-details-content">
  39. {$row.title}
  40. </div>
  41. <div class="col-xs-12 col-xs-12 mt-4">
  42. <div class="col-xs-12 col-xs-4 text-center" style="float: right;">
  43. Journal
  44. </div>
  45. </div>
  46. <div class="col-xs-12 col-xs-4 text-center" style="float: right;">
  47. Mobile Information Systems
  48. </div>
  49. </div>
  50. <hr style="width: 92%;">
  51. <!-- tips -->
  52. <div class="form-group mt-4">
  53. <div class="col-xs-12 col-sm-12 article-details-content" style="padding-right: 40px;">
  54. <p class="detail-title">Abstract</p>
  55. {$row.abstract}
  56. </div>
  57. </div>
  58. <hr style="width: 92%;">
  59. <!-- keywords -->
  60. <div class="form-group mt-4">
  61. <div class="col-xs-12 col-sm-12 article-details-content">
  62. <p class="detail-title">Keywords</p>
  63. <div class="col-xs-12 col-sx-12 mt-4 p-0">
  64. {foreach name="$row.keywords" item="vo"}
  65. <span class="label label-success article-detail-label">{$vo}</span>
  66. {/foreach}
  67. </div>
  68. </div>
  69. </div>
  70. <hr style="width: 92%;">
  71. {if condition="$type != 'invita_review'"}
  72. <div class="form-group mt-4">
  73. <div class="col-xs-12 col-sm-12 article-details-content">
  74. <p class="detail-title">Document</p>
  75. </div>
  76. </div>
  77. <div class="form-group">
  78. <div class="col-xs-12 col-sm-12 article-details-content pr-0">
  79. <div class="input-group" style="width: 100%;">
  80. <input id="c-manuscript-zip" data-rule="required" class="form-control" name="row[manuscript_zip]" type="text" value="{$row.manuscript_zip|htmlentities}" readonly>
  81. <div class="input-group-addon no-border no-padding">
  82. <span><button type="button" id="plupload-images" class="btn btn-danger plupload" data-input-id="c-manuscript-zip" data-multiple="true" data-preview-id="p-manuscript-zip"><i class="fa fa-upload"></i> Upload</button></span>
  83. <span><button type="button" id="fachoose-images" class="btn btn-primary fachoose" data-input-id="c-manuscript-zip" data-preview-id="p-manuscript-zip" data-mimetype="image/*" data-multiple="true"><i class="fa fa-list"></i> Choose</button></span>
  84. <span class="msg-box n-right" for="c-manuscript-zip"></span>
  85. </div>
  86. </div>
  87. <ul class="row list-inline plupload-preview" id="p-manuscript-zip"></ul>
  88. </div>
  89. </div>
  90. {if condition="$row.manuscript_pdf"}
  91. <div class="form-group">
  92. <div class="col-xs-12 col-sm-12 article-details-content pr-0">
  93. <div class="input-group" style="width: 100%;">
  94. <input id="c-manuscript-pdf" class="form-control" name="row[manuscript_pdf]" type="text" value="{$row.manuscript_pdf|htmlentities}" readonly>
  95. <div class="input-group-addon no-border no-padding">
  96. <span><button type="button" id="plupload-images" class="btn btn-danger plupload" data-input-id="c-manuscript-pdf" data-multiple="true" data-preview-id="p-manuscript-pdf"><i class="fa fa-upload"></i> Upload</button></span>
  97. <span><button type="button" id="fachoose-images" class="btn btn-primary fachoose" data-input-id="c-manuscript-pdf" data-preview-id="p-manuscript-pdf" data-mimetype="image/*" data-multiple="true"><i class="fa fa-list"></i> Choose</button></span>
  98. <span class="msg-box n-right" for="c-manuscript-pdf"></span>
  99. </div>
  100. </div>
  101. <ul class="row list-inline plupload-preview" id="p-manuscript-pdf"></ul>
  102. </div>
  103. </div>
  104. {/if}
  105. <hr style="width: 92%;">
  106. <div class="form-group mt-4">
  107. <div class="col-xs-12 col-sm-12 article-details-content">
  108. <p class="detail-title">Edit comments</p>
  109. {if condition="$row.comments"}
  110. {foreach name="$row.comments" item="comment"}
  111. <div class="col-xs-12 col-sx-12 mt-4 p-0">
  112. <div class="article-detail-edit-comments" style="padding-right: 40px;">
  113. <label class="control-label col-xs-12 col-sm-6">
  114. {if condition="$comment.type == 'editor'"}Editor Recommendation:{/if}
  115. {if condition="$comment.type == 'reviewer'"}Reviewer Recommendation:{/if}
  116. </label>
  117. <div class="col-xs-12 col-sm-12 article-detail-edit-comments-item pt-1 pl-0">{$comment.recommendation}</div>
  118. </div>
  119. </div>
  120. <div class="col-xs-12 col-sx-12 mt-4 p-0">
  121. <div class="article-detail-edit-comments" style="padding-right: 40px;">
  122. <label class="control-label col-xs-12 col-sm-6">
  123. {if condition="$comment.type == 'editor'"}Editorial comments:{/if}
  124. {if condition="$comment.type == 'reviewer'"}Review comments:{/if}
  125. </label>
  126. <div class="col-xs-12 col-sm-12 article-detail-edit-comments-item pt-1 pl-0">{$comment.comments}</div>
  127. </div>
  128. </div>
  129. <div class="col-xs-12 col-sx-12 mt-4 p-0">
  130. <div class="article-detail-edit-comments" style="padding-right: 40px;">
  131. <label class="control-label col-xs-12 col-sm-6">
  132. {if condition="$comment.type == 'editor'"}Editing report:{/if}
  133. {if condition="$comment.type == 'reviewer'"}Attachment upload:{/if}
  134. </label>
  135. <div class="col-xs-12 col-sm-12 article-detail-edit-comments-item pt-1 pl-0">
  136. <input id="c-file" class="form-control" name="row[file]" type="text" value="{$comment.file|htmlentities}">
  137. <div class="input-group-addon no-border no-padding">
  138. <span><button type="button" id="plupload-images" class="btn btn-danger plupload" data-input-id="c-file" data-multiple="true" data-preview-id="p-file"><i class="fa fa-upload"></i> Upload</button></span>
  139. <span><button type="button" id="fachoose-images" class="btn btn-primary fachoose" data-input-id="c-file" data-preview-id="p-file" data-mimetype="image/*" data-multiple="true"><i class="fa fa-list"></i> Choose</button></span>
  140. <span class="msg-box n-right" for="c-file"></span>
  141. </div>
  142. <ul class="row list-inline plupload-preview" id="p-file"></ul>
  143. </div>
  144. </div>
  145. </div>
  146. <div class="col-xs-12 col-sx-12 mt-4 p-0">
  147. <div class="article-detail-edit-comments" style="padding-right: 40px;">
  148. <label class="control-label col-xs-12 col-sm-6">
  149. {if condition="$comment.type == 'editor'"}Editorial Submit Time:{/if}
  150. {if condition="$comment.type == 'reviewer'"}Review Subimt Time:{/if}
  151. </label>
  152. <div class="col-xs-12 col-sm-12 article-detail-edit-comments-item pt-1 pl-0">{$comment.createtime|date='Y-m-d H:i',###}</div>
  153. </div>
  154. </div>
  155. {/foreach}
  156. {/if}
  157. </div>
  158. </div>
  159. <hr style="width: 92%;">
  160. {if condition="$type == 'editor' || $type == 'author'"}
  161. <div class="form-group mt-4">
  162. <div class="col-xs-12 col-sm-12 article-details-content">
  163. <p class="detail-title">Suggested Reviewer Information</p>
  164. </div>
  165. </div>
  166. <div class="form-group">
  167. <div class="col-xs-12 col-sm-12 article-details-content">
  168. <div class="table-responsive">
  169. <table class="table inbox-table">
  170. <thead style="background: #FAFAFA;" class="thead">
  171. <tr>
  172. <th>Name</th>
  173. <th>E-mail Address</th>
  174. <th>First Name</th>
  175. <th width="100px">Last Name</th>
  176. <th>Affiliation</th>
  177. <th>Field</th>
  178. </tr>
  179. </thead>
  180. <tbody class="tbody">
  181. {foreach name="row.review_content" item="review"}
  182. <tr>
  183. <td><?php echo $review['reviewer-name'] ?></td>
  184. <td><?php echo $review['reviewer-email'] ?></td>
  185. <td><?php echo $review['reviewer-first-name'] ?></td>
  186. <td><?php echo $review['reviewer-last-name'] ?></td>
  187. <td><?php echo $review['reviewer-affiliation'] ?></td>
  188. <td><?php echo $review['reviewer-field'] ?></td>
  189. </tr>
  190. {/foreach}
  191. </tbody>
  192. </table>
  193. </div>
  194. </div>
  195. </div>
  196. <hr style="width: 92%;">
  197. <div class="form-group mt-4">
  198. <div class="col-xs-12 col-sm-12 article-details-content">
  199. <p class="detail-title">Reviewer Information Report</p>
  200. </div>
  201. </div>
  202. <div class="form-group">
  203. <div class="col-xs-12 col-sm-12 article-details-content">
  204. <nav aria-label="breadcrumb" class="breadcrumb-content">
  205. <ol class="breadcrumb" style="width: 750px;">
  206. {foreach name="$site.article_detail_report" item="item"}
  207. <li class="breadcrumb-item <?php if($status == $key) echo 'active'; ?>"><a href="?id={$row.id}&type=editor&status={$key}">{$item}</a></li>
  208. {/foreach}
  209. </ol>
  210. </nav>
  211. </div>
  212. </div>
  213. {if condition="$status == 'reviewer_details'"}
  214. <div class="form-group">
  215. <div class="col-xs-12 col-sm-12 article-details-content">
  216. <div class="table-responsive">
  217. <table class="table inbox-table">
  218. <thead style="background: #FAFAFA;" class="thead">
  219. <tr>
  220. <th style="width: 100px">Name</th>
  221. <th style="width: 100px">Invited time</th>
  222. <th style="width: 100px">Reply time</th>
  223. <th style="width: 150px">Submission time</th>
  224. <th style="width: 200px">Status</th>
  225. </tr>
  226. </thead>
  227. <tbody class="tbody">
  228. {foreach name="$row.reviewer" item="reviewer"}
  229. <tr>
  230. <td>{$reviewer.nickname}</td>
  231. <td>{$reviewer.invited_time}</td>
  232. <td>{$reviewer.reply_time ?? ''}</td>
  233. <td>{$reviewer.submission_time ?? ''}</td>
  234. <td>{$reviewer.status ?? ''}</td>
  235. </tr>
  236. {/foreach}
  237. </tbody>
  238. </table>
  239. </div>
  240. </div>
  241. </div>
  242. {/if}
  243. {if condition="$status == 'reviewer_suggestion'"}
  244. <div class="form-group">
  245. <div class="col-xs-12 col-sm-12 article-details-content">
  246. <div class="table-responsive">
  247. <table class="table inbox-table">
  248. <thead style="background: #FAFAFA;" class="thead">
  249. <tr>
  250. <th style="width: 100px">Full Name</th>
  251. <th style="width: 100px">Affiliation</th>
  252. <th style="width: 100px">Number Of Comments</th>
  253. </tr>
  254. </thead>
  255. <tbody class="tbody">
  256. {foreach name="$row.reviewer" item="reviewer"}
  257. <tr>
  258. <td>{$reviewer.nickname}</td>
  259. <td>{$reviewer.affiliation}</td>
  260. <td>{$reviewer.comment_num}</td>
  261. </tr>
  262. {/foreach}
  263. </tbody>
  264. </table>
  265. </div>
  266. </div>
  267. </div>
  268. {/if}
  269. {if condition="$status == 'review_report'"}
  270. <div class="form-group">
  271. <div class="col-xs-12 col-sm-12 article-details-content">
  272. <div class="table-responsive">
  273. <table class="table inbox-table">
  274. <thead style="background: #FAFAFA;" class="thead">
  275. <tr>
  276. <th style="width: 100px">Name</th>
  277. <th style="width: 100px">Recommendation</th>
  278. <th style="width: 100px">Comment</th>
  279. <th style="width: 150px">Submission time</th>
  280. <th style="width: 150px">Operate</th>
  281. </tr>
  282. </thead>
  283. <tbody class="tbody">
  284. {foreach name="$row.reviewer" item="reviewer"}
  285. <tr>
  286. <td>{$reviewer.nickname}</td>
  287. <td>{$reviewer.recommendation}</td>
  288. <td>{$reviewer.comment}</td>
  289. <td>{$reviewer.createtime}</td>
  290. <td>
  291. {if condition="$row.user_id != $user->id"}
  292. {if condition="$reviewer.is_send == 'hidden'"}
  293. <a href="javascript:;" id="send-button" data-id="{$reviewer.comment_id}">SEND</a>
  294. {/if}
  295. {/if}
  296. </td>
  297. </tr>
  298. {/foreach}
  299. </tbody>
  300. </table>
  301. </div>
  302. </div>
  303. </div>
  304. {/if}
  305. {if condition="$status == 'author_report'"}
  306. <div class="form-group">
  307. <div class="col-xs-12 col-sm-12 article-details-content">
  308. <div class="table-responsive">
  309. <table class="table inbox-table">
  310. <thead style="background: #FAFAFA;" class="thead">
  311. <tr>
  312. <th style="width: 100px">Name</th>
  313. <th style="width: 100px">Recommendation</th>
  314. <th style="width: 150px">Submission time</th>
  315. </tr>
  316. </thead>
  317. <tbody class="tbody">
  318. {if condition="$row.author"}
  319. <tr>
  320. <td>{$row.author.nickname}</td>
  321. <td>{$row.author.comment}</td>
  322. <td>{$row.author.createtime}</td>
  323. </tr>
  324. {/if}
  325. </tbody>
  326. </table>
  327. </div>
  328. </div>
  329. </div>
  330. {/if}
  331. {/if}
  332. </div>
  333. {/if}
  334. </form>
  335. </div>
  336. </div>
  337. </div>
  338. </div>
  339. </div>