62 lines
4.3 KiB
PHP
62 lines
4.3 KiB
PHP
|
<x-other.modal id="mFormRincian" size="xl" title="Rincian Task" subTitle="" info="" :separator="true">
|
||
|
<x-slot name="action">
|
||
|
</x-slot>
|
||
|
<x-slot name="content">
|
||
|
<div class="row">
|
||
|
<div class="col-12">
|
||
|
<!--begin::Advance Table Widget 3-->
|
||
|
<div class="card card-custom card-border card-stretch gutter-b">
|
||
|
<!--begin::Header-->
|
||
|
<div class="card-header border-0 py-5 bg-primary">
|
||
|
<h3 class="card-title align-items-start flex-column">
|
||
|
<span class="card-label font-weight-bolder text-dark" id="title_rincian"></span>
|
||
|
</h3>
|
||
|
<div class="card-toolbar">
|
||
|
@if ($dataHead->status_id != 3)
|
||
|
<a href="javascript:void(0);" id="btn_add_task" class="btn btn-info font-weight-bolder font-size-sm">
|
||
|
<span class="svg-icon svg-icon-md svg-icon-white">
|
||
|
<!--begin::Svg Icon | path:assets/media/svg/icons/Communication/Add-user.svg-->
|
||
|
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24px" height="24px" viewBox="0 0 24 24" version="1.1">
|
||
|
<g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
||
|
<polygon points="0 0 24 0 24 24 0 24" />
|
||
|
<path d="M18,8 L16,8 C15.4477153,8 15,7.55228475 15,7 C15,6.44771525 15.4477153,6 16,6 L18,6 L18,4 C18,3.44771525 18.4477153,3 19,3 C19.5522847,3 20,3.44771525 20,4 L20,6 L22,6 C22.5522847,6 23,6.44771525 23,7 C23,7.55228475 22.5522847,8 22,8 L20,8 L20,10 C20,10.5522847 19.5522847,11 19,11 C18.4477153,11 18,10.5522847 18,10 L18,8 Z M9,11 C6.790861,11 5,9.209139 5,7 C5,4.790861 6.790861,3 9,3 C11.209139,3 13,4.790861 13,7 C13,9.209139 11.209139,11 9,11 Z" fill="#000000" fill-rule="nonzero" opacity="0.3" />
|
||
|
<path d="M0.00065168429,20.1992055 C0.388258525,15.4265159 4.26191235,13 8.98334134,13 C13.7712164,13 17.7048837,15.2931929 17.9979143,20.2 C18.0095879,20.3954741 17.9979143,21 17.2466999,21 C13.541124,21 8.03472472,21 0.727502227,21 C0.476712155,21 -0.0204617505,20.45918 0.00065168429,20.1992055 Z" fill="#000000" fill-rule="nonzero" />
|
||
|
</g>
|
||
|
</svg>
|
||
|
<!--end::Svg Icon-->
|
||
|
</span>New Task</a>
|
||
|
@endif
|
||
|
</div>
|
||
|
</div>
|
||
|
<!--end::Header-->
|
||
|
<!--begin::Body-->
|
||
|
<div class="card-body pt-0 pb-3">
|
||
|
<!--begin::Table-->
|
||
|
<div class="table-responsive">
|
||
|
<table class="table table-sm table-hover" id="indexTableRincian">
|
||
|
<thead>
|
||
|
<tr class="text-uppercase">
|
||
|
<th style="min-width: 50px">No</th>
|
||
|
<th style="min-width: 100px">
|
||
|
<span class="text-dark-75">Task Name</span>
|
||
|
</th>
|
||
|
<th style="min-width: 100px">Task Code</th>
|
||
|
<th style="min-width: 100px">Target Date</th>
|
||
|
<th style="min-width: 150px">Project Name</th>
|
||
|
<th style="min-width: 150px">Status Task</th>
|
||
|
<th style="min-width: 130px">Act</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
<!--end::Table-->
|
||
|
</div>
|
||
|
<!--end::Body-->
|
||
|
</div>
|
||
|
<!--end::Advance Table Widget 3-->
|
||
|
</div>
|
||
|
</div>
|
||
|
</x-slot>
|
||
|
</x-other.modal>
|