Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
myAppraisal
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
myAppraisal
Commits
46a953d4
Commit
46a953d4
authored
Jan 30, 2025
by
Ooh-Ao
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
checkbox
parent
380b4750
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
20 additions
and
21 deletions
+20
-21
set-idp-development-plan.component.html
...-development-plan/set-idp-development-plan.component.html
+20
-21
No files found.
src/app/components/competency-assessment/idp-development-plan/set-idp-development-plan/set-idp-development-plan.component.html
View file @
46a953d4
...
...
@@ -7,13 +7,13 @@
<input type="checkbox" class="ti-form-checkbox mt-0.5" id="hs-checkbox-group-1">
<label for="hs-checkbox-group-1" class="text-sm text-gray-500 ltr:ml-2 rtl:mr-2 dark:text-white/70">0 Selected</label>
</div>
<div class="flex items-center">
<i (click)="toggleCheckbox()" [ngClass]="{'ri-checkbox-multiple-line': !isChecked, 'ri-checkbox-multiple-fill': isChecked}"
class="ri-checkbox-multiple-line text-gray-500 dark:text-white/70"></i>
<label for="hs-checkbox-group-2" class="text-sm text-gray-500 ltr:ml-2 rtl:mr-2 dark:text-white/70" (click)="toggleCheckbox()">Select All</label>
</div>
</div> -->
</div>
...
...
@@ -66,11 +66,11 @@
<tbody>
<tr>
<td
class=
"text-base font-bold"
style=
"height: 70px;"
>
ผ่าน
<br>
(ไม่ติดGAP)
</td>
<td><input
type=
"
radio
"
name=
"score5"
value=
"5"
></td>
<td><input
type=
"
radio
"
name=
"score4"
value=
"4"
></td>
<td><input
type=
"
radio
"
name=
"score3"
value=
"3"
></td>
<td><input
type=
"
radio
"
name=
"score2"
value=
"2"
></td>
<td><input
type=
"
radio
"
name=
"score1"
value=
"1"
></td>
<td><input
type=
"
checkbox
"
name=
"score5"
value=
"5"
></td>
<td><input
type=
"
checkbox
"
name=
"score4"
value=
"4"
></td>
<td><input
type=
"
checkbox
"
name=
"score3"
value=
"3"
></td>
<td><input
type=
"
checkbox
"
name=
"score2"
value=
"2"
></td>
<td><input
type=
"
checkbox
"
name=
"score1"
value=
"1"
></td>
</tr>
<!-- เพิ่มแถวเพิ่มเติมถ้าต้องการ -->
</tbody>
...
...
@@ -105,27 +105,27 @@
<tbody>
<tr>
<td>
1
</td>
<td><input
type=
"
radio
"
></td>
<td><input
type=
"
radio
"
></td>
<td><input
type=
"
radio
"
></td>
<td><input
type=
"
checkbox
"
></td>
<td><input
type=
"
checkbox
"
></td>
<td><input
type=
"
checkbox
"
></td>
</tr>
<tr>
<td>
2
</td>
<td><input
type=
"
radio
"
></td>
<td><input
type=
"
radio
"
></td>
<td><input
type=
"
radio
"
></td>
<td><input
type=
"
checkbox
"
></td>
<td><input
type=
"
checkbox
"
></td>
<td><input
type=
"
checkbox
"
></td>
</tr>
<tr>
<td>
3
</td>
<td><input
type=
"
radio
"
></td>
<td><input
type=
"
radio
"
></td>
<td><input
type=
"
radio
"
></td>
<td><input
type=
"
checkbox
"
></td>
<td><input
type=
"
checkbox
"
></td>
<td><input
type=
"
checkbox
"
></td>
</tr>
<tr>
<td>
4
</td>
<td><input
type=
"
radio
"
></td>
<td><input
type=
"
radio
"
></td>
<td><input
type=
"
radio
"
></td>
<td><input
type=
"
checkbox
"
></td>
<td><input
type=
"
checkbox
"
></td>
<td><input
type=
"
checkbox
"
></td>
</tr>
</tbody>
</table>
...
...
@@ -652,4 +652,4 @@
</div>
</div>
</div>
</div>
\ No newline at end of file
</div>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment