LAMPIRAN
1. Lampiran Utama
3. Coding List
Index.html
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<meta http-equiv="Content-Type"
content="text/html; charset=utf-8" /> <title>Argo Manunggal Triasta - Home Page</title>
<meta name="keywords" content="" /> <meta name="description" content="" /> <!--
Template 2040 Blue Arc
http://www.tooplate.com/view/2040-blue-arc -->
<link href="tooplate_style.css" rel="stylesheet" type="text/css" />
<style>
input[type=text] { width: 70%;
padding: 4px 9px; margin: 4px 0;
box-sizing: border-box; border: 3px solid #ccc; -webkit-transition: 0.5s; transition: 0.5s;
outline: none; }
input[type=text]:focus { border: 3px solid #555; }
input[type=password] { width: 70%;
padding: 4px 9px; margin: 4px 0;
box-sizing: border-box; border: 3px solid #ccc; -webkit-transition: 0.5s; transition: 0.5s;
outline: none; }
}
.button {
background-color: #003366; /* Green */ border: none;
color: white;
padding: 4px 16px; text-align: center; text-decoration: none; display: inline-block; font-size: 13px;
margin: 4px 2px; cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s; }
.button1 {
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}
.button2:hover {
box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}
</style> </head> <body>
<div id="login" class="box"> <h2 align="center"> </h2> <h2 align="center"> </h2>
<h2 align="center"> </h2><center> <h2 align="center">Login </h2>
<h2 align="center">Compliance Evaluation</h2> <p align="center"> </p>
<section>
<form method="post"action="login.php"> <dl>
<table width="295" border="0"> <tr >
<td colspan="3" align="center">Username :</td> </tr>
<tr>
<td colspan="3" align="center"><label for="username"></label>
/></td> </tr> <tr>
<td colspan="3" align="center">Password :</td> </tr>
<tr>
<td colspan="3" align="center"><label for="password"></label>
<input type="password" name="password" id="password" /></td>
</tr> <tr>
<td width="69"> </td> <td width="138"> </td> <td width="74"> </td> </tr>
<tr>
<td colspan="3" align="center"><input type="submit" class="button button2" value="Login" /></td>
</tr> </table>
<dt> </dt> </dl>
</form> </section> </center> </div>
<!-- end of wrapper --> </body>
Login.php
<?php
mysql_connect("localhost","root",""); mysql_select_db("compliance_evaluation"); session_start();
$admin =$_POST['username']; $pass =$_POST['password'];
$cek=mysql_num_rows(mysql_query("select * from tbl_login where username='$admin' and
password='$pass'"));
if($cek){
$_SESSION['username']=$admin; $_SESSION['pass']=$pass;
$_SESSION['waktu']=time(); header('location:home.php'); }
else { ?>
<script>
alert("password/username is doesnt match, try again !!");
window.close(); if (window.close){
window.location = "index.html" }
</script>; <?php
} ?>
Tampilan Home.php
<?php
include('check_login.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Argo Manunggal Triasta - Home Page</title> <meta name="keywords" content="" />
<meta name="description" content="" /> <!--
Template 2040 Blue Arc
http://www.tooplate.com/view/2040-blue-arc -->
<link href="tooplate_style.css" rel="stylesheet" type="text/css" />
</head> <body>
<div id="tooplate_wrapper">
<div id="tooplate_menu"> <ul>
<li><a href="home.php" class="current">Home</a></li> <li><a href="about.php">About Us</a></li>
<li><a href="innitialaudit/vfe.php">VFE</a></li>
<li><a href="result.php">Result</a></li> <li ><a href="finding.php">Finding</a></li> <li class="last"></li>
</ul>
</div><!-- end of tooplate_menu -->
<div id="tooplate_header">
<div id="site_title"><h1><a href="#">Blue Arc HTML Template</a></h1></div>
</div><!-- end of header -->
<div id="tooplate_middle"> <div id="mid_title">
Welcome to Compliance Evaluation </div>
<p>The Vendor factory Evaluation(VFE) is a Tool to be used by vendor to monitor and acces to factory's to meet target Expectations.</p>
<div id="tooplate_main"> <div class="col_w960">
<div class="col_allw300 frontpage_box">
<img src="images/tooplate_bc_blue.png" alt="Image" /> <h2>Supplier Information</h2>
<span class="tagline">Proses Input data suplier</span> <p>Input Data Supplier in argo Manunggal Triasta</p>
<a class="more" href="supplier/data_sup.php?del">More</a> </div>
<div class="col_allw300 frontpage_box">
<img src="images/tooplate_bc_green.png" alt="Image" /> <h2>Manufacturing Location</h2>
<span class="tagline">Input Location manufactur</span> <p>Input data Manufactur</p>
<a class="more"
href="manufactur/data_manufactur.php?del">More</a> </div>
<div class="col_allw300 frontpage_box col_last">
<img src="images/tooplate_bc_orange.png" alt="Image" /> <h2>Question</h2>
<span class="tagline">Input Question</span>
<p>this is for input a question about the audit</p> <a class="more"
href="question/data_question.php?del">More</a> </div>
<div class="cleaner"></div> </div>
</div><!-- end of main -->
</div><!-- end of wrapper -->
<div id="tooplate_footer_wrapper"> <div id="tooplate_footer">
<p><a href="logout.php"> Logout </a></p> <p>Copyright © 2017 - Design: <a
href="https://web.facebook.com/rifky.cengarcengirr">RIfky Fridayanto </a></p>
</div><!-- end of tooplate_footer --> </div>
</body> </html>
data_sup.php <?php
include('check_login.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Compliance Evaluation - Home Page</title> <meta name="keywords" content="" />
<meta name="description" content="" /> <!--
Template 2040 Blue Arc
http://www.tooplate.com/view/2040-blue-arc -->
<link href="../tooplate_style.css" rel="stylesheet" type="text/css" />
</head>
<body> <style> table {
border-collapse: collapse; width: 100%;
}
th, td {
padding: 4px; text-align: left;
border-bottom: 1px solid #ddd; }
tr:hover{background-color:#003}
</style>
<div id="tooplate_wrapper">
<li><a href="../home.php" class="current">Home</a></li> <li><a href="../about.php">About Us</a></li>
<li><a href="../innitialaudit/vfe.php">VFE</a></li>
<li><a href="../result.php">Result</a></li> <li class="last"><a
href="../finding.php">Finding</a></li> </ul>
</div><!-- end of tooplate_menu -->
<div id="tooplate_header">
<div id="site_title"><h1><a href="#">Blue Arc HTML Template</a></h1></div>
</div><!-- end of header -->
<div id="tooplate_middle"> <div id="mid_title">
Supplier information</div>
<p>this page is for input/delete data suplier.</p> </div>
<!-- end of middle -->
<div id="tooplate_main"> <div class="col_w960">
<center><img src="../images/tooplate_bc_blue.png" alt="Image" />
<h2>Data Supplier</h2></center> <div>
<form>
<table width="612" border="0" bordercolor="#CCCCCC"> <tr bgcolor="#000033">
<td width="7%" height="25">No</td> <td width="26%">Supplier Id</td> <td width="48%">Supplier Name</td> <td width="48%">Department</td> <td width="19%">Action</td> </tr>
<div> <?php
mysql_connect("localhost","root",""); mysql_select_db("compliance_evaluation"); $del = $_GET['del'];
{
$try= $_GET['id_sup'];
$query = "DELETE FROM supp WHERE id_sup='$try'"; $hasil = mysql_query($query);
}
$i = 1;
$sqlquery = mysql_query("select supp.id_sup, supp.nama_supp,dept.nama_dept from supp,dept where
dept.id_dept = supp.id_dept ") or die (mysql_error()); while ($data=mysql_fetch_array($sqlquery))
{
echo"<tr align='center'>"; echo"<td>" .$i."</td>";
echo"<td>".$data['0']."</td>"; echo"<td>".$data['1']."</td>"; echo"<td>".$data['2']."</td>";
echo"<center><td><a
href=\"".$_SERVER['PHP_SELF']."?del=delete&id_sup=".$data ['0']."\" onclick=\"return
konfirmasi('".$data['0']."')\">Hapus</a></td>"; $i++;
}?>
</div> </table> </form> </div>
<p> </p>
<a class="more" href="input_data.php">Tambah</a>
<div class="cleaner"></div> </div>
</div><!-- end of main -->
</div><!-- end of wrapper -->
<div id="tooplate_footer_wrapper">
<div id="tooplate_footer"><p><a href="logout.php"> Logout </a></p>Copyright © 2017 - Design: <a href="">RIfky
Fridayanto</a></div><!-- end of tooplate_footer --> </div>
</html>
Input Supplier
<?php
include('check_login.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Compliance Evaluation - Home Page</title> <meta name="keywords" content="" />
<meta name="description" content="" /> <!--
Template 2040 Blue Arc
http://www.tooplate.com/view/2040-blue-arc -->
<link href="../tooplate_style.css" rel="stylesheet" type="text/css" />
</head> <style>
input[type=text] {
background-color: #3CBC8D; color: white;
}
.button1 {
background-color:#050C17; color: white;
border: 2px solid #050C17; cursor: pointer;
}
.button1:hover {
background-color: #003; color: white;
cursor: pointer; }
border: 1px solid #009; border-radius: 1px;
background-color: #050C17; color: white
}
</style>
<body>
<div id="tooplate_wrapper">
<div id="tooplate_menu"> <ul>
<li><a href="../index.html" class="current">Home</a></li>
<li><a href="../about.html">About Us</a></li>
<li><a href="../innitialaudit/vfe.php">VFE</a></li>
<li><a href="../result.php">Result</a></li> <li class="last"><a
href="../finding.php">Finding</a></li> </ul>
</div><!-- end of tooplate_menu -->
<div id="tooplate_header">
<div id="site_title"><h1><a href="#">Blue Arc HTML Template</a></h1></div>
</div><!-- end of header -->
<div id="tooplate_middle"> <div id="mid_title">
Supplier information</div>
<p>this page is for input/delete data suplier.</p> </div>
<!-- end of middle -->
<div id="tooplate_main"> <div class="col_w900">
<div class="col_w450 float_l"> <h3>Input Data Supplier</h3> <div id="cp_contact_form">
<label for="author6">Supplier Id:</label> <input type="text" id="id_sup" name="id_sup"
class="required input_field" required="required" /> <div class="cleaner h10"></div>
<label for="name_sup">Nama Supplier:</label>
<input type="text" class="validate-email required input_field" name="name_sup" id="name_sup"
required="required"/>
<div class="cleaner h10"></div> <label for="name_sup">Dept:</label> <select name="dept" id="dept">
<?php
mysql_connect("localhost","root",""); mysql_select_db("compliance_evaluation");
echo"<option value=0 selected>-- choose --</option>";
$tampil=mysql_query("SELECT * FROM dept ORDER BY nama_dept");
while($r=mysql_fetch_array($tampil)){
echo "<option value=$r[id_dept]>$r[nama_dept]</option>";
} ?> </select>
<div class="cleaner h10"></div>
<input type="submit" value="Input" id="submit" name="submit" class="button1" />
</form> </div> </div>
<div class="col_w450 float_r" id="map"> <h3>About Supplier</h3>
<h6>Introduction</h6>
<p>Supplier is a buyer of the compay,</p>
<p> so in this page is to fill the data supplier</p> <p><strong>and if dept doesn't exist click<a
href="input_dept.php">
<input name="Simpan2" type="submit" class="button1" id="Simpan2" value="Input dept" />
</a> to input</strong></p> </div>
</div>
<div class="cleaner"></div> </div>
</div>
<p><!-- end of main -->
</div> </p>
<p> </p>
<p><span class="col_w960"><center><a class="more" href="data_sup.php?del">Back</a></center></span><!-- end of wrapper -->
</p>
<div id="tooplate_footer_wrapper">
<div id="tooplate_footer"><p><a href="logout.php"> Logout </a></p>Copyright © 2017 - Design: <a
href="">RIfky Fridayanto</a></div><!-- end of tooplate_footer -->
</div>
</body> </html>
Script Input Supplier
<?php
mysql_connect("localhost","root",""); mysql_select_db("compliance_evaluation"); $c = $_POST['id_sup'];
$cek = mysql_query("select 'id_sup' from supp where id_sup ='$c'");
$r = mysql_num_rows($cek); if ($r == 1){
?>
<script>
alert("sorry your supplierid already takken !!"); javascript:history.back(-1);
</script> <?php }
else {
'$_POST[dept]')"); ?>
<script>
alert("succes input"); window.close();
if (window.close){
window.location = "../data_sup.php?del" }
</script> <?php } ?>
Input_dept.php
<?php
include('check_login.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Compliance Evaluation - Home Page</title> <meta name="keywords" content="" />
<meta name="description" content="" /> <!--
Template 2040 Blue Arc
http://www.tooplate.com/view/2040-blue-arc -->
<link href="../tooplate_style.css" rel="stylesheet" type="text/css" />
</head>
<style> table {
border-collapse: collapse; width: 100%;
}
th, td {
padding: 4px; text-align: left;
border-bottom: 1px solid #ddd; }
tr:hover{background-color:#003}
</style>
<div id="tooplate_wrapper">
<div id="tooplate_menu"> <ul>
<li><a href="../home.php" class="current">Home</a></li> <li><a href="../about.php">About Us</a></li>
<li><a href="../innitialaudit/vfe.php">VFE</a></li>
<li><a href="../result.php">Result</a></li> <li class="last"><a
href="../finding.php">Finding</a></li> </ul>
</div><!-- end of tooplate_menu -->
<div id="tooplate_header">
<div id="site_title"><h1><a href="#">Blue Arc HTML Template</a></h1></div>
</div><!-- end of header -->
<div id="tooplate_middle"> <div id="mid_title">
Manufacture information</div>
<p>this page is for input/delete data Manufacture.</p> </div>
<!-- end of middle -->
<center><img src="../images/tooplate_bc_blue.png" alt="Image" />
<h2>Data Department</h2></center> <p><a class="more"
href="data_sup.php?del">Supplier</a></p> <left></left>
</center> <div> <form>
<table width="612" border="0" bordercolor="#CCCCCC"> <b>
</b><tr bgcolor="#000033">
<td width="5%" height="25"><b>No</b></td> <td width="15%">Id Dept</td>
<td width="25%"><b>Nama dept</b></td>
<td width="15%"><b>Action</b></td> </tr><b>
</b> <div> <?php
mysql_connect("localhost","root",""); mysql_select_db("compliance_evaluation"); $del = $_GET['del'];
if ($del == "delete") {
$try= $_GET['id_sup'];
$query = "DELETE FROM dept WHERE id_dept='$try'"; $hasil = mysql_query($query);
}
$i = 1;
$sqlquery = mysql_query("select * from dept ") or die (mysql_error());
while ($data=mysql_fetch_array($sqlquery)) {
echo"<tr align='center'>"; echo"<td>" .$i."</td>";
echo"<td>".$data['0']."</td>"; echo"<td>".$data['1']."</td>";
echo"<center><td><a
href=\"".$_SERVER['PHP_SELF']."?del=delete&id_sup=".$data ['0']."\" onclick=\"return
$i++;
}?>
</div> </table> </form> </div>
<p> </p>
<a class="more" href="input_dept.php">Tambah</a>
<div class="cleaner"></div> </div>
</div><!-- end of main -->
</div><!-- end of wrapper -->
<div id="tooplate_footer_wrapper"> <div id="tooplate_footer">
<p><a href="logout.php"> Logout </a></p>
Copyright © 2017 - Design: <a href="">RIfky Fridayanto</a></div><!-- end of tooplate_footer --> </div>
</body> </html>
Script Input_dept.php
<?php
include('check_login.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Compliance Evaluation - Home Page</title> <meta name="keywords" content="" />
<meta name="description" content="" /> <!--
http://www.tooplate.com/view/2040-blue-arc -->
<link href="../tooplate_style.css" rel="stylesheet" type="text/css" />
</head>
<body> <style> table {
border-collapse: collapse; width: 100%;
}
th, td {
padding: 4px; text-align: left;
border-bottom: 1px solid #ddd; }
tr:hover{background-color:#003}
</style>
<div id="tooplate_wrapper">
<div id="tooplate_menu"> <ul>
<li><a href="../home.php" class="current">Home</a></li> <li><a href="../about.php">About Us</a></li>
<li><a href="../innitialaudit/vfe.php">VFE</a></li>
<li><a href="../result.php">Result</a></li> <li class="last"><a
href="../finding.php">Finding</a></li> </ul>
</div><!-- end of tooplate_menu -->
<div id="tooplate_header">
<div id="site_title"><h1><a href="#">Blue Arc HTML Template</a></h1></div>
<div id="tooplate_middle"> <div id="mid_title">
Manufacture information</div>
<p>this page is for input/delete data Manufacture.</p> </div>
<!-- end of middle -->
<div id="tooplate_main"> <div class="col_w960">
<center><img src="../images/tooplate_bc_blue.png" alt="Image" />
<h2>Data Department</h2></center> <p><a class="more"
href="data_sup.php?del">Supplier</a></p> <left></left>
</center> <div> <form>
<table width="612" border="0" bordercolor="#CCCCCC"> <b>
</b><tr bgcolor="#000033">
<td width="5%" height="25"><b>No</b></td> <td width="15%">Id Dept</td>
<td width="25%"><b>Nama dept</b></td>
<td width="15%"><b>Action</b></td> </tr><b>
</b> <div> <?php
mysql_connect("localhost","root",""); mysql_select_db("compliance_evaluation"); $del = $_GET['del'];
if ($del == "delete") {
$try= $_GET['id_sup'];
$query = "DELETE FROM dept WHERE id_dept='$try'"; $hasil = mysql_query($query);
}
$i = 1;
$sqlquery = mysql_query("select * from dept ") or die (mysql_error());
{
echo"<tr align='center'>"; echo"<td>" .$i."</td>";
echo"<td>".$data['0']."</td>"; echo"<td>".$data['1']."</td>";
echo"<center><td><a
href=\"".$_SERVER['PHP_SELF']."?del=delete&id_sup=".$data ['0']."\" onclick=\"return
konfirmasi('".$data['0']."')\">Hapus</a></td>"; $i++;
}?>
</div> </table> </form> </div>
<p> </p>
<a class="more" href="input_dept.php">Tambah</a>
<div class="cleaner"></div> </div>
</div><!-- end of main -->
</div><!-- end of wrapper -->
<div id="tooplate_footer_wrapper"> <div id="tooplate_footer">
<p><a href="logout.php"> Logout </a></p>
Copyright © 2017 - Design: <a href="">RIfky Fridayanto</a></div><!-- end of tooplate_footer --> </div>
</body> </html>
DataManufactur.php
<?php
include('check_login.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Argo Manunggal Triasta - Home Page</title> <meta name="keywords" content="" />
<meta name="description" content="" /> <!--
Template 2040 Blue Arc
http://www.tooplate.com/view/2040-blue-arc -->
<link href="../tooplate_style.css" rel="stylesheet" type="text/css" />
</head>
<body> <style> table {
border-collapse: collapse; width: 100%;
}
th, td {
padding: 4px; text-align: left;
border-bottom: 1px solid #ddd; }
tr:hover{background-color:#003}
</style>
<div id="tooplate_wrapper">
<div id="tooplate_menu"> <ul>
<li><a href="../index.html" class="current">Home</a></li> <li><a href="../about.php">About Us</a></li>
<li><a href="../innitialaudit/vfe.php">VFE</a></li>
<li><a href="../result.php">Result</a></li> <li class="last"><a
</ul>
</div><!-- end of tooplate_menu -->
<div id="tooplate_header">
<div id="site_title"><h1><a href="#">Blue Arc HTML Template</a></h1></div>
</div><!-- end of header -->
<div id="tooplate_middle"> <div id="mid_title">
Manufacture information</div>
<p>this page is for input/delete data Manufacture.</p> </div>
<!-- end of middle -->
<div id="tooplate_main"> <div class="col_w960">
<center><img src="../images/tooplate_bc_orange.png" alt="Image" />
<h2>Data Manufactur</h2></center> <div>
<form>
<table width="612" border="0" bordercolor="#CCCCCC"> <b>
<tr bgcolor="#000033">
<td width="4%" height="25">No</td> <td width="18%">Id Manufactur</td> <td width="15%">Supplier</td>
<td width="23%">Nama Manufactur</td> <td width="26%">Factory Manager</td> <td width="14%">Action</td>
</tr> </b> <div> <?php
mysql_connect("localhost","root",""); mysql_select_db("compliance_evaluation"); $del = $_GET['del'];
if ($del == "delete") {
$try= $_GET['id_sup'];
$hasil = mysql_query($query); }
$i = 1;
$sqlquery = mysql_query("select tbl_manufactur.*, supp.nama_supp, tbl_factory.nama_factory from
tbl_manufactur, supp, tbl_factory where supp.id_sup = tbl_manufactur.id_sup and tbl_factory.id_factory = tbl_manufactur.id_factory ") or die (mysql_error());
while ($data=mysql_fetch_array($sqlquery)) {
echo"<tr align='center'>"; echo"<td>" .$i."</td>"; echo"<td><a
href=overview.php?id=".$data['0'].">$data[2]</td>"; echo"<td>".$data['11']."</td>";
echo"<td>".$data['2']."</td>"; echo"<td>".$data['12']."</td>";
echo"<center><td><a
href=\"".$_SERVER['PHP_SELF']."?del=delete&id_sup=".$data ['0']."\" onclick=\"return
konfirmasi('".$data['0']."')\">Hapus</a></td>"; $i++;
}?>
</div> </table> </form> </div>
<p> </p>
<a class="more" href="input_manufactur.php">Tambah</a>
<div class="cleaner"></div> </div>
</div><!-- end of main -->
</div><!-- end of wrapper -->
<div id="tooplate_footer_wrapper">
<div id="tooplate_footer"><p><a href="logout.php"> Logout </a></p>Copyright © 2017 - Design: <a href="">RIfky
Fridayanto</a></div><!-- end of tooplate_footer --> </div>
Inputmanufactur.php
<?php
include('check_login.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Argo Manunggal Triasta - Home Page</title> <meta name="keywords" content="" />
<meta name="description" content="" /> <!--
Template 2040 Blue Arc
http://www.tooplate.com/view/2040-blue-arc -->
<link href="../tooplate_style.css" rel="stylesheet" type="text/css" />
</head> <style>
input[type=text] {
border: 1px solid #009; border-radius: 1px;
background-color: #050C17; color: white
}
select {
border: 1px solid #009; border-radius: 1px;
background-color: #050C17; color: white
}
.button1 {
background-color:#050C17; color: white;
border: 2px solid #050C17; cursor: pointer;
.button1:hover {
background-color: #003; color: white;
cursor: pointer; }
</style>
<script>
function hanyaAngka(evt) {
var charCode = (evt.which) ? evt.which : event.keyCode
if (charCode > 31 && (charCode < 48 || charCode > 57))
return false; return true; }
</script>
<body>
<div id="tooplate_wrapper">
<div id="tooplate_menu"> <ul>
<li><a href="../home.php" class="current">Home</a></li>
<li><a href="../about.php">About Us</a></li>
<li><a href="../innitialaudit/vfe.php">VFE</a></li>
<li><a href="../result.php">Result</a></li> <li class="last"><a
href="../finding.php">Finding</a></li> </ul>
</div><!-- end of tooplate_menu -->
<div id="tooplate_header">
<div id="site_title"><h1><a href="#">Blue Arc HTML Template</a></h1></div>
</div><!-- end of header -->
<div id="tooplate_middle"> <div id="mid_title">
Supplier information</div>
</div>
<!-- end of middle -->
<div id="tooplate_main"> <div class="col_w900">
<div class="col_w450 float_l"> <h3> </h3>
<h3>Input Manufactur</h3> <div id="cp_contact_form">
<form id="form1" name="form1" method="post" action="php/input_manufactur.php">
<?php
mysql_connect("localhost","root",""); mysql_select_db("compliance_evaluation");
// membuat query max untuk kode barang
$carikode = mysql_query("select max(id_manufactur) from tbl_manufactur") or die (mysql_error());
// menjadikannya array
$datakode = mysql_fetch_array($carikode); // jika $datakode
if ($datakode) {
// membuat variabel baru untuk mengambil kode barang mulai dari 1
$nilaikode = substr($datakode[0], 1); // menjadikan $nilaikode ( int )
$kode = (int) $nilaikode; // setiap $kode di tambah 1 $kode = $kode + 1;
// hasil untuk menambahkan kode
// angka 3 untuk menambahkan tiga angka setelah B dan angka 0 angka yang berada di tengah
// atau angka sebelum $kode
$hasilkode = "M".str_pad($kode, 3, "0", STR_PAD_LEFT);
} else {
$hasilkode = "M001"; }
?>
<table width="606" border="0"> <tr>
<td width="200">Supplier</td>
<td width="34" align="center">:</td>
mysql_connect("localhost","root",""); mysql_select_db("compliance_evaluation");
echo"<option value=0 selected>-- choose --</option>";
$tampil=mysql_query("SELECT * FROM supp ORDER BY nama_supp");
while($r=mysql_fetch_array($tampil)){
echo "<option value=$r[id_sup]>$r[nama_supp]</option>";
} ?> </select></td>
<td width="57"> </td> <td width="43"> </td> </tr>
<tr> <tr>
<td width="200">ID Manufactur</td> <td width="34" align="center">:</td>
<td width="293"><font color="#FFFF00"><input
type="text" name="manufactur_id" id="manufactur_id" value="<?php echo $hasilkode; ?>" readonly="readonly" required="required" /></font>
</td>
<td width="57"> </td> <td width="43"> </td> </tr>
<tr>
<td width="200" height="30">Manufactur</td> <td width="34" align="center">:</td>
<td colspan="3"><input type="text"
name="manufactur_name" id="manufactur_name" /></td> </tr>
<tr>
<td>Factory Manager</td>
<td width="34" align="center">:</td> <td colspan="3">
<select name="factory_id" id="factory_id"> <?php
mysql_connect("localhost","root",""); mysql_select_db("compliance_evaluation");
$tampil=mysql_query("SELECT * FROM tbl_factory ORDER BY nama_factory");
<td width="34" align="center">:</td>
<td colspan="3"><textarea name="addres" id="addres" cols="45" rows="5"></textarea></td>
</tr> <tr>
<td>City</td>
<td width="34" align="center">:</td> <td colspan="3">
<input type="text" name="manufactur_city"
id="manufactur_city" size="45" required="required"/> </td>
</tr> <tr>
<td height="26">Postal</td>
<td width="34" align="center">:</td> <td>
<input type="text" name="manufactur_postal" id="manufactur_postal" size="30
" required="required"/>
<td height="26">No telp</td>
<td width="34" align="center">:</td> <td>
<input type="text" name="manufactur_telp"
id="manufactur_telp" required="required" size="35" onkeypress="return hanyaAngka(event)"/>
</td>
<td> </td> </tr>
<tr>
<td>Provinsi</td>
<td width="34" align="center">:</td> <td>
<input type="text" name="manufactur_provinsi" id="manufactur_provinsi" required="required"/> </td>
<td width="34" align="center">:</td> <td>
<input type="text" name="manufactur_country" id="manufactur_country" required="required" size="34"/>
<td>No Fax</td>
<td width="34" align="center">:</td> <td>
<input type="text" name="manufactur_fax"
id="manufactur_fax" required="required"/></td> <td> </td>
<td> </td> </tr>
<tr>
<td height="105"> </td>
<td width="34" align="center"> </td> <td><label>
<input name="Simpan" type="submit" class="button1" id="Simpan" value=" Simpan " />
<a href="input_factory.php"></a></label></td> <td> </td>
<h3>About Manufactur</h3> <h6>Introduction</h6>
<p>input your manufactur here,</p>
<p> so in this page is to fill the data of the
manufacur,, if factory name doesnt exist in factory name ,click
<a href="input_factory.php"><input name="Simpan2" type="submit" class="button1" id="Simpan2"
value="Input Factory" /> </a></p>
<p> </p> </div>
<div class="cleaner"></div> </div>
</div>
<div class="cleaner"></div> </div>
</div> <p>
<!-- end of main -->
</div> </p>
<p> </p> <p> </p> <center>
<span class="col_w960"><a class="more"
href="data_manufactur.php?del">Back</a></span> </center><!-- end of wrapper -->
<div id="tooplate_footer_wrapper">
<div id="tooplate_footer"><p><a href="logout.php"> Logout </a></p>Copyright © 2017 - Design: <a
href="">RIfky Fridayanto</a></div><!-- end of tooplate_footer -->
</div>
</body> </html>
Input_factory.php
<?php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Argo Manunggal Triasta - Home Page</title> <meta name="keywords" content="" />
<meta name="description" content="" /> <!--
Template 2040 Blue Arc
http://www.tooplate.com/view/2040-blue-arc -->
<link href="../tooplate_style.css" rel="stylesheet" type="text/css" />
</head> <style>
input[type=text] {
background-color: #3CBC8D; color: white;
}
.button1 {
background-color:#050C17; color: white;
border: 2px solid #050C17; cursor: pointer;
}
.button1:hover {
background-color: #003; color: white;
cursor: pointer; }
</style>
<body>
<div id="tooplate_wrapper">
<div id="tooplate_menu"> <ul>
class="current">Home</a></li>
<li><a href="../about.php">About Us</a></li>
<li><a href="../innitialaudit/vfe.php">VFE</a></li>
<li><a href="../result.php">Result</a></li> <li class="last"><a
href="../finding.php">Finding</a></li> </ul>
</div><!-- end of tooplate_menu -->
<div id="tooplate_header">
<div id="site_title"><h1><a href="#">Blue Arc HTML Template</a></h1></div>
</div><!-- end of header -->
<div id="tooplate_middle"> <div id="mid_title">
Supplier information</div>
<p>this page is for input/delete data suplier.</p> </div>
<!-- end of middle -->
<div id="tooplate_main"> <div class="col_w900">
<div class="col_w450 float_l"> <h3>Input Data Supplier</h3> <p> </p>
<div id="cp_contact_form">
<form action="php/input_man.php" method="post" name="frm1">
<div class="cleaner h10"></div>
<label for="name_factory">Factory Manager</label> <input type="text" class="validate-email required input_field" name="name_factory" id="name_factory" required="required"/>
<div class="cleaner h10"></div>
<label for="name_factory">Title Factory</label> <input type="text" class="validate-email required input_field" name="factory_title" id="factory_title" required="required"/>
<div class="cleaner h10"></div>
<label for="name_factory">Email</label>
<div class="cleaner h10"></div> <p>
<input type="submit" value="Input" id="submit" name="submit" class="button1" />
</p>
<p> </p> <p> </p> <p> </p> </form>
</div> </div>
<div class="col_w450 float_r" id="map"> <h3>About Factory</h3>
<h6>Introduction</h6>
<p>Input your factory here</p>
<p>click this <a href="data_factory.php?del">
<input name="Simpan2" type="submit" class="button1" id="Simpan2" value="factory" />
</a> to see data factory.</p>
<p><strong></strong>And to back into manufactur input click
<a href="input_manufactur.php">
<input name="Simpan2" type="submit" class="button1" id="Simpan2" value="Input Manufactur" /></p>
</div>
<div class="cleaner"></div> </div>
</div>
<div class="cleaner"></div> </div>
</div><!-- end of main -->
</div>
<!-- end of wrapper -->
<div id="tooplate_footer_wrapper">
<div id="tooplate_footer"><p><a href="logout.php"> Logout </a></p>Copyright © 2017 - Design: <a
href="">RIfky Fridayanto</a></div><!-- end of tooplate_footer -->
</div>
Data_Question.php
<?php
include('check_login.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Compliance Evaluation - Home Page</title> <meta name="keywords" content="" />
<meta name="description" content="" /> <!--
Template 2040 Blue Arc
http://www.tooplate.com/view/2040-blue-arc -->
<link href="../tooplate_style.css" rel="stylesheet" type="text/css" />
</head>
<body> <style> table {
border-collapse: collapse; width: 100%;
}
th, td {
padding: 4px; text-align: left;
border-bottom: 1px solid #ddd; }
tr:hover{background-color:#003}
</style>
<div id="tooplate_menu"> <ul>
<li><a href="../home.php" class="current">Home</a></li> <li><a href="../about.php">About Us</a></li>
<li><a href="../innitialaudit/vfe.php" >VFE</a></li>
<li><a href="../result.php">Result</a></li> <li class="last"><a
href="../finding.php">Finding</a></li> </ul>
</div><!-- end of tooplate_menu -->
<div id="tooplate_header">
<div id="site_title"><h1><a href="#">Blue Arc HTML Template</a></h1></div>
</div><!-- end of header -->
<div id="tooplate_middle"> <div id="mid_title">
Question information</div>
<p>this page is for input question about audit.</p> </div>
<!-- end of middle -->
<div id="tooplate_main"> <div class="col_w960">
<center><img src="../images/tooplate_bc_orange.png" alt="Image" />
<h2>Data Question</h2></center> <div>
<form>
<table width="612" border="0" bordercolor="#CCCCCC">
<tr bgcolor="#000033">
<td width="5%" height="25"><b>No</b></td> <td width="12%"><b>Id </b></td>
<td width="46%"><b>Question</b></td> <td width="11%"><b>Pdf</b></td>
<td width="9%"><b>Action</b></td> </tr>
mysql_connect("localhost","root",""); mysql_select_db("compliance_evaluation"); $del = $_GET['del'];
if ($del == "delete") {
$try= $_GET['id_pertanyaan'];
$query = "DELETE FROM tbl_pertanyaan WHERE id_pertanyaan='$try'";
$hasil = mysql_query($query); }
$i = 1;
$sqlquery = mysql_query("select * from tbl_pertanyaan ") or die (mysql_error());
while ($data=mysql_fetch_array($sqlquery)) {
echo"<tr align='center'>"; echo"<td>" .$i."</td>";
echo"<td>".$data['0']."</td>"; echo"<td>".$data['3']."</td>";
echo"<td><a href=".$data['5'].">Lampiran</a></td>"; echo"<center><td><a
href=\"".$_SERVER['PHP_SELF']."?del=delete&id_pertanyaan= ".$data['0']."\" onclick=\"return
konfirmasi('".$data['0']."')\">Hapus</a></td>"; $i++;
}?>
</div> </table> </form> </div>
<p> </p> <a class="more"
href="input_question.php?upload">Tambah</a>
<div class="cleaner"></div> </div>
</div><!-- end of main -->
</div><!-- end of wrapper -->
<div id="tooplate_footer_wrapper">
<div id="tooplate_footer"><p><a href="logout.php"> Logout </a></p>Copyright © 2017 - Design: <a href="">RIfky
</div>
</body> </html>
InputQuestion.php
<?php
error_reporting(0);
include('check_login.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Argo Manunggal Triasta - Home Page</title> <meta name="keywords" content="" />
<meta name="description" content="" /> <!--
Template 2040 Blue Arc
http://www.tooplate.com/view/2040-blue-arc -->
<link href="../tooplate_style.css" rel="stylesheet" type="text/css" />
</head> <style>
input[type=text] {
border: 1px solid #009; border-radius: 1px;
background-color: #050C17; color: white
}
select {
border: 1px solid #009; border-radius: 1px;
}
file {
border: 1px solid #009; border-radius: 1px;
background-color: #050C17; color: white
}
.button1 {
background-color:#050C17; color: white;
border: 2px solid #050C17; cursor: pointer;
}
.button1:hover {
background-color: #003; color: white;
cursor: pointer; }
</style>
<?php
mysql_connect("localhost","root",""); mysql_select_db("compliance_evaluation");
if($_POST['upload']){ $allowed_ext = array('doc', 'docx', 'xls', 'xlsx', 'ppt', 'pptx', 'pdf', 'rar', 'zip');
$file_name =
$_FILES['file']['name'];
$file_ext =
strtolower(end(explode('.', $file_name)));
$file_size =
$_FILES['file']['size'];
$file_tmp = $_FILES['file']['tmp_name'];
$id_q =
$_POST['id_q'];
$category = $_POST['category']; $group = $_POST['group'];
$pertanyaan = $_POST['pertanyaan'];
if(in_array($file_ext, $allowed_ext) === true){
if($file_size < 1044070){ $lokasi =
'files/'.$id_q.'.'.$file_ext;
move_uploaded_file($file_tmp, $lokasi); $in =
mysql_query("INSERT INTO tbl_pertanyaan
VALUES('$id_q', '$category', '$group', '$pertanyaan', '$guide', '$lokasi', '$level')");
if($in){ ?> <script>
alert("succes input"); window.close();
if (window.close){
window.location = "data_question.php?del" }
</script>
<?php
} }else{
echo '<div class="error">ERROR: max size 1 Mb!</div>';
} }else{
echo '<div
class="error">ERROR: Extention Not allowed!</div>'; }
} ?> <body>
<div id="tooplate_wrapper">
<div id="tooplate_menu"> <ul>
<li><a href="../home.php" class="current">Home</a></li>
<li><a href="../about.php">About Us</a></li>
<li><a href="../innitialaudit/vfe.php" >VFE</a></li>
<li><a href="../result.php">Result</a></li> <li class="last"><a
</div><!-- end of tooplate_menu -->
<div id="tooplate_header">
<div id="site_title"><h1><a href="#">Blue Arc HTML Template</a></h1></div>
</div><!-- end of header -->
<div id="tooplate_middle"> <div id="mid_title">
Supplier information</div>
<p>this page is for input/delete data suplier.</p> </div>
<!-- end of middle -->
<div id="tooplate_main"> <div class="col_w900">
<div class="col_w450 float_l"> <h3> </h3>
<h3>Input Question</h3> <div id="cp_contact_form">
<form id="form1" name="form1" method="post" action="" enctype="multipart/form-data">
<?php
mysql_connect("localhost","root",""); mysql_select_db("compliance_evaluation");
// membuat query max untuk kode barang
$carikode = mysql_query("select max(id_pertanyaan) from tbl_pertanyaan") or die (mysql_error());
// menjadikannya array
$datakode = mysql_fetch_array($carikode); // jika $datakode
if ($datakode) {
// membuat variabel baru untuk mengambil kode barang mulai dari 1
$nilaikode = substr($datakode[0], 1); // menjadikan $nilaikode ( int )
$kode = (int) $nilaikode; // setiap $kode di tambah 1 $kode = $kode + 1;
// hasil untuk menambahkan kode
// angka 3 untuk menambahkan tiga angka setelah B dan angka 0 angka yang berada di tengah
// atau angka sebelum $kode
STR_PAD_LEFT); } else {
$hasilkode = "Q001"; }
?>
<table width="606" border="0"> <tr>
<td width="200">ID Question</td> <td width="34" align="center">:</td> <td width="293">
<input type="text" name="id_q" id="id_q"
required="required" value="<?php echo $hasilkode; ?>" readonly="readonly" />
</td>
<td width="57"> </td> <td width="43"> </td> </tr>
<tr>
<td width="200" height="30">Category</td> <td width="34" align="center">:</td>
<td colspan="3"><select name="category" id="category">
<?php
mysql_connect("localhost","root",""); mysql_select_db("compliance_evaluation");
echo"<option value=0 selected>-- choose --</option>";
$tampil=mysql_query("SELECT * FROM tbl_category ORDER BY nama_category");
while($r=mysql_fetch_array($tampil)){
echo "<option value=$r[id_category]>$r[nama_category]</option>";
} ?> </select></td>
</tr> <tr>
<td>Group</td>
<td width="34" align="center">:</td> <td colspan="3">
mysql_connect("localhost","root",""); mysql_select_db("compliance_evaluation");
echo"<option value=0 selected>-- choose --</option>";
$tampil=mysql_query("SELECT * FROM tbl_group ORDER BY nama_group");
while($r=mysql_fetch_array($tampil)){
echo "<option value=$r[id_group]>$r[nama_group]</option>";
} ?> </select>
</label></td> </tr>
<tr>
<td>Pertanyaan</td>
<td width="34" align="center">:</td>
<td colspan="3"><textarea name="pertanyaan"
id="pertanyaan" cols="45" rows="5"></textarea></td> </tr>
<tr>
<td>Guide</td>
<td width="34" align="center">:</td>
<td colspan="3"><textarea name="guide" id="guide" cols="45" rows="5"></textarea></td>
</tr> <tr>
<td height="26">Level</td>
<td width="34" align="center">:</td> <td><select name="level" id="level"> <option>Merah</option>
<option>Hijau</option> </select></td>
<td> </td> <td> </td> </tr>
<tr>
<td height="26">Pdf</td>
<td width="34" align="center">:</td> <td><input type="file" name="file" required="required" />
</td>
<td> </td> </tr>
<tr>
<td height="105"> </td>
<td width="34" align="center"> </td> <td><label>
<input name="upload" type="submit" class="button1" id="Simpan" value=" Simpan " />
<a href="input_factory.php"></a></label></td> <td> </td>
<div class="col_w450 float_r" id="map"> <h3>About Question</h3>
<h6>Introduction</h6>
<p>input your question here,</p>
<p> so in this page is to fill the data of the question,, if category doesn't exist click <a href="input_factory.php">
<input name="Simpan2" type="submit" class="button1" id="Simpan2" value="Input Category" />
</a> and if group doesn't exist click <a href="input_factory.php">
<input name="Simpan3" type="submit" class="button1" id="Simpan3" value="Input Group" />
</a></p>
<p> </p> </div>
<div class="cleaner"></div> </div>
</div>
<div class="cleaner"></div> </div> <p> </p> <center>
href="data_manufactur.php">Back</a></span> </center><!-- end of wrapper -->
<div id="tooplate_footer_wrapper">
<div id="tooplate_footer"><p><a href="logout.php"> Logout </a></p>Copyright © 2017 <a href="#">Argo Manunggal Triasta</a> - Design: <a href="">RIfky Fridayanto</a></div><!-- end of tooplate_footer --> </div>
</body> </html>
Aboutus.php
<?php
include('check_login.php'); ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Argo Manunggal Triasta - Photo Gallery</title> <meta name="keywords" content="" />
<meta name="description" content="" /> <!--
Template 2040 Blue Arc
http://www.tooplate.com/view/2040-blue-arc -->
<link href="tooplate_style.css" rel="stylesheet" type="text/css" />
</head> <body>
<div id="tooplate_wrapper">
<div id="tooplate_menu"> <ul>
<li><a href="home.php">Home</a></li>
Us</a></li>
<li><a href="innitialaudit/vfe.php">VFE</a></li> <li><a href="gallery.html">Result</a></li>
<li class="last"><a
href="finding.php">Finding</a></li> </ul>
</div><!-- end of tooplate_menu -->
<div id="tooplate_header">
<div id="site_title"><h1><a href="#">Blue Arc HTML Template</a></h1></div>
</div><!-- end of header -->
<div id="tooplate_middle"> <div id="mid_title"> About Us
</div>
<p>The Argo Manunggal Group is a major business organization encompassing the Textile, Steel, Poultry, Property, Mining, Energy, PVC piping, Insurance, Plantation, etc.</p>
</div><!-- end of middle -->
<div id="tooplate_main"> <div class="col_w960">
<div class="col_w450 float_l"> <h2>Our Company</h2>
<img src="images/tooplate_image_05.jpg" alt="Image 1" width="210" height="220" class="image_wrapper
image_fl" />
<p><em><strong>History</strong>.</em></p> <p><br />
<strong><font color="#FFFFFF">2003</font></strong><br />
Argo Manunggal Triasta was
established as a subsidiary company of Argo Manunggal Group.</p>
<p><strong><font
color="#FFFFFF">2004</font></strong><br />
Apparel group was established to widen Argo Manunggal Triasta services. The division produced high quality finished garment to supply the world renowned brand.</p>
color="#FFFFFF">2005</font></strong><br />
Argo Manunggal Triasta formed a strategic alliance with Nextec Applications Inc, USA to produce and market the Epic by Nextec brand performance fabric.</p>
<p>Argo Workwear was launched as a fabric brand of Argo Manunggal Triasta, focusing on global
technical workwear and corporate wear.</p> <p><strong><font
color="#FFFFFF">2006</font></strong><br />
Argo manunggal Triasta new website initiative launched as a continuity
evolvement to deliver more value added products and services.</p>
<p><strong><font
color="#ffffff">2007</font></strong><br /> Expansion Plan in Garment
production was realized on schedule which resulted in acguiring major European customers.</p>
<p>Important milestone of launching "Argo Care" as important brand of textile-related waste management business development. Argo Care business division has started business in Europe, Japan, Korea.</p>
<p>Argo Workwear important achievement to be positioned equally with other European textile manufacturers in A+A exhibition at Dusseldorf,
Germany. This has brought tremendous attention from European Textiles Community.</p>
<p><strong><font
color="#FFFFFF">2008</font></strong><br />
Another expansion was realized in AMT's garment manufacturing plant in response to accurate performance in servicing overseas customers. This expansion has doubled its output to date.</p> <p>Argo Care has also expanded its capacity by 100%, positioning the division among the largest textile-waste processor in the country.</p>
<p><strong><font
color="#FFFFFF">2009</font></strong><br />
Growth is the only agenda.</p> </div>
<div class="col_w450 float_r"> <h2>Our Company group</h2>
<li>PT. Argo Pantes Tbk.</li> <li>PT. Citrasari Intibuana</li>
<li>PT. Daya Manunggal (Damatex)</li>
<li> PT. Grand Perintis Industry (Perintex)</li> <li> PT. Grand Pintalan Textile Industry</li> <li> PT. Grand Textile Industry (Grandtex)</li> <li> PT. Lawe Adyaprima Spinning Mills</li> <li> PT. Kamaltex</li>
<li> PT. Karawang Utama Textile Industry</li> <li> PT. Kukuh Tangguh Sandang Mills (KTSM)</li> <li> PT. Pancacitra Wirabrothers</li>
<li> PT. Sugih Brothers Spinning Mills</li> <li> PT. Suryakarya Pratama Textile</li> <li> PT. Tiga Manunggal Synthetic Industries (TImatex)</li>
<li> PT. Dharma Maruwa Garment Industry</li> <li> PT. Dharma Valmode Textile Industry</li> <li> PT. Argo Beni Manunggal</li>
<li> PT. Argo Fajar Textile Industry</li> </ul>
</div>
<div class="cleaner"></div> </div>
</div><!-- end of main -->
</div><!-- end of wrapper -->
<div id="tooplate_footer_wrapper">
<div id="tooplate_footer"><p><a href="logout.php"> Logout </a></p>Copyright © 2017 <a href="#">Argo Manunggal Triasta</a> - Design: <a href="">RIfky Fridayanto</a></div><!-- end of tooplate_footer --> </div>
</body> </html>
Vfe.php