Server IP : 103.11.96.170 / Your IP : 18.117.166.111 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/lightweight/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<div class="s-detail animated delay9 fadeInUp" itemscope itemtype="http://schema.org/Book" vocab="http://schema.org/" typeof="Book"> <!-- Book Cover ============================================= --> <div class="cover"> <?php echo $image ?> </div> <!-- Title ============================================= --> <h3 class="s-detail-type"><?php echo $gmd_name ?></h3> <h4 class="s-detail-title" itemprop="name" property="name"><?php echo $title ?></h4> <?php if($sysconf['social_shares']) { echo $social_shares; } ?> <br> <div class="s-detail-author" itemprop="author" property="author" itemscope itemtype="http://schema.org/Person"> <?php echo $authors ?> <br> </div> <!-- Abstract ============================================= --> <hr> <?php if($notes) : ?> <div class="s-detail-abstract" itemprop="description" property="description"> <p><?php echo $notes ?></p> <hr/> </div> <?php else : ?> <div> <em><?php echo __('Description Not Available'); ?></em> <br><br><br> </div> <?php endif; ?> <!-- Availability ============================================= --> <h3><i class="fa fa-check-circle-o"></i> <?php echo __('Availability'); ?></h3> <?php echo ($availability) ? $availability : '<p class="s-alert">'.__('No copy data').'</p>'; ?> <br> <!-- Item Details ============================================= --> <h3><i class="fa fa-circle-o"></i> <?php echo __('Detail Information'); ?></h3> <div class="row"> <div class="col-lg-6"> <table class="s-table"> <tbody> <!-- ============================================= --> <tr> <th><?php echo __('Series Title'); ?></th> <td> <div itemprop="alternativeHeadline" property="alternativeHeadline"><?php echo ($series_title) ? $series_title : '-'; ?></div> </td> </tr> <!-- ============================================= --> <tr> <th><?php echo __('Call Number'); ?></th> <td> <div><?php echo ($call_number) ? $call_number : '-'; ?></div> </td> </tr> <!-- ============================================= --> <tr> <th><?php echo __('Publisher'); ?></th> <td> <span itemprop="publisher" property="publisher" itemtype="http://schema.org/Organization" itemscope><?php echo $publisher_name ?></span> : <span itemprop="publisher" property="publisher"><?php echo $publish_place ?></span>., <span itemprop="datePublished" property="datePublished"><?php echo $publish_year ?></span> </td> </tr> <!-- ============================================= --> <tr> <th><?php echo __('Collation'); ?></th> <td> <div itemprop="numberOfPages" property="numberOfPages"><?php echo ($collation) ? $collation : '-'; ?></div> </td> </tr> <!-- ============================================= --> <tr> <th><?php echo __('Language'); ?></th> <td> <div><meta itemprop="inLanguage" property="inLanguage" content="<?php echo $language_name ?>" /><?php echo $language_name ?></div> </td> </tr> <!-- ============================================= --> <tr> <th><?php echo __('ISBN/ISSN'); ?></th> <td> <div itemprop="isbn" property="isbn"><?php echo ($isbn_issn) ? $isbn_issn : '-'; ?></div> </td> </tr> <!-- ============================================= --> <tr> <th><?php echo __('Classification'); ?></th> <td> <div><?php echo ($classification) ? $classification : '-'; ?></div> </td> </tr> <!-- ============================================= --> <tr> <th><?php echo __('Content Type'); ?></th> <td> <div itemprop="bookFormat" property="bookFormat"><?php echo ($content_type) ? $content_type : '-'; ?></div> </td> </tr> <!-- ============================================= --> </tbody> </table> </div> <div class="col-lg-6"> <table class="s-table"> <tbody> <!-- ============================================= --> <tr> <th><?php echo __('Media Type'); ?></th> <td> <div itemprop="bookFormat" property="bookFormat"><?php echo ($media_type) ? $media_type : '-'; ?></div> </td> </tr> <!-- ============================================= --> <tr> <th><?php echo __('Carrier Type'); ?></th> <td> <div itemprop="bookFormat" property="bookFormat"><?php echo ($carrier_type) ? $carrier_type : '-'; ?></div> </td> </tr> <!-- ============================================= --> <tr> <th><?php echo __('Edition'); ?></th> <td> <div itemprop="bookEdition" property="bookEdition"><?php echo ($edition) ? $edition : '-'; ?></div> </td> </tr> <!-- ============================================= --> <tr> <th><?php echo __('Subject(s)'); ?></th> <td> <div class="s-subject" itemprop="keywords" property="keywords"><?php echo ($subjects) ? $subjects : '-'; ?></div> </td> </tr> <!-- ============================================= --> <tr> <th><?php echo __('Specific Detail Info'); ?></th> <td> <div><?php echo ($spec_detail_info) ? $spec_detail_info : '-'; ?></div> </td> </tr> <!-- ============================================= --> <tr> <th><?php echo __('Statement of Responsibility'); ?></th> <td> <div itemprop="author" property="author"><?php echo ($sor) ? $sor : '-'; ?></div> </td> </tr> <!-- ============================================= --> </tbody> </table> </div> </div> <!-- Related biblio data ============================================= --> <h3><i class="fa fa-circle-o"></i> <?php echo __('Other version/related'); ?></h3> <?php echo ($related) ? $related : '<p class="s-alert">'.__('No other version available').'</p>'; ?> <br> <?php if ($file_att) : ?> <!-- Attachment ============================================= --> <h3><i class="fa fa-arrow-circle-o-down"></i> <?php echo __('File Attachment'); ?></h3> <div itemprop="associatedMedia"> <div class="s-download"> <?php echo $file_att; ?> </div> </div> <?php endif; ?> <!-- Comment ============================================= --> <?php if(isset($_SESSION['mid']) && $sysconf['comment']['enable']) : ?> <h3><i class="fa fa-comments-o"></i> <?php echo __('Comments'); ?></h3> <?php echo showComment($biblio_id); ?> <?php endif; ?> </div>