Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
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
Taein Kim
LAB8
Commits
1c3da549
Commit
1c3da549
authored
5 years ago
by
uutaein
Browse files
Options
Downloads
Patches
Plain Diff
movie_comment
parent
29a726e4
Branches
Branches containing commit
No related tags found
1 merge request
!1
Lab8 branch
Pipeline
#3265
canceled
5 years ago
Stage: build
Stage: test
Changes
5
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
README.md
+2
-0
2 additions, 0 deletions
README.md
public/images/joker.png
+0
-0
0 additions, 0 deletions
public/images/joker.png
routes/result.js
+3
-1
3 additions, 1 deletion
routes/result.js
views/index.pug
+5
-0
5 additions, 0 deletions
views/index.pug
views/result.pug
+5
-0
5 additions, 0 deletions
views/result.pug
with
15 additions
and
1 deletion
README.md
+
2
−
0
View file @
1c3da549
README FILE 추가
Branch 요구사항 진행
This diff is collapsed.
Click to expand it.
public/images/joker.png
0 → 100644
+
0
−
0
View file @
1c3da549
159 KiB
This diff is collapsed.
Click to expand it.
routes/result.js
+
3
−
1
View file @
1c3da549
...
...
@@ -24,7 +24,9 @@ router.post('/', function(req,res){
movietitle
:
req
.
body
.
movietitle
,
mainactors
:
req
.
body
.
mainactors
,
genre
:
req
.
body
.
genre
,
star
:
req
.
body
.
star
star
:
req
.
body
.
star
,
review
:
req
.
body
.
review
,
actorfilelink
:
req
.
body
.
actorfilelink
});
});
...
...
This diff is collapsed.
Click to expand it.
views/index.pug
+
5
−
0
View file @
1c3da549
...
...
@@ -15,6 +15,11 @@ html
input(type='text' name="genre" class="ipruk")
br
input(type='text' name="filelink" class="ipruk")
br
input(type='text' name="review" class="ipruk")
br
input(type='text' name="actorfilelink" class="ipruk")
br
h3 Movie Ratings
-var i = 0;
-for(i=0; i<6; i++)
...
...
This diff is collapsed.
Click to expand it.
views/result.pug
+
5
−
0
View file @
1c3da549
...
...
@@ -11,6 +11,11 @@ html
p #{genre}
hr
br
p #{review}
br
img.image(src=actorfilelink)
br
br
-for(i=0; i<star; i++)
img.image(src="/images/star.svg" class="star")
br
...
...
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