Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Alto
/
fenixconsulting
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit c7a76a52
authored
2022-09-26 15:10:22 +0300
by
Скуратович Александр
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Merge branch 'master' of
http://88.99.171.200:10080/SkuratovichAy/fenixconsulting
1 parent
475613c4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
wp-content/themes/fenixmedica/assets/js/script.js
wp-content/themes/fenixmedica/inc/calc.php
wp-content/themes/fenixmedica/assets/js/script.js
View file @
c7a76a5
...
@@ -139,7 +139,7 @@ $(document).ready(
...
@@ -139,7 +139,7 @@ $(document).ready(
for
(
var
x
=
0
;
x
<=
calc_period
;
x
++
)
for
(
var
x
=
0
;
x
<=
calc_period
;
x
++
)
{
{
if
(
x
==
0
)
if
(
x
==
0
)
cols
.
push
(
'<th scope="row">'
+
heads
[
y
]
+
'</th>'
);
cols
.
push
(
'<th scope="row"
class="text-start"
>'
+
heads
[
y
]
+
'</th>'
);
else
else
switch
(
y
|
0
)
switch
(
y
|
0
)
{
{
...
...
wp-content/themes/fenixmedica/inc/calc.php
View file @
c7a76a5
...
@@ -23,11 +23,11 @@ function fenix_calc ($atts, $content)
...
@@ -23,11 +23,11 @@ function fenix_calc ($atts, $content)
'</div>'
.
'</div>'
.
'<div class="mb-3">'
.
'<div class="mb-3">'
.
'<label for="calc_inv_'
.
$atts
[
'id'
]
.
'" class="form-label mb-3">Инвестиции в проект, тыс. руб</label>'
.
'<label for="calc_inv_'
.
$atts
[
'id'
]
.
'" class="form-label mb-3">Инвестиции в проект, тыс. руб</label>'
.
'<input type="number" class="form-control rounded-pill p-2 px-4" id="calc_inv_'
.
$atts
[
'id'
]
.
'" name="calc_inv" required="required" value="
0" min="0" max="1
0000000" />'
.
'<input type="number" class="form-control rounded-pill p-2 px-4" id="calc_inv_'
.
$atts
[
'id'
]
.
'" name="calc_inv" required="required" value="
10000000" min="10000000" max="25
0000000" />'
.
'</div>'
.
'</div>'
.
'<div class="mb-3">'
.
'<div class="mb-3">'
.
'<label for="calc_s_'
.
$atts
[
'id'
]
.
'" class="form-label mb-3">Площадь помещения, м<sup>2</sup></label>'
.
'<label for="calc_s_'
.
$atts
[
'id'
]
.
'" class="form-label mb-3">Площадь помещения, м<sup>2</sup></label>'
.
'<input type="number" class="form-control rounded-pill p-2 px-4" id="calc_s_'
.
$atts
[
'id'
]
.
'" name="calc_s" required="required" value="
250" min="150" max="4
00" />'
.
'<input type="number" class="form-control rounded-pill p-2 px-4" id="calc_s_'
.
$atts
[
'id'
]
.
'" name="calc_s" required="required" value="
500" min="250" max="30
00" />'
.
'</div>'
.
'</div>'
.
'<div class="mb-3">'
.
'<div class="mb-3">'
.
'<label for="calc_period_'
.
$atts
[
'id'
]
.
'" class="form-label mb-3">Срок, год</label>'
.
'<label for="calc_period_'
.
$atts
[
'id'
]
.
'" class="form-label mb-3">Срок, год</label>'
.
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
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 post a comment