Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Luciano Barletta
/
Pruebas-RTO
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 4f516e9a
authored
2024-07-15 15:53:59 -0300
by
Juan
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
anda el reporte maha base
1 parent
04dc0c17
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
templates/form.html
templates/form.html
View file @
4f516e9
...
@@ -10,6 +10,7 @@
...
@@ -10,6 +10,7 @@
<script
src=
"{{ url_for('static', filename = 'src/pdf1.js') }}"
></script>
<script
src=
"{{ url_for('static', filename = 'src/pdf1.js') }}"
></script>
<script
src=
"{{ url_for('static', filename = 'src/pdf2.js') }}"
></script>
<script
src=
"{{ url_for('static', filename = 'src/pdf2.js') }}"
></script>
<script
src=
"{{ url_for('static', filename = 'src/pdf3.js') }}"
></script>
<script
src=
"{{ url_for('static', filename = 'src/pdf3.js') }}"
></script>
<script
src=
"{{ url_for('static', filename = 'src/report.js') }}"
></script>
<script
src=
"{{ url_for('static', filename = 'src/forms.js') }}"
></script>
<script
src=
"{{ url_for('static', filename = 'src/forms.js') }}"
></script>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename = 'styles/general.css') }}"
>
<link
rel=
"stylesheet"
href=
"{{ url_for('static', filename = 'styles/general.css') }}"
>
<!--INCLUIMOS LA FUENTE
<!--INCLUIMOS LA FUENTE
...
@@ -145,6 +146,9 @@
...
@@ -145,6 +146,9 @@
</div>
</div>
<div
class=
"PDFButtonContainerFixed"
>
<div
class=
"PDFButtonContainerFixed"
>
<button
class=
"PDFButton"
id=
"boton_pdf_maha_reporte2"
>
MAHA Informe
</button>
<button
class=
"PDFButton"
onclick=
<button
class=
"PDFButton"
onclick=
"window.open(
"window.open(
compile(
compile(
...
@@ -154,7 +158,7 @@
...
@@ -154,7 +158,7 @@
.output('bloburl')
.output('bloburl')
)"
;
)"
;
>
>
Pdf
Informe
CVA
Informe
</button>
</button>
<img
id=
"maha"
src=
"{{ url_for('static', filename = 'assets/maha.png') }}"
style=
"display: none;"
>
<img
id=
"maha"
src=
"{{ url_for('static', filename = 'assets/maha.png') }}"
style=
"display: none;"
>
</div>
</div>
...
...
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