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
aa5ba11a
Commit
aa5ba11a
authored
4 years ago
by
Yolanda Nainggolan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update dataframe.html
parent
360adbc5
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
10 deletions
+9
-10
dataframe.min.css
...nvertedIndexSimulator/static/assets/css/dataframe.min.css
+1
-1
dataframe.html
...gine/InvertedIndexSimulator/templates/apps/dataframe.html
+7
-8
home.html
SearchEngine/InvertedIndexSimulator/templates/apps/home.html
+1
-1
No files found.
SearchEngine/InvertedIndexSimulator/static/assets/css/dataframe.min.css
View file @
aa5ba11a
...
...
@@ -158,7 +158,7 @@ button:hover span:after {
table
,
th
,
td
{
border
:
1px
solid
black
;
border-collapse
:
collapse
;
text-align
:
center
;
}
form
button
{
...
...
This diff is collapsed.
Click to expand it.
SearchEngine/InvertedIndexSimulator/templates/apps/dataframe.html
View file @
aa5ba11a
...
...
@@ -7,19 +7,18 @@
<link
href=
"../../static/assets/css/dataframe.min.css"
rel=
"stylesheet"
>
<style>
#leftbox
{
text-align
:
center
;
float
:
left
;
white-space
:
nowrap
;
}
#middlebox
{
float
:
left
;
text-align
:
center
;
white-space
:
nowrap
;
}
#middlebox
a
{
}
#middlebox
b
{
float
:
left
;
white-space
:
nowrap
;
}
#rightbox
{
float
:
right
;
text-align
:
left
;
white-space
:
nowrap
;
}
</style>
...
...
@@ -84,7 +83,7 @@
</table>
</div>
<div
id =
"middlebox"
>
<div
id =
"middlebox
b
"
>
<table>
<tr>
<th>
LYRICS
</th>
...
...
@@ -115,7 +114,7 @@
<script>
function
pageRedirect_prev
()
{
window
.
location
.
href
=
"/
home
"
;
window
.
location
.
href
=
"/"
;
}
function
pageRedirect_next
()
{
...
...
This diff is collapsed.
Click to expand it.
SearchEngine/InvertedIndexSimulator/templates/apps/home.html
View file @
aa5ba11a
...
...
@@ -12,7 +12,7 @@
<header>
<div
class=
"jumbotron"
>
<h1>
Song Lyric Search Engine
<br>
- Simulator -
</h1>
<p>
Search engine yang pake inverted index untuk indexing nya
</p>
<p>
Proyek Sistem Temu Balik Informasi 2020
</p>
</div>
</header>
...
...
This diff is collapsed.
Click to expand it.
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