43 lines
1.2 KiB
Plaintext
43 lines
1.2 KiB
Plaintext
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="offline.aspx.cs" Inherits="offline" %>
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
|
<head runat="server">
|
|
<title>VIEW Gestione stampe</title>
|
|
<style type="text/css">
|
|
.style1
|
|
{
|
|
width: 100%;
|
|
}
|
|
.style2
|
|
{
|
|
height: 67px;
|
|
}
|
|
.style3
|
|
{
|
|
height: 178px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<form id="form1" runat="server">
|
|
<table class="style1" style="width: 100%; height: 469px" width="100%">
|
|
<tr>
|
|
<td align="center" class="style3">
|
|
<asp:Image ID="Image1" runat="server"
|
|
ImageUrl="~/Images/work-in-progress.gif" />
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center" class="style2">
|
|
<asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Size="X-Large"
|
|
Text="La funzionalità è momentaneamente non disponibile."></asp:Label>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<br />
|
|
</form>
|
|
</body>
|
|
</html>
|