Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
pm
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
milanoscaloromana
pm
Commits
1e2a4f1f
Commit
1e2a4f1f
authored
5 years ago
by
Alessandro Caridi
Browse files
Options
Downloads
Patches
Plain Diff
aggiunge grafico pm25 + cambia img centralina
parent
ed6e2aa4
No related branches found
No related tags found
1 merge request
!3
aggiunge grafico pm25 + cambia img centralina
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
public/assets/LW12TERPM.jpg
+0
-0
0 additions, 0 deletions
public/assets/LW12TERPM.jpg
public/fcub.js
+1
-1
1 addition, 1 deletion
public/fcub.js
public/index.html
+6
-2
6 additions, 2 deletions
public/index.html
with
7 additions
and
3 deletions
public/assets/LW12TERPM.jpg
+
0
−
0
View replaced file @
ed6e2aa4
View file @
1e2a4f1f
132 KiB
|
W:
|
H:
34.5 KiB
|
W:
|
H:
2-up
Swipe
Onion skin
This diff is collapsed.
Click to expand it.
public/fcub.js
+
1
−
1
View file @
1e2a4f1f
...
@@ -2,7 +2,7 @@ $(document).ready(function() {
...
@@ -2,7 +2,7 @@ $(document).ready(function() {
var
today
=
new
Date
();
var
today
=
new
Date
();
var
month
=
today
.
getMonth
()
+
1
;
var
month
=
today
.
getMonth
()
+
1
;
var
basename
=
today
.
getFullYear
()
+
''
+
(
month
<
10
?
'
0
'
+
month
:
month
);
var
basename
=
today
.
getFullYear
()
+
''
+
(
month
<
10
?
'
0
'
+
month
:
month
);
var
charts
=
[{
n
:
'
pm
'
,
p
:
''
},
{
n
:
'
rh
'
,
p
:
'
RH_
'
},{
n
:
'
temp
'
,
p
:
'
TEMP_
'
}];
var
charts
=
[{
n
:
'
pm25
'
,
p
:
'
pm25_
'
},
{
n
:
'
pm
'
,
p
:
''
},
{
n
:
'
rh
'
,
p
:
'
RH_
'
},{
n
:
'
temp
'
,
p
:
'
TEMP_
'
}];
var
insertImage
=
function
(
wrapper
,
img
)
{
var
insertImage
=
function
(
wrapper
,
img
)
{
$
(
wrapper
).
empty
().
append
(
img
);
$
(
wrapper
).
empty
().
append
(
img
);
};
};
...
...
This diff is collapsed.
Click to expand it.
public/index.html
+
6
−
2
View file @
1e2a4f1f
...
@@ -37,15 +37,19 @@
...
@@ -37,15 +37,19 @@
<div
class=
"mb-4 col-12 col-md-6 text-center"
>
<div
class=
"mb-4 col-12 col-md-6 text-center"
>
<img
alt=
"Centralina"
title=
"Fuori come un balcone!"
src=
"assets/LW12TERPM.jpg"
class=
"img-fluid centralina"
/>
<img
alt=
"Centralina"
title=
"Fuori come un balcone!"
src=
"assets/LW12TERPM.jpg"
class=
"img-fluid centralina"
/>
</div>
</div>
<div
id=
"pm-wrapper"
class=
"chart mb-4 col-12 col-md-6 text-center"
>
<div
id=
"pm
25
-wrapper"
class=
"chart mb-4 col-12 col-md-6 text-center"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
class=
"row"
>
<div
id=
"
rh
-wrapper"
class=
"chart mb-4 col-12 col-md-6 text-center"
>
<div
id=
"
pm
-wrapper"
class=
"chart mb-4 col-12 col-md-6 text-center"
>
</div>
</div>
<div
id=
"temp-wrapper"
class=
"chart mb-4 col-12 col-md-6 text-center"
>
<div
id=
"temp-wrapper"
class=
"chart mb-4 col-12 col-md-6 text-center"
>
</div>
</div>
</div>
</div>
<div
class=
"row"
>
<div
id=
"rh-wrapper"
class=
"chart mb-4 col-12 col-md-6 text-center"
>
</div>
</div>
</div>
</div>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"link-twitter mt-4 p-2 text-center"
>
<div
class=
"link-twitter mt-4 p-2 text-center"
>
...
...
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