MAJ des liens

main
Paul Schneider 9 years ago
parent c174187b9f
commit 5734e680fa
1 changed files with 3 additions and 2 deletions

@ -39,11 +39,12 @@
<a asp-action="Index">@SR["Back to List"]</a> |
@{ var filenametex = $"estimate-{Model.Id}.tex" ;
var filenamepdf = $"estimate-{Model.Id}.pdf" ;}
<a href="~/api/pdfestimate/gettex/@Model.Id" >Export au format LaTeX</a> |
<a href="~/api/pdfestimate/estimate-@(Model.Id).tex" >Export au format LaTeX</a>
<form action="~/api/pdfestimate/gen/@Model.Id" method="GET">
<form action="~/api/pdfestimate/gen/@Model.Id" method="POST">
<input type="submit" value="Générer le Pdf"/>
</form>
<a href="~/api/pdfestimate/get/@(Model.Id)" >Télécharger le document</a>
</p>

Loading…