Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
widget_tee jays angelos
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
Ramon Angelo Enriquez
widget_tee jays angelos
Commits
13686613
Commit
13686613
authored
May 09, 2022
by
Paul Angelo Sy
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch sy/assignments
parents
0770059c
954a1d5e
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
42 additions
and
5 deletions
+42
-5
admin.cpython-310.pyc
...s_angelos/announcements/__pycache__/admin.cpython-310.pyc
+0
-0
models.cpython-310.pyc
..._angelos/announcements/__pycache__/models.cpython-310.pyc
+0
-0
views.cpython-310.pyc
...s_angelos/announcements/__pycache__/views.cpython-310.pyc
+0
-0
urls.cpython-310.pyc
...jays_angelos/assignments/__pycache__/urls.cpython-310.pyc
+0
-0
views.cpython-310.pyc
...ays_angelos/assignments/__pycache__/views.cpython-310.pyc
+0
-0
style.css
...tee_jays_angelos/assignments/static/assignments/style.css
+29
-0
detail.html
...ays_angelos/assignments/templates/assignments/detail.html
+5
-2
index.html
...jays_angelos/assignments/templates/assignments/index.html
+6
-3
admin.cpython-310.pyc
..._tee_jays_angelos/forum/__pycache__/admin.cpython-310.pyc
+0
-0
models.cpython-310.pyc
...tee_jays_angelos/forum/__pycache__/models.cpython-310.pyc
+0
-0
views.cpython-310.pyc
..._tee_jays_angelos/forum/__pycache__/views.cpython-310.pyc
+0
-0
base.html
widget_tee_jays_angelos/templates/base.html
+2
-0
settings.cpython-310.pyc
...get_tee_jays_angelos/__pycache__/settings.cpython-310.pyc
+0
-0
No files found.
widget_tee_jays_angelos/announcements/__pycache__/admin.cpython-310.pyc
0 → 100644
View file @
13686613
File added
widget_tee_jays_angelos/announcements/__pycache__/models.cpython-310.pyc
0 → 100644
View file @
13686613
File added
widget_tee_jays_angelos/announcements/__pycache__/views.cpython-310.pyc
0 → 100644
View file @
13686613
File added
widget_tee_jays_angelos/assignments/__pycache__/urls.cpython-310.pyc
0 → 100644
View file @
13686613
File added
widget_tee_jays_angelos/assignments/__pycache__/views.cpython-310.pyc
0 → 100644
View file @
13686613
File added
widget_tee_jays_angelos/assignments/static/assignments/style.css
0 → 100644
View file @
13686613
h1
{
color
:
blue
;
font-weight
:
bold
;
}
ul
li
{
text-decoration
:
underline
;
}
li
{
padding-bottom
:
20px
;
}
.bold
{
font-weight
:
bold
;
color
:
red
;
font-size
:
20px
;
}
.small
{
font-weight
:
normal
color
:
black
;
font-size
:
17px
;
}
widget_tee_jays_angelos/assignments/templates/assignments/detail.html
View file @
13686613
{% extends 'base.html' %}
{% block head %}
{% load static %}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'assignments/style.css' %}"
>
{% endblock %}
{% block content %}
<h1>
{{course}} {{course.course_title}}
</h1>
<li>
Name: {{assignment.name}}
</li>
<li
class =
"bold"
>
Name: {{assignment.name}}
</li>
<li>
Description: {{assignment.description}}
</li>
<li>
Perfect Score: {{assignment.max_points}}
</li>
<li>
Passing Score: {{assignment.passing_score}}
</li>
...
...
widget_tee_jays_angelos/assignments/templates/assignments/index.html
View file @
13686613
{% extends 'base.html' %}
{% block head %}
{% load static %}
<link
rel=
"stylesheet"
type=
"text/css"
href=
"{% static 'assignments/style.css' %}"
>
{% endblock %}
{% block content %}
<h1>
Assignments Per Course
</h1>
{% if course_list %}
{% for course in course_list %}
<li>
{{course}} {{course.course_title}} {{course.section}}
<li
class =
"bold"
>
{{course}} {{course.course_title}} {{course.section}}
{% for assignment in assignment_list %}
{% if assignment.course_code == course %}
<ul>
<ul
class =
"small"
>
<li>
<a
href=
"/assignments/{{assignment.name}}/"
>
{{assignment.name}}
</a></li>
</ul>
{% endif %}
...
...
widget_tee_jays_angelos/forum/__pycache__/admin.cpython-310.pyc
0 → 100644
View file @
13686613
File added
widget_tee_jays_angelos/forum/__pycache__/models.cpython-310.pyc
0 → 100644
View file @
13686613
File added
widget_tee_jays_angelos/forum/__pycache__/views.cpython-310.pyc
0 → 100644
View file @
13686613
File added
widget_tee_jays_angelos/templates/base.html
View file @
13686613
...
...
@@ -6,6 +6,8 @@
<meta
charset =
"UTF-8"
<
meta
http-equiv=
"X-UA-COMPATIBLE"
content=
"IE=edge"
>
<meta
name=
"viewport"
content =
"width=device-width, inital-scale=1.0"
>
{% block head %}
{% endblock %}
</head>
<body>
{% block content %}
...
...
widget_tee_jays_angelos/widget_tee_jays_angelos/__pycache__/settings.cpython-310.pyc
0 → 100644
View file @
13686613
File added
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