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: archive.php
<div class="container main-content"> <div class="col-sm-9"> <h3 style="font-weight:bold">All issues</h3> <ul style="list-style-type: circle" class="years-list"> <?php if (!empty($volumes) && is_array($volumes)) {?> <?php foreach ($volumes as $date => $volumes_per_year) { ?> <div class="row"> <li> <a href="#" id="year-<?php echo date('Y', strtotime($date)); ?>-volumes-open" onclick="event.preventDefault();"><?php echo date('Y', strtotime($date)); ?></a> <div id="year-<?php echo date('Y', strtotime($date)); ?>-volumes" class="volumes-per-year" style="display:none;"> <?php foreach ($volumes_per_year as $key => $volume) { ?> <ul style="list-style-type: square"> <div class="row" style="margin-left:5%"> <li> <a href="/volumes/get_issue_by_id/<?php echo $volume['Id']; ?>" ><?php echo $volume['Title']; ?></a> </li> </div> </ul> <?php } ?> </div> <script type="text/javascript"> $('#year-<?php echo date('Y', strtotime($date)); ?>-volumes-open').click(function(){ $('.volumes-per-year').hide(); $('#year-<?php echo date('Y', strtotime($date)); ?>-volumes').show(); }); </script> </li> </div> <?php } ?> <?php } ?> </ul> </div>
Upload File
Create Folder