Immagine da chiamate

This commit is contained in:
michele 2024-10-11 14:49:33 +02:00
parent 4ce271d570
commit 539f1918a3
3 changed files with 20 additions and 2 deletions

View File

@ -463,8 +463,16 @@ namespace VirtualTask.Controllers
}
#endregion DELETE
#region metodi interni
private byte GetImgFromRapp_New()
{
var img = new Byte();
return img;
}
private List<SelectListItem> getImpianti(string impianto)
{
SessionHelper helper = new SessionHelper(this);

View File

@ -171,6 +171,8 @@ namespace VirtualTask.Controllers
{
SessionHelper helper = new SessionHelper(this);
id = "V000000135";
token = helper.GetStringValue("tok");
apiUrl = helper.GetStringValue("apiUrl");

View File

@ -221,8 +221,16 @@
// link = "http://testapi.poloinformatico.it:9001/VIRTU/";
// link = link + item.ser_buono_chiu + ".jpg";
// <td><a href="@link" target="_blank">@item.ser_buono_chiu</a></td>
<td>@item.ser_buono_chiu</td>
// <td>@item.ser_buono_chiu</td>
<td><a href="" onclick="openNewWindow();">@item.ser_buono_chiu</a></td>
<script type="text/javascript">
function openNewWindow() {
window.open("/Rapp_New/Details", "New Window", "top=250,left=2000,height=800,width=800");
}
</script>
}
else
{