Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
J
JARVIS
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
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
Jacob Dylan D. Vitug
JARVIS
Commits
45a3ff08
Commit
45a3ff08
authored
May 16, 2023
by
Jacob Dylan D. Vitug
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
IPD done (emp_record) done
parent
7c7c8fa3
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
93 additions
and
2 deletions
+93
-2
urls.cpython-38.pyc
IPSystemTOPC/EmployeeProdDB/__pycache__/urls.cpython-38.pyc
+0
-0
emp_record.css
IPSystemTOPC/EmployeeProdDB/static/css/emp_record.css
+64
-0
emp_record.html
...C/EmployeeProdDB/templates/EmployeeProdDB/emp_record.html
+29
-2
No files found.
IPSystemTOPC/EmployeeProdDB/__pycache__/urls.cpython-38.pyc
View file @
45a3ff08
No preview for this file type
IPSystemTOPC/EmployeeProdDB/static/css/emp_record.css
View file @
45a3ff08
...
...
@@ -106,6 +106,7 @@ body {
margin-top
:
5px
;
margin-bottom
:
5px
;
opacity
:
50%
;
padding
:
0px
;
}
.seperator
{
...
...
@@ -120,6 +121,69 @@ body {
margin-top
:
15px
;
}
.hori-box
{
border
:
0.5px
solid
grey
;
width
:
91.5%
;
height
:
10%
;
margin-top
:
15px
;
}
.main
{
margin-left
:
85px
;
}
.time-info-cont
{
margin
:
15px
50px
0px
;
display
:
flex
;
justify-content
:
space-between
;
border-radius
:
4px
;
border
:
1px
solid
black
;
padding
:
10px
50px
;
align-items
:
center
;
}
/* not working atm */
.time-info
h6
{
padding
:
0px
,
30px
;
margin
:
0px
;
}
.time-info
span
{
font-weight
:
bold
;
/* padding-left: 5px; */
}
.dashboard-cont
{
margin
:
30px
50px
0px
;
width
:
91.5%
;
height
:
100%
;
margin-right
:
50px
;
border-radius
:
4px
;
padding
:
5px
0px
;
display
:
flex
;
justify-content
:
space-between
;
}
.dashboard
{
width
:
55%
;
height
:
100%
;
min-height
:
200px
;
border-radius
:
4px
;
border
:
1px
solid
black
;
display
:
flex
;
align-items
:
center
;
}
.remarks
{
width
:
40%
;
height
:
100%
;
min-height
:
200px
;
border-radius
:
4px
;
border
:
1px
solid
black
;
display
:
flex
;
align-items
:
center
;
/* text-align: center; */
}
#year-padding
{
padding-left
:
5px
;
}
\ No newline at end of file
IPSystemTOPC/EmployeeProdDB/templates/EmployeeProdDB/emp_record.html
View file @
45a3ff08
...
...
@@ -97,7 +97,34 @@
<div
class=
"hori-line"
></div>
</div>
<div
class=
"time-info-cont"
>
<div
class=
"time-info"
>
<h6>
Record Timespan:
<span>
info here
<!-- INFO HERE -->
</span><span
class=
"vert-line"
></span>
<span
id=
"year-padding"
>
year
<!-- INFO HERE -->
</span></h6>
</div>
<div
class=
"time-info"
>
<h6>
Total Working Hours:
<span>
info here
<!-- INFO HERE -->
</span></h6>
</div>
</div>
<div
class=
"dashboard-cont"
>
<div
class=
"dashboard"
>
<!-- EXTEND CHART JS AND REMARKS PAGE HEREHERE HERE HERE HERE -->
<!-- DUNNO HOW TO EXTEND ANOTHER HTML HERE -->
dashboard code goes here
</div>
<div
class=
"remarks"
>
remarks crud goes here
</div>
</div>
</body>
{% endblock %}
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