completata revisione con jquery mobile + nuova gestioen visualizzazione buttons
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -21,7 +21,6 @@ namespace XPST
|
||||
}
|
||||
else
|
||||
{
|
||||
//Response.Redirect("Home.aspx");
|
||||
Response.Redirect("barcode.aspx");
|
||||
}
|
||||
}
|
||||
|
||||
+14
-6
@@ -339,7 +339,7 @@
|
||||
border: solid 2px blue;
|
||||
background-color: #88FFFF;
|
||||
font-weight: bold;
|
||||
font-size:20pt;
|
||||
font-size: 20pt;
|
||||
text-align: center;
|
||||
}
|
||||
.btnBarcodeBigWide2
|
||||
@@ -349,7 +349,7 @@
|
||||
border: solid 2px blue;
|
||||
background-color: #FF88FF;
|
||||
font-weight: bold;
|
||||
font-size:20pt;
|
||||
font-size: 20pt;
|
||||
text-align: center;
|
||||
}
|
||||
.btnBarcodeBigWide3
|
||||
@@ -359,7 +359,7 @@
|
||||
border: solid 2px blue;
|
||||
background-color: #FFFF88;
|
||||
font-weight: bold;
|
||||
font-size:20pt;
|
||||
font-size: 20pt;
|
||||
text-align: center;
|
||||
}
|
||||
.btnBarcodeBigWide4
|
||||
@@ -369,7 +369,7 @@
|
||||
border: solid 2px blue;
|
||||
background-color: #F8F8F8;
|
||||
font-weight: bold;
|
||||
font-size:20pt;
|
||||
font-size: 20pt;
|
||||
text-align: center;
|
||||
}
|
||||
.btnBarcodeBigWide5
|
||||
@@ -379,7 +379,7 @@
|
||||
border: solid 2px blue;
|
||||
background-color: #44FF44;
|
||||
font-weight: bold;
|
||||
font-size:20pt;
|
||||
font-size: 20pt;
|
||||
text-align: center;
|
||||
}
|
||||
.btnBarcodeBigWide6
|
||||
@@ -389,7 +389,7 @@
|
||||
border: solid 2px blue;
|
||||
background-color: #FF4444;
|
||||
font-weight: bold;
|
||||
font-size:20pt;
|
||||
font-size: 20pt;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
@@ -549,3 +549,11 @@
|
||||
color: Red;
|
||||
font-weight: bold;
|
||||
}
|
||||
.divSx
|
||||
{
|
||||
float: left;
|
||||
}
|
||||
.divDx
|
||||
{
|
||||
float: right;
|
||||
}
|
||||
|
||||
@@ -0,0 +1,30 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
||||
|
||||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
||||
<!--
|
||||
In the example below, the "SetAttributes" transform will change the value of
|
||||
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
|
||||
finds an atrribute "name" that has a value of "MyDB".
|
||||
|
||||
<connectionStrings>
|
||||
<add name="MyDB"
|
||||
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
|
||||
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
||||
</connectionStrings>
|
||||
-->
|
||||
<system.web>
|
||||
<!--
|
||||
In the example below, the "Replace" transform will replace the entire
|
||||
<customErrors> section of your web.config file.
|
||||
Note that because there is only one customErrors section under the
|
||||
<system.web> node, there is no need to use the "xdt:Locator" attribute.
|
||||
|
||||
<customErrors defaultRedirect="GenericError.htm"
|
||||
mode="RemoteOnly" xdt:Transform="Replace">
|
||||
<error statusCode="500" redirect="InternalError.htm"/>
|
||||
</customErrors>
|
||||
-->
|
||||
</system.web>
|
||||
</configuration>
|
||||
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
||||
|
||||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
||||
<!--
|
||||
In the example below, the "SetAttributes" transform will change the value of
|
||||
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
|
||||
finds an atrribute "name" that has a value of "MyDB".
|
||||
|
||||
<connectionStrings>
|
||||
<add name="MyDB"
|
||||
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
|
||||
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
||||
</connectionStrings>
|
||||
-->
|
||||
<system.web>
|
||||
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
||||
<!--
|
||||
In the example below, the "Replace" transform will replace the entire
|
||||
<customErrors> section of your web.config file.
|
||||
Note that because there is only one customErrors section under the
|
||||
<system.web> node, there is no need to use the "xdt:Locator" attribute.
|
||||
|
||||
<customErrors defaultRedirect="GenericError.htm"
|
||||
mode="RemoteOnly" xdt:Transform="Replace">
|
||||
<error statusCode="500" redirect="InternalError.htm"/>
|
||||
</customErrors>
|
||||
-->
|
||||
</system.web>
|
||||
</configuration>
|
||||
@@ -0,0 +1,31 @@
|
||||
<?xml version="1.0"?>
|
||||
|
||||
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
|
||||
|
||||
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
|
||||
<!--
|
||||
In the example below, the "SetAttributes" transform will change the value of
|
||||
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
|
||||
finds an atrribute "name" that has a value of "MyDB".
|
||||
|
||||
<connectionStrings>
|
||||
<add name="MyDB"
|
||||
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
|
||||
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
|
||||
</connectionStrings>
|
||||
-->
|
||||
<system.web>
|
||||
<compilation xdt:Transform="RemoveAttributes(debug)" />
|
||||
<!--
|
||||
In the example below, the "Replace" transform will replace the entire
|
||||
<customErrors> section of your web.config file.
|
||||
Note that because there is only one customErrors section under the
|
||||
<system.web> node, there is no need to use the "xdt:Locator" attribute.
|
||||
|
||||
<customErrors defaultRedirect="GenericError.htm"
|
||||
mode="RemoteOnly" xdt:Transform="Replace">
|
||||
<error statusCode="500" redirect="InternalError.htm"/>
|
||||
</customErrors>
|
||||
-->
|
||||
</system.web>
|
||||
</configuration>
|
||||
+115
-171
@@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0"?>
|
||||
<!-- FILE DI CONFIGURAZIONE PER APPLICAZIONI STEAMWARE BREMBO IN LOCALE -->
|
||||
<!--
|
||||
Note: As an alternative to hand editing this file you can use the
|
||||
@@ -10,232 +10,176 @@
|
||||
-->
|
||||
<configuration>
|
||||
<configSections>
|
||||
<sectionGroup name="system.web.extensions" type="System.Web.Configuration.SystemWebExtensionsSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
||||
<sectionGroup name="scripting" type="System.Web.Configuration.ScriptingSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
||||
<section name="scriptResourceHandler" type="System.Web.Configuration.ScriptingScriptResourceHandlerSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
|
||||
<sectionGroup name="webServices" type="System.Web.Configuration.ScriptingWebServicesSectionGroup, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35">
|
||||
<section name="jsonSerialization" type="System.Web.Configuration.ScriptingJsonSerializationSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="Everywhere" />
|
||||
<section name="profileService" type="System.Web.Configuration.ScriptingProfileServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
|
||||
<section name="authenticationService" type="System.Web.Configuration.ScriptingAuthenticationServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
|
||||
<section name="roleService" type="System.Web.Configuration.ScriptingRoleServiceSection, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" requirePermission="false" allowDefinition="MachineToApplication" />
|
||||
</sectionGroup>
|
||||
</sectionGroup>
|
||||
</sectionGroup>
|
||||
<!--Area ottimizzazioni FLESK-->
|
||||
<sectionGroup name="Flesk.NET">
|
||||
<section name="HttpCompression" type="Flesk.Accelerator.HttpCompression.ConfigHandler, Flesk.Accelerator" />
|
||||
<section name="ViewStateOptimizer" type="Flesk.Accelerator.Viewstate.ConfigHandler, Flesk.ViewState" />
|
||||
<section name="HttpCompression" type="Flesk.Accelerator.HttpCompression.ConfigHandler, Flesk.Accelerator"/>
|
||||
<section name="ViewStateOptimizer" type="Flesk.Accelerator.Viewstate.ConfigHandler, Flesk.ViewState"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<Flesk.NET>
|
||||
<!--Area Compressione-->
|
||||
<HttpCompression Algorithm="Deflate" CompressionLevel="high" ExcludeContentType="application/x-zip-compressed;image/jpeg;image/png">
|
||||
<UserAgent Required="false">
|
||||
<Exclude Match="Google" />
|
||||
<Exclude Match="Google"/>
|
||||
</UserAgent>
|
||||
<RequestPath>
|
||||
<Exclude Match="\.axd" />
|
||||
<Exclude Match="WebResource\.axd" />
|
||||
<Exclude Match="WebUserControls\WebResource\.axd" />
|
||||
<Exclude Match="WebResource\.axd" />
|
||||
<Exclude Match="WebUserControls\WebResource\.axd" />
|
||||
<Exclude Match="\.asbx" />
|
||||
<Exclude Match="\.axd"/>
|
||||
<Exclude Match="WebResource\.axd"/>
|
||||
<Exclude Match="WebUserControls\WebResource\.axd"/>
|
||||
<Exclude Match="WebResource\.axd"/>
|
||||
<Exclude Match="WebUserControls\WebResource\.axd"/>
|
||||
<Exclude Match="\.asbx"/>
|
||||
<!-- Exclude Microsoft Ajax -->
|
||||
<Exclude Match="ajax/.+\.ashx" />
|
||||
<Exclude Match="ajax/.+\.ashx"/>
|
||||
</RequestPath>
|
||||
<ContentType>
|
||||
<IsText Match="text/.*" />
|
||||
<IsText Match="application/xml" />
|
||||
<IsText Match="image/(vnd\.\w+\.)?svg[\-|\+]xml" />
|
||||
<IsText Match="text/.*"/>
|
||||
<IsText Match="application/xml"/>
|
||||
<IsText Match="image/(vnd\.\w+\.)?svg[\-|\+]xml"/>
|
||||
</ContentType>
|
||||
</HttpCompression>
|
||||
<!--Area ViewState-->
|
||||
<!--
|
||||
The StorageMethod parameter sets the ViewState's storage type.
|
||||
Possible values are :
|
||||
|
||||
- File (saves ViewState into a file, server side)
|
||||
- StoragePath must specify a write enabled server path ( ~ means site root path)
|
||||
If StoragePath is a web path (i.e.: \\MachineName\Dir), when used in webfarms,
|
||||
please add the following line under <system.web>
|
||||
<identity impersonate="true" userName="domain\username" password="userpass"/>
|
||||
|
||||
- Default (default ViewState saving method, sending hidden fields to client side)
|
||||
|
||||
- Session (saves ViewState into a Session variable, server side)
|
||||
|
||||
- SqlServer (saves the ViewState into a database table)
|
||||
- ConnectionString specifies the database connection.
|
||||
- TableName specifies the table in the database where the records will be stored.
|
||||
|
||||
New Option :
|
||||
Compressed="true" or Compressed="false"
|
||||
this will compress the ViewState if StorageMethod is Default or File.
|
||||
so the ViewState's value will be significantly smaller than the original value.
|
||||
Compression method is not suported by StorageMethod="Session"
|
||||
|
||||
-->
|
||||
<ViewStateOptimizer PersistenceHandler="MyNamespace.MyViewstatePersister, MyAssembly" StorageMethod="File" StoragePath="~/Logs/ViewStates" ConnectionString="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User ID=sa;Password=sa" TableName="app_ViewState" Compressed="true" RequestBehavior="EachLoad" ViewStateCleanupInterval="00:30:00" ViewStateFilesMaxAge="00:30:00" />
|
||||
The StorageMethod parameter sets the ViewState's storage type.
|
||||
Possible values are :
|
||||
|
||||
- File (saves ViewState into a file, server side)
|
||||
- StoragePath must specify a write enabled server path ( ~ means site root path)
|
||||
If StoragePath is a web path (i.e.: \\MachineName\Dir), when used in webfarms,
|
||||
please add the following line under <system.web>
|
||||
<identity impersonate="true" userName="domain\username" password="userpass"/>
|
||||
|
||||
- Default (default ViewState saving method, sending hidden fields to client side)
|
||||
|
||||
- Session (saves ViewState into a Session variable, server side)
|
||||
|
||||
- SqlServer (saves the ViewState into a database table)
|
||||
- ConnectionString specifies the database connection.
|
||||
- TableName specifies the table in the database where the records will be stored.
|
||||
|
||||
New Option :
|
||||
Compressed="true" or Compressed="false"
|
||||
this will compress the ViewState if StorageMethod is Default or File.
|
||||
so the ViewState's value will be significantly smaller than the original value.
|
||||
Compression method is not suported by StorageMethod="Session"
|
||||
|
||||
-->
|
||||
<ViewStateOptimizer PersistenceHandler="MyNamespace.MyViewstatePersister, MyAssembly" StorageMethod="File" StoragePath="~/Logs/ViewStates" ConnectionString="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User ID=sa;Password=sa" TableName="app_ViewState" Compressed="true" RequestBehavior="EachLoad" ViewStateCleanupInterval="00:30:00" ViewStateFilesMaxAge="00:30:00"/>
|
||||
</Flesk.NET>
|
||||
<system.web>
|
||||
<globalization uiCulture="auto" enableClientBasedCulture="true" />
|
||||
<pages>
|
||||
<controls>
|
||||
<add tagPrefix="asp" namespace="System.Web.UI" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add tagPrefix="asp" namespace="System.Web.UI.WebControls" assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
</controls>
|
||||
</pages>
|
||||
<compilation debug="true">
|
||||
<globalization uiCulture="auto" enableClientBasedCulture="true"/>
|
||||
<compilation debug="true" targetFramework="4.0">
|
||||
<assemblies>
|
||||
<add assembly="System.Design, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="Microsoft.Web.Services2, Version=2.0.3.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add assembly="System.Security, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.ServiceProcess, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Configuration.Install, Version=2.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A" />
|
||||
<add assembly="System.Core, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add assembly="System.Xml.Linq, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.Data.DataSetExtensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089" />
|
||||
<add assembly="System.Web.Extensions.Design, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add assembly="Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
||||
<add assembly="System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
</assemblies>
|
||||
<buildProviders></buildProviders>
|
||||
<buildProviders/>
|
||||
</compilation>
|
||||
<httpHandlers>
|
||||
<remove verb="*" path="*.asmx" />
|
||||
<add verb="*" path="*.asmx" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add verb="*" path="*_AppService.axd" validate="false" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" validate="false" />
|
||||
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false" />
|
||||
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
|
||||
</httpHandlers>
|
||||
<httpModules>
|
||||
<add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<!--Area FLESK-->
|
||||
<add name="CompressionModule" type="Flesk.Accelerator.Module, Flesk.Accelerator" />
|
||||
<add name="CompressionModule" type="Flesk.Accelerator.Module, Flesk.Accelerator"/>
|
||||
<!--
|
||||
This HttpModule provides automatic cleanup of viewstate files
|
||||
on the start of each session, thus requiring
|
||||
the SessionStateModule to be installed as well.
|
||||
-->
|
||||
<add name="ViewstateCleanupModule" type="Flesk.Accelerator.Viewstate.CleanupModule, Flesk.ViewState" />
|
||||
This HttpModule provides automatic cleanup of viewstate files
|
||||
on the start of each session, thus requiring
|
||||
the SessionStateModule to be installed as well.
|
||||
-->
|
||||
<add name="ViewstateCleanupModule" type="Flesk.Accelerator.Viewstate.CleanupModule, Flesk.ViewState"/>
|
||||
</httpModules>
|
||||
<customErrors mode="Off" />
|
||||
<customErrors mode="Off"/>
|
||||
<!--<customErrors mode="RemoteOnly" defaultRedirect="unauthorized.aspx"/>-->
|
||||
<httpRuntime maxRequestLength="102400" />
|
||||
<httpRuntime maxRequestLength="102400"/>
|
||||
<!-- qui sopra configurato x gestire allegati fino a 100 mb...
|
||||
<httpRuntime
|
||||
<httpRuntime
|
||||
maxRequestLength="102400"
|
||||
executionTimeout="1200"
|
||||
useFullyQualifiedRedirectUrl="false"
|
||||
minFreeThreads="8"
|
||||
minLocalRequestFreeThreads="4"
|
||||
appRequestQueueLimit="100" />
|
||||
-->
|
||||
-->
|
||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>
|
||||
</system.web>
|
||||
<appSettings>
|
||||
<add key="CodModulo" value="XPS" />
|
||||
<add key="dominio" value="steamwarewin" />
|
||||
<add key="_navMaxChar" value="20" />
|
||||
<add key="intUpdatePagina_ms" value="120000" />
|
||||
<add key="_righeDataGrid" value="30" />
|
||||
<add key="_righeDataGridAnagr" value="20" />
|
||||
<add key="_righeDataGridLong" value="20" />
|
||||
<add key="_righeDataGridMed" value="15" />
|
||||
<add key="_righeDataGridShort" value="10" />
|
||||
<add key="_fromEmail" value="xps@steamware.net" />
|
||||
<add key="_logLevel" value="5" />
|
||||
<add key="_logMaxMb" value="30" />
|
||||
<add key="_allowForceUser" value="true" />
|
||||
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx" />
|
||||
<add key="_commonPages" value="menu.aspx" />
|
||||
<add key="_titoloPagina" value="XPS" />
|
||||
<add key="titleApp" value="XPS_titleApp" />
|
||||
<add key="welcomeApp" value="XPS_welcomeApp" />
|
||||
<add key="appName" value="XPS" />
|
||||
<add key="mainRev" value="1.3" />
|
||||
<add key="minRev" value="160" />
|
||||
<add key="copyRight" value="SteamWare © 2008-2012" />
|
||||
<add key="defaultApp" value="XPS_Appl" />
|
||||
<add key="defaultTitle" value="XPS_ShortWelcome" />
|
||||
<add key="defaultBody" value="XPS_LongWelcome" />
|
||||
<add key="_treeMaxChar" value="45" />
|
||||
<add key="_showAllTree" value="false" />
|
||||
<add key="_jumpStart" value="10" />
|
||||
<add key="defDayLeadTime" value="3" />
|
||||
<add key="_adminEmail" value="equa@steamware.net" />
|
||||
<add key="_logDir" value="./logs/" />
|
||||
<add key="_smtpCli" value="keyhammer.ath.cx" />
|
||||
<add key="XPSConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer" />
|
||||
<add key="CodModulo" value="XPS"/>
|
||||
<add key="dominio" value="steamwarewin"/>
|
||||
<add key="_navMaxChar" value="20"/>
|
||||
<add key="intUpdatePagina_ms" value="120000"/>
|
||||
<add key="_righeDataGrid" value="30"/>
|
||||
<add key="_righeDataGridAnagr" value="20"/>
|
||||
<add key="_righeDataGridLong" value="20"/>
|
||||
<add key="_righeDataGridMed" value="15"/>
|
||||
<add key="_righeDataGridShort" value="10"/>
|
||||
<add key="_fromEmail" value="xps@steamware.net"/>
|
||||
<add key="_logLevel" value="5"/>
|
||||
<add key="_logMaxMb" value="30"/>
|
||||
<add key="_allowForceUser" value="true"/>
|
||||
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx"/>
|
||||
<add key="_commonPages" value="menu.aspx"/>
|
||||
<add key="_titoloPagina" value="XPS"/>
|
||||
<add key="appName" value="XPST"/>
|
||||
<add key="mainRev" value="1.3"/>
|
||||
<add key="minRev" value="161"/>
|
||||
<add key="copyRight" value="SteamWare © 2008-2012"/>
|
||||
<add key="defaultApp" value="XPS_Appl"/>
|
||||
<add key="defaultTitle" value="XPS_ShortWelcome"/>
|
||||
<add key="defaultBody" value="XPS_LongWelcome"/>
|
||||
<add key="_treeMaxChar" value="45"/>
|
||||
<add key="_showAllTree" value="false"/>
|
||||
<add key="_jumpStart" value="10"/>
|
||||
<add key="defDayLeadTime" value="3"/>
|
||||
<add key="_adminEmail" value="equa@steamware.net"/>
|
||||
<add key="_logDir" value="./logs/"/>
|
||||
<add key="_smtpCli" value="keyhammer.ath.cx"/>
|
||||
<add key="XPSConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<!--Area barcode-->
|
||||
<add key="bCodeRetMain" value="bcex" />
|
||||
<add key="bCodeRetMain" value="bcex"/>
|
||||
<!-- Setup link a reporting -->
|
||||
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=false&rc:Toolbar=true&IdxObj={3}{4}" />
|
||||
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=false&rc:Toolbar=true&IdxObj={3}{4}"/>
|
||||
<!-- NB: "/" == "%2f" -->
|
||||
<add key="reportingServerAddress" value="10.74.82.217\SQL2008R2" />
|
||||
<add key="reportDir" value="ReportEqua" />
|
||||
<add key="reportName_mod" value="ReportSchedaIdentificazione" />
|
||||
<add key="reportName_lbl" value="LabelEqua" />
|
||||
<add key="reportOpzPdf" value="&rs:Format=PDF" />
|
||||
<add key="printerSchedaIdent" value="PDFCreator" />
|
||||
<add key="printerBarcode" value="PDFCreator" />
|
||||
<add key="reportingServerAddress" value="10.74.82.217\SQL2008R2"/>
|
||||
<add key="reportDir" value="ReportEqua"/>
|
||||
<add key="reportName_mod" value="ReportSchedaIdentificazione"/>
|
||||
<add key="reportName_lbl" value="LabelEqua"/>
|
||||
<add key="reportOpzPdf" value="&rs:Format=PDF"/>
|
||||
<add key="printerSchedaIdent" value="PDFCreator"/>
|
||||
<add key="printerBarcode" value="PDFCreator"/>
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\MDB_Data\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb" />
|
||||
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient" />
|
||||
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\MDB_Data\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
|
||||
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>
|
||||
<system.webServer>
|
||||
<validation validateIntegratedModeConfiguration="false" />
|
||||
<modules>
|
||||
<remove name="ScriptModule" />
|
||||
<add name="ScriptModule" preCondition="managedHandler" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
</modules>
|
||||
<validation validateIntegratedModeConfiguration="false"/>
|
||||
<handlers>
|
||||
<remove name="ScriptHandlerFactory" />
|
||||
<remove name="ScriptHandlerFactoryAppServices" />
|
||||
<remove name="ScriptResource" />
|
||||
<remove name="WebServiceHandlerFactory-Integrated" />
|
||||
<add name="ScriptHandlerFactory" verb="*" path="*.asmx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add name="ScriptHandlerFactoryAppServices" verb="*" path="*_AppService.axd" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add name="ScriptResource" preCondition="integratedMode" verb="GET,HEAD" path="ScriptResource.axd" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
|
||||
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
||||
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
||||
</handlers>
|
||||
</system.webServer>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
|
||||
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Web.Extensions" publicKeyToken="31bf3856ad364e35" />
|
||||
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="System.Web.Extensions.Design" publicKeyToken="31bf3856ad364e35" />
|
||||
<bindingRedirect oldVersion="1.0.0.0-1.1.0.0" newVersion="3.5.0.0" />
|
||||
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
|
||||
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL"/>
|
||||
</dependentAssembly>
|
||||
<!--<dependentAssembly>
|
||||
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518" />
|
||||
</dependentAssembly>-->
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518"/>
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
<system.codedom>
|
||||
<compilers>
|
||||
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CSharp.CSharpCodeProvider,System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
|
||||
<providerOption name="CompilerVersion" value="v3.5" />
|
||||
<providerOption name="WarnAsError" value="false" />
|
||||
</compiler>
|
||||
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.VisualBasic.VBCodeProvider, System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" warningLevel="4">
|
||||
<providerOption name="CompilerVersion" value="v3.5" />
|
||||
<providerOption name="OptionInfer" value="true" />
|
||||
<providerOption name="WarnAsError" value="false" />
|
||||
</compiler>
|
||||
</compilers>
|
||||
</system.codedom>
|
||||
</configuration>
|
||||
@@ -1,27 +0,0 @@
|
||||
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="Compact.master.cs" Inherits="XPST.Compact" %>
|
||||
|
||||
<%@ Register Src="../WebUserControls/mod_menuTopCompact.ascx" TagName="mod_menuTopCompact"
|
||||
TagPrefix="uc1" %>
|
||||
<%@ Register Src="../WebUserControls/mod_currentTask.ascx" TagName="mod_currentTask"
|
||||
TagPrefix="uc2" %>
|
||||
<!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>XPST Term</title>
|
||||
<asp:ContentPlaceHolder ID="head" runat="server">
|
||||
</asp:ContentPlaceHolder>
|
||||
<link href="../Style.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<div class="fullscreen">
|
||||
<uc1:mod_menuTopCompact ID="mod_menuTopCompact1" runat="server" />
|
||||
<div class="taskBanner">
|
||||
<uc2:mod_currentTask ID="mod_currentTask1" runat="server" />
|
||||
</div>
|
||||
<asp:ContentPlaceHolder ID="body" runat="server">
|
||||
</asp:ContentPlaceHolder>
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
@@ -1,15 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
|
||||
namespace XPST
|
||||
{
|
||||
public partial class Compact : System.Web.UI.MasterPage
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,61 +0,0 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.4963
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace XPST {
|
||||
|
||||
|
||||
public partial class Compact {
|
||||
|
||||
/// <summary>
|
||||
/// head control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ContentPlaceHolder head;
|
||||
|
||||
/// <summary>
|
||||
/// form1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_menuTopCompact1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.UserControl mod_menuTopCompact1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_currentTask1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.UserControl mod_currentTask1;
|
||||
|
||||
/// <summary>
|
||||
/// body control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ContentPlaceHolder body;
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,7 @@
|
||||
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="CompactBCode.master.cs"
|
||||
Inherits="XPST.WebMasterPages.CompactBCode" %>
|
||||
<%@ Master Language="C#" AutoEventWireup="true" CodeBehind="CompactBCode.master.cs" Inherits="XPST.WebMasterPages.CompactBCode" %>
|
||||
|
||||
<%@ Register Src="../WebUserControls/mod_menuTopCompact.ascx" TagName="mod_menuTopCompact"
|
||||
TagPrefix="uc1" %>
|
||||
<%@ Register Src="../WebUserControls/mod_currentTask.ascx" TagName="mod_currentTask"
|
||||
TagPrefix="uc2" %>
|
||||
<%@ Register Src="../WebUserControls/mod_menuTopCompact.ascx" TagName="mod_menuTopCompact" TagPrefix="uc1" %>
|
||||
<%@ Register Src="../WebUserControls/mod_footer.ascx" TagName="mod_footer" TagPrefix="uc2" %>
|
||||
<!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 id="Head1" runat="server">
|
||||
@@ -12,26 +9,37 @@
|
||||
<asp:ContentPlaceHolder ID="head" runat="server">
|
||||
</asp:ContentPlaceHolder>
|
||||
<link href="../Style.css" rel="stylesheet" type="text/css" />
|
||||
<script src="Scripts/jquery-1.6.2.min.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
function focus() {
|
||||
$('ctl00_body_mod_barcode1_txtInput').focus();
|
||||
<link href="../Content/jquery.mobile-1.2.0.min.css" rel="stylesheet" type="text/css" />
|
||||
<script src="./Scripts/jquery-1.8.3.min.js" type="text/javascript"></script>
|
||||
<script src="./Scripts/jquery.mobile-1.2.0.min.js" type="text/javascript"></script>
|
||||
<%--<script type="text/javascript">
|
||||
function focusBC() {
|
||||
$('#ctl00_body_mod_barcode1_txtInput').focus();
|
||||
}
|
||||
$(focus);
|
||||
$(document.body).load(focus);
|
||||
</script>
|
||||
|
||||
$(document).live('pageshow', focusBC);
|
||||
</script>--%>
|
||||
</head>
|
||||
<body>
|
||||
<form id="form1" runat="server">
|
||||
<div class="fullscreen">
|
||||
<uc1:mod_menuTopCompact ID="mod_menuTopCompact1" runat="server" />
|
||||
<div class="taskBanner">
|
||||
<uc2:mod_currentTask ID="mod_currentTask1" runat="server" />
|
||||
<div id="indexPage" data-role="page">
|
||||
<script type="text/javascript">
|
||||
function focusBC() {
|
||||
$('#ctl00_body_mod_barcode1_txtInput').focus();
|
||||
}
|
||||
$("#indexPage").live('pageshow', focusBC);
|
||||
</script>
|
||||
<div data-role="header" data-position="fixed">
|
||||
<uc1:mod_menuTopCompact ID="mod_menuTopCompact1" runat="server" />
|
||||
</div>
|
||||
<div data-role="content" style="margin: -10px;">
|
||||
<asp:ContentPlaceHolder ID="body" runat="server">
|
||||
</asp:ContentPlaceHolder>
|
||||
</div>
|
||||
<div data-role="footer" data-position="fixed">
|
||||
<uc2:mod_footer ID="mod_footer1" runat="server" />
|
||||
</div>
|
||||
</div>
|
||||
<asp:ContentPlaceHolder ID="body" runat="server">
|
||||
</asp:ContentPlaceHolder>
|
||||
</div>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
+10
-11
@@ -1,10 +1,9 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.4963
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -49,15 +48,6 @@ namespace XPST.WebMasterPages {
|
||||
/// </remarks>
|
||||
protected global::XPST.WebUserControls.mod_menuTopCompact mod_menuTopCompact1;
|
||||
|
||||
/// <summary>
|
||||
/// mod_currentTask1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::XPST.WebUserControls.mod_currentTask mod_currentTask1;
|
||||
|
||||
/// <summary>
|
||||
/// body control.
|
||||
/// </summary>
|
||||
@@ -66,5 +56,14 @@ namespace XPST.WebMasterPages {
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.ContentPlaceHolder body;
|
||||
|
||||
/// <summary>
|
||||
/// mod_footer1 control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::GPW.WebUserControls.mod_footer mod_footer1;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,19 +1,27 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="XPST.WebUserControls.mod_barcode" Codebehind="mod_barcode.ascx.cs" %>
|
||||
<div style="text-align: center; font-size:20pt;">
|
||||
<div>
|
||||
<asp:TextBox runat="server" ID="txtInput" Width="600px" Font-Size="40pt"
|
||||
ontextchanged="txtInput_TextChanged" />
|
||||
<%@ Control Language="C#" AutoEventWireup="true" Inherits="XPST.WebUserControls.mod_barcode" CodeBehind="mod_barcode.ascx.cs" %>
|
||||
<div style="text-align: center; font-size: 20pt;">
|
||||
<div class="ui-grid-solo">
|
||||
<div style="width: 90%; float: left;">
|
||||
<asp:TextBox runat="server" ID="txtInput" Font-Size="24pt" OnTextChanged="txtInput_TextChanged" TabIndex="1" />
|
||||
</div>
|
||||
<div style="width: 10%; float: right;">
|
||||
<asp:Button ID="btnCerca" data-theme="e" data-iconpos="bottom" data-icon="search" runat="server" data-role="button" Text="cerca" />
|
||||
</div>
|
||||
</div>
|
||||
<asp:Panel runat="server" ID="pnlBarcodeBox" CssClass="">
|
||||
<div style="background-color: #FFE800; padding: 8px; margin: 1px;">
|
||||
<asp:Label runat="server" ID="lblInput" Text="" />
|
||||
<div style="clear:both;">
|
||||
</div>
|
||||
<div style="background-color:#FFC500; padding:8px; margin:1px;">
|
||||
<asp:Label runat="server" ID="lblValore" Text="" />
|
||||
<div class="ui-grid-solo">
|
||||
<asp:Panel runat="server" ID="pnlBarcodeBox" CssClass="">
|
||||
<div style="background-color: #FFE800; padding: 8px; margin: 1px;">
|
||||
<asp:Label runat="server" ID="lblInput" Text="" />
|
||||
</div>
|
||||
<div style="background-color: #FFC500; padding: 8px; margin: 1px;">
|
||||
<asp:Label runat="server" ID="lblValore" Text="" />
|
||||
</div>
|
||||
<div style="background-color: #FF7700; padding: 8px; margin: 1px;">
|
||||
<asp:Label runat="server" ID="lblRichiesta" Text="" Font-Bold="true" />
|
||||
</div>
|
||||
<asp:Label ID="lblBrowser" runat="server" />
|
||||
</asp:Panel>
|
||||
</div>
|
||||
<div style="background-color: #FF7700; padding: 8px; margin: 1px; ">
|
||||
<asp:Label runat="server" ID="lblRichiesta" Text="" Font-Bold="true" />
|
||||
</div>
|
||||
<asp:Label ID="lblBrowser" runat="server" />
|
||||
</asp:Panel>
|
||||
</div>
|
||||
|
||||
@@ -258,6 +258,5 @@ namespace XPST.WebUserControls
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
}
|
||||
}
|
||||
+10
-2
@@ -1,10 +1,9 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.4963
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
@@ -22,6 +21,15 @@ namespace XPST.WebUserControls {
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.TextBox txtInput;
|
||||
|
||||
/// <summary>
|
||||
/// btnCerca control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Button btnCerca;
|
||||
|
||||
/// <summary>
|
||||
/// pnlBarcodeBox control.
|
||||
/// </summary>
|
||||
|
||||
@@ -1,24 +1,25 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_btnComandi.ascx.cs"
|
||||
Inherits="XPST.WebUserControls.mod_btnComandi" %>
|
||||
<div id="1" class="quadro1">
|
||||
<asp:Button ID="btn1" runat="server" CssClass="btnBarcodeBigWide1" OnClick="btn1_Click" />
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_btnComandi.ascx.cs" Inherits="XPST.WebUserControls.mod_btnComandi" %>
|
||||
<div class="ui-grid-a">
|
||||
<div class="ui-block-a">
|
||||
<asp:Button ID="btn1" data-theme="a" data-iconpos="bottom" data-icon="up" runat="server" data-role="button" OnClick="btn1_Click" />
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<asp:Button ID="btn2" data-theme="e" data-iconpos="bottom" data-icon="gear" runat="server" data-role="button" OnClick="btn2_Click" />
|
||||
</div>
|
||||
</div>
|
||||
<div id="2" class="quadro2">
|
||||
<asp:Button ID="btn2" runat="server" CssClass="btnBarcodeBigWide2" OnClick="btn2_Click" />
|
||||
<div class="ui-grid-a">
|
||||
<div class="ui-block-a">
|
||||
<asp:Button ID="btn3" data-theme="e" data-iconpos="bottom" data-icon="star" runat="server" data-role="button" OnClick="btn3_Click" />
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<asp:Button ID="btn4" data-theme="a" data-iconpos="bottom" data-icon="info" runat="server" data-role="button" OnClick="btn4_Click" />
|
||||
</div>
|
||||
</div>
|
||||
<div style="clear: both;" height="0px">
|
||||
</div>
|
||||
<div id="3" class="quadro3">
|
||||
<asp:Button ID="btn3" runat="server" CssClass="btnBarcodeBigWide3" OnClick="btn3_Click" />
|
||||
</div>
|
||||
<div id="4" class="quadro4">
|
||||
<asp:Button ID="btn4" runat="server" CssClass="btnBarcodeBigWide4" OnClick="btn4_Click" />
|
||||
</div>
|
||||
<div style="clear: both;" height="0px">
|
||||
</div>
|
||||
<div id="Div1" class="quadro5">
|
||||
<asp:Button ID="btn5" runat="server" CssClass="btnBarcodeBigWide5" OnClick="btn5_Click" />
|
||||
</div>
|
||||
<div id="Div2" class="quadro6">
|
||||
<asp:Button ID="btn6" runat="server" CssClass="btnBarcodeBigWide6" OnClick="btn6_Click" />
|
||||
<div class="ui-grid-a">
|
||||
<div class="ui-block-a">
|
||||
<asp:Button ID="btn5" data-theme="b" data-iconpos="bottom" data-icon="check" runat="server" data-role="button" OnClick="btn5_Click" />
|
||||
</div>
|
||||
<div class="ui-block-b">
|
||||
<asp:Button ID="btn6" data-theme="c" data-iconpos="bottom" data-icon="delete" runat="server" data-role="button" OnClick="btn6_Click" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -66,17 +66,57 @@ namespace XPST.WebUserControls
|
||||
catch
|
||||
{ }
|
||||
|
||||
switch (currState)
|
||||
{
|
||||
case 1:
|
||||
case 2:
|
||||
case 3:
|
||||
btn1.Enabled = true;
|
||||
btn2.Enabled = false;
|
||||
btn3.Enabled = false;
|
||||
btn4.Enabled = false;
|
||||
break;
|
||||
case 4:
|
||||
btn1.Enabled = false;
|
||||
btn2.Enabled = true;
|
||||
btn3.Enabled = false;
|
||||
btn4.Enabled = false;
|
||||
break;
|
||||
case 5:
|
||||
btn1.Enabled = false;
|
||||
btn2.Enabled = false;
|
||||
btn3.Enabled = true;
|
||||
btn4.Enabled = true;
|
||||
break;
|
||||
case 6:
|
||||
btn1.Enabled = false;
|
||||
btn2.Enabled = false;
|
||||
btn3.Enabled = false;
|
||||
btn4.Enabled = true;
|
||||
break;
|
||||
case 7:
|
||||
btn1.Enabled = false;
|
||||
btn2.Enabled = false;
|
||||
btn3.Enabled = false;
|
||||
btn4.Enabled = true;
|
||||
break;
|
||||
default:
|
||||
btn1.Enabled = false;
|
||||
btn2.Enabled = false;
|
||||
btn3.Enabled = false;
|
||||
btn4.Enabled = false;
|
||||
break;
|
||||
}
|
||||
|
||||
if (currState >= 5)
|
||||
{
|
||||
// controllo se c'è email del cliente...
|
||||
if (emailDest != "")
|
||||
{
|
||||
btn4.Visible = true;
|
||||
btn4.Enabled = true;
|
||||
}
|
||||
else
|
||||
{
|
||||
btn4.Visible = true;
|
||||
btn4.Enabled = false;
|
||||
}
|
||||
// controllo se va indicato email richiesta!
|
||||
@@ -91,10 +131,6 @@ namespace XPST.WebUserControls
|
||||
btn4.Text += string.Format("{0}{1}: {2}", Environment.NewLine, user_std.UtSn.Traduci("emailSent"), emailSent);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
btn4.Visible = false;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// carico da tab i comandi ammessi per il barcode...
|
||||
|
||||
@@ -1,10 +1,9 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.4971
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_currentTask.ascx.cs"
|
||||
Inherits="XPST.WebUserControls.mod_currentTask" %>
|
||||
<div id="title" class="taskBanner">
|
||||
<div style="float: left;">
|
||||
<asp:Label ID="lblTask" runat="server" Text="...wait..." Font-Size="XX-Small" />
|
||||
</div>
|
||||
<div style="float: right;">
|
||||
<asp:Label ID="lblDateTime" runat="server" Text="" Font-Size="XX-Small" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -1,40 +0,0 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using SteamWare;
|
||||
|
||||
namespace XPST.WebUserControls
|
||||
{
|
||||
public partial class mod_currentTask : System.Web.UI.UserControl
|
||||
{
|
||||
|
||||
/// <summary>
|
||||
/// wrapper traduzione termini
|
||||
/// </summary>
|
||||
/// <param name="lemma"></param>
|
||||
/// <returns></returns>
|
||||
public string traduci(string lemma)
|
||||
{
|
||||
return user_std.UtSn.Traduci(lemma);
|
||||
}
|
||||
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
string task = memLayer.ML.StringSessionObj("activeTask");
|
||||
if (task == "")
|
||||
{
|
||||
task = "..." + traduci("waiting") + "...";
|
||||
}
|
||||
lblTask.Text = task;
|
||||
setClock();
|
||||
}
|
||||
|
||||
private void setClock()
|
||||
{
|
||||
lblDateTime.Text = DateTime.Now.ToString("HH:mm:ss");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_footer.ascx.cs" Inherits="GPW.WebUserControls.mod_footer" %>
|
||||
<div data-role="navbar">
|
||||
<div class="divSx" style="color: Yellow;">
|
||||
<asp:Label runat="server" ID="lblLastUpdt" />
|
||||
</div>
|
||||
<div class="divDx" style="color: Yellow;">
|
||||
<asp:Label runat="server" ID="lblVers" />
|
||||
</div>
|
||||
</div>
|
||||
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Web;
|
||||
using System.Web.UI;
|
||||
using System.Web.UI.WebControls;
|
||||
using SteamWare;
|
||||
|
||||
namespace GPW.WebUserControls
|
||||
{
|
||||
public partial class mod_footer : System.Web.UI.UserControl
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
lblLastUpdt.Text = DateTime.Now.ToString("yyyy.MM.dd HH:mm:ss");
|
||||
lblVers.Text = string.Format("vers. {0}.{1}", memLayer.ML.confReadString("mainRev"), memLayer.ML.confReadString("minRev"));
|
||||
}
|
||||
}
|
||||
}
|
||||
+33
-34
@@ -1,34 +1,33 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.4963
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace XPST.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_currentTask {
|
||||
|
||||
/// <summary>
|
||||
/// lblTask control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblTask;
|
||||
|
||||
/// <summary>
|
||||
/// lblDateTime control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblDateTime;
|
||||
}
|
||||
}
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
namespace GPW.WebUserControls {
|
||||
|
||||
|
||||
public partial class mod_footer {
|
||||
|
||||
/// <summary>
|
||||
/// lblLastUpdt control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblLastUpdt;
|
||||
|
||||
/// <summary>
|
||||
/// lblVers control.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Auto-generated field.
|
||||
/// To modify move field declaration from designer file to code-behind file.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.WebControls.Label lblVers;
|
||||
}
|
||||
}
|
||||
@@ -1,4 +1,4 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_menuTopCompact.ascx.cs" Inherits="XPST.WebUserControls.mod_menuTopCompact" %>
|
||||
<div id="titleGMW" style="margin: 0px 0px 0px 0px; background-color: #6666FF; text-align: center;">
|
||||
<asp:Label ID="lblTitolo" runat="server" Text="" Style="color: #FFFFFF; font-size:10pt"/>
|
||||
</div>
|
||||
<div id="titleGMW" style="text-align: center;">
|
||||
<asp:Label ID="lblTitolo" runat="server" Text="" Style="color: #FFFFFF; font-size: 30pt" />
|
||||
</div>
|
||||
|
||||
@@ -12,34 +12,7 @@ namespace XPST.WebUserControls
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
string operatore = "";
|
||||
try
|
||||
{
|
||||
operatore = user_std.UtSn.CognomeNome;
|
||||
}
|
||||
catch
|
||||
{
|
||||
// rimando a login...
|
||||
Response.Redirect("~/Default.aspx");
|
||||
}
|
||||
if (operatore != "")
|
||||
{
|
||||
lblTitolo.Text = string.Format("{0} - {1}", traduci(memLayer.ML.confReadString("titleApp")), operatore);
|
||||
}
|
||||
else
|
||||
{
|
||||
lblTitolo.Text = traduci(memLayer.ML.confReadString("titleApp"));
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// wrapper traduzione termini
|
||||
/// </summary>
|
||||
/// <param name="lemma"></param>
|
||||
/// <returns></returns>
|
||||
public string traduci(string lemma)
|
||||
{
|
||||
return user_std.UtSn.Traduci(lemma);
|
||||
lblTitolo.Text = memLayer.ML.confReadString("appName");
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,10 +1,9 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by a tool.
|
||||
// Runtime Version:2.0.50727.4963
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost if
|
||||
// the code is regenerated.
|
||||
// the code is regenerated.
|
||||
// </auto-generated>
|
||||
//------------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -1,29 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<publishData>
|
||||
<publishTarget publishUrl="http://localhost/XPST/">
|
||||
<file relUrl="barcode.aspx" publishTime="11/04/2011 16:04:12" />
|
||||
<file relUrl="WebUserControls/mod_currentTask.ascx" publishTime="11/04/2011 14:02:28" />
|
||||
<file relUrl="bin/SteamWare.dll" publishTime="10/28/2011 07:53:12" />
|
||||
<file relUrl="WebUserControls/mod_menuTopCompact.ascx" publishTime="11/04/2011 14:01:52" />
|
||||
<file relUrl="WebUserControls/mod_barcode.ascx" publishTime="11/04/2011 17:12:48" />
|
||||
<file relUrl="WebMasterPages/CompactBCode.Master" publishTime="11/04/2011 16:03:48" />
|
||||
<file relUrl="Web.config" publishTime="11/08/2011 08:43:27" />
|
||||
<file relUrl="Style.css" publishTime="11/04/2011 17:13:28" />
|
||||
<file relUrl="bin/Flesk.Accelerator.dll" publishTime="07/26/2011 14:52:32" />
|
||||
<file relUrl="bin/ICSharpCode.SharpZipLib.dll" publishTime="07/25/2011 15:14:09" />
|
||||
<file relUrl="Scripts/jquery-1.6.2-vsdoc.js" publishTime="11/04/2011 14:50:45" />
|
||||
<file relUrl="equaAppSettings.config" publishTime="11/08/2011 08:43:26" />
|
||||
<file relUrl="bin/XPS_data.pdb" publishTime="11/08/2011 08:20:37" />
|
||||
<file relUrl="bin/XPS_data.dll" publishTime="11/08/2011 08:20:37" />
|
||||
<file relUrl="bin/SteamWare.XML" publishTime="11/04/2011 16:45:57" />
|
||||
<file relUrl="WebMasterPages/Compact.Master" publishTime="11/04/2011 14:01:14" />
|
||||
<file relUrl="Scripts/jquery-1.6.2.min.js" publishTime="11/04/2011 14:50:45" />
|
||||
<file relUrl="equaConnectionStrings.config" publishTime="11/07/2011 17:34:01" />
|
||||
<file relUrl="WebUserControls/mod_btnComandi.ascx" publishTime="11/04/2011 16:54:22" />
|
||||
<file relUrl="bin/MDB_Data/si_dt30.mdb" publishTime="10/26/2011 07:36:46" />
|
||||
<file relUrl="bin/SteamWare.pdb" publishTime="11/04/2011 11:39:18" />
|
||||
<file relUrl="Default.aspx" publishTime="11/04/2011 10:53:53" />
|
||||
<file relUrl="bin/XPST.pdb" publishTime="11/08/2011 09:27:38" />
|
||||
<file relUrl="bin/Flesk.ViewState.dll" publishTime="07/26/2011 14:52:31" />
|
||||
<file relUrl="bin/XPST.dll" publishTime="11/08/2011 09:27:38" />
|
||||
</publishTarget>
|
||||
<publishProfile publishUrl="https://10.74.82.218:8172/MsDeploy.axd" deleteExistingFiles="False" ftpAnonymousLogin="False" ftpPassiveMode="True" msdeploySite="Default Web Site/XPST" msdeploySiteID="" msdeployRemoteSitePhysicalPath="" msdeployAllowUntrustedCertificate="True" msdeploySkipExtraFilesOnServer="True" msdeployMarkAsApp="True" profileName="218" publishMethod="MSDeploy" replaceMatchingFiles="True" userName="administrator" savePWD="True" userPWD="AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAAFmNUguGW/kK/L084ZvFUuQAAAAACAAAAAAADZgAAwAAAABAAAADGy4m1VCGLhCyn0HZVlJhaAAAAAASAAACgAAAAEAAAAOhC6sNB5BPslGmWitJVBEMQAAAA6nL9qBVx2ztR2jg0QQUNuhQAAAACEEs11ezlsIj34wbS4t8SB7F1oQ==" SelectedForPublish="True" />
|
||||
</publishData>
|
||||
+50
-28
@@ -26,12 +26,13 @@
|
||||
<AppDesignerFolder>Properties</AppDesignerFolder>
|
||||
<RootNamespace>XPST</RootNamespace>
|
||||
<AssemblyName>XPST</AssemblyName>
|
||||
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<FileUpgradeFlags>
|
||||
</FileUpgradeFlags>
|
||||
<OldToolsVersion>3.5</OldToolsVersion>
|
||||
<UpgradeBackupLocation />
|
||||
<UseIISExpress>false</UseIISExpress>
|
||||
<TargetFrameworkProfile />
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
@@ -53,6 +54,9 @@
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="AjaxMin">
|
||||
<HintPath>..\packages\AjaxMin.4.78.4724.23869\lib\net35\AjaxMin.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="Flesk.Accelerator, Version=1.3.8000.0, Culture=neutral, PublicKeyToken=001f3d0f785ebf55, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\..\..\..\..\..\..\Library\FleskAccelerator\bin\Release\Flesk.Accelerator.dll</HintPath>
|
||||
@@ -67,18 +71,11 @@
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Core">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="System.Data.DataSetExtensions">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="System.Web.Extensions">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml.Linq">
|
||||
<RequiredTargetFramework>3.5</RequiredTargetFramework>
|
||||
</Reference>
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Web.ApplicationServices" />
|
||||
<Reference Include="System.Web.DynamicData" />
|
||||
<Reference Include="System.Web.Entity" />
|
||||
<Reference Include="System.Web.Extensions" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Web" />
|
||||
<Reference Include="System.Xml" />
|
||||
@@ -86,10 +83,27 @@
|
||||
<Reference Include="System.Web.Services" />
|
||||
<Reference Include="System.EnterpriseServices" />
|
||||
<Reference Include="System.Web.Mobile" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="barcode.aspx" />
|
||||
<Content Include="Content\images\ajax-loader.gif" />
|
||||
<Content Include="Content\images\icons-18-black.png" />
|
||||
<Content Include="Content\images\icons-18-white.png" />
|
||||
<Content Include="Content\images\icons-36-black.png" />
|
||||
<Content Include="Content\images\icons-36-white.png" />
|
||||
<Content Include="Content\jquery.mobile-1.2.0.css" />
|
||||
<Content Include="Content\jquery.mobile-1.2.0.min.css" />
|
||||
<Content Include="Content\jquery.mobile.structure-1.2.0.css" />
|
||||
<Content Include="Content\jquery.mobile.structure-1.2.0.min.css" />
|
||||
<Content Include="Content\jquery.mobile.theme-1.2.0.css" />
|
||||
<Content Include="Content\jquery.mobile.theme-1.2.0.min.css" />
|
||||
<Content Include="Default.aspx" />
|
||||
<Content Include="Scripts\jquery-1.8.3-vsdoc.js" />
|
||||
<Content Include="Scripts\jquery-1.8.3.js" />
|
||||
<Content Include="Scripts\jquery-1.8.3.min.js" />
|
||||
<Content Include="Scripts\jquery.mobile-1.2.0.js" />
|
||||
<Content Include="Scripts\jquery.mobile-1.2.0.min.js" />
|
||||
<Content Include="Web.config">
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
@@ -111,13 +125,6 @@
|
||||
<DependentUpon>Default.aspx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||
<Compile Include="WebMasterPages\Compact.Master.cs">
|
||||
<DependentUpon>Compact.Master</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\Compact.Master.designer.cs">
|
||||
<DependentUpon>Compact.Master</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebMasterPages\CompactBCode.Master.cs">
|
||||
<DependentUpon>CompactBCode.Master</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
@@ -139,12 +146,12 @@
|
||||
<Compile Include="WebUserControls\mod_btnComandi.ascx.designer.cs">
|
||||
<DependentUpon>mod_btnComandi.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_currentTask.ascx.cs">
|
||||
<DependentUpon>mod_currentTask.ascx</DependentUpon>
|
||||
<Compile Include="WebUserControls\mod_footer.ascx.cs">
|
||||
<DependentUpon>mod_footer.ascx</DependentUpon>
|
||||
<SubType>ASPXCodeBehind</SubType>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_currentTask.ascx.designer.cs">
|
||||
<DependentUpon>mod_currentTask.ascx</DependentUpon>
|
||||
<Compile Include="WebUserControls\mod_footer.ascx.designer.cs">
|
||||
<DependentUpon>mod_footer.ascx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="WebUserControls\mod_menuTopCompact.ascx.cs">
|
||||
<DependentUpon>mod_menuTopCompact.ascx</DependentUpon>
|
||||
@@ -165,13 +172,10 @@
|
||||
</ProjectReference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Scripts\jquery-1.6.2-vsdoc.js" />
|
||||
<Content Include="Scripts\jquery-1.6.2.min.js" />
|
||||
<Content Include="Style.css" />
|
||||
<Content Include="WebMasterPages\Compact.Master" />
|
||||
<Content Include="WebMasterPages\CompactBCode.Master" />
|
||||
<Content Include="WebUserControls\mod_btnComandi.ascx" />
|
||||
<Content Include="WebUserControls\mod_currentTask.ascx" />
|
||||
<Content Include="WebUserControls\mod_footer.ascx" />
|
||||
<Content Include="WebUserControls\mod_menuTopCompact.ascx" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
@@ -193,6 +197,24 @@
|
||||
<ItemGroup>
|
||||
<Content Include="Scripts\PlaceHolder.file" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="packages.config" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Web.EQUA.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Web.Debug.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Content Include="Web.Release.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -28,3 +28,4 @@ C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\XPS_
|
||||
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\Debug\XPST.pdb
|
||||
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\ICSharpCode.SharpZipLib.pdb
|
||||
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\ICSharpCode.SharpZipLib.xml
|
||||
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\AjaxMin.dll
|
||||
|
||||
Binary file not shown.
@@ -0,0 +1,12 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<parameters>
|
||||
<parameter name="XPS_data.Properties.Settings.si_dt30ConnectionString-Web.config Connection String" description="XPS_data.Properties.Settings.si_dt30ConnectionString Connection String used in web.config by the application to access the database." defaultvalue="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\MDB_Data\si_dt30.mdb;Persist Security Info=True" tags="SqlConnectionString">
|
||||
<parameterEntry kind="XmlFile" scope="C:\\Users\\samuele\\Documents\\Visual\ Studio\ 2010\\Projects\\XPS\\project\\XPST\\obj\\EQUA\\Package\\PackageTmp\\Web\.config$" match="/configuration/connectionStrings/add[@name='XPS_data.Properties.Settings.si_dt30ConnectionString']/@connectionString" />
|
||||
</parameter>
|
||||
<parameter name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString-Web.config Connection String" description="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString Connection String used in web.config by the application to access the database." defaultvalue="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" tags="SqlConnectionString">
|
||||
<parameterEntry kind="XmlFile" scope="C:\\Users\\samuele\\Documents\\Visual\ Studio\ 2010\\Projects\\XPS\\project\\XPST\\obj\\EQUA\\Package\\PackageTmp\\Web\.config$" match="/configuration/connectionStrings/add[@name='XPS_data.Properties.Settings.Equa_AnagraficaConnectionString']/@connectionString" />
|
||||
</parameter>
|
||||
<parameter name="XPS_data.Properties.Settings.Equa_XPSConnectionString-Web.config Connection String" description="XPS_data.Properties.Settings.Equa_XPSConnectionString Connection String used in web.config by the application to access the database." defaultvalue="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" tags="SqlConnectionString">
|
||||
<parameterEntry kind="XmlFile" scope="C:\\Users\\samuele\\Documents\\Visual\ Studio\ 2010\\Projects\\XPS\\project\\XPST\\obj\\EQUA\\Package\\PackageTmp\\Web\.config$" match="/configuration/connectionStrings/add[@name='XPS_data.Properties.Settings.Equa_XPSConnectionString']/@connectionString" />
|
||||
</parameter>
|
||||
</parameters>
|
||||
@@ -0,0 +1,185 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- FILE DI CONFIGURAZIONE PER APPLICAZIONI STEAMWARE BREMBO IN LOCALE -->
|
||||
<!--
|
||||
Note: As an alternative to hand editing this file you can use the
|
||||
web admin tool to configure settings for your application. Use
|
||||
the Website->Asp.Net Configuration option in Visual Studio.
|
||||
A full list of settings and comments can be found in
|
||||
machine.config.comments usually located in
|
||||
\Windows\Microsoft.Net\Framework\v2.x\Config
|
||||
-->
|
||||
<configuration>
|
||||
<configSections>
|
||||
<!--Area ottimizzazioni FLESK-->
|
||||
<sectionGroup name="Flesk.NET">
|
||||
<section name="HttpCompression" type="Flesk.Accelerator.HttpCompression.ConfigHandler, Flesk.Accelerator"/>
|
||||
<section name="ViewStateOptimizer" type="Flesk.Accelerator.Viewstate.ConfigHandler, Flesk.ViewState"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<Flesk.NET>
|
||||
<!--Area Compressione-->
|
||||
<HttpCompression Algorithm="Deflate" CompressionLevel="high" ExcludeContentType="application/x-zip-compressed;image/jpeg;image/png">
|
||||
<UserAgent Required="false">
|
||||
<Exclude Match="Google"/>
|
||||
</UserAgent>
|
||||
<RequestPath>
|
||||
<Exclude Match="\.axd"/>
|
||||
<Exclude Match="WebResource\.axd"/>
|
||||
<Exclude Match="WebUserControls\WebResource\.axd"/>
|
||||
<Exclude Match="WebResource\.axd"/>
|
||||
<Exclude Match="WebUserControls\WebResource\.axd"/>
|
||||
<Exclude Match="\.asbx"/>
|
||||
<!-- Exclude Microsoft Ajax -->
|
||||
<Exclude Match="ajax/.+\.ashx"/>
|
||||
</RequestPath>
|
||||
<ContentType>
|
||||
<IsText Match="text/.*"/>
|
||||
<IsText Match="application/xml"/>
|
||||
<IsText Match="image/(vnd\.\w+\.)?svg[\-|\+]xml"/>
|
||||
</ContentType>
|
||||
</HttpCompression>
|
||||
<!--Area ViewState-->
|
||||
<!--
|
||||
The StorageMethod parameter sets the ViewState's storage type.
|
||||
Possible values are :
|
||||
|
||||
- File (saves ViewState into a file, server side)
|
||||
- StoragePath must specify a write enabled server path ( ~ means site root path)
|
||||
If StoragePath is a web path (i.e.: \\MachineName\Dir), when used in webfarms,
|
||||
please add the following line under <system.web>
|
||||
<identity impersonate="true" userName="domain\username" password="userpass"/>
|
||||
|
||||
- Default (default ViewState saving method, sending hidden fields to client side)
|
||||
|
||||
- Session (saves ViewState into a Session variable, server side)
|
||||
|
||||
- SqlServer (saves the ViewState into a database table)
|
||||
- ConnectionString specifies the database connection.
|
||||
- TableName specifies the table in the database where the records will be stored.
|
||||
|
||||
New Option :
|
||||
Compressed="true" or Compressed="false"
|
||||
this will compress the ViewState if StorageMethod is Default or File.
|
||||
so the ViewState's value will be significantly smaller than the original value.
|
||||
Compression method is not suported by StorageMethod="Session"
|
||||
|
||||
-->
|
||||
<ViewStateOptimizer PersistenceHandler="MyNamespace.MyViewstatePersister, MyAssembly" StorageMethod="File" StoragePath="~/Logs/ViewStates" ConnectionString="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User ID=sa;Password=sa" TableName="app_ViewState" Compressed="true" RequestBehavior="EachLoad" ViewStateCleanupInterval="00:30:00" ViewStateFilesMaxAge="00:30:00"/>
|
||||
</Flesk.NET>
|
||||
<system.web>
|
||||
<globalization uiCulture="auto" enableClientBasedCulture="true"/>
|
||||
<compilation targetFramework="4.0">
|
||||
<assemblies>
|
||||
<add assembly="Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
||||
<add assembly="System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
</assemblies>
|
||||
<buildProviders/>
|
||||
</compilation>
|
||||
<httpHandlers>
|
||||
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
|
||||
</httpHandlers>
|
||||
<httpModules>
|
||||
<!--Area FLESK-->
|
||||
<add name="CompressionModule" type="Flesk.Accelerator.Module, Flesk.Accelerator"/>
|
||||
<!--
|
||||
This HttpModule provides automatic cleanup of viewstate files
|
||||
on the start of each session, thus requiring
|
||||
the SessionStateModule to be installed as well.
|
||||
-->
|
||||
<add name="ViewstateCleanupModule" type="Flesk.Accelerator.Viewstate.CleanupModule, Flesk.ViewState"/>
|
||||
</httpModules>
|
||||
<customErrors mode="Off"/>
|
||||
<!--<customErrors mode="RemoteOnly" defaultRedirect="unauthorized.aspx"/>-->
|
||||
<httpRuntime maxRequestLength="102400"/>
|
||||
<!-- qui sopra configurato x gestire allegati fino a 100 mb...
|
||||
<httpRuntime
|
||||
maxRequestLength="102400"
|
||||
executionTimeout="1200"
|
||||
useFullyQualifiedRedirectUrl="false"
|
||||
minFreeThreads="8"
|
||||
minLocalRequestFreeThreads="4"
|
||||
appRequestQueueLimit="100"/>
|
||||
-->
|
||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>
|
||||
</system.web>
|
||||
<appSettings>
|
||||
<add key="CodModulo" value="XPS"/>
|
||||
<add key="dominio" value="steamwarewin"/>
|
||||
<add key="_navMaxChar" value="20"/>
|
||||
<add key="intUpdatePagina_ms" value="120000"/>
|
||||
<add key="_righeDataGrid" value="30"/>
|
||||
<add key="_righeDataGridAnagr" value="20"/>
|
||||
<add key="_righeDataGridLong" value="20"/>
|
||||
<add key="_righeDataGridMed" value="15"/>
|
||||
<add key="_righeDataGridShort" value="10"/>
|
||||
<add key="_fromEmail" value="xps@steamware.net"/>
|
||||
<add key="_logLevel" value="5"/>
|
||||
<add key="_logMaxMb" value="30"/>
|
||||
<add key="_allowForceUser" value="true"/>
|
||||
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx"/>
|
||||
<add key="_commonPages" value="menu.aspx"/>
|
||||
<add key="_titoloPagina" value="XPS"/>
|
||||
<add key="appName" value="XPST"/>
|
||||
<add key="mainRev" value="1.3"/>
|
||||
<add key="minRev" value="161"/>
|
||||
<add key="copyRight" value="SteamWare © 2008-2012"/>
|
||||
<add key="defaultApp" value="XPS_Appl"/>
|
||||
<add key="defaultTitle" value="XPS_ShortWelcome"/>
|
||||
<add key="defaultBody" value="XPS_LongWelcome"/>
|
||||
<add key="_treeMaxChar" value="45"/>
|
||||
<add key="_showAllTree" value="false"/>
|
||||
<add key="_jumpStart" value="10"/>
|
||||
<add key="defDayLeadTime" value="3"/>
|
||||
<add key="_adminEmail" value="equa@steamware.net"/>
|
||||
<add key="_logDir" value="./logs/"/>
|
||||
<add key="_smtpCli" value="keyhammer.ath.cx"/>
|
||||
<add key="XPSConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<!--Area barcode-->
|
||||
<add key="bCodeRetMain" value="bcex"/>
|
||||
<!-- Setup link a reporting -->
|
||||
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=false&rc:Toolbar=true&IdxObj={3}{4}"/>
|
||||
<!-- NB: "/" == "%2f" -->
|
||||
<add key="reportingServerAddress" value="10.74.82.217\SQL2008R2"/>
|
||||
<add key="reportDir" value="ReportEqua"/>
|
||||
<add key="reportName_mod" value="ReportSchedaIdentificazione"/>
|
||||
<add key="reportName_lbl" value="LabelEqua"/>
|
||||
<add key="reportOpzPdf" value="&rs:Format=PDF"/>
|
||||
<add key="printerSchedaIdent" value="PDFCreator"/>
|
||||
<add key="printerBarcode" value="PDFCreator"/>
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\MDB_Data\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
|
||||
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>
|
||||
<system.webServer>
|
||||
<validation validateIntegratedModeConfiguration="false"/>
|
||||
<handlers>
|
||||
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
||||
</handlers>
|
||||
</system.webServer>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
|
||||
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL"/>
|
||||
</dependentAssembly>
|
||||
<!--<dependentAssembly>
|
||||
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518"/>
|
||||
</dependentAssembly>-->
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518"/>
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
@@ -0,0 +1,185 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- FILE DI CONFIGURAZIONE PER APPLICAZIONI STEAMWARE BREMBO IN LOCALE -->
|
||||
<!--
|
||||
Note: As an alternative to hand editing this file you can use the
|
||||
web admin tool to configure settings for your application. Use
|
||||
the Website->Asp.Net Configuration option in Visual Studio.
|
||||
A full list of settings and comments can be found in
|
||||
machine.config.comments usually located in
|
||||
\Windows\Microsoft.Net\Framework\v2.x\Config
|
||||
-->
|
||||
<configuration>
|
||||
<configSections>
|
||||
<!--Area ottimizzazioni FLESK-->
|
||||
<sectionGroup name="Flesk.NET">
|
||||
<section name="HttpCompression" type="Flesk.Accelerator.HttpCompression.ConfigHandler, Flesk.Accelerator"/>
|
||||
<section name="ViewStateOptimizer" type="Flesk.Accelerator.Viewstate.ConfigHandler, Flesk.ViewState"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<Flesk.NET>
|
||||
<!--Area Compressione-->
|
||||
<HttpCompression Algorithm="Deflate" CompressionLevel="high" ExcludeContentType="application/x-zip-compressed;image/jpeg;image/png">
|
||||
<UserAgent Required="false">
|
||||
<Exclude Match="Google"/>
|
||||
</UserAgent>
|
||||
<RequestPath>
|
||||
<Exclude Match="\.axd"/>
|
||||
<Exclude Match="WebResource\.axd"/>
|
||||
<Exclude Match="WebUserControls\WebResource\.axd"/>
|
||||
<Exclude Match="WebResource\.axd"/>
|
||||
<Exclude Match="WebUserControls\WebResource\.axd"/>
|
||||
<Exclude Match="\.asbx"/>
|
||||
<!-- Exclude Microsoft Ajax -->
|
||||
<Exclude Match="ajax/.+\.ashx"/>
|
||||
</RequestPath>
|
||||
<ContentType>
|
||||
<IsText Match="text/.*"/>
|
||||
<IsText Match="application/xml"/>
|
||||
<IsText Match="image/(vnd\.\w+\.)?svg[\-|\+]xml"/>
|
||||
</ContentType>
|
||||
</HttpCompression>
|
||||
<!--Area ViewState-->
|
||||
<!--
|
||||
The StorageMethod parameter sets the ViewState's storage type.
|
||||
Possible values are :
|
||||
|
||||
- File (saves ViewState into a file, server side)
|
||||
- StoragePath must specify a write enabled server path ( ~ means site root path)
|
||||
If StoragePath is a web path (i.e.: \\MachineName\Dir), when used in webfarms,
|
||||
please add the following line under <system.web>
|
||||
<identity impersonate="true" userName="domain\username" password="userpass"/>
|
||||
|
||||
- Default (default ViewState saving method, sending hidden fields to client side)
|
||||
|
||||
- Session (saves ViewState into a Session variable, server side)
|
||||
|
||||
- SqlServer (saves the ViewState into a database table)
|
||||
- ConnectionString specifies the database connection.
|
||||
- TableName specifies the table in the database where the records will be stored.
|
||||
|
||||
New Option :
|
||||
Compressed="true" or Compressed="false"
|
||||
this will compress the ViewState if StorageMethod is Default or File.
|
||||
so the ViewState's value will be significantly smaller than the original value.
|
||||
Compression method is not suported by StorageMethod="Session"
|
||||
|
||||
-->
|
||||
<ViewStateOptimizer PersistenceHandler="MyNamespace.MyViewstatePersister, MyAssembly" StorageMethod="File" StoragePath="~/Logs/ViewStates" ConnectionString="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User ID=sa;Password=sa" TableName="app_ViewState" Compressed="true" RequestBehavior="EachLoad" ViewStateCleanupInterval="00:30:00" ViewStateFilesMaxAge="00:30:00"/>
|
||||
</Flesk.NET>
|
||||
<system.web>
|
||||
<globalization uiCulture="auto" enableClientBasedCulture="true"/>
|
||||
<compilation targetFramework="4.0">
|
||||
<assemblies>
|
||||
<add assembly="Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
||||
<add assembly="System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
</assemblies>
|
||||
<buildProviders/>
|
||||
</compilation>
|
||||
<httpHandlers>
|
||||
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
|
||||
</httpHandlers>
|
||||
<httpModules>
|
||||
<!--Area FLESK-->
|
||||
<add name="CompressionModule" type="Flesk.Accelerator.Module, Flesk.Accelerator"/>
|
||||
<!--
|
||||
This HttpModule provides automatic cleanup of viewstate files
|
||||
on the start of each session, thus requiring
|
||||
the SessionStateModule to be installed as well.
|
||||
-->
|
||||
<add name="ViewstateCleanupModule" type="Flesk.Accelerator.Viewstate.CleanupModule, Flesk.ViewState"/>
|
||||
</httpModules>
|
||||
<customErrors mode="Off"/>
|
||||
<!--<customErrors mode="RemoteOnly" defaultRedirect="unauthorized.aspx"/>-->
|
||||
<httpRuntime maxRequestLength="102400"/>
|
||||
<!-- qui sopra configurato x gestire allegati fino a 100 mb...
|
||||
<httpRuntime
|
||||
maxRequestLength="102400"
|
||||
executionTimeout="1200"
|
||||
useFullyQualifiedRedirectUrl="false"
|
||||
minFreeThreads="8"
|
||||
minLocalRequestFreeThreads="4"
|
||||
appRequestQueueLimit="100"/>
|
||||
-->
|
||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>
|
||||
</system.web>
|
||||
<appSettings>
|
||||
<add key="CodModulo" value="XPS"/>
|
||||
<add key="dominio" value="steamwarewin"/>
|
||||
<add key="_navMaxChar" value="20"/>
|
||||
<add key="intUpdatePagina_ms" value="120000"/>
|
||||
<add key="_righeDataGrid" value="30"/>
|
||||
<add key="_righeDataGridAnagr" value="20"/>
|
||||
<add key="_righeDataGridLong" value="20"/>
|
||||
<add key="_righeDataGridMed" value="15"/>
|
||||
<add key="_righeDataGridShort" value="10"/>
|
||||
<add key="_fromEmail" value="xps@steamware.net"/>
|
||||
<add key="_logLevel" value="5"/>
|
||||
<add key="_logMaxMb" value="30"/>
|
||||
<add key="_allowForceUser" value="true"/>
|
||||
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx"/>
|
||||
<add key="_commonPages" value="menu.aspx"/>
|
||||
<add key="_titoloPagina" value="XPS"/>
|
||||
<add key="appName" value="XPST"/>
|
||||
<add key="mainRev" value="1.3"/>
|
||||
<add key="minRev" value="161"/>
|
||||
<add key="copyRight" value="SteamWare © 2008-2012"/>
|
||||
<add key="defaultApp" value="XPS_Appl"/>
|
||||
<add key="defaultTitle" value="XPS_ShortWelcome"/>
|
||||
<add key="defaultBody" value="XPS_LongWelcome"/>
|
||||
<add key="_treeMaxChar" value="45"/>
|
||||
<add key="_showAllTree" value="false"/>
|
||||
<add key="_jumpStart" value="10"/>
|
||||
<add key="defDayLeadTime" value="3"/>
|
||||
<add key="_adminEmail" value="equa@steamware.net"/>
|
||||
<add key="_logDir" value="./logs/"/>
|
||||
<add key="_smtpCli" value="keyhammer.ath.cx"/>
|
||||
<add key="XPSConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<!--Area barcode-->
|
||||
<add key="bCodeRetMain" value="bcex"/>
|
||||
<!-- Setup link a reporting -->
|
||||
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=false&rc:Toolbar=true&IdxObj={3}{4}"/>
|
||||
<!-- NB: "/" == "%2f" -->
|
||||
<add key="reportingServerAddress" value="10.74.82.217\SQL2008R2"/>
|
||||
<add key="reportDir" value="ReportEqua"/>
|
||||
<add key="reportName_mod" value="ReportSchedaIdentificazione"/>
|
||||
<add key="reportName_lbl" value="LabelEqua"/>
|
||||
<add key="reportOpzPdf" value="&rs:Format=PDF"/>
|
||||
<add key="printerSchedaIdent" value="PDFCreator"/>
|
||||
<add key="printerBarcode" value="PDFCreator"/>
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="$(ReplacableToken_XPS_data.Properties.Settings.si_dt30ConnectionString-Web.config Connection String_0)" providerName="System.Data.OleDb"/>
|
||||
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="$(ReplacableToken_XPS_data.Properties.Settings.Equa_AnagraficaConnectionString-Web.config Connection String_0)" providerName="System.Data.SqlClient"/>
|
||||
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="$(ReplacableToken_XPS_data.Properties.Settings.Equa_XPSConnectionString-Web.config Connection String_0)" providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>
|
||||
<system.webServer>
|
||||
<validation validateIntegratedModeConfiguration="false"/>
|
||||
<handlers>
|
||||
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
||||
</handlers>
|
||||
</system.webServer>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
|
||||
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL"/>
|
||||
</dependentAssembly>
|
||||
<!--<dependentAssembly>
|
||||
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518"/>
|
||||
</dependentAssembly>-->
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518"/>
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
Binary file not shown.
@@ -0,0 +1,6 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<sitemanifest>
|
||||
<IisApp path="C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\EQUA\Package\PackageTmp" managedRuntimeVersion="v4.0" />
|
||||
<setAcl path="C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\EQUA\Package\PackageTmp" setAclResourceType="Directory" />
|
||||
<setAcl path="C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\EQUA\Package\PackageTmp" setAclUser="anonymousAuthenticationUser" setAclResourceType="Directory" />
|
||||
</sitemanifest>
|
||||
@@ -0,0 +1,185 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- FILE DI CONFIGURAZIONE PER APPLICAZIONI STEAMWARE BREMBO IN LOCALE -->
|
||||
<!--
|
||||
Note: As an alternative to hand editing this file you can use the
|
||||
web admin tool to configure settings for your application. Use
|
||||
the Website->Asp.Net Configuration option in Visual Studio.
|
||||
A full list of settings and comments can be found in
|
||||
machine.config.comments usually located in
|
||||
\Windows\Microsoft.Net\Framework\v2.x\Config
|
||||
-->
|
||||
<configuration>
|
||||
<configSections>
|
||||
<!--Area ottimizzazioni FLESK-->
|
||||
<sectionGroup name="Flesk.NET">
|
||||
<section name="HttpCompression" type="Flesk.Accelerator.HttpCompression.ConfigHandler, Flesk.Accelerator"/>
|
||||
<section name="ViewStateOptimizer" type="Flesk.Accelerator.Viewstate.ConfigHandler, Flesk.ViewState"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<Flesk.NET>
|
||||
<!--Area Compressione-->
|
||||
<HttpCompression Algorithm="Deflate" CompressionLevel="high" ExcludeContentType="application/x-zip-compressed;image/jpeg;image/png">
|
||||
<UserAgent Required="false">
|
||||
<Exclude Match="Google"/>
|
||||
</UserAgent>
|
||||
<RequestPath>
|
||||
<Exclude Match="\.axd"/>
|
||||
<Exclude Match="WebResource\.axd"/>
|
||||
<Exclude Match="WebUserControls\WebResource\.axd"/>
|
||||
<Exclude Match="WebResource\.axd"/>
|
||||
<Exclude Match="WebUserControls\WebResource\.axd"/>
|
||||
<Exclude Match="\.asbx"/>
|
||||
<!-- Exclude Microsoft Ajax -->
|
||||
<Exclude Match="ajax/.+\.ashx"/>
|
||||
</RequestPath>
|
||||
<ContentType>
|
||||
<IsText Match="text/.*"/>
|
||||
<IsText Match="application/xml"/>
|
||||
<IsText Match="image/(vnd\.\w+\.)?svg[\-|\+]xml"/>
|
||||
</ContentType>
|
||||
</HttpCompression>
|
||||
<!--Area ViewState-->
|
||||
<!--
|
||||
The StorageMethod parameter sets the ViewState's storage type.
|
||||
Possible values are :
|
||||
|
||||
- File (saves ViewState into a file, server side)
|
||||
- StoragePath must specify a write enabled server path ( ~ means site root path)
|
||||
If StoragePath is a web path (i.e.: \\MachineName\Dir), when used in webfarms,
|
||||
please add the following line under <system.web>
|
||||
<identity impersonate="true" userName="domain\username" password="userpass"/>
|
||||
|
||||
- Default (default ViewState saving method, sending hidden fields to client side)
|
||||
|
||||
- Session (saves ViewState into a Session variable, server side)
|
||||
|
||||
- SqlServer (saves the ViewState into a database table)
|
||||
- ConnectionString specifies the database connection.
|
||||
- TableName specifies the table in the database where the records will be stored.
|
||||
|
||||
New Option :
|
||||
Compressed="true" or Compressed="false"
|
||||
this will compress the ViewState if StorageMethod is Default or File.
|
||||
so the ViewState's value will be significantly smaller than the original value.
|
||||
Compression method is not suported by StorageMethod="Session"
|
||||
|
||||
-->
|
||||
<ViewStateOptimizer PersistenceHandler="MyNamespace.MyViewstatePersister, MyAssembly" StorageMethod="File" StoragePath="~/Logs/ViewStates" ConnectionString="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User ID=sa;Password=sa" TableName="app_ViewState" Compressed="true" RequestBehavior="EachLoad" ViewStateCleanupInterval="00:30:00" ViewStateFilesMaxAge="00:30:00"/>
|
||||
</Flesk.NET>
|
||||
<system.web>
|
||||
<globalization uiCulture="auto" enableClientBasedCulture="true"/>
|
||||
<compilation debug="true" targetFramework="4.0">
|
||||
<assemblies>
|
||||
<add assembly="Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
||||
<add assembly="System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
</assemblies>
|
||||
<buildProviders/>
|
||||
</compilation>
|
||||
<httpHandlers>
|
||||
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
|
||||
</httpHandlers>
|
||||
<httpModules>
|
||||
<!--Area FLESK-->
|
||||
<add name="CompressionModule" type="Flesk.Accelerator.Module, Flesk.Accelerator"/>
|
||||
<!--
|
||||
This HttpModule provides automatic cleanup of viewstate files
|
||||
on the start of each session, thus requiring
|
||||
the SessionStateModule to be installed as well.
|
||||
-->
|
||||
<add name="ViewstateCleanupModule" type="Flesk.Accelerator.Viewstate.CleanupModule, Flesk.ViewState"/>
|
||||
</httpModules>
|
||||
<customErrors mode="Off"/>
|
||||
<!--<customErrors mode="RemoteOnly" defaultRedirect="unauthorized.aspx"/>-->
|
||||
<httpRuntime maxRequestLength="102400"/>
|
||||
<!-- qui sopra configurato x gestire allegati fino a 100 mb...
|
||||
<httpRuntime
|
||||
maxRequestLength="102400"
|
||||
executionTimeout="1200"
|
||||
useFullyQualifiedRedirectUrl="false"
|
||||
minFreeThreads="8"
|
||||
minLocalRequestFreeThreads="4"
|
||||
appRequestQueueLimit="100" />
|
||||
-->
|
||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>
|
||||
</system.web>
|
||||
<appSettings>
|
||||
<add key="CodModulo" value="XPS"/>
|
||||
<add key="dominio" value="steamwarewin"/>
|
||||
<add key="_navMaxChar" value="20"/>
|
||||
<add key="intUpdatePagina_ms" value="120000"/>
|
||||
<add key="_righeDataGrid" value="30"/>
|
||||
<add key="_righeDataGridAnagr" value="20"/>
|
||||
<add key="_righeDataGridLong" value="20"/>
|
||||
<add key="_righeDataGridMed" value="15"/>
|
||||
<add key="_righeDataGridShort" value="10"/>
|
||||
<add key="_fromEmail" value="xps@steamware.net"/>
|
||||
<add key="_logLevel" value="5"/>
|
||||
<add key="_logMaxMb" value="30"/>
|
||||
<add key="_allowForceUser" value="true"/>
|
||||
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx"/>
|
||||
<add key="_commonPages" value="menu.aspx"/>
|
||||
<add key="_titoloPagina" value="XPS"/>
|
||||
<add key="appName" value="XPST"/>
|
||||
<add key="mainRev" value="1.3"/>
|
||||
<add key="minRev" value="161"/>
|
||||
<add key="copyRight" value="SteamWare © 2008-2012"/>
|
||||
<add key="defaultApp" value="XPS_Appl"/>
|
||||
<add key="defaultTitle" value="XPS_ShortWelcome"/>
|
||||
<add key="defaultBody" value="XPS_LongWelcome"/>
|
||||
<add key="_treeMaxChar" value="45"/>
|
||||
<add key="_showAllTree" value="false"/>
|
||||
<add key="_jumpStart" value="10"/>
|
||||
<add key="defDayLeadTime" value="3"/>
|
||||
<add key="_adminEmail" value="equa@steamware.net"/>
|
||||
<add key="_logDir" value="./logs/"/>
|
||||
<add key="_smtpCli" value="keyhammer.ath.cx"/>
|
||||
<add key="XPSConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<!--Area barcode-->
|
||||
<add key="bCodeRetMain" value="bcex"/>
|
||||
<!-- Setup link a reporting -->
|
||||
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=false&rc:Toolbar=true&IdxObj={3}{4}"/>
|
||||
<!-- NB: "/" == "%2f" -->
|
||||
<add key="reportingServerAddress" value="10.74.82.217\SQL2008R2"/>
|
||||
<add key="reportDir" value="ReportEqua"/>
|
||||
<add key="reportName_mod" value="ReportSchedaIdentificazione"/>
|
||||
<add key="reportName_lbl" value="LabelEqua"/>
|
||||
<add key="reportOpzPdf" value="&rs:Format=PDF"/>
|
||||
<add key="printerSchedaIdent" value="PDFCreator"/>
|
||||
<add key="printerBarcode" value="PDFCreator"/>
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\MDB_Data\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
|
||||
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>
|
||||
<system.webServer>
|
||||
<validation validateIntegratedModeConfiguration="false"/>
|
||||
<handlers>
|
||||
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
||||
</handlers>
|
||||
</system.webServer>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
|
||||
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL"/>
|
||||
</dependentAssembly>
|
||||
<!--<dependentAssembly>
|
||||
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518" />
|
||||
</dependentAssembly>-->
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518"/>
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
@@ -0,0 +1,185 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- FILE DI CONFIGURAZIONE PER APPLICAZIONI STEAMWARE BREMBO IN LOCALE -->
|
||||
<!--
|
||||
Note: As an alternative to hand editing this file you can use the
|
||||
web admin tool to configure settings for your application. Use
|
||||
the Website->Asp.Net Configuration option in Visual Studio.
|
||||
A full list of settings and comments can be found in
|
||||
machine.config.comments usually located in
|
||||
\Windows\Microsoft.Net\Framework\v2.x\Config
|
||||
-->
|
||||
<configuration>
|
||||
<configSections>
|
||||
<!--Area ottimizzazioni FLESK-->
|
||||
<sectionGroup name="Flesk.NET">
|
||||
<section name="HttpCompression" type="Flesk.Accelerator.HttpCompression.ConfigHandler, Flesk.Accelerator"/>
|
||||
<section name="ViewStateOptimizer" type="Flesk.Accelerator.Viewstate.ConfigHandler, Flesk.ViewState"/>
|
||||
</sectionGroup>
|
||||
</configSections>
|
||||
<Flesk.NET>
|
||||
<!--Area Compressione-->
|
||||
<HttpCompression Algorithm="Deflate" CompressionLevel="high" ExcludeContentType="application/x-zip-compressed;image/jpeg;image/png">
|
||||
<UserAgent Required="false">
|
||||
<Exclude Match="Google"/>
|
||||
</UserAgent>
|
||||
<RequestPath>
|
||||
<Exclude Match="\.axd"/>
|
||||
<Exclude Match="WebResource\.axd"/>
|
||||
<Exclude Match="WebUserControls\WebResource\.axd"/>
|
||||
<Exclude Match="WebResource\.axd"/>
|
||||
<Exclude Match="WebUserControls\WebResource\.axd"/>
|
||||
<Exclude Match="\.asbx"/>
|
||||
<!-- Exclude Microsoft Ajax -->
|
||||
<Exclude Match="ajax/.+\.ashx"/>
|
||||
</RequestPath>
|
||||
<ContentType>
|
||||
<IsText Match="text/.*"/>
|
||||
<IsText Match="application/xml"/>
|
||||
<IsText Match="image/(vnd\.\w+\.)?svg[\-|\+]xml"/>
|
||||
</ContentType>
|
||||
</HttpCompression>
|
||||
<!--Area ViewState-->
|
||||
<!--
|
||||
The StorageMethod parameter sets the ViewState's storage type.
|
||||
Possible values are :
|
||||
|
||||
- File (saves ViewState into a file, server side)
|
||||
- StoragePath must specify a write enabled server path ( ~ means site root path)
|
||||
If StoragePath is a web path (i.e.: \\MachineName\Dir), when used in webfarms,
|
||||
please add the following line under <system.web>
|
||||
<identity impersonate="true" userName="domain\username" password="userpass"/>
|
||||
|
||||
- Default (default ViewState saving method, sending hidden fields to client side)
|
||||
|
||||
- Session (saves ViewState into a Session variable, server side)
|
||||
|
||||
- SqlServer (saves the ViewState into a database table)
|
||||
- ConnectionString specifies the database connection.
|
||||
- TableName specifies the table in the database where the records will be stored.
|
||||
|
||||
New Option :
|
||||
Compressed="true" or Compressed="false"
|
||||
this will compress the ViewState if StorageMethod is Default or File.
|
||||
so the ViewState's value will be significantly smaller than the original value.
|
||||
Compression method is not suported by StorageMethod="Session"
|
||||
|
||||
-->
|
||||
<ViewStateOptimizer PersistenceHandler="MyNamespace.MyViewstatePersister, MyAssembly" StorageMethod="File" StoragePath="~/Logs/ViewStates" ConnectionString="Data Source=localhost;Initial Catalog=EQUA_XPS;Persist Security Info=True;User ID=sa;Password=sa" TableName="app_ViewState" Compressed="true" RequestBehavior="EachLoad" ViewStateCleanupInterval="00:30:00" ViewStateFilesMaxAge="00:30:00"/>
|
||||
</Flesk.NET>
|
||||
<system.web>
|
||||
<globalization uiCulture="auto" enableClientBasedCulture="true"/>
|
||||
<compilation targetFramework="4.0">
|
||||
<assemblies>
|
||||
<add assembly="Microsoft.ReportViewer.WinForms, Version=8.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Security, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B77A5C561934E089"/>
|
||||
<add assembly="System.ServiceProcess, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Configuration.Install, Version=4.0.0.0, Culture=neutral, PublicKeyToken=B03F5F7F11D50A3A"/>
|
||||
<add assembly="System.Web.Extensions.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35"/>
|
||||
</assemblies>
|
||||
<buildProviders/>
|
||||
</compilation>
|
||||
<httpHandlers>
|
||||
<add verb="GET,HEAD,POST" path="*.asbx" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" validate="false"/>
|
||||
</httpHandlers>
|
||||
<httpModules>
|
||||
<!--Area FLESK-->
|
||||
<add name="CompressionModule" type="Flesk.Accelerator.Module, Flesk.Accelerator"/>
|
||||
<!--
|
||||
This HttpModule provides automatic cleanup of viewstate files
|
||||
on the start of each session, thus requiring
|
||||
the SessionStateModule to be installed as well.
|
||||
-->
|
||||
<add name="ViewstateCleanupModule" type="Flesk.Accelerator.Viewstate.CleanupModule, Flesk.ViewState"/>
|
||||
</httpModules>
|
||||
<customErrors mode="Off"/>
|
||||
<!--<customErrors mode="RemoteOnly" defaultRedirect="unauthorized.aspx"/>-->
|
||||
<httpRuntime maxRequestLength="102400"/>
|
||||
<!-- qui sopra configurato x gestire allegati fino a 100 mb...
|
||||
<httpRuntime
|
||||
maxRequestLength="102400"
|
||||
executionTimeout="1200"
|
||||
useFullyQualifiedRedirectUrl="false"
|
||||
minFreeThreads="8"
|
||||
minLocalRequestFreeThreads="4"
|
||||
appRequestQueueLimit="100"/>
|
||||
-->
|
||||
<pages controlRenderingCompatibilityVersion="3.5" clientIDMode="AutoID"/>
|
||||
</system.web>
|
||||
<appSettings>
|
||||
<add key="CodModulo" value="XPS"/>
|
||||
<add key="dominio" value="steamwarewin"/>
|
||||
<add key="_navMaxChar" value="20"/>
|
||||
<add key="intUpdatePagina_ms" value="120000"/>
|
||||
<add key="_righeDataGrid" value="30"/>
|
||||
<add key="_righeDataGridAnagr" value="20"/>
|
||||
<add key="_righeDataGridLong" value="20"/>
|
||||
<add key="_righeDataGridMed" value="15"/>
|
||||
<add key="_righeDataGridShort" value="10"/>
|
||||
<add key="_fromEmail" value="xps@steamware.net"/>
|
||||
<add key="_logLevel" value="5"/>
|
||||
<add key="_logMaxMb" value="30"/>
|
||||
<add key="_allowForceUser" value="true"/>
|
||||
<add key="_safePages" value="chLang.aspx#jumper.aspx#unauthorized.aspx#allegati.aspx#forceUser.aspx#login.aspx#test.aspx"/>
|
||||
<add key="_commonPages" value="menu.aspx"/>
|
||||
<add key="_titoloPagina" value="XPS"/>
|
||||
<add key="appName" value="XPST"/>
|
||||
<add key="mainRev" value="1.3"/>
|
||||
<add key="minRev" value="161"/>
|
||||
<add key="copyRight" value="SteamWare © 2008-2012"/>
|
||||
<add key="defaultApp" value="XPS_Appl"/>
|
||||
<add key="defaultTitle" value="XPS_ShortWelcome"/>
|
||||
<add key="defaultBody" value="XPS_LongWelcome"/>
|
||||
<add key="_treeMaxChar" value="45"/>
|
||||
<add key="_showAllTree" value="false"/>
|
||||
<add key="_jumpStart" value="10"/>
|
||||
<add key="defDayLeadTime" value="3"/>
|
||||
<add key="_adminEmail" value="equa@steamware.net"/>
|
||||
<add key="_logDir" value="./logs/"/>
|
||||
<add key="_smtpCli" value="keyhammer.ath.cx"/>
|
||||
<add key="XPSConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="PermessiConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="UtenteCdcConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<add key="VocabolarioConnectionString" value="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Vocabolario;Persist Security Info=True;User id=sa;Password=keyhammer"/>
|
||||
<!--Area barcode-->
|
||||
<add key="bCodeRetMain" value="bcex"/>
|
||||
<!-- Setup link a reporting -->
|
||||
<add key="urlReporting" value="http://{0}/ReportServer?/{1}/{2}&rs:Command=Render&rc:Parameters=false&rc:Toolbar=true&IdxObj={3}{4}"/>
|
||||
<!-- NB: "/" == "%2f" -->
|
||||
<add key="reportingServerAddress" value="10.74.82.217\SQL2008R2"/>
|
||||
<add key="reportDir" value="ReportEqua"/>
|
||||
<add key="reportName_mod" value="ReportSchedaIdentificazione"/>
|
||||
<add key="reportName_lbl" value="LabelEqua"/>
|
||||
<add key="reportOpzPdf" value="&rs:Format=PDF"/>
|
||||
<add key="printerSchedaIdent" value="PDFCreator"/>
|
||||
<add key="printerBarcode" value="PDFCreator"/>
|
||||
</appSettings>
|
||||
<connectionStrings>
|
||||
<add name="XPS_data.Properties.Settings.si_dt30ConnectionString" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|\MDB_Data\si_dt30.mdb;Persist Security Info=True" providerName="System.Data.OleDb"/>
|
||||
<add name="XPS_data.Properties.Settings.Equa_AnagraficaConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
<add name="XPS_data.Properties.Settings.Equa_XPSConnectionString" connectionString="Data Source=10.74.82.217\SQL2008R2;Initial Catalog=Equa_XPS_prod;Persist Security Info=True;User ID=sa;Password=keyhammer" providerName="System.Data.SqlClient"/>
|
||||
</connectionStrings>
|
||||
<system.webServer>
|
||||
<validation validateIntegratedModeConfiguration="false"/>
|
||||
<handlers>
|
||||
<add name="ASBXHandler" verb="GET,HEAD,POST" path="*.asbx" preCondition="integratedMode" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"/>
|
||||
</handlers>
|
||||
</system.webServer>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Microsoft.VisualStudio.Enterprise.ASPNetHelper" publicKeyToken="b03f5f7f11d50a3a" culture="neutral"/>
|
||||
<codeBase version="8.0.0.0" href="file:///C:/Program%20Files/Microsoft%20Visual%20Studio%208/Common7/IDE/PrivateAssemblies/Microsoft.VisualStudio.Enterprise.ASPNetHelper.DLL"/>
|
||||
</dependentAssembly>
|
||||
<!--<dependentAssembly>
|
||||
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518"/>
|
||||
</dependentAssembly>-->
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="ICSharpCode.SharpZipLib" publicKeyToken="1b03e6acf1164f73" culture="neutral"/>
|
||||
<bindingRedirect oldVersion="0.0.0.0-0.86.0.518" newVersion="0.86.0.518"/>
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
@@ -9,3 +9,4 @@ C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\EQUA
|
||||
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\obj\EQUA\XPST.pdb
|
||||
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\ICSharpCode.SharpZipLib.pdb
|
||||
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\ICSharpCode.SharpZipLib.xml
|
||||
C:\Users\samuele\Documents\Visual Studio 2010\Projects\XPS\project\XPST\bin\AjaxMin.dll
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user