Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
webSys-lab8
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HyeonJu Kong
webSys-lab8
Commits
d7727efa
Commit
d7727efa
authored
5 years ago
by
HyeonJu Kong
Browse files
Options
Downloads
Patches
Plain Diff
movie_comment
parent
65d5def7
Branches
master
web
No related tags found
No related merge requests found
Pipeline
#3387
failed
5 years ago
Stage: build
Stage: test
Changes
4
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
public/images/Mark_Ruffalo.jpg
+0
-0
0 additions, 0 deletions
public/images/Mark_Ruffalo.jpg
public/stylesheets/style.css
+7
-0
7 additions, 0 deletions
public/stylesheets/style.css
views/index.pug
+2
-2
2 additions, 2 deletions
views/index.pug
views/result.pug
+2
-1
2 additions, 1 deletion
views/result.pug
with
11 additions
and
3 deletions
public/images/Mark_Ruffalo.jpg
0 → 100644
+
0
−
0
View file @
d7727efa
8.3 KiB
This diff is collapsed.
Click to expand it.
public/stylesheets/style.css
+
7
−
0
View file @
d7727efa
...
@@ -18,6 +18,13 @@ a {
...
@@ -18,6 +18,13 @@ a {
width
:
450px
;
width
:
450px
;
}
}
#photo
{
display
:
block
;
margin-left
:
auto
;
margin-right
:
auto
;
height
:
200px
;
width
:
300px
;
}
.starImg
{
.starImg
{
height
:
30px
;
height
:
30px
;
width
:
30px
;
width
:
30px
;
...
...
This diff is collapsed.
Click to expand it.
views/index.pug
+
2
−
2
View file @
d7727efa
...
@@ -16,9 +16,9 @@ block content
...
@@ -16,9 +16,9 @@ block content
input(type='text', name='genre' required)
input(type='text', name='genre' required)
div
div
input(type='text', name='poster' required)
input(type='text', name='poster' required)
div
input(type='text', name='photo')
h2 Movie Ratings
h2 Movie Ratings
div
div
|0
|0
input(type='radio', name='ratings' value=0)
input(type='radio', name='ratings' value=0)
...
...
This diff is collapsed.
Click to expand it.
views/result.pug
+
2
−
1
View file @
d7727efa
...
@@ -6,6 +6,7 @@ body
...
@@ -6,6 +6,7 @@ body
div
div
h1.result #{data.title}
h1.result #{data.title}
div #{data.actor}
div #{data.actor}
img#photo(src=`${data.photo}`)
div.result #{data.genre}
div.result #{data.genre}
p.result
p.result
...
...
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