X7ROOT File Manager
Current Path:
/home/jurarevi/beta.jurareview.ro/application/views
home
/
jurarevi
/
beta.jurareview.ro
/
application
/
views
/
📁
..
📄
abstract.php
(767 B)
📁
admin
📄
admin_home.php
(48 B)
📄
announcements.php
(939 B)
📄
archive.php
(1.31 KB)
📁
common
📄
contact.php
(3.59 KB)
📄
home.php
(1.51 KB)
📄
home2.php
(1.49 KB)
📄
home_pannels.php
(1.54 KB)
📄
index.html
(114 B)
📄
online_first.php
(1.16 KB)
📄
page.php
(440 B)
📄
volumes_list.php
(1.75 KB)
📄
welcome_message.php
(1.89 KB)
Editing: online_first.php
<div class="container main-content"> <div class="col-sm-9"> <div class="volume-title"> Journal of Urban and Regional Analysis <br/> Online first </div> <?php if (!empty($chapters)) {?> <?php foreach($chapters as $chapter) {?> <div class="chapter-container"> <?php if(!empty($chapter['PdfFile'])){?> <a href="<?php echo $chapter['PdfFile'];?>" target="_blank"><h3><?php echo $chapter['Title'];?></h3></a> <?php } else { ?> <h3><?php echo $chapter['Title'];?></h3> <?php } ?> <div class="authors"> <?php if(!empty($chapter['Authors'])){?> Authors: <?php echo $chapter['Authors'];?> <?php }?> </div> <?php if (!empty($chapter['Abstract'])) { ?> <br/> <?php echo $chapter['Abstract']; ?> <?php } ?> <br/> </div> <?php }?> <?php }?> </div>
Upload File
Create Folder