Server IP : 103.11.96.170 / Your IP : 18.218.83.143 Web Server : Microsoft-IIS/10.0 System : Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64 User : elibrary.unsap.ac.id ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : D:/localhost/elibrary/template/default/parts/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php /** * @Created by : Waris Agung Widodo (ido.alit@gmail.com) * @Date : 2019-01-30 20:58 * @File name : _member.php * @Last modified by: yysofiyan * Last modified time: 2020-03T10:29:27+07:00 */ ?> <div class="modal fade" id="exampleModal" tabindex="-1" role="dialog" aria-labelledby="exampleModalLabel" aria-hidden="true"> <div class="modal-dialog modal-lg" role="document"> <div class="modal-content"> <div class="modal-header"> <h5 class="modal-title" id="exampleModalLabel">Select the topic you are interested in</h5> <button type="button" class="close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="modal-body"> <ul class="topic d-flex flex-wrap justify-content-center p-0"> <li class="d-flex justify-content-center align-items-center m-2"> <a href="index.php?callnumber=0&search=search" class="d-flex flex-column"> <img src="<?php echo assets('images/0-chemical.png'); ?>" width="80" class="mb-3 mx-auto"/> Computer science, information & general works </a> </li> <li class="d-flex justify-content-center align-items-center m-2"> <a href="index.php?callnumber=1&search=search" class="d-flex flex-column"> <img src="<?php echo assets('images/1-memory.png'); ?>" width="80" class="mb-3 mx-auto"/> Philosophy & psychology </a> </li> <li class="d-flex justify-content-center align-items-center m-2"> <a href="index.php?callnumber=2&search=search" class="d-flex flex-column"> <img src="<?php echo assets('images/2-mosque.png'); ?>" width="80" class="mb-3 mx-auto"/> Religion </a> </li> <li class="d-flex justify-content-center align-items-center m-2"> <a href="index.php?callnumber=3&search=search" class="d-flex flex-column"> <img src="<?php echo assets('images/3-diploma.png'); ?>" width="80" class="mb-3 mx-auto"/> Social sciences </a> </li> <li class="d-flex justify-content-center align-items-center m-2"> <a href="index.php?callnumber=4&search=search" class="d-flex flex-column"> <img src="<?php echo assets('images/4-translation.png'); ?>" width="80" class="mb-3 mx-auto"/> Language </a> </li> <li class="d-flex justify-content-center align-items-center m-2"> <a href="index.php?callnumber=5&search=search" class="d-flex flex-column"> <img src="<?php echo assets('images/5-math.png'); ?>" width="80" class="mb-3 mx-auto"/> Pure Science </a> </li> <li class="d-flex justify-content-center align-items-center m-2"> <a href="index.php?callnumber=6&search=search" class="d-flex flex-column"> <img src="<?php echo assets('images/6-blackboard.png'); ?>" width="80" class="mb-3 mx-auto"/> Applied sciences </a> </li> <li class="d-flex justify-content-center align-items-center m-2"> <a href="index.php?callnumber=7&search=search" class="d-flex flex-column"> <img src="<?php echo assets('images/7-quill.png'); ?>" width="80" class="mb-3 mx-auto"/> Arts & recreation </a> </li> <li class="d-flex justify-content-center align-items-center m-2"> <a href="index.php?callnumber=8&search=search" class="d-flex flex-column"> <img src="<?php echo assets('images/8-books.png'); ?>" width="80" class="mb-3 mx-auto"/> Literature </a> </li> <li class="d-flex justify-content-center align-items-center m-2"> <a href="index.php?callnumber=9&search=search" class="d-flex flex-column"> <img src="<?php echo assets('images/9-return-to-the-past.png'); ?>" width="80" class="mb-3 mx-auto"/> History & geography </a> </li> </ul> </div> </div> </div> </div>