Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
SearchEngine
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
Rosa Delima Mendrofa
SearchEngine
Commits
8f40867f
Commit
8f40867f
authored
May 04, 2020
by
Yolanda Nainggolan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixing page flow
parent
9c55ce7a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
4 deletions
+3
-4
home.html
SearchEngine/InvertedIndexSimulator/templates/apps/home.html
+1
-1
index.html
...chEngine/InvertedIndexSimulator/templates/apps/index.html
+2
-3
No files found.
SearchEngine/InvertedIndexSimulator/templates/apps/home.html
View file @
8f40867f
...
...
@@ -23,7 +23,7 @@
<table>
<tr>
<th><button
onclick=
"pageRedirect()"
class=
"button"
style=
"vertical-align:middle"
><span>
International Billboard Song
</span></button></th>
<td><button
onclick=
"pageRedirect()"
class=
"button"
style=
"vertical-align:middle"
><span>
Indonesian Song
</span></button></td>
<td><button
class=
"button"
style=
"vertical-align:middle"
><span>
Indonesian Song
</span></button></td>
</tr>
</table>
</center>
...
...
SearchEngine/InvertedIndexSimulator/templates/apps/index.html
View file @
8f40867f
...
...
@@ -29,8 +29,6 @@
<nav
class=
"navbar navbar-light bg-light static-top"
>
<div
class=
"container"
>
<a
class=
"navbar-brand"
href=
"/"
>
CariLagu
</a>
<!-- <a class="btn btn-primary" href="#">Pilih Buku</a>
-->
</div>
</nav>
...
...
@@ -43,7 +41,7 @@
<h1
class=
"mb-5"
>
Silahkan masukkan lirik dari lagu yang ingin Anda temukan
</h1>
</div>
<div
class=
"col-md-10 col-lg-8 col-xl-7 mx-auto"
>
<form
method=
"POST"
action=
"
/result/
"
>
<form
method=
"POST"
action=
"
../../templates/apps/result.html
"
>
{% csrf_token %}
<div
class=
"form-row"
>
<div
class=
"col-12 col-md-9 mb-2 mb-md-0"
>
...
...
@@ -63,6 +61,7 @@
<script
src=
"../../static/assets/vendor/jquery/jquery.min.js"
></script>
<script
src=
"../../static/assets/vendor/bootstrap/js/bootstrap.bundle.min.js"
></script>
</body>
</html>
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