Changeset 2479966
- Timestamp:
- 02/23/2021 03:41:14 PM (5 years ago)
- File:
-
- 1 edited
-
books-papers/trunk/pages/import-data-page.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
books-papers/trunk/pages/import-data-page.php
r2449038 r2479966 88 88 </form> 89 89 </div> 90 <div class="enterInfo" id="abstract"> 91 <h2>Get Publication Abstract</h2> 92 <p> 93 Get abstract data using Ditigal Object Identifier <span class="marker">(DOI)</span>. 94 </p> 95 <p> 96 <span class="warning">This feature is currently under development. You can use DOI to obtain abstracts, but it won't be stored or associated with the publications.</span> 97 </p> 98 <form name="getAbstract" action="" method="post"> 99 <?php 100 if ( function_exists('wp_nonce_field') ) 101 wp_nonce_field('bnp_get_abstract'); 102 ?> 103 <table id="abstractInputHide"> 104 <tr> 105 <td style="min-width:100px;"><label for="absManUpload">Enter DOI manually</label></td> 106 <td><input id="absManUpload" name="absManUpload" type="text"></td> 107 <td><button class="button" id="importAbstractManSubmit" type="submit">Get</button></td> 108 </tr> 109 </table> 110 <p id="abstractInputFields"></p> 111 </form> 112 </div> 90 113 <div id="textLength" style="width:auto;display:inline-block;visibility:hidden;font-size:14px;position:fixed"></div> 91 114 <script><?php include(bnpp_plugin_dir . "./js/readFile.js"); ?></script>
Note: See TracChangeset
for help on using the changeset viewer.