Immagine da chiamate
This commit is contained in:
parent
4ce271d570
commit
539f1918a3
@ -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);
|
||||
|
||||
@ -171,6 +171,8 @@ namespace VirtualTask.Controllers
|
||||
{
|
||||
SessionHelper helper = new SessionHelper(this);
|
||||
|
||||
id = "V000000135";
|
||||
|
||||
token = helper.GetStringValue("tok");
|
||||
|
||||
apiUrl = helper.GetStringValue("apiUrl");
|
||||
|
||||
@ -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
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user