article_details.html 22 KB

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