update controller kocfirmasibank
This commit is contained in:
@ -1,60 +1,83 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="id">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Surat Perjanjian Kerjasama</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
margin: 2cm;
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<style>
|
||||
/* Contoh style tambahan */
|
||||
|
||||
@page {
|
||||
margin-top: 3.5cm;
|
||||
margin-right: 1.5cm;
|
||||
margin-left: 1.5cm;
|
||||
}
|
||||
.header {
|
||||
text-align: center;
|
||||
margin-bottom: 2em;
|
||||
|
||||
/** Define the header rules **/
|
||||
header {
|
||||
position: fixed;
|
||||
top: 0cm;
|
||||
left: 0cm;
|
||||
right: 0cm;
|
||||
height: 6.5cm;
|
||||
|
||||
}
|
||||
.content {
|
||||
text-indent: 2em;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 2em;
|
||||
|
||||
/** Define the footer rules **/
|
||||
footer {
|
||||
position: fixed;
|
||||
bottom: 0cm;
|
||||
left: 0cm;
|
||||
right: 0cm;
|
||||
}
|
||||
.closing {
|
||||
text-align: right;
|
||||
}
|
||||
.signature {
|
||||
text-align: center;
|
||||
margin-top: 2em;
|
||||
}
|
||||
</style>
|
||||
|
||||
/* body{
|
||||
margin-top: 2.5cm;
|
||||
margin-bottom: 100px;
|
||||
} */
|
||||
|
||||
/* .content {
|
||||
padding-top:3.90cm;
|
||||
} */
|
||||
|
||||
.space1 {
|
||||
border: 1px solid black;
|
||||
border-collapse: collapse;
|
||||
font-size: 12px;
|
||||
|
||||
}
|
||||
|
||||
.text-center{
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.custom-table {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
.tr-custom{
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
p {
|
||||
font-family: Arial, sans-serif;
|
||||
font-size: 12px; /* Ukuran font dalam piksel */
|
||||
font-weight: normal; /* Ketebalan font (normal) */
|
||||
color: #333; /* Warna teks */
|
||||
line-height: 2px;
|
||||
}
|
||||
.no-border-table {
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
.no-border-table, .no-border-table th, .no-border-table td,.no-border-table tr {
|
||||
border: none;
|
||||
}
|
||||
</style>
|
||||
<title>Konfirmasi Bank</title>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<div class="header">
|
||||
<h1>SURAT PERJANJIAN KERJASAMA</h1>
|
||||
<p>Nomor: </p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<p>Yang bertanda tangan di bawah ini:</p>
|
||||
<!-- ... Isi bagian ini dengan variabel dari controller atau model -->
|
||||
|
||||
<ol>
|
||||
<li>Ketentuan kerjasama pertama.</li>
|
||||
<li>Ketentuan kerjasama kedua.</li>
|
||||
<li>Dst.</li>
|
||||
</ol>
|
||||
</div>
|
||||
|
||||
<div class="closing">
|
||||
<p>Demikian surat perjanjian ini dibuat dengan sebenarnya untuk dapat dipergunakan sebagaimana mestinya.</p>
|
||||
</div>
|
||||
|
||||
<div class="signature">
|
||||
<p>Hormat kami,</p>
|
||||
<br><br><br>
|
||||
<p>(Tanda Tangan Pihak Pertama)</p>
|
||||
<p>Nama Pejabat</p>
|
||||
</div>
|
||||
|
||||
<div class="content">
|
||||
<p>Nomor </p>
|
||||
<p>Tanggal </p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -1,4 +1,4 @@
|
||||
{{-- <!DOCTYPE html> --}}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
Reference in New Issue
Block a user