Fakultas Ilmu Komputer UI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kape
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Fasilkom UI Open Source Software
Kape
Commits
6fcbc79f
Commit
6fcbc79f
authored
8 years ago
by
sirinbaisa
Browse files
Options
Downloads
Patches
Plain Diff
[#140652771] [#19] Applicant List Page
parent
a5f9c2ff
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
assets/js/HomeCompany.jsx
+4
-6
4 additions, 6 deletions
assets/js/HomeCompany.jsx
assets/js/components/CompanyVacancy.jsx
+25
-25
25 additions, 25 deletions
assets/js/components/CompanyVacancy.jsx
with
29 additions
and
31 deletions
assets/js/HomeCompany.jsx
+
4
−
6
View file @
6fcbc79f
import
React
from
'
react
'
;
import
React
from
'
react
'
;
import
{
Segment
,
Button
,
Icon
,
Image
as
ImageComponent
,
Image
,
Item
,
Label
}
from
'
semantic-ui-react
'
import
CompanyVacancy
from
'
./components/CompanyVacancy
'
;
import
CompanyVacancy
from
'
./components/CompanyVacancy
'
;
export
default
class
ApplicantPage
extends
React
.
Component
{
export
default
class
ApplicantPage
extends
React
.
Component
{
render
()
{
render
()
{
return
(
return
(
<
CompanyVacancy
header
=
"Software Engineer"
/>
<
CompanyVacancy
header
=
"Software Engineer"
/>
);
);
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
assets/js/components/CompanyVacancy.jsx
+
25
−
25
View file @
6fcbc79f
import
React
from
'
react
'
;
import
React
from
'
react
'
;
import
{
Segment
,
Button
,
Icon
,
I
mage
as
ImageComponent
,
Image
,
Item
,
Label
,
Popup
,
Grid
}
from
'
semantic-ui-react
'
import
{
Segment
,
Button
,
Icon
,
I
tem
}
from
'
semantic-ui-react
'
;
export
default
class
ApplicantList
extends
React
.
Component
{
export
default
class
ApplicantList
extends
React
.
Component
{
static
propTypes
=
{
static
propTypes
=
{
header
:
React
.
PropTypes
.
string
.
isRequired
,
header
:
React
.
PropTypes
.
string
.
isRequired
,
};
};
render
()
{
render
()
{
return
(
return
(
<
div
className
=
"applicant"
>
<
div
className
=
"applicant"
>
<
Button
icon
=
'
eye
'
secondary
labelPosition
=
'
left
'
content
=
'
Lihat Semua Pendaftar
'
/>
<
Button
icon
=
"
eye
"
secondary
labelPosition
=
"
left
"
content
=
"
Lihat Semua Pendaftar
"
/>
<
Button
icon
=
'
add
'
secondary
labelPosition
=
'
left
'
content
=
'
Tambah Lowongan Baru
'
/>
<
Button
icon
=
"
add
"
secondary
labelPosition
=
"
left
"
content
=
"
Tambah Lowongan Baru
"
/>
<
Segment
>
<
Segment
>
<
Item
.
Group
divided
>
<
Item
.
Group
divided
>
<
Item
className
=
"applicantItems"
>
<
Item
className
=
"applicantItems"
>
<
Item
.
Image
src
=
'
/assets/images/wireframe/image.png
'
siza
=
"tiny"
/>
<
Item
.
Image
src
=
"
/assets/images/wireframe/image.png
"
siza
=
"tiny"
/>
<
Item
.
Content
>
<
Item
.
Content
>
<
Item
.
Header
as
=
'a'
>
{
this
.
props
.
header
}
</
Item
.
Header
>
<
Item
.
Header
as
=
"a"
>
{
this
.
props
.
header
}
</
Item
.
Header
>
<
Segment
padded
basic
floated
=
"right"
>
<
Segment
padded
basic
floated
=
"right"
>
<
Button
primary
floated
=
"right"
>
Ubah
<
Icon
name
=
'
right chevron
'
/></
Button
>
<
Button
primary
floated
=
"right"
>
Ubah
<
Icon
name
=
"
right chevron
"
/></
Button
>
<
Segment
basic
>
5 jam lalu
</
Segment
>
<
Segment
basic
>
5 jam lalu
</
Segment
>
</
Segment
>
</
Segment
>
<
Item
.
Extra
>
<
Item
.
Extra
>
<
h3
>
105 Pendaftar
</
h3
>
<
h3
>
105 Pendaftar
</
h3
>
</
Item
.
Extra
>
</
Item
.
Extra
>
</
Item
.
Content
>
</
Item
.
Content
>
</
Item
>
</
Item
>
</
Item
.
Group
>
</
Item
.
Group
>
</
Segment
>
</
Segment
>
</
div
>
</
div
>
);
);
}
}
}
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment