|
Server IP : 128.199.20.84 / Your IP : 172.70.80.37 Web Server : Apache/2.4.41 (Ubuntu) System : Linux competent-maruti 5.4.0-128-generic #144-Ubuntu SMP Tue Sep 20 11:00:04 UTC 2022 x86_64 User : www-data ( 33) PHP Version : 8.0.20 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF Directory (0775) : /var/lib/python/../python/../python/../python/../systemd/../../www/html/application/views/ |
| [ Home ] | [ C0mmand ] | [ Upload File ] |
|---|
<style>
@media only screen and (max-width: 480px){
.allhide {
display:none;
}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1){
.allhide {
display:none;
}
}
</style>
<div class="insurance-banner" style="background-image: url(<?php echo base_url();?>assets/images/blog-banner.jpg)">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="banner-title-card">
<!-- <h5>protect your finances with</h5>-->
<h4 class="text-white">Download Forms</h4>
</div>
</div>
<div class="col-md-4 mb-5">
<div class="banner-title-card">
<!-- TradingView Widget BEGIN -->
<div class="tradingview-widget-container">
<div class="tradingview-widget-container__widget"></div>
<script type="text/javascript" src="https://s3.tradingview.com/external-embedding/embed-widget-single-quote.js" async>
{
"symbol": "BSE:COMPEAU",
"width": "100%",
"colorTheme": "light",
"isTransparent": false,
"locale": "in"
}
</script>
</div>
</div>
<!-- TradingView Widget END -->
</div>
</div>
</div>
</div>
<section class="w-100 pt-5 pb-5 position-relative blogs-section">
<div class="container">
<div class="row">
<div class="col-md-9 col">
<div class="row justify-content-center">
<div class="col-12">
<table id="example23" class="display nowrap table table-hover table-striped table-bordered" cellspacing="0" width="100%">
<thead style="background: darkgray;color: white;">
<tr>
<th>S.No.</th>
<th>Title</th>
<th>View</th>
<th>Download</th>
</tr>
</thead>
<tbody>
<?php $cn=1; foreach($blogs as $val){
?>
<tr>
<td><?php echo $cn++;?></td>
<td><?php echo $val['category'];?></td>
<td><a style="color:#283b88;text-decoration: underline;" href="file_upload/blogs/<?php echo $val['filename']; ?>" target="_blank">View</a></td>
<td><a style="color:#283b88;text-decoration: underline;" href="file_upload/blogs/<?php echo $val['filename']; ?>" download>Download</td>
</tr>
</tbody>
<?php } ?>
</table>
</div>
</div>
</div>
<div class="col-md-3 allhide">
<table id="example23" class="display nowrap table table-hover table-striped table-bordered" cellspacing="0" width="100%">
<thead style="background: darkgray;color: white;">
<tr>
<th>Investors Area</th>
</tr>
</thead>
<tbody>
<tr>
<td><a href="<?php echo base_url();?>financial_results">Financial Results</a></td>
</tr>
<tr>
<td><a href="<?php echo base_url();?>annual_reports">Annual Reports</a></td>
</tr>
<tr>
<td><a href="<?php echo base_url();?>annual_return">Annual Return</a></td>
</tr>
<tr>
<td><a href="<?php echo base_url();?>code_of_ethics">Code of Ethics</a></td>
</tr>
<tr>
<td><a href="<?php echo base_url();?>download_forms">Download Forms</a></td>
</tr>
<tr>
<td><a href="<?php echo base_url();?>notice_of_board_meeting">Notice of Board Meeting</a></td>
</tr>
<tr>
<td><a href="<?php echo base_url();?>notice_for_postal_ballot">Notice for Postal Ballot</a></td>
</tr>
<tr>
<td><a href="<?php echo base_url();?>amg_notice">AGM Notice</a></td>
</tr>
<tr>
<td><a href="<?php echo base_url();?>notice_us_reg_30">Notice U/S Reg 30</a></td>
</tr>
<tr>
<td><a href="<?php echo base_url();?>policies">Policies</a></td>
</tr>
<tr>
<td><a href="<?php echo base_url();?>share_holding_pattern">Share Holding Pattern</a></td>
</tr>
<tr>
<td><a href="<?php echo base_url();?>iepf">IEPF</a></td>
</tr>
<tr>
<td><a href="<?php echo base_url();?>related_party_transaction">Related Party Transaction</a></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</section>