echo base_url(); ?> assets/adminlte/dist/css/font-awesome.min.css" rel="stylesheet" type="text/css" /> <link href="<?php echo base_url(); ?> assets/adminlte/dist/css/AdminLTE.min.css" rel="stylesheet" type="text/css" /> <link href="<?php echo base_url(); ?> assets/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" /> <body class="login-page"> <div class="login-box"> <div class="login-logo"> <img src="<?php echo app_img_logo('assets/img/logo-kota-tangerang.png'); ?> " alt="logo" style="max-height:70px;"> <br> <b>SIMPAD</b> <p style="font-size: 14px">Sistem Informasi Pendapatan Daerah</p> <p style="font-size: 22px"><?php echo LICENSE_TO; ?> </p> </div> <div class="login-box-body"> <p class="login-box-msg">Silakan Login untuk memulai</p> <?php echo form_open('login', array('id' => 'frmlogin', 'class' => 'form-horizontal')); ?> <?php
</div> </div> </div> </center> </div> <!--div class="hero-unit"> <center> <h2>PEMERINTAH <?php echo LICENSE_TO; ?> </h2> <h3><?php echo LICENSE_TO_SUB; ?> </h3> <img src="<?php echo app_img_logo('assets/img/img_logo.png'); ?> " alt="logo" style="max-height:250px;"> <h2>Module BPHTB</h2> <P>Module BPHTB merupakan bagian dari module Aplikai PBB BPHTB P2</P> <P>Module ini digunakan untuk memproses validasi data BPHTB</P> <P>SELAMAT BEKERJA</P> </center> </div--> </div> </div> <?php $this->load->view('_foot');