<div class="header-title-type"> <div class="flex justify-end"> <div class="px-1"> <button type="button" class="ti-btn ti-btn-soft-success h-10 m-0 shadow-md"> <i class="ri-save-3-line"></i> Save </button> </div> <div class="px-1"> <button href="javascript:void(0);" class="ti-btn ti-btn-soft-warning h-10 m-0 shadow-md"> <i class="ti ti-book fs-l"></i> Help </button> </div> </div> </div> <div class="body-content"> <div class="page"> <div class="grid grid-cols-3 gap-6"> <div class="col-span-1"> <label for="hs-trailing-button-add-on-with-icon" class="ti-form-label">ปีการประเมิน *</label> </div> </div> <div class="grid grid-cols-3 gap-6"> <div class="col-span-1"> <input type="text" id="input-label" class="ti-form-input w-2/3 pr-10" value="2567"> </div> </div> <label for="hs-trailing-button-add-on-with-icon" class="ti-form-label mt-10">จัดการสมรรถนะกับกลุ่ม *</label> <div class="box-body"> <div class="grid grid-cols-6 flex gap-x-6"> <div class="flex col-span-1 mt-5"> <input type="radio" name="hs-radio-group" class="ti-form-radio" id="hs-radio-group-1" checked> <label for="hs-radio-group-1" class="text-sm text-gray-500 ltr:ml-5 rtl:mr-2 dark:text-white/70">ระดับพนักงาน (PL)</label> </div> <div class="flex col-span-2 mt-5 ml-4rem"> <input type="radio" name="hs-radio-group" class="ti-form-radio" id="hs-radio-group-2"> <label for="hs-radio-group-2" class="text-sm text-gray-500 ltr:ml-5 rtl:mr-2 dark:text-white/70">ลักษณะงาน ( JD)</label> </div> </div> </div> <label for="hs-trailing-button-add-on-with-icon" class="ti-form-label mt-10">น้ำหนักปัจจัยการประเมิน</label> <div class="overflow-auto contenttable"> <table> <thead> <tr> <th>คะเเนน</th> <th>5</th> <th>4</th> <th>3</th> <th>2</th> <th>1</th> </tr> </thead> <tbody> <tr> <td>น้ำหนัก</td> <td><span>1</span></td> <td><span>0.8</span></td> <td><span>0.6</span></td> <td><span>0.4</span></td> <td><span>0.2</span></td> </tr> </tbody> </table> </div> </div> </div>