update x help con controllo lingua utente
This commit is contained in:
@@ -44,6 +44,23 @@
|
||||
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
||||
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'SomaschiniUSA|AnyCPU'">
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<DefineConstants>TRACE</DefineConstants>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<CodeAnalysisLogFile>bin\GIM_data.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
||||
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
||||
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
||||
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
||||
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
||||
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
||||
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
|
||||
Binary file not shown.
+1937
-1690
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -0,0 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<publishData>
|
||||
<publishProfile publishUrl="https://10.74.82.218:8172/MsDeploy.axd" deleteExistingFiles="False" ftpAnonymousLogin="False" ftpPassiveMode="True" msdeploySite="Default Web Site/WebGIM" msdeploySiteID="" msdeployRemoteSitePhysicalPath="" msdeployAllowUntrustedCertificate="True" msdeploySkipExtraFilesOnServer="True" msdeployMarkAsApp="True" profileName="218" publishMethod="MSDeploy" replaceMatchingFiles="True" userName="samuele" savePWD="True" userPWD="AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAADfdPkbM5mUeaV6YvQx8NEwAAAAACAAAAAAADZgAAwAAAABAAAADlCYjFFvzSZes6DVdoDHvPAAAAAASAAACgAAAAEAAAAK66imnsr3lYMHl6RlwLaPYQAAAArhQ3FNNAxrbXFQ59NsI+QBQAAAD5zw6dj2bqGSTpBYCBGv/9RmcMPw==" SelectedForPublish="False" />
|
||||
<publishProfile publishUrl="https://winlab.steamware.net:8172/MsDeploy.axd" deleteExistingFiles="False" ftpAnonymousLogin="False" ftpPassiveMode="True" msdeploySite="Default Web Site/WebGIM" msdeploySiteID="" msdeployRemoteSitePhysicalPath="" msdeployAllowUntrustedCertificate="True" msdeploySkipExtraFilesOnServer="True" msdeployMarkAsApp="True" profileName="WinLab" publishMethod="MSDeploy" replaceMatchingFiles="True" userName="Administrator" savePWD="True" userPWD="AQAAANCMnd8BFdERjHoAwE/Cl+sBAAAADfdPkbM5mUeaV6YvQx8NEwAAAAACAAAAAAADZgAAwAAAABAAAAA/tNUTMx2aPO/TMNb5PH5qAAAAAASAAACgAAAAEAAAAAJb5Iy3trKT4zmRJUqir30YAAAA9O77zB5hfNy9oJKYz0A5y3CHkv8J2KIYFAAAANq6ss3kld8PPTCBRTqOHAk4rEUl" SelectedForPublish="True" />
|
||||
</publishData>
|
||||
@@ -60,6 +60,21 @@
|
||||
<DesktopBuildPackageLocation>obj\Somaschini\Package\WebGIM.zip</DesktopBuildPackageLocation>
|
||||
<DeployIisAppPath>Sito Web Predefinito/WebGIM</DeployIisAppPath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'SomaschiniUSA|AnyCPU'">
|
||||
<OutputPath>bin\</OutputPath>
|
||||
<Optimize>true</Optimize>
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<PlatformTarget>AnyCPU</PlatformTarget>
|
||||
<CodeAnalysisLogFile>bin\GIM_site.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
|
||||
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
|
||||
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
|
||||
<ErrorReport>prompt</ErrorReport>
|
||||
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
|
||||
<CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
|
||||
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets>
|
||||
<CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
|
||||
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
@@ -158,6 +173,200 @@
|
||||
<Content Include="gestioneCausali.aspx" />
|
||||
<Content Include="gestUtentiGIM.aspx" />
|
||||
<Content Include="help.aspx" />
|
||||
<Content Include="help\IT\content.css" />
|
||||
<Content Include="help\IT\delos.css" />
|
||||
<Content Include="help\IT\frame_10_maincontent.html" />
|
||||
<Content Include="help\IT\frame_11_maincontent.html" />
|
||||
<Content Include="help\IT\frame_14_maincontent.html" />
|
||||
<Content Include="help\IT\frame_15_maincontent.html" />
|
||||
<Content Include="help\IT\frame_17_maincontent.html" />
|
||||
<Content Include="help\IT\frame_18_maincontent.html" />
|
||||
<Content Include="help\IT\frame_19_maincontent.html" />
|
||||
<Content Include="help\IT\frame_23_maincontent.html" />
|
||||
<Content Include="help\IT\frame_25_maincontent.html" />
|
||||
<Content Include="help\IT\frame_26_maincontent.html" />
|
||||
<Content Include="help\IT\frame_30_maincontent.html" />
|
||||
<Content Include="help\IT\frame_31_maincontent.html" />
|
||||
<Content Include="help\IT\frame_33_maincontent.html" />
|
||||
<Content Include="help\IT\frame_34_maincontent.html" />
|
||||
<Content Include="help\IT\frame_35_maincontent.html" />
|
||||
<Content Include="help\IT\frame_69_maincontent.html" />
|
||||
<Content Include="help\IT\frame_70_maincontent.html" />
|
||||
<Content Include="help\IT\frame_8_maincontent.html" />
|
||||
<Content Include="help\IT\frame_toc.html" />
|
||||
<Content Include="help\IT\fullscreen_205.html" />
|
||||
<Content Include="help\IT\fullscreen_251.html" />
|
||||
<Content Include="help\IT\fullscreen_253.html" />
|
||||
<Content Include="help\IT\fullscreen_254.html" />
|
||||
<Content Include="help\IT\fullscreen_255.html" />
|
||||
<Content Include="help\IT\images\._download.gif" />
|
||||
<Content Include="help\IT\images\._enlarge.gif" />
|
||||
<Content Include="help\IT\images\._icon_lm.gif" />
|
||||
<Content Include="help\IT\images\._icon_lm_s.gif" />
|
||||
<Content Include="help\IT\images\._icon_pg.gif" />
|
||||
<Content Include="help\IT\images\._icon_pg_s.gif" />
|
||||
<Content Include="help\IT\images\._icon_st.gif" />
|
||||
<Content Include="help\IT\images\._icon_st_s.gif" />
|
||||
<Content Include="help\IT\images\._nav_arr_L.gif" />
|
||||
<Content Include="help\IT\images\._nav_arr_R.gif" />
|
||||
<Content Include="help\IT\images\browser\._blank.gif" />
|
||||
<Content Include="help\IT\images\browser\._minus.gif" />
|
||||
<Content Include="help\IT\images\browser\._plus.gif" />
|
||||
<Content Include="help\IT\images\browser\blank.gif" />
|
||||
<Content Include="help\IT\images\browser\minus.gif" />
|
||||
<Content Include="help\IT\images\browser\plus.gif" />
|
||||
<Content Include="help\IT\images\download.gif" />
|
||||
<Content Include="help\IT\images\enlarge.gif" />
|
||||
<Content Include="help\IT\images\icon_lm.gif" />
|
||||
<Content Include="help\IT\images\icon_lm_s.gif" />
|
||||
<Content Include="help\IT\images\icon_pg.gif" />
|
||||
<Content Include="help\IT\images\icon_pg_s.gif" />
|
||||
<Content Include="help\IT\images\icon_st.gif" />
|
||||
<Content Include="help\IT\images\icon_st_s.gif" />
|
||||
<Content Include="help\IT\images\nav_arr_L.gif" />
|
||||
<Content Include="help\IT\images\nav_arr_R.gif" />
|
||||
<Content Include="help\IT\index.html" />
|
||||
<Content Include="help\IT\lm_pg_10.html" />
|
||||
<Content Include="help\IT\lm_pg_11.html" />
|
||||
<Content Include="help\IT\lm_pg_14.html" />
|
||||
<Content Include="help\IT\lm_pg_15.html" />
|
||||
<Content Include="help\IT\lm_pg_17.html" />
|
||||
<Content Include="help\IT\lm_pg_18.html" />
|
||||
<Content Include="help\IT\lm_pg_19.html" />
|
||||
<Content Include="help\IT\lm_pg_23.html" />
|
||||
<Content Include="help\IT\lm_pg_25.html" />
|
||||
<Content Include="help\IT\lm_pg_26.html" />
|
||||
<Content Include="help\IT\lm_pg_30.html" />
|
||||
<Content Include="help\IT\lm_pg_31.html" />
|
||||
<Content Include="help\IT\lm_pg_33.html" />
|
||||
<Content Include="help\IT\lm_pg_34.html" />
|
||||
<Content Include="help\IT\lm_pg_35.html" />
|
||||
<Content Include="help\IT\lm_pg_69.html" />
|
||||
<Content Include="help\IT\lm_pg_70.html" />
|
||||
<Content Include="help\IT\lm_pg_8.html" />
|
||||
<Content Include="help\IT\media_169.html" />
|
||||
<Content Include="help\IT\media_172.html" />
|
||||
<Content Include="help\IT\media_174.html" />
|
||||
<Content Include="help\IT\media_175.html" />
|
||||
<Content Include="help\IT\media_176.html" />
|
||||
<Content Include="help\IT\media_177.html" />
|
||||
<Content Include="help\IT\media_178.html" />
|
||||
<Content Include="help\IT\media_179.html" />
|
||||
<Content Include="help\IT\media_180.html" />
|
||||
<Content Include="help\IT\media_181.html" />
|
||||
<Content Include="help\IT\media_182.html" />
|
||||
<Content Include="help\IT\media_183.html" />
|
||||
<Content Include="help\IT\media_184.html" />
|
||||
<Content Include="help\IT\media_185.html" />
|
||||
<Content Include="help\IT\media_186.html" />
|
||||
<Content Include="help\IT\media_187.html" />
|
||||
<Content Include="help\IT\media_188.html" />
|
||||
<Content Include="help\IT\media_189.html" />
|
||||
<Content Include="help\IT\media_190.html" />
|
||||
<Content Include="help\IT\media_191.html" />
|
||||
<Content Include="help\IT\media_192.html" />
|
||||
<Content Include="help\IT\media_194.html" />
|
||||
<Content Include="help\IT\media_195.html" />
|
||||
<Content Include="help\IT\media_196.html" />
|
||||
<Content Include="help\IT\media_197.html" />
|
||||
<Content Include="help\IT\media_198.html" />
|
||||
<Content Include="help\IT\media_201.html" />
|
||||
<Content Include="help\IT\media_202.html" />
|
||||
<Content Include="help\IT\media_203.html" />
|
||||
<Content Include="help\IT\media_204.html" />
|
||||
<Content Include="help\IT\media_205.html" />
|
||||
<Content Include="help\IT\media_206.html" />
|
||||
<Content Include="help\IT\media_208.html" />
|
||||
<Content Include="help\IT\media_250.html" />
|
||||
<Content Include="help\IT\media_251.html" />
|
||||
<Content Include="help\IT\media_253.html" />
|
||||
<Content Include="help\IT\media_254.html" />
|
||||
<Content Include="help\IT\media_255.html" />
|
||||
<Content Include="help\IT\media_313.html" />
|
||||
<Content Include="help\IT\media_314.html" />
|
||||
<Content Include="help\IT\media_318.html" />
|
||||
<Content Include="help\IT\media_319.html" />
|
||||
<Content Include="help\IT\media_320.html" />
|
||||
<Content Include="help\IT\media_321.html" />
|
||||
<Content Include="help\IT\media_323.html" />
|
||||
<Content Include="help\IT\media_324.html" />
|
||||
<Content Include="help\IT\mobs\mm_169\._home.png" />
|
||||
<Content Include="help\IT\mobs\mm_169\home.png" />
|
||||
<Content Include="help\IT\mobs\mm_172\._ambiti3.png" />
|
||||
<Content Include="help\IT\mobs\mm_172\ambiti3.png" />
|
||||
<Content Include="help\IT\mobs\mm_174\._ambiti2.png" />
|
||||
<Content Include="help\IT\mobs\mm_174\ambiti2.png" />
|
||||
<Content Include="help\IT\mobs\mm_175\._priorita.png" />
|
||||
<Content Include="help\IT\mobs\mm_175\priorita.png" />
|
||||
<Content Include="help\IT\mobs\mm_176\._reparti.png" />
|
||||
<Content Include="help\IT\mobs\mm_176\reparti.png" />
|
||||
<Content Include="help\IT\mobs\mm_177\._macchine.png" />
|
||||
<Content Include="help\IT\mobs\mm_177\macchine.png" />
|
||||
<Content Include="help\IT\mobs\mm_178\._cancellazione.png" />
|
||||
<Content Include="help\IT\mobs\mm_178\cancellazione.png" />
|
||||
<Content Include="help\IT\mobs\mm_179\._ricerca.png" />
|
||||
<Content Include="help\IT\mobs\mm_179\ricerca.png" />
|
||||
<Content Include="help\IT\mobs\mm_180\._macchine_reparti.png" />
|
||||
<Content Include="help\IT\mobs\mm_180\macchine_reparti.png" />
|
||||
<Content Include="help\IT\mobs\mm_181\._richiesta.png" />
|
||||
<Content Include="help\IT\mobs\mm_181\richiesta.png" />
|
||||
<Content Include="help\IT\mobs\mm_182\._elencoRichieste.png" />
|
||||
<Content Include="help\IT\mobs\mm_182\elencoRichieste.png" />
|
||||
<Content Include="help\IT\mobs\mm_183\._mtzGenerale.png" />
|
||||
<Content Include="help\IT\mobs\mm_183\mtzGenerale.png" />
|
||||
<Content Include="help\IT\mobs\mm_184\._mtzProgrammata.png" />
|
||||
<Content Include="help\IT\mobs\mm_184\mtzProgrammata.png" />
|
||||
<Content Include="help\IT\mobs\mm_185\._iconaCestino.png" />
|
||||
<Content Include="help\IT\mobs\mm_185\iconaCestino.png" />
|
||||
<Content Include="help\IT\mobs\mm_186\._mtz1Read.png" />
|
||||
<Content Include="help\IT\mobs\mm_186\mtz1Read.png" />
|
||||
<Content Include="help\IT\mobs\mm_187\._pulsantiEditMtz.png" />
|
||||
<Content Include="help\IT\mobs\mm_187\pulsantiEditMtz.png" />
|
||||
<Content Include="help\IT\mobs\mm_188\._pulsantiEditMtz2.png" />
|
||||
<Content Include="help\IT\mobs\mm_188\pulsantiEditMtz2.png" />
|
||||
<Content Include="help\IT\mobs\mm_189\._dettInterventi.png" />
|
||||
<Content Include="help\IT\mobs\mm_189\dettInterventi.png" />
|
||||
<Content Include="help\IT\mobs\mm_190\._aperturaImpianti.png" />
|
||||
<Content Include="help\IT\mobs\mm_190\aperturaImpianti.png" />
|
||||
<Content Include="help\IT\mobs\mm_191\._festivita.png" />
|
||||
<Content Include="help\IT\mobs\mm_191\festivita.png" />
|
||||
<Content Include="help\IT\mobs\mm_192\._elencoMacchine.png" />
|
||||
<Content Include="help\IT\mobs\mm_192\elencoMacchine.png" />
|
||||
<Content Include="help\IT\mobs\mm_194\._mtbfmttr.png" />
|
||||
<Content Include="help\IT\mobs\mm_194\mtbfmttr.png" />
|
||||
<Content Include="help\IT\mobs\mm_195\._richiestaItervento.png" />
|
||||
<Content Include="help\IT\mobs\mm_195\richiestaItervento.png" />
|
||||
<Content Include="help\IT\mobs\mm_196\._selettore.png" />
|
||||
<Content Include="help\IT\mobs\mm_196\selettore.png" />
|
||||
<Content Include="help\IT\mobs\mm_197\._mtzProgrammata.png" />
|
||||
<Content Include="help\IT\mobs\mm_197\mtzProgrammata.png" />
|
||||
<Content Include="help\IT\mobs\mm_198\logosw.png" />
|
||||
<Content Include="help\IT\mobs\mm_201\Immagine 1.png" />
|
||||
<Content Include="help\IT\mobs\mm_202\Immagine 2.png" />
|
||||
<Content Include="help\IT\mobs\mm_203\Immagine 11.png" />
|
||||
<Content Include="help\IT\mobs\mm_204\Immagine 12.png" />
|
||||
<Content Include="help\IT\mobs\mm_205\Immagine 13.png" />
|
||||
<Content Include="help\IT\mobs\mm_206\Immagine 14.jpg" />
|
||||
<Content Include="help\IT\mobs\mm_208\logoIliasSW.png" />
|
||||
<Content Include="help\IT\mobs\mm_250\operatoriMtz.png" />
|
||||
<Content Include="help\IT\mobs\mm_251\ProgrammazioneInterventi.png" />
|
||||
<Content Include="help\IT\mobs\mm_253\interventiScadenza.png" />
|
||||
<Content Include="help\IT\mobs\mm_254\inserimentoINterventiProg.png" />
|
||||
<Content Include="help\IT\mobs\mm_255\dettOp.png" />
|
||||
<Content Include="help\IT\mobs\mm_313\home.JPG" />
|
||||
<Content Include="help\IT\mobs\mm_313\home_600_300.JPG" />
|
||||
<Content Include="help\IT\mobs\mm_314\elenco_richieste.JPG" />
|
||||
<Content Include="help\IT\mobs\mm_314\elenco_richieste_600_300.JPG" />
|
||||
<Content Include="help\IT\mobs\mm_318\filtro_mtzprog.JPG" />
|
||||
<Content Include="help\IT\mobs\mm_319\crea_intervento.JPG" />
|
||||
<Content Include="help\IT\mobs\mm_319\crea_intervento_600_350.JPG" />
|
||||
<Content Include="help\IT\mobs\mm_320\filtri.JPG" />
|
||||
<Content Include="help\IT\mobs\mm_321\exportExcel.JPG" />
|
||||
<Content Include="help\IT\mobs\mm_323\reportImpianti.JPG" />
|
||||
<Content Include="help\IT\mobs\mm_324\reportInterventi.JPG" />
|
||||
<Content Include="help\IT\mobs\mm_324\reportInterventi_400_.JPG" />
|
||||
<Content Include="help\IT\syntaxhighlight.css" />
|
||||
<Content Include="help\IT\table_of_contents.html" />
|
||||
<Content Include="images\help_16.png" />
|
||||
<Content Include="images\help_22.png" />
|
||||
<Content Include="images\help_32.png" />
|
||||
@@ -172,6 +381,7 @@
|
||||
<Content Include="report_impianti.aspx" />
|
||||
<Content Include="packages.config" />
|
||||
<Content Include="logs\PlaceHolder.file" />
|
||||
<None Include="help\IT\images\._browser" />
|
||||
<None Include="sql\Applicazione\GIM_0200.sql" />
|
||||
<None Include="sql\Voc\SomVoc_0200.sql" />
|
||||
<None Include="sql\Applicazione\GIM_0205.sql" />
|
||||
@@ -186,6 +396,9 @@
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="temp\PlaceHolder.file" />
|
||||
<Content Include="Web.SomaschiniUSA.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
</Content>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="adminDB.aspx.cs">
|
||||
@@ -772,180 +985,6 @@
|
||||
<Content Include="WebMasterPages\AjaxSimple.master" />
|
||||
<Content Include="WebMasterPages\AjaxSimpleUpload.master" />
|
||||
<Content Include="WebMasterPages\AjaxTitle.master" />
|
||||
<Content Include="help\content.css" />
|
||||
<Content Include="help\delos.css" />
|
||||
<Content Include="help\frame_10_maincontent.html" />
|
||||
<Content Include="help\frame_11_maincontent.html" />
|
||||
<Content Include="help\frame_14_maincontent.html" />
|
||||
<Content Include="help\frame_15_maincontent.html" />
|
||||
<Content Include="help\frame_17_maincontent.html" />
|
||||
<Content Include="help\frame_18_maincontent.html" />
|
||||
<Content Include="help\frame_19_maincontent.html" />
|
||||
<Content Include="help\frame_23_maincontent.html" />
|
||||
<Content Include="help\frame_25_maincontent.html" />
|
||||
<Content Include="help\frame_26_maincontent.html" />
|
||||
<Content Include="help\frame_30_maincontent.html" />
|
||||
<Content Include="help\frame_31_maincontent.html" />
|
||||
<Content Include="help\frame_33_maincontent.html" />
|
||||
<Content Include="help\frame_34_maincontent.html" />
|
||||
<Content Include="help\frame_35_maincontent.html" />
|
||||
<Content Include="help\frame_69_maincontent.html" />
|
||||
<Content Include="help\frame_70_maincontent.html" />
|
||||
<Content Include="help\frame_8_maincontent.html" />
|
||||
<Content Include="help\frame_toc.html" />
|
||||
<Content Include="help\fullscreen_205.html" />
|
||||
<Content Include="help\fullscreen_251.html" />
|
||||
<Content Include="help\fullscreen_253.html" />
|
||||
<Content Include="help\fullscreen_254.html" />
|
||||
<Content Include="help\fullscreen_255.html" />
|
||||
<Content Include="help\images\._download.gif" />
|
||||
<Content Include="help\images\._enlarge.gif" />
|
||||
<Content Include="help\images\._icon_lm.gif" />
|
||||
<Content Include="help\images\._icon_lm_s.gif" />
|
||||
<Content Include="help\images\._icon_pg.gif" />
|
||||
<Content Include="help\images\._icon_pg_s.gif" />
|
||||
<Content Include="help\images\._icon_st.gif" />
|
||||
<Content Include="help\images\._icon_st_s.gif" />
|
||||
<Content Include="help\images\._nav_arr_L.gif" />
|
||||
<Content Include="help\images\._nav_arr_R.gif" />
|
||||
<Content Include="help\images\browser\._blank.gif" />
|
||||
<Content Include="help\images\browser\._minus.gif" />
|
||||
<Content Include="help\images\browser\._plus.gif" />
|
||||
<Content Include="help\images\browser\blank.gif" />
|
||||
<Content Include="help\images\browser\minus.gif" />
|
||||
<Content Include="help\images\browser\plus.gif" />
|
||||
<Content Include="help\images\download.gif" />
|
||||
<Content Include="help\images\enlarge.gif" />
|
||||
<Content Include="help\images\icon_lm.gif" />
|
||||
<Content Include="help\images\icon_lm_s.gif" />
|
||||
<Content Include="help\images\icon_pg.gif" />
|
||||
<Content Include="help\images\icon_pg_s.gif" />
|
||||
<Content Include="help\images\icon_st.gif" />
|
||||
<Content Include="help\images\icon_st_s.gif" />
|
||||
<Content Include="help\images\nav_arr_L.gif" />
|
||||
<Content Include="help\images\nav_arr_R.gif" />
|
||||
<Content Include="help\index.html" />
|
||||
<Content Include="help\lm_pg_10.html" />
|
||||
<Content Include="help\lm_pg_11.html" />
|
||||
<Content Include="help\lm_pg_14.html" />
|
||||
<Content Include="help\lm_pg_15.html" />
|
||||
<Content Include="help\lm_pg_17.html" />
|
||||
<Content Include="help\lm_pg_18.html" />
|
||||
<Content Include="help\lm_pg_19.html" />
|
||||
<Content Include="help\lm_pg_23.html" />
|
||||
<Content Include="help\lm_pg_25.html" />
|
||||
<Content Include="help\lm_pg_26.html" />
|
||||
<Content Include="help\lm_pg_30.html" />
|
||||
<Content Include="help\lm_pg_31.html" />
|
||||
<Content Include="help\lm_pg_33.html" />
|
||||
<Content Include="help\lm_pg_34.html" />
|
||||
<Content Include="help\lm_pg_35.html" />
|
||||
<Content Include="help\lm_pg_69.html" />
|
||||
<Content Include="help\lm_pg_70.html" />
|
||||
<Content Include="help\lm_pg_8.html" />
|
||||
<Content Include="help\media_169.html" />
|
||||
<Content Include="help\media_172.html" />
|
||||
<Content Include="help\media_174.html" />
|
||||
<Content Include="help\media_175.html" />
|
||||
<Content Include="help\media_176.html" />
|
||||
<Content Include="help\media_177.html" />
|
||||
<Content Include="help\media_178.html" />
|
||||
<Content Include="help\media_179.html" />
|
||||
<Content Include="help\media_180.html" />
|
||||
<Content Include="help\media_181.html" />
|
||||
<Content Include="help\media_182.html" />
|
||||
<Content Include="help\media_183.html" />
|
||||
<Content Include="help\media_184.html" />
|
||||
<Content Include="help\media_185.html" />
|
||||
<Content Include="help\media_186.html" />
|
||||
<Content Include="help\media_187.html" />
|
||||
<Content Include="help\media_188.html" />
|
||||
<Content Include="help\media_189.html" />
|
||||
<Content Include="help\media_190.html" />
|
||||
<Content Include="help\media_191.html" />
|
||||
<Content Include="help\media_192.html" />
|
||||
<Content Include="help\media_194.html" />
|
||||
<Content Include="help\media_195.html" />
|
||||
<Content Include="help\media_196.html" />
|
||||
<Content Include="help\media_197.html" />
|
||||
<Content Include="help\media_198.html" />
|
||||
<Content Include="help\media_201.html" />
|
||||
<Content Include="help\media_202.html" />
|
||||
<Content Include="help\media_203.html" />
|
||||
<Content Include="help\media_204.html" />
|
||||
<Content Include="help\media_205.html" />
|
||||
<Content Include="help\media_206.html" />
|
||||
<Content Include="help\media_208.html" />
|
||||
<Content Include="help\media_250.html" />
|
||||
<Content Include="help\media_251.html" />
|
||||
<Content Include="help\media_253.html" />
|
||||
<Content Include="help\media_254.html" />
|
||||
<Content Include="help\media_255.html" />
|
||||
<Content Include="help\mobs\mm_169\._home.png" />
|
||||
<Content Include="help\mobs\mm_169\home.png" />
|
||||
<Content Include="help\mobs\mm_172\._ambiti3.png" />
|
||||
<Content Include="help\mobs\mm_172\ambiti3.png" />
|
||||
<Content Include="help\mobs\mm_174\._ambiti2.png" />
|
||||
<Content Include="help\mobs\mm_174\ambiti2.png" />
|
||||
<Content Include="help\mobs\mm_175\._priorita.png" />
|
||||
<Content Include="help\mobs\mm_175\priorita.png" />
|
||||
<Content Include="help\mobs\mm_176\._reparti.png" />
|
||||
<Content Include="help\mobs\mm_176\reparti.png" />
|
||||
<Content Include="help\mobs\mm_177\._macchine.png" />
|
||||
<Content Include="help\mobs\mm_177\macchine.png" />
|
||||
<Content Include="help\mobs\mm_178\._cancellazione.png" />
|
||||
<Content Include="help\mobs\mm_178\cancellazione.png" />
|
||||
<Content Include="help\mobs\mm_179\._ricerca.png" />
|
||||
<Content Include="help\mobs\mm_179\ricerca.png" />
|
||||
<Content Include="help\mobs\mm_180\._macchine_reparti.png" />
|
||||
<Content Include="help\mobs\mm_180\macchine_reparti.png" />
|
||||
<Content Include="help\mobs\mm_181\._richiesta.png" />
|
||||
<Content Include="help\mobs\mm_181\richiesta.png" />
|
||||
<Content Include="help\mobs\mm_182\._elencoRichieste.png" />
|
||||
<Content Include="help\mobs\mm_182\elencoRichieste.png" />
|
||||
<Content Include="help\mobs\mm_183\._mtzGenerale.png" />
|
||||
<Content Include="help\mobs\mm_183\mtzGenerale.png" />
|
||||
<Content Include="help\mobs\mm_184\._mtzProgrammata.png" />
|
||||
<Content Include="help\mobs\mm_184\mtzProgrammata.png" />
|
||||
<Content Include="help\mobs\mm_185\._iconaCestino.png" />
|
||||
<Content Include="help\mobs\mm_185\iconaCestino.png" />
|
||||
<Content Include="help\mobs\mm_186\._mtz1Read.png" />
|
||||
<Content Include="help\mobs\mm_186\mtz1Read.png" />
|
||||
<Content Include="help\mobs\mm_187\._pulsantiEditMtz.png" />
|
||||
<Content Include="help\mobs\mm_187\pulsantiEditMtz.png" />
|
||||
<Content Include="help\mobs\mm_188\._pulsantiEditMtz2.png" />
|
||||
<Content Include="help\mobs\mm_188\pulsantiEditMtz2.png" />
|
||||
<Content Include="help\mobs\mm_189\._dettInterventi.png" />
|
||||
<Content Include="help\mobs\mm_189\dettInterventi.png" />
|
||||
<Content Include="help\mobs\mm_190\._aperturaImpianti.png" />
|
||||
<Content Include="help\mobs\mm_190\aperturaImpianti.png" />
|
||||
<Content Include="help\mobs\mm_191\._festivita.png" />
|
||||
<Content Include="help\mobs\mm_191\festivita.png" />
|
||||
<Content Include="help\mobs\mm_192\._elencoMacchine.png" />
|
||||
<Content Include="help\mobs\mm_192\elencoMacchine.png" />
|
||||
<Content Include="help\mobs\mm_194\._mtbfmttr.png" />
|
||||
<Content Include="help\mobs\mm_194\mtbfmttr.png" />
|
||||
<Content Include="help\mobs\mm_195\._richiestaItervento.png" />
|
||||
<Content Include="help\mobs\mm_195\richiestaItervento.png" />
|
||||
<Content Include="help\mobs\mm_196\._selettore.png" />
|
||||
<Content Include="help\mobs\mm_196\selettore.png" />
|
||||
<Content Include="help\mobs\mm_197\._mtzProgrammata.png" />
|
||||
<Content Include="help\mobs\mm_197\mtzProgrammata.png" />
|
||||
<Content Include="help\mobs\mm_198\logosw.png" />
|
||||
<Content Include="help\mobs\mm_201\Immagine 1.png" />
|
||||
<Content Include="help\mobs\mm_202\Immagine 2.png" />
|
||||
<Content Include="help\mobs\mm_203\Immagine 11.png" />
|
||||
<Content Include="help\mobs\mm_204\Immagine 12.png" />
|
||||
<Content Include="help\mobs\mm_205\Immagine 13.png" />
|
||||
<Content Include="help\mobs\mm_206\Immagine 14.jpg" />
|
||||
<Content Include="help\mobs\mm_208\logoIliasSW.png" />
|
||||
<Content Include="help\mobs\mm_250\operatoriMtz.png" />
|
||||
<Content Include="help\mobs\mm_251\ProgrammazioneInterventi.png" />
|
||||
<Content Include="help\mobs\mm_253\interventiScadenza.png" />
|
||||
<Content Include="help\mobs\mm_254\inserimentoINterventiProg.png" />
|
||||
<Content Include="help\mobs\mm_255\dettOp.png" />
|
||||
<Content Include="help\syntaxhighlight.css" />
|
||||
<Content Include="help\table_of_contents.html" />
|
||||
<Content Include="images\apply.png" />
|
||||
<Content Include="images\apply_l.png" />
|
||||
<Content Include="images\apply_m.png" />
|
||||
@@ -1104,7 +1143,6 @@
|
||||
<Content Include="Reports\RichiestaIntervento.rdlc" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="help\images\._browser" />
|
||||
<None Include="images\Thumbs.db" />
|
||||
<None Include="sql\Applicazione\GIM_0008.sql" />
|
||||
<None Include="sql\Applicazione\GIM_0000.sql" />
|
||||
@@ -1121,6 +1159,7 @@
|
||||
</Content>
|
||||
<Content Include="Web.WinLab.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
<SubType>Designer</SubType>
|
||||
</Content>
|
||||
<Content Include="Web.Somaschini.config">
|
||||
<DependentUpon>Web.config</DependentUpon>
|
||||
@@ -1145,8 +1184,9 @@
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="App_Data\" />
|
||||
<Folder Include="help\files\" />
|
||||
<Folder Include="help\teximg\" />
|
||||
<Folder Include="help\EN\" />
|
||||
<Folder Include="help\IT\files\" />
|
||||
<Folder Include="help\IT\teximg\" />
|
||||
</ItemGroup>
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
|
||||
@@ -1,5 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
||||
<PropertyGroup>
|
||||
<ProjectView>ShowAllFiles</ProjectView>
|
||||
</PropertyGroup>
|
||||
<ProjectExtensions>
|
||||
<VisualStudio>
|
||||
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
||||
|
||||
@@ -26,6 +26,9 @@ public partial class mod_menuTop : ApplicationUserControl
|
||||
{
|
||||
base.Page_Load(sender, e);
|
||||
btnLogOut.Visible = user_std.UtSn.isForcedUser;
|
||||
// sistemo link help x lingua
|
||||
lnkHelp.NavigateUrl = string.Format("~/help/{0}/index.html", user_std.UtSn.lingua);
|
||||
|
||||
if(memLayer.ML.isInSessionObject("doUpdateNow"))
|
||||
{
|
||||
doFullDataUpdate();
|
||||
|
||||
Binary file not shown.
Binary file not shown.
+1937
-1690
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -19,5 +19,7 @@ public partial class help : System.Web.UI.Page
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
lnkHelp.Text = traduci("ApriManualeHelp");
|
||||
// sistemo link help x lingua
|
||||
lnkHelp.NavigateUrl = string.Format("~/help/{0}/index.html", user_std.UtSn.lingua);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user