<!DOCTYPE html>
\n<html>
\n<head>
\n\t<title>Notifications - Yggtorrent</title>
\n\t<?php $this->load->view('includes/includes.inc.php'); ?>
\n</head>
\n<body>
\n
\n
\n\t<?php $this->load->view('includes/header.inc.php'); ?>
\n
\n
\n\t<style type="text/css">
\n
\n
\n\t#middle .small-padding tbody td {font-size: 13px !important; padding: 7px 10px !important;}
\n\t#middle .notifications{width:100%; background: #fff;}
\n\t#middle .notifications td{font-size:13px;padding: 10px 8px;background:#ffffff;border-right:1px solid #ebebeb;border-bottom:1px solid #ebebeb;}
\n\t#middle .notifications tr:last-child td{border-bottom:0;}
\n\t#middle .notifications td.adv_search_option,
\n\t#middle .notifications td:first-child{font-size:10px;text-align:right;background:#f6f6f6;width:160px;text-transform:uppercase;}
\n\t#middle .notifications td .green{color:#95bc0f;}
\n\t#middle .notifications td .red{color:#ca1f1f;}
\n\t#middle .notifications td a{color:#4e5c6f;}
\n\t#middle .notifications td a:hover{text-decoration:underline;}
\n\t#middle .notifications td a.butt{max-width:100%;color:#5ad9a4;top:-1px;font-size:11px;font-weight:700;text-transform:uppercase;border:3px solid #5ad9a4;border-radius:25px;padding:5px 10px;}
\n\t#middle .notifications td a.butt:hover{color:#ffffff;background:#5ad9a4;text-decoration:none;}
\n\t#middle .notifications td.of{overflow:hidden;}
\n\t#middle .notifications td .pouce{color:#ffffff;padding:2px 5px 3px;border-radius:5px;font-size:11px;font-weight:700;text-decoration:none!important;}
\n\t#middle .notifications td .pouce.green{background:#95bc0f;}
\n\t#middle .notifications td .pouce.red{background:#ca1f1f;}
\n\t#middle .notifications td.hadopi{background:#ffffff;text-transform:initial;text-align:center;font-size:12px;padding:20px 25px 25px;}
\n\t#middle .notifications td.hadopi h3{text-transform:uppercase;font-size:14px;font-weight:700;padding-bottom:5px;}
\n\t#middle .notifications td.hadopi p{margin:auto;max-width:100%;padding-bottom:15px;}
\n\t#middle .notifications td.hadopi a.trust{max-width:100%;color:#4e5c6f;font-size:11px;font-weight:700;text-transform:uppercase;border:3px solid #4e5c6f;border-radius:25px;padding:5px 10px;}
\n\t#middle .notifications td.hadopi a.trust:hover{background:#4e5c6f;color:#ffffff;text-decoration:none;}
\n\t#middle .notifications td.alone{background:#ffffff;text-align:left;}
\n\t#middle .notifications td.large{width:200px;}
\n\t#middle .notifications td button{margin-bottom:0!important;width:160px!important;}
\n\t#middle .notifications td button.solo{margin-bottom:0!important;margin-top:0!important;width:160px!important;}
\n\t#middle .notifications td .input-table{width:100%; border: 1px solid #06060617; padding: 6px;}
\n\t#middle .notifications td .input-table[type='file']{border: inherit !important;}
\n
\n\t#middle .notifications td input[type=radio]{margin-right:4px;}
\n\t#middle .notifications td input { border-radius: 5px; }
\n\t.select2-container--default .select2-selection--single .select2-selection__rendered {
\n\t\tline-height: 7px !important;
\n\t}
\n
\n</style>
\n
\n<div class="container-fluid" id="middle">
\n\t<!-- Основной контейнер -->
\n\t<main class="ct" role="main">
\n\t\t<div class="row">
\n
\n\t\t\t<div class="col-lg-12">
\n
\n
\n\t\t\t\t<div id="title">
\n\t\t\t\t\t<h1><span class="ico_bell"></span> Mes notifications 
\n\t\t\t\t\t</h1>
\n\t\t\t\t</div>
\n\t\t\t\t<section class="content">
\n\t\t\t\t\t<h2><span class="ico_history"></span> Historique de mes notifications</h2>
\n\t\t\t\t\t<table class="notifications notif">
\n\t\t\t\t\t\t<?php foreach($notifications as $notification): ?>\t
\n\t\t\t\t\t\t<?php  $tpl = $this->notify->getNotificationTPLPage($notification); ?>\t\t\t\t\t\t\t
\n\t\t\t\t\t\t<tr  <?php if($tpl['target_url'] != '#'): ?>onclick="location.href = '<?php echo $tpl['target_url']; ?>';" style="cursor:pointer;"<?php endif; ?>>
\n\t\t\t\t\t\t\t
\n\t\t\t\t\t\t\t\t<td class="<?php echo $tpl['icon']; ?>"><span class="ico_<?php echo $tpl['icon']; ?>"></span> <?php echo $tpl['title']; ?></td>
\n\t\t\t\t\t\t\t\t<td>
\n\t\t\t\t\t\t\t\t\t<?php echo $tpl['content']; ?> 
\n\t\t\t\t\t\t\t\t</td>
\n\t\t\t\t\t\t\t\t<td class="center"><a class="btn grey"><span class="ico_clock-o"></span> <?php echo $tpl['date']; ?> </a></td>
\n\t\t\t\t\t\t</tr>
\n\t\t\t\t\t\t<?php endforeach; ?>\t\t\t\t\t\t\t\t
\n\t\t\t\t\t</table>
\n
\n\t\t\t\t</section>
\n
\n
\n\t\t\t</div><!-- / column -->
\n
\n
\n\t\t</div><!-- / row -->
\n\t</main>
\n</div>\t\t
\n
\n
\n<?php $this->load->view('includes/footer.inc.php'); ?>
\n</body>
\n</html>
\n