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 475613c4
authored
2022-09-23 17:00:27 +0300
by
Alto
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Отобразил доп поля
1 parent
00dc19e7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
wp-content/themes/fenixmedica/inc/calc.php
wp-content/themes/fenixmedica/inc/calc.php
View file @
475613c
...
@@ -17,11 +17,11 @@ function fenix_calc ($atts, $content)
...
@@ -17,11 +17,11 @@ function fenix_calc ($atts, $content)
'<div class="row">'
.
'<div class="row">'
.
'<h1>'
.
$atts
[
'title'
]
.
'</h1>'
.
'<h1>'
.
$atts
[
'title'
]
.
'</h1>'
.
'<div class="col-12 col-md-3">'
.
'<div class="col-12 col-md-3">'
.
'<div class="mb-3
d-none
">'
.
'<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_credit_'
.
$atts
[
'id'
]
.
'" name="calc_credit" required="required" value="8329753" min="0" max="10000000" />'
.
'<input type="number" class="form-control rounded-pill p-2 px-4" id="calc_credit_'
.
$atts
[
'id'
]
.
'" name="calc_credit" required="required" value="8329753" min="0" max="10000000" />'
.
'</div>'
.
'</div>'
.
'<div class="mb-3
d-none
">'
.
'<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="10000000" />'
.
'<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="10000000" />'
.
'</div>'
.
'</div>'
.
...
@@ -38,7 +38,7 @@ function fenix_calc ($atts, $content)
...
@@ -38,7 +38,7 @@ function fenix_calc ($atts, $content)
'<input type="number" class="form-control rounded-pill p-2 px-4" id="calc_discont_'
.
$atts
[
'id'
]
.
'" name="calc_discont" required="required" value="15" min="0" max="100" />'
.
'<input type="number" class="form-control rounded-pill p-2 px-4" id="calc_discont_'
.
$atts
[
'id'
]
.
'" name="calc_discont" required="required" value="15" min="0" max="100" />'
.
'</div>'
.
'</div>'
.
'</div>'
.
'</div>'
.
'<div class="col-12 col-md-9">'
.
'<div class="col-12 col-md-9
text-center
">'
.
'<table class="table table-striped table-hover table-bordered table_result"></table>'
.
'<table class="table table-striped table-hover table-bordered table_result"></table>'
.
(
(
has_post_thumbnail
(
$post
->
ID
)
?
has_post_thumbnail
(
$post
->
ID
)
?
...
...
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