Aggiunta legenda schema colori magazzino
git-svn-id: https://keyhammer.ath.cx/svn/GMW/trunk@164 365432ac-a1b5-4ffd-bb28-6d3099d32164
This commit is contained in:
BIN
Binary file not shown.
@@ -860,6 +860,7 @@
|
||||
<Content Include="images\recycle_red_l.png" />
|
||||
<Content Include="images\recycle_red_m.png" />
|
||||
<Content Include="images\recycle_red_s.png" />
|
||||
<Content Include="images\SchemaMag.png" />
|
||||
<Content Include="images\Start_16.png" />
|
||||
<Content Include="images\Start_22.png" />
|
||||
<Content Include="images\Start_32.png" />
|
||||
|
||||
+1
-1
@@ -62,7 +62,7 @@
|
||||
<add key="appName" value="GMW" />
|
||||
<add key="SiteName" value="Ambivere"/>
|
||||
<add key="mainRev" value="1.0" />
|
||||
<add key="minRev" value="145" />
|
||||
<add key="minRev" value="150" />
|
||||
<add key="copyRight" value="SteamWare © 2010" />
|
||||
<add key="_allowForceUser" value="true" />
|
||||
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx" />
|
||||
|
||||
@@ -1,7 +1,10 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_dettCelleBlocco.ascx.cs"
|
||||
Inherits="GMW.WebUserControls.mod_dettCelleBlocco" %>
|
||||
<asp:Table runat="server" ID="tblBlocco" Width="100%" CellPadding="0" CellSpacing="0">
|
||||
</asp:Table>
|
||||
<div style="text-align: center;">
|
||||
<asp:Button runat="server" ID="btnReset" Text="reset" Width="200px" OnClick="btnReset_Click" Visible="false" />
|
||||
<asp:Table runat="server" ID="tblBlocco" Width="100%" CellPadding="0" CellSpacing="0">
|
||||
</asp:Table>
|
||||
</div>
|
||||
<div style="text-align: center;">
|
||||
<asp:Button runat="server" ID="btnReset" Text="reset" Width="200px" OnClick="btnReset_Click"
|
||||
Visible="false" />
|
||||
</div>
|
||||
|
||||
@@ -63,6 +63,44 @@
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" valign="top">
|
||||
<div style="text-align: center; border: solid 1px #696969;">
|
||||
<b>Legenda</b>
|
||||
<table cellpadding="4" cellspacing="4" style="font-weight: bold;">
|
||||
<tr>
|
||||
<td class="cellaPiena" style="width: 80px; height: 20px;">
|
||||
Piena
|
||||
</td>
|
||||
<td class="cellaOccupata" style="width: 80px; height: 20px;">
|
||||
Occupata
|
||||
</td>
|
||||
<td class="cellaLibera" style="width: 80px; height: 20px;">
|
||||
Libera
|
||||
</td>
|
||||
<td class="cellaInattiva" style="width: 80px; height: 20px;">
|
||||
Bloccata
|
||||
</td>
|
||||
<td style="width: 2px; height: 20px;">
|
||||
|
||||
</td>
|
||||
<td class="selectedCell" style="width: 80px; height: 20px;">
|
||||
Selezionata (modifica)
|
||||
</td>
|
||||
<td style="width: 2px; height: 20px;">
|
||||
|
||||
</td>
|
||||
<td class="cellaSelezAll" style="width: 80px; height: 20px;">
|
||||
Selezione SX
|
||||
</td>
|
||||
<td class="cellaSelezDett" style="width: 80px; height: 20px;">
|
||||
Selezione DX
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
@@ -1,15 +1,23 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_main_help" Codebehind="mod_main_help.ascx.cs" %>
|
||||
<table id="Table7" cellspacing="1" cellpadding="1" width="100%" border="0">
|
||||
<tr>
|
||||
<td class="UnauthAppTitle"><asp:Label id="lblAppl" runat="server" CssClass="ShadowText" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Label id="lblTitle" CssClass="UnauthTitle" runat="server" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Label id="lblMess" CssClass="UnauthMess" runat="server" /></td>
|
||||
</tr>
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="mod_main_help" CodeBehind="mod_main_help.ascx.cs" %>
|
||||
<table id="Table7" cellspacing="1" cellpadding="1" width="100%" border="0" style="background-color: White;">
|
||||
<tr>
|
||||
<td class="UnauthAppTitle">
|
||||
<asp:Label ID="lblAppl" runat="server" CssClass="ShadowText" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Label ID="lblTitle" CssClass="UnauthTitle" runat="server" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Label ID="lblMess" CssClass="UnauthMess" runat="server" />
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<asp:Image runat="server" ImageUrl="~/images/SchemaMag.png" />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 35 KiB |
@@ -7,7 +7,7 @@
|
||||
<add key="appName" value="GMW"/>
|
||||
<add key="SiteName" value="Ambivere"/>
|
||||
<add key="mainRev" value="1.0"/>
|
||||
<add key="minRev" value="145" />
|
||||
<add key="minRev" value="150" />
|
||||
<add key="copyRight" value="SteamWare © 2010"/>
|
||||
<add key="_allowForceUser" value="true" />
|
||||
<add key="_safePages" value="jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx#istruzioni.aspx#Test.aspx"/>
|
||||
|
||||
Binary file not shown.
@@ -349,14 +349,14 @@
|
||||
{
|
||||
"Name" = "8:Microsoft Visual Studio"
|
||||
"ProductName" = "8:GMW"
|
||||
"ProductCode" = "8:{1CFBE864-33A2-4BC6-ACD6-DE24EBD8749C}"
|
||||
"PackageCode" = "8:{B28EF48D-BB27-4B65-9C02-AD78BC657D8D}"
|
||||
"ProductCode" = "8:{E54463DF-6607-479B-BB24-0E680C2EC34D}"
|
||||
"PackageCode" = "8:{AF95C4CF-1ADA-40B3-B21A-1217A4118029}"
|
||||
"UpgradeCode" = "8:{C9BC0732-DC92-4336-BAC9-A05A5D2A97C0}"
|
||||
"RestartWWWService" = "11:TRUE"
|
||||
"RemovePreviousVersions" = "11:TRUE"
|
||||
"DetectNewerInstalledVersion" = "11:TRUE"
|
||||
"InstallAllUsers" = "11:FALSE"
|
||||
"ProductVersion" = "8:1.0.145"
|
||||
"ProductVersion" = "8:1.0.150"
|
||||
"Manufacturer" = "8:SteamWare s.r.l."
|
||||
"ARPHELPTELEPHONE" = "8:+39-035460560"
|
||||
"ARPHELPLINK" = "8:http://www.steamware.net"
|
||||
@@ -801,7 +801,7 @@
|
||||
{
|
||||
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_4FD0E5B75A7F47B79080EC0983BE6583"
|
||||
{
|
||||
"SourcePath" = "8:..\\..\\SetDirectoryPermission\\obj\\Release\\SetDirectoryPermission.exe"
|
||||
"SourcePath" = "8:..\\..\\SetDirectoryPermission\\obj\\Debug\\SetDirectoryPermission.exe"
|
||||
"TargetName" = "8:"
|
||||
"Tag" = "8:"
|
||||
"Folder" = "8:_5606017201AE45B480A8ABD8B8D68264"
|
||||
@@ -829,7 +829,7 @@
|
||||
}
|
||||
"{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_8BDD7AA9D46A46EC80880F83F13C902E"
|
||||
{
|
||||
"SourcePath" = "8:..\\..\\IISCustomActionVB\\IISConsoleVB\\obj\\Release\\IISConsoleVB.exe"
|
||||
"SourcePath" = "8:..\\..\\IISCustomActionVB\\IISConsoleVB\\obj\\Debug\\IISConsoleVB.exe"
|
||||
"TargetName" = "8:"
|
||||
"Tag" = "8:"
|
||||
"Folder" = "8:_5606017201AE45B480A8ABD8B8D68264"
|
||||
|
||||
Reference in New Issue
Block a user