Commit 4f516e9a by Juan

anda el reporte maha base

1 parent 04dc0c17
......@@ -10,6 +10,7 @@
<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/pdf3.js') }}"></script>
<script src="{{ url_for('static', filename = 'src/report.js') }}"></script>
<script src="{{ url_for('static', filename = 'src/forms.js') }}"></script>
<link rel="stylesheet" href="{{ url_for('static', filename = 'styles/general.css') }}">
<!--INCLUIMOS LA FUENTE
......@@ -145,6 +146,9 @@
</div>
<div class="PDFButtonContainerFixed">
<button class="PDFButton" id="boton_pdf_maha_reporte2">
MAHA Informe
</button>
<button class="PDFButton" onclick=
"window.open(
compile(
......@@ -154,7 +158,7 @@
.output('bloburl')
)";
>
Pdf Informe
CVA Informe
</button>
<img id="maha" src="{{ url_for('static', filename = 'assets/maha.png') }}" style="display: none;">
</div>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!