flusso statico

This commit is contained in:
Marco Audiffredi 2024-04-05 16:12:20 +02:00
parent c4e4cfe1ab
commit c6bf7da408
2 changed files with 7 additions and 5 deletions

View File

@ -5,10 +5,12 @@
Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml"; Layout = "~/Views/Shared/_LayoutAreaRiservata.cshtml";
} }
<div style="text-align:center; width:80%;height:80%;width:100%">
<img src="~/assets/images/diagramma_statico.png" alt="Diagramma di flusso" />
</div>
@*<script src="https://unpkg.com/gojs@2.3.16/release/go.js"></script>
<script src="https://unpkg.com/gojs@2.3.16/release/go.js"></script>
<div id="allSampleContent" class="p-4 w-full" style="text-align:center;"> <div id="allSampleContent" class="p-4 w-full" style="text-align:center;">
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet" type="text/css"> <link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet" type="text/css">
@ -326,7 +328,7 @@
@* <div class="row agy-work-text" style=""> <div class="row agy-work-text" style="">
<div style="float:left;width:20%;font-weight:bold;text-align:center;">Anagrafiche/Codifiche</div> <div style="float:left;width:20%;font-weight:bold;text-align:center;">Anagrafiche/Codifiche</div>
<div style="float:left;width:5%;">&nbsp;</div> <div style="float:left;width:5%;">&nbsp;</div>
<div style="float:left;width:20%;font-weight:bold;text-align:center">Chiamate</div> <div style="float:left;width:20%;font-weight:bold;text-align:center">Chiamate</div>
@ -387,10 +389,10 @@
<div style="float:left;width:20%;">&nbsp;</div> <div style="float:left;width:20%;">&nbsp;</div>
<div style="float:left;width:55%;">&nbsp;</div> <div style="float:left;width:55%;">&nbsp;</div>
</div> </div>
*@
</div> </div>
</div> </div>*@

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB