Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
inverted-index
Project
Overview
Details
Activity
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
project-inre-08
inverted-index
Commits
10dd20f5
Commit
10dd20f5
authored
May 30, 2020
by
Rosa Siagian
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
resultkambing.py
parent
6ffb8023
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
73 additions
and
1 deletion
+73
-1
resultkambing.html
apps/templates/apps/resultkambing.html
+72
-0
resultsapi.html
apps/templates/apps/resultsapi.html
+1
-1
No files found.
apps/templates/apps/resultkambing.html
View file @
10dd20f5
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, shrink-to-fit=no"
>
<meta
name=
"description"
content=
""
>
<meta
name=
"author"
content=
""
>
<title>
{{ query }}
</title>
<!-- Bootstrap core CSS -->
<link
href=
"../../static/assets/vendor/bootstrap/css/bootstrap.min.css"
rel=
"stylesheet"
>
<!-- Custom fonts for this template -->
<link
href=
"../../static/assets/vendor/fontawesome-free/css/all.min.css"
rel=
"stylesheet"
>
<link
href=
"../../static/assets/vendor/simple-line-icons/css/simple-line-icons.css"
rel=
"stylesheet"
type=
"text/css"
>
<link
href=
"https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic"
rel=
"stylesheet"
type=
"text/css"
>
<!-- Custom styles for this template -->
<link
href=
"../../static/assets/css/landing-page.min.css"
rel=
"stylesheet"
>
</head>
<body>
<!-- Navigation -->
<nav
class=
"navbar navbar-dark bg-dark static-top"
>
<div
class=
"container"
>
<a
class=
"navbar-brand"
href=
"/home"
>
Cookpedia
</a>
<!-- <a class="btn btn-primary" href="#">Pilih Buku</a>
-->
</div>
</nav>
<!-- Testimonials -->
<section
class=
"testimonials text-center bg-light"
>
<div
class=
"container"
>
<h2
class=
"mb-5"
>
Resep yang sesuai dengan "{{ query }}"
</h2>
{% if hasil %}
<div
class=
"row"
>
{% for i in hasil %}
{% for j in i %}
<div
class=
"col-lg-4"
>
<div
class=
"testimonial-item mx-auto mb-5 mb-lg-0"
>
<img
class=
"img-fluid rounded-circle mb-3"
src=
"../../static/img/resepkambing.jpg"
alt=
""
>
<h5><a
href=
"/resepkambing/{{j.DOCNO}}"
>
Resep No:{{ j.DOCNO }}
</a></h5>
<h5>
"{{ j.Title }}"
</h5>
<p
class=
"font-weight-light mb-0"
>
score :{{ j.score }}
</p>
</div>
</div>
{% endfor %}
{% endfor %}
</div>
{% else %}
<h2
class=
"mb-5"
>
Resep dengan kata kunci: "{{ query }}" tidak ditemukan
</h2>
{% endif %}
</div>
</section>
<!-- Bootstrap core JavaScript -->
<script
src=
"../../static/assets/vendor/jquery/jquery.min.js"
></script>
<script
src=
"../../static/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"
></script>
</body>
</html>
\ No newline at end of file
apps/templates/apps/resultsapi.html
View file @
10dd20f5
...
@@ -45,7 +45,7 @@
...
@@ -45,7 +45,7 @@
<div
class=
"col-lg-4"
>
<div
class=
"col-lg-4"
>
<div
class=
"testimonial-item mx-auto mb-5 mb-lg-0"
>
<div
class=
"testimonial-item mx-auto mb-5 mb-lg-0"
>
<img
class=
"img-fluid rounded-circle mb-3"
src=
"../../static/img/resepsapi.jpg"
alt=
""
>
<img
class=
"img-fluid rounded-circle mb-3"
src=
"../../static/img/resepsapi.jpg"
alt=
""
>
<h5><a
href=
"/resep/{{j.DOCNO}}"
>
Resep No:{{ j.DOCNO }}
</a></h5>
<h5><a
href=
"/resep
sapi
/{{j.DOCNO}}"
>
Resep No:{{ j.DOCNO }}
</a></h5>
<h5>
"{{ j.Title }}"
</h5>
<h5>
"{{ j.Title }}"
</h5>
<p
class=
"font-weight-light mb-0"
>
score :{{ j.score }}
</p>
<p
class=
"font-weight-light mb-0"
>
score :{{ j.score }}
</p>
</div>
</div>
...
...
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