Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
DHAS
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
Thitichaipun Wutthisak
DHAS
Commits
29a56ae7
Commit
29a56ae7
authored
Dec 16, 2020
by
Ratchanok
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[10450] REC ทะเบียนบันทึกนัดสัมภาษณ์(นอกระบบ) - วันที่นัดสัมภาษณ์
parent
2cea5f5b
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
28 additions
and
1 deletions
+28
-1
MINTERVIEW_INFORMALHELP.xml
XML/DBXML/RECRUIT/MINTERVIEW_INFORMALHELP.xml
+1
-0
REC902.xml
XML/DBXML/RECRUIT/REC902.xml
+1
-0
MINTERVIEW_INFORMALHELP.xml
XML/HELPXML/RECRUIT/MINTERVIEW_INFORMALHELP.xml
+1
-0
MINTERVIEW_INFORMAL.xml
XML/PROTABLEXML/MINTERVIEW_INFORMAL.xml
+17
-1
REC902.jsp
hrAppWeb.war/RECRUIT/REC902.jsp
+8
-0
No files found.
XML/DBXML/RECRUIT/MINTERVIEW_INFORMALHELP.xml
View file @
29a56ae7
...
...
@@ -7,6 +7,7 @@
<FIELD>
phone
</FIELD>
<FIELD>
email
</FIELD>
<FIELD>
remark
</FIELD>
<FIELD>
interviewdate
</FIELD>
<ORDER>
<FIELD>
requestid
</FIELD>
</ORDER>
...
...
XML/DBXML/RECRUIT/REC902.xml
View file @
29a56ae7
...
...
@@ -7,6 +7,7 @@
<FIELD>
phone
</FIELD>
<FIELD>
email
</FIELD>
<FIELD>
remark
</FIELD>
<FIELD>
interviewdate
</FIELD>
<ORDER>
<FIELD>
requestid
</FIELD>
</ORDER>
...
...
XML/HELPXML/RECRUIT/MINTERVIEW_INFORMALHELP.xml
View file @
29a56ae7
...
...
@@ -3,6 +3,7 @@
<SHOWN>
<COL>
minterview_informal.requestid
</COL>
<COL>
minterview_informal.fullname
</COL>
<COL>
minterview_informal.interviewdate
</COL>
</SHOWN>
<ORDER>
<COL>
minterview_informal.requestid
</COL>
...
...
XML/PROTABLEXML/MINTERVIEW_INFORMAL.xml
View file @
29a56ae7
...
...
@@ -9,7 +9,7 @@
<COMPONENT
type=
"Text"
>
<READONLY>
TRUE
</READONLY>
<MAXSIZE>
15
</MAXSIZE>
<SIZE>
1
5
</SIZE>
<SIZE>
1
0
</SIZE>
<ALT_ENG>
Request ID
</ALT_ENG>
<ALT_THAI>
รหัสนัดสัมภาษณ์
</ALT_THAI>
</COMPONENT>
...
...
@@ -89,6 +89,22 @@
<ALT_THAI>
หมายเหตุ
</ALT_THAI>
</COMPONENT>
</REMARK>
<INTERVIEWDATE
lang=
"A"
encrypt=
"false"
log=
"false"
type=
"Date"
>
<WIDTH>
23
</WIDTH>
<DESC_ENG>
Interview Date
</DESC_ENG>
<DESC_THAI>
วันที่นัดสัมภาษณ์
</DESC_THAI>
<COMPONENT
type=
"text"
>
<MAXSIZE>
10
</MAXSIZE>
<SIZE>
10
</SIZE>
<ALT_ENG>
Interview Date
</ALT_ENG>
<ALT_THAI>
วันที่นัดสัมภาษณ์
</ALT_THAI>
<ONFOCUS>
this.select();
</ONFOCUS>
<ONKEYUP>
formatDate(this);
</ONKEYUP>
<ONBLUR>
chkInputDate(this);
</ONBLUR>
<ONKEYPRESS>
chkInteger();
</ONKEYPRESS>
</COMPONENT>
<REQUIRE>
true
</REQUIRE>
</INTERVIEWDATE>
</FIELD>
<RELATION>
</RELATION>
...
...
hrAppWeb.war/RECRUIT/REC902.jsp
View file @
29a56ae7
...
...
@@ -74,6 +74,14 @@
</div>
<div
class=
"row"
>
<div
class=
"col-xs-4 label-col-csc text-right"
>
<
%=
screen
.
getLabel
("
interviewdate
")%
>
</div>
<div
class=
"col-xs-8"
>
<
%=
screen
.
getInput
("
interviewdate
")%
>
<a
href=
"javascript:;"
onMouseOut=
"MM_swapImgRestore()"
onMouseOver=
"MM_swapImage('interviewdate','','../IMAGES/BUTTON/SWAP/CALENDAR_SWAP20.gif',1)"
onClick=
"viewCal('__interviewdate');"
><img
src=
"../IMAGES/BUTTON/MAIN/CALENDAR20.gif"
alt=
"Calendar"
name=
"interviewdate"
width=
"20"
height=
"20"
border=
"0"
align=
"absmiddle"
></a>
</div>
</div>
<div
class=
"row"
>
<div
class=
"col-xs-4 label-col-csc text-right"
>
<
%=
screen
.
getLabel
("
prefix
")%
>
</div>
<div
class=
"col-xs-8"
>
...
...
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