| .. | |||||
| .htaccess | |||||
| contact.php | |||||
| fetch_pages.php | |||||
| foot.php | |||||
| getDataStat.php | |||||
| head.php | |||||
| importJS.php | |||||
| index.html | |||||
| nav.php | |||||
| sidebar.php | |||||
| simple_html_dom.php | |||||
| visitor_log.php |
| Server IP : 103.169.32.36 / Your IP : 216.73.217.108 Web Server : Apache System : Linux web.dpmptsp 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64 User : apache ( 48) PHP Version : 5.6.40 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/dpmptsp/public_html/home/part/ |
Upload File : |
<!-- Footer -->
<footer id="footer">
<div class="container">
<div class="row">
<div class="col col_3_of_12">
<!-- Widget Text widget -->
<div class="widget">
<div class="widget_title"><h3>DPMPTSP</h3></div>
<p style="text-align:justify"><span class="firstcharacter">D</span>inas Penanaman Modal dan Pelayanan Terpadu Satu Pintu Kota Pekanbaru merupakan penyelenggara Pelayanan Terpadu Satu Pintu (One Stop Service) untuk melaksanakan sebagian Urusan Pemerintah Daerah Kota dalam Bidang Pelayanan Perizinan dan Non Perizinan secara Terpadu serta Penanaman Modal prinsip koordinasi, integrasi, singkronisasi, simplikasi, keamanan dan kepastian.</p>
</div><!-- End Widget text widget -->
<!-- Widget Social widget -->
</div>
<div class="col col_3_of_12">
<!-- Widget Social widget -->
<div class="widget">
<div class="widget_title"><h3 style="font-weight:700;">Jenis Perizinan</h3></div>
<div class="tb_widget_categories">
<ul>
<?php
foreach($jenisPerizinan as $k=>$jp){
echo '<li><a href="'.PATH.'Jenis-Perizinan/">'.$jp['jenis'].'</a> ('.$jp['total'].')</li>';
}
?>
</ul>
</div>
</div>
<!-- Widget Tags -->
<div class="widget">
<div class="widget_title"><h3 style="font-weight:700;">Tags</h3></div>
<div class="tb_widget_tagcloud clearfix">
<a href="<?php echo PATH; ?>tags/Berita">Berita</a>
<a href="<?php echo PATH; ?>tags/Penghargaan">Penghargaan</a>
<a href="<?php echo PATH; ?>tags/Kunjungan">Kunjungan</a>
<a href="<?php echo PATH; ?>tags/UMKM">UMKM</a>
<a href="<?php echo PATH; ?>tags/Informasi">Informasi</a>
<a href="<?php echo PATH; ?>tags/Perizinan">Perizinan</a>
<a href="<?php echo PATH; ?>tags/Peluang-Investasi">Peluang Investasi</a>
<a href="<?php echo PATH; ?>tags/Penanaman-Modal">Penanaman Modal</a>
</div>
</div><!-- End Widget Tags -->
</div>
<div class="col col_3_of_12">
<!-- Recent posts -->
<div class="widget">
<div class="widget_title"><h3>Recent Posts</h3></div>
<div class="tb_widget_recent_list clearfix">
<?php
$i=0;
foreach($berita as $b){
if ($i++ == 3) break;
$tgl=explode(' ',$b['post_date']);
?>
<!-- Post item -->
<div class="item clearfix">
<div class="item_thumb">
<div class="thumb_icon">
<a href="<?php echo buatLink($b['post_type'],$b['post_ID'],$b['post_title']); ?>" jQuery><i class="fa fa-copy"></i></a>
</div>
<div class="thumb_hover">
<a href="<?php echo buatLink($b['post_type'],$b['post_ID'],$b['post_title']); ?>">
<img src="<?php echo PATH.'assets/post/'.$b['post_image']; ?>" onerror="this.onerror=null;this.src='<?php echo PATH.'assets/post/no_image.png'; ?>';"></a>
</div>
</div>
<div class="item_content">
<h4><a href="<?php echo buatLink($b['post_type'],$b['post_ID'],$b['post_title']); ?>"><?php echo $b['post_title']; ?></a></h4>
<div class="item_meta clearfix">
<span class="meta_date"><?php echo tglIndo($tgl[0]); ?></span>
</div>
</div>
</div><!-- End Post item -->
<?php
}
?>
</div>
</div><!-- End Recent posts -->
</div>
<div class="col col_3_of_12">
<!-- Category widget -->
<div class="widget">
<div class="widget_title"><h3>Archive</h3></div>
<div class="tb_widget_categories">
<ul>
<?php
foreach($arsip as $k=>$ar){
echo '<li><a href="'.PATH.'arsip/'.$ar['tanggal'].'/">'.$k.'</a> ('.$ar['jumlah'].')</li>';
}
?>
</ul>
</div>
</div><!-- End Category widget -->
</div>
</div>
</div>
</footer><!-- End Footer -->
<!-- Copyright -->
<div id="copyright" role="contentinfo">
<div class="container">
<p>© Dinas Penanaman Modal dan Pelayanan Terpadu Satu Pintu Kota Pekanbaru</p>
</div>
</div><!-- End Copyright -->| .. | |||||
| .htaccess | |||||
| contact.php | |||||
| fetch_pages.php | |||||
| foot.php | |||||
| getDataStat.php | |||||
| head.php | |||||
| importJS.php | |||||
| index.html | |||||
| nav.php | |||||
| sidebar.php | |||||
| simple_html_dom.php | |||||
| visitor_log.php |