Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Poduptime
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
noplanman
Poduptime
Commits
66b31dee
Commit
66b31dee
authored
Dec 04, 2020
by
dmorley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minify
parent
00664144
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
3 deletions
+5
-3
css/poduptime.min.css
css/poduptime.min.css
+1
-0
index.php
index.php
+3
-3
js/podup.min.js
js/podup.min.js
+1
-0
No files found.
css/poduptime.min.css
0 → 100644
View file @
66b31dee
body
{
font-family
:
helvetica
,
sans-serif
;
font-weight
:
400
;
--black
:
#0e0e0e
;
--lgrey
:
#7a94a4
;
--grey
:
#36454f
;
--white
:
#f8f8ff
}
a
.white
{
color
:
var
(
--white
)}
span
.white
{
color
:
var
(
--white
)}
a
{
color
:
var
(
--black
)}
.bg-blue
{
background-color
:
var
(
--black
)
!important
}
.bg-grey
{
background-color
:
var
(
--lgrey
)
!important
}
.main
{
padding-top
:
4px
}
.placeholders
{
margin-bottom
:
30px
;
text-align
:
center
}
.placeholders
h4
{
margin-bottom
:
0
}
.placeholder
{
margin-bottom
:
20px
}
.placeholder
img
{
border-radius
:
50%
;
display
:
inline-block
}
.tfont
{
font-size
:
16px
}
.smlogo
{
background
:
0
0
;
display
:
inline-block
}
#map
{
height
:
580px
}
.mycluster
{
width
:
35px
;
height
:
35px
;
text-align
:
left
;
font-size
:
17px
;
background
:
url(/node_modules/leaflet/dist/images/marker-icon-2x.png)
repeat-y
100%
100%
;
background-size
:
25px
37px
}
.icon
{
color
:
red
}
.tablesorter-pager
.btn-group-sm
.btn
{
font-size
:
1.2em
}
.tablesorter-filter-row
td
{
background-color
:
#eee
;
line-height
:
normal
;
text-align
:
center
;
-webkit-transition
:
line-height
.1s
ease
;
-moz-transition
:
line-height
.1s
ease
;
-o-transition
:
line-height
.1s
ease
;
transition
:
line-height
.1s
ease
}
.tablesorter-filter-row
.disabled
{
opacity
:
.5
;
filter
:
alpha
(
opacity
=
50
);
cursor
:
not-allowed
}
.tablesorter-filter-row.hideme
td
{
padding
:
1px
;
margin
:
0
;
line-height
:
0
;
cursor
:
pointer
}
.tablesorter-filter-row.hideme
*
{
height
:
1px
;
min-height
:
0
;
border
:
0
;
padding
:
0
;
margin
:
0
;
opacity
:
0
;
filter
:
alpha
(
opacity
=
0
)}
.tablesorter-filter
{
width
:
98%
;
height
:
inherit
;
margin
:
1px
;
padding
:
1px
;
background-color
:
#fff
;
border
:
1px
solid
#bbb
;
color
:
#333
;
-webkit-box-sizing
:
border-box
;
-moz-box-sizing
:
border-box
;
box-sizing
:
border-box
;
-webkit-transition
:
height
.1s
ease
;
-moz-transition
:
height
.1s
ease
;
-o-transition
:
height
.1s
ease
;
transition
:
height
.1s
ease
}
.pagination
{
display
:
inline-block
;
color
:
#000
;
float
:
left
;
padding
:
2px
8px
;
margin
:
0
4px
;
text-decoration
:
none
;
transition
:
background-color
.3s
;
border
:
1px
solid
#ddd
;
cursor
:
pointer
}
.pagination.disabled
{
color
:
#f0f0f0
}
.pagedisplay
{
display
:
inline-block
;
color
:
#000
;
float
:
left
;
padding
:
2px
8px
!important
;
margin
:
0
4px
;
text-decoration
:
none
;
transition
:
background-color
.3s
;
cursor
:
pointer
;
width
:
200px
;
height
:
30px
}
.tablesorter-header
{
background-size
:
10px
15px
!important
;
background-color
:
var
(
--grey
)
!important
;
color
:
#fff
}
.columnSelectorWrapper
{
position
:
relative
;
display
:
none
}
.columnSelector
,
.hidden
{
display
:
none
}
#colSelect1
:checked
~
#columnSelector
{
display
:
block
}
.columnSelector
{
width
:
290px
;
position
:
absolute
;
top
:
40px
;
padding
:
10px
;
background
:
#fff
;
border
:
#000
1px
solid
;
border-radius
:
5px
;
z-index
:
1400
;
right
:
1px
}
.columnSelector
label
{
display
:
inline-flex
}
.columnSelector
label
:nth-child
(
1
)
{
border
:
#000
solid
1px
}
.columnSelector
input
{
margin
:
5px
}
.columnSelector
.disabled
{
color
:
#ddd
}
.loadingtable
{
width
:
100%
;
height
:
300px
;
background-color
:
#fff
;
position
:
fixed
;
margin
:
0
;
padding
:
0
;
z-index
:
1500
}
.signal
{
border
:
4px
solid
#000
;
border-radius
:
50px
;
height
:
40px
;
left
:
40px
;
margin
:
-20px
0
0
-20px
;
opacity
:
0
;
position
:
absolute
;
top
:
160px
;
width
:
40px
;
animation
:
pulsate
1s
ease-out
;
animation-iteration-count
:
10
}
.loadingmessage
{
left
:
1%
;
position
:
absolute
;
top
:
19%
;
color
:
#000
}
@keyframes
pulsate
{
0
%
{
transform
:
scale
(
.1
);
opacity
:
0
}
50
%
{
opacity
:
1
}
100
%
{
transform
:
scale
(
1.2
);
opacity
:
0
}}
.featherlight-close-icon
{
font-size
:
30px
}
.featherlight-loading
.featherlight-content
{
animation
:
pulsate
1s
ease-out
;
animation-iteration-count
:
infinite
;
border
:
5px
solid
#fff
;
border-radius
:
30px
;
height
:
30px
;
margin
:
-15px
0
0
-15px
;
position
:
absolute
;
width
:
30px
}
.featherlight-loading
.featherlight-content
>*
{
display
:
none
!important
}
.featherlight-loading
.featherlight-close
,
.featherlight-loading
.featherlight-inner
{
display
:
none
}
.tooltip
{
pointer-events
:
none
}
.navbar
{
background-color
:
var
(
--grey
)}
.url
{
max-width
:
99%
;
text-overflow
:
ellipsis
;
overflow
:
hidden
;
display
:
inline-block
;
white-space
:
nowrap
}
\ No newline at end of file
index.php
View file @
66b31dee
...
...
@@ -54,9 +54,9 @@ $software_all = !empty($subdomain) ? ucwords($subdomain) : 'All';
<meta
name=
"description"
content=
"
<?php
echo
$software
?>
Pod
<?php
echo
$input
?>
Live Status. Find a
<?php
echo
$software
?>
pod to sign up for, rate pods, find one close to you!"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
<link
rel=
"stylesheet"
href=
"node_modules/bootstrap/dist/css/bootstrap.min.css"
>
<link
rel=
"stylesheet"
href=
"css/poduptime.css"
>
<link
rel=
"stylesheet"
href=
"css/poduptime.
min.
css"
>
<link
rel=
"stylesheet"
href=
"node_modules/tablesorter/dist/css/theme.bootstrap_4.min.css"
>
<link
rel=
"stylesheet"
href=
"node_modules/ion-rangeslider/css/ion.rangeSlider.css"
>
<link
rel=
"stylesheet"
href=
"node_modules/ion-rangeslider/css/ion.rangeSlider.
min.
css"
>
<link
rel=
"stylesheet"
href=
"node_modules/featherlight/release/featherlight.min.css"
>
<link
rel=
"stylesheet"
href=
"node_modules/fork-awesome/css/fork-awesome.min.css"
>
<script
defer
src=
"node_modules/jquery/dist/jquery.min.js"
></script>
...
...
@@ -202,7 +202,7 @@ foreach ($csoftwares as $csoftware => $details) {
<?php
$statsview
&&
printf
(
'<script src="node_modules/chart.js/dist/Chart.min.js"></script>'
);
$statsview
&&
include_once
__DIR__
.
'/statsviewjs.php'
;
$fullview
&&
printf
(
'<script defer src="js/podup.js"></script>'
);
$fullview
&&
printf
(
'<script defer src="js/podup.
min.
js"></script>'
);
?>
</body>
</html>
js/podup.min.js
0 → 100644
View file @
66b31dee
var
$table
=
$
(
'
.tablesorter
'
),
pagerOptions
=
{
container
:
$
(
"
.pager
"
),
output
:
'
{startRow} - {endRow} of {filteredRows} total
'
,
removeRows
:
false
,
size
:
15
,
savePages
:
true
,
cssPageSize
:
'
.pagesize
'
};
$table
.
tablesorter
({
theme
:
'
bootstrap
'
,
headerTemplate
:
'
{content} {icon}
'
,
widthFixed
:
true
,
widgets
:[
'
columnSelector
'
,
'
zebra
'
,
'
columns
'
,
'
filter
'
,
'
saveSort
'
],
widgetOptions
:{
columnSelector_container
:
$
(
'
#columnSelector
'
),
columnSelector_saveColumns
:
true
,
columnSelector_layout
:
'
<label><input type="checkbox">{name}</label>
'
,
columnSelector_layoutCustomizer
:
null
,
columnSelector_name
:
'
data-selector-name
'
,
columnSelector_mediaquery
:
true
,
columnSelector_mediaqueryName
:
'
Auto
'
,
columnSelector_mediaqueryState
:
true
,
columnSelector_mediaqueryHidden
:
true
,
columnSelector_breakpoints
:[
'
20em
'
,
'
30em
'
,
'
40em
'
,
'
50em
'
,
'
60em
'
,
'
70em
'
]}}).
tablesorterPager
(
pagerOptions
);
$
(
document
).
ready
(
function
(){
$
(
'
.columnssimple
'
).
on
(
'
click
'
,
function
(){
$
(
'
table
'
).
trigger
(
'
refreshColumnSelector
'
,
true
);
$
(
'
#colSelect1
'
).
prop
(
'
checked
'
,
false
);
$
(
'
.columnSelectorWrapper
'
).
hide
();
$
(
'
.columnssimple
'
).
hide
();
$
(
'
.resetfilters
'
).
hide
();
$
(
'
.pagesize
'
).
hide
();
$
(
'
.columnsadvanced
'
).
show
().
css
(
'
display
'
,
'
inline-block
'
);
$
(
'
table
'
).
trigger
(
'
filterReset
'
);});
$
(
'
.columnsadvanced
'
).
on
(
'
click
'
,
function
(){
$
(
'
table
'
).
trigger
(
'
refreshColumnSelector
'
,[
'
columns
'
,[
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
11
,
12
,
13
,
14
,
15
,
16
,
17
,
19
,
22
,
23
,
24
]]);
$
(
'
#colSelect1
'
).
prop
(
'
checked
'
,
false
);
$
(
'
.columnSelectorWrapper
'
).
show
().
css
(
'
display
'
,
'
inline-block
'
);
$
(
'
.columnssimple
'
).
show
().
css
(
'
display
'
,
'
inline-block
'
);
$
(
'
.resetfilters
'
).
show
().
css
(
'
display
'
,
'
inline-block
'
);
$
(
'
.pagesize
'
).
show
().
css
(
'
display
'
,
'
inline-block
'
);
$
(
'
.columnsadvanced
'
).
hide
();});
$
(
'
.resetfilters
'
).
on
(
'
click
'
,
function
(){
$
(
'
table
'
).
trigger
(
'
filterReset
'
);});
var
software
=
$
(
'
input:input[name="software"]
'
).
val
();
$
.
get
(
'
tabledata.php?software=
'
+
software
,
function
(
html
){
$
(
'
table tbody
'
).
append
(
html
);
$
(
'
table
'
).
trigger
(
'
update
'
,[
true
]);
$
(
'
.loadingtable
'
).
slideToggle
(
'
slow
'
);})});
\ No newline at end of file
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