MAJ des liens
This commit is contained in:
parent
5b19cb2984
commit
c7da8e1159
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…
Add table
Add a link
Reference in a new issue