source move
3
.vs/ProjectSettings.json
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"CurrentProjectSetting": null
|
||||||
|
}
|
||||||
BIN
.vs/TIP1.0/v16/.suo
Normal file
BIN
.vs/slnx.sqlite
Normal file
9
TelecomInfraProject-V1/.dockerignore
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
.dockerignore
|
||||||
|
.env
|
||||||
|
.git
|
||||||
|
.gitignore
|
||||||
|
.vs
|
||||||
|
.vscode
|
||||||
|
*/bin
|
||||||
|
*/obj
|
||||||
|
**/.toolstarget
|
||||||
@@ -0,0 +1,987 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
|
||||||
|
IIS configuration sections.
|
||||||
|
|
||||||
|
For schema documentation, see
|
||||||
|
%IIS_BIN%\config\schema\IIS_schema.xml.
|
||||||
|
|
||||||
|
Please make a backup of this file before making any changes to it.
|
||||||
|
|
||||||
|
NOTE: The following environment variables are available to be used
|
||||||
|
within this file and are understood by the IIS Express.
|
||||||
|
|
||||||
|
%IIS_USER_HOME% - The IIS Express home directory for the user
|
||||||
|
%IIS_SITES_HOME% - The default home directory for sites
|
||||||
|
%IIS_BIN% - The location of the IIS Express binaries
|
||||||
|
%SYSTEMDRIVE% - The drive letter of %IIS_BIN%
|
||||||
|
|
||||||
|
-->
|
||||||
|
<configuration>
|
||||||
|
<!--
|
||||||
|
|
||||||
|
The <configSections> section controls the registration of sections.
|
||||||
|
Section is the basic unit of deployment, locking, searching and
|
||||||
|
containment for configuration settings.
|
||||||
|
|
||||||
|
Every section belongs to one section group.
|
||||||
|
A section group is a container of logically-related sections.
|
||||||
|
|
||||||
|
Sections cannot be nested.
|
||||||
|
Section groups may be nested.
|
||||||
|
|
||||||
|
<section
|
||||||
|
name="" [Required, Collection Key] [XML name of the section]
|
||||||
|
allowDefinition="Everywhere" [MachineOnly|MachineToApplication|AppHostOnly|Everywhere] [Level where it can be set]
|
||||||
|
overrideModeDefault="Allow" [Allow|Deny] [Default delegation mode]
|
||||||
|
allowLocation="true" [true|false] [Allowed in location tags]
|
||||||
|
/>
|
||||||
|
|
||||||
|
The recommended way to unlock sections is by using a location tag:
|
||||||
|
<location path="Default Web Site" overrideMode="Allow">
|
||||||
|
<system.webServer>
|
||||||
|
<asp />
|
||||||
|
</system.webServer>
|
||||||
|
</location>
|
||||||
|
|
||||||
|
-->
|
||||||
|
<configSections>
|
||||||
|
<sectionGroup name="system.applicationHost">
|
||||||
|
<section name="applicationPools" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
|
||||||
|
<section name="configHistory" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
|
||||||
|
<section name="customMetadata" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
|
||||||
|
<section name="listenerAdapters" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
|
||||||
|
<section name="log" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
|
||||||
|
<section name="serviceAutoStartProviders" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
|
||||||
|
<section name="sites" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
|
||||||
|
<section name="webLimits" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
|
||||||
|
</sectionGroup>
|
||||||
|
<sectionGroup name="system.webServer">
|
||||||
|
<section name="asp" overrideModeDefault="Deny" />
|
||||||
|
<section name="caching" overrideModeDefault="Allow" />
|
||||||
|
<section name="cgi" overrideModeDefault="Deny" />
|
||||||
|
<section name="defaultDocument" overrideModeDefault="Allow" />
|
||||||
|
<section name="directoryBrowse" overrideModeDefault="Allow" />
|
||||||
|
<section name="fastCgi" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
|
||||||
|
<section name="globalModules" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
|
||||||
|
<section name="handlers" overrideModeDefault="Deny" />
|
||||||
|
<section name="httpCompression" overrideModeDefault="Allow" allowDefinition="Everywhere" />
|
||||||
|
<section name="httpErrors" overrideModeDefault="Allow" />
|
||||||
|
<section name="httpLogging" overrideModeDefault="Deny" />
|
||||||
|
<section name="httpProtocol" overrideModeDefault="Allow" />
|
||||||
|
<section name="httpRedirect" overrideModeDefault="Allow" />
|
||||||
|
<section name="httpTracing" overrideModeDefault="Deny" />
|
||||||
|
<section name="isapiFilters" allowDefinition="MachineToApplication" overrideModeDefault="Deny" />
|
||||||
|
<section name="modules" allowDefinition="MachineToApplication" overrideModeDefault="Deny" />
|
||||||
|
<section name="applicationInitialization" allowDefinition="MachineToApplication" overrideModeDefault="Allow" />
|
||||||
|
<section name="odbcLogging" overrideModeDefault="Deny" />
|
||||||
|
<sectionGroup name="security">
|
||||||
|
<section name="access" overrideModeDefault="Deny" />
|
||||||
|
<section name="applicationDependencies" overrideModeDefault="Deny" />
|
||||||
|
<sectionGroup name="authentication">
|
||||||
|
<section name="anonymousAuthentication" overrideModeDefault="Deny" />
|
||||||
|
<section name="basicAuthentication" overrideModeDefault="Deny" />
|
||||||
|
<section name="clientCertificateMappingAuthentication" overrideModeDefault="Deny" />
|
||||||
|
<section name="digestAuthentication" overrideModeDefault="Deny" />
|
||||||
|
<section name="iisClientCertificateMappingAuthentication" overrideModeDefault="Deny" />
|
||||||
|
<section name="windowsAuthentication" overrideModeDefault="Deny" />
|
||||||
|
</sectionGroup>
|
||||||
|
<section name="authorization" overrideModeDefault="Allow" />
|
||||||
|
<section name="ipSecurity" overrideModeDefault="Deny" />
|
||||||
|
<section name="dynamicIpSecurity" overrideModeDefault="Deny" />
|
||||||
|
<section name="isapiCgiRestriction" allowDefinition="AppHostOnly" overrideModeDefault="Deny" />
|
||||||
|
<section name="requestFiltering" overrideModeDefault="Allow" />
|
||||||
|
</sectionGroup>
|
||||||
|
<section name="serverRuntime" overrideModeDefault="Deny" />
|
||||||
|
<section name="serverSideInclude" overrideModeDefault="Deny" />
|
||||||
|
<section name="staticContent" overrideModeDefault="Allow" />
|
||||||
|
<sectionGroup name="tracing">
|
||||||
|
<section name="traceFailedRequests" overrideModeDefault="Allow" />
|
||||||
|
<section name="traceProviderDefinitions" overrideModeDefault="Deny" />
|
||||||
|
</sectionGroup>
|
||||||
|
<section name="urlCompression" overrideModeDefault="Allow" />
|
||||||
|
<section name="validation" overrideModeDefault="Allow" />
|
||||||
|
<sectionGroup name="webdav">
|
||||||
|
<section name="globalSettings" overrideModeDefault="Deny" />
|
||||||
|
<section name="authoring" overrideModeDefault="Deny" />
|
||||||
|
<section name="authoringRules" overrideModeDefault="Deny" />
|
||||||
|
</sectionGroup>
|
||||||
|
<sectionGroup name="rewrite">
|
||||||
|
<section name="allowedServerVariables" overrideModeDefault="Deny" />
|
||||||
|
<section name="rules" overrideModeDefault="Allow" />
|
||||||
|
<section name="outboundRules" overrideModeDefault="Allow" />
|
||||||
|
<section name="globalRules" overrideModeDefault="Deny" allowDefinition="AppHostOnly" />
|
||||||
|
<section name="providers" overrideModeDefault="Allow" />
|
||||||
|
<section name="rewriteMaps" overrideModeDefault="Allow" />
|
||||||
|
</sectionGroup>
|
||||||
|
<section name="webSocket" overrideModeDefault="Deny" />
|
||||||
|
<section name="aspNetCore" overrideModeDefault="Allow" />
|
||||||
|
</sectionGroup>
|
||||||
|
</configSections>
|
||||||
|
<configProtectedData>
|
||||||
|
<providers>
|
||||||
|
<add name="IISWASOnlyRsaProvider" type="" description="Uses RsaCryptoServiceProvider to encrypt and decrypt" keyContainerName="iisWasKey" cspProviderName="" useMachineContainer="true" useOAEP="false" />
|
||||||
|
<add name="AesProvider" type="Microsoft.ApplicationHost.AesProtectedConfigurationProvider" description="Uses an AES session key to encrypt and decrypt" keyContainerName="iisConfigurationKey" cspProviderName="" useOAEP="false" useMachineContainer="true" sessionKey="AQIAAA5mAAAApAAA/HKxkz6alrlAPez0IUgujj/6k3WxCDriHp6jvpv3yEZmo7h6SMzGLxo4mTrIQVHSkB7tmElHKfUFTzE2BWF7nFWHY6Z6qmGBauFzwJMwESjril7Gjz69RBFH259HQ6aRDq9Xfx7U7H4HtdmnKNqGjgl/hwPQBGeIlWiDh+sYv3vKB0QU971tjX6H2B+9armlnC8UOuA6JYMDMI/VLLL16sng0fWAy5JYe0YVABVjiAWDW264RZW9Tr1Oax4qHZKg+SdjULxeOc2YmpX+d0yeITo1HkPF1hN1gHpIPIUDo05ilHUNfR3OkjVCIQK4cFKCq1s8NH+y+13MxUC4Fn1AlQ==" />
|
||||||
|
<add name="IISWASOnlyAesProvider" type="Microsoft.ApplicationHost.AesProtectedConfigurationProvider" description="Uses an AES session key to encrypt and decrypt" keyContainerName="iisWasKey" cspProviderName="" useOAEP="false" useMachineContainer="true" sessionKey="AQIAAA5mAAAApAAALmU8lTC+v2qtfQiiiquvvLpUQqKLEXs+jSKoWCM/uPhyB++k4dwug19mGidNK5FYiWK2KYE1yhjVJcbp12E98Q0R2nT7eBiCMY2JairxQ591rqABK7keGaIjwH7PwGzSpILl3RJ4YFvJ/7ZXEJxeDZIjW8ZxWVXx+/VyHs9U3WguLEkgMUX3jrxJi8LouxaIVPJAv/YQ1ZCWs8zImitxX/C/7o7yaIxznfsN5nGQzQfpUDPeby99aw2zPVTtZI2LaWIBON8guABvZ6JtJVDWmfdK6sodbnwdZkr6/Z2rfvamT1dC1SpQrGG7ulR/f9/GXvCaW10ZVKxekBF/CYlNMg==" />
|
||||||
|
</providers>
|
||||||
|
</configProtectedData>
|
||||||
|
<system.applicationHost>
|
||||||
|
<applicationPools>
|
||||||
|
<add name="Clr4IntegratedAppPool" managedRuntimeVersion="v4.0" managedPipelineMode="Integrated" CLRConfigFile="%IIS_USER_HOME%\config\aspnet.config" autoStart="true" />
|
||||||
|
<add name="Clr4ClassicAppPool" managedRuntimeVersion="v4.0" managedPipelineMode="Classic" CLRConfigFile="%IIS_USER_HOME%\config\aspnet.config" autoStart="true" />
|
||||||
|
<add name="Clr2IntegratedAppPool" managedRuntimeVersion="v2.0" managedPipelineMode="Integrated" CLRConfigFile="%IIS_USER_HOME%\config\aspnet.config" autoStart="true" />
|
||||||
|
<add name="Clr2ClassicAppPool" managedRuntimeVersion="v2.0" managedPipelineMode="Classic" CLRConfigFile="%IIS_USER_HOME%\config\aspnet.config" autoStart="true" />
|
||||||
|
<add name="UnmanagedClassicAppPool" managedRuntimeVersion="" managedPipelineMode="Classic" autoStart="true" />
|
||||||
|
<add name="TelecomInfraProject AppPool" managedRuntimeVersion="" />
|
||||||
|
<applicationPoolDefaults managedRuntimeVersion="v4.0">
|
||||||
|
<processModel loadUserProfile="true" setProfileEnvironment="false" />
|
||||||
|
</applicationPoolDefaults>
|
||||||
|
</applicationPools>
|
||||||
|
<!--
|
||||||
|
|
||||||
|
The <listenerAdapters> section defines the protocols with which the
|
||||||
|
Windows Process Activation Service (WAS) binds.
|
||||||
|
|
||||||
|
-->
|
||||||
|
<listenerAdapters>
|
||||||
|
<add name="http" />
|
||||||
|
</listenerAdapters>
|
||||||
|
<sites>
|
||||||
|
<site name="WebSite1" id="1" serverAutoStart="true">
|
||||||
|
<application path="/">
|
||||||
|
<virtualDirectory path="/" physicalPath="%IIS_SITES_HOME%\WebSite1" />
|
||||||
|
</application>
|
||||||
|
<bindings>
|
||||||
|
<binding protocol="http" bindingInformation=":8080:localhost" />
|
||||||
|
</bindings>
|
||||||
|
</site>
|
||||||
|
<site name="TelecomInfraProject" id="2">
|
||||||
|
<application path="/" applicationPool="TelecomInfraProject AppPool">
|
||||||
|
<virtualDirectory path="/" physicalPath="D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject" />
|
||||||
|
</application>
|
||||||
|
<bindings>
|
||||||
|
<binding protocol="http" bindingInformation="*:60600:localhost" />
|
||||||
|
</bindings>
|
||||||
|
</site>
|
||||||
|
<siteDefaults>
|
||||||
|
<!-- To enable logging, please change the below attribute "enabled" to "true" -->
|
||||||
|
<logFile logFormat="W3C" directory="%AppData%\Microsoft\IISExpressLogs" enabled="false" />
|
||||||
|
<traceFailedRequestsLogging directory="%AppData%\Microsoft" enabled="false" maxLogFileSizeKB="1024" />
|
||||||
|
</siteDefaults>
|
||||||
|
<applicationDefaults applicationPool="Clr4IntegratedAppPool" />
|
||||||
|
<virtualDirectoryDefaults allowSubDirConfig="true" />
|
||||||
|
</sites>
|
||||||
|
<webLimits />
|
||||||
|
</system.applicationHost>
|
||||||
|
<system.webServer>
|
||||||
|
<serverRuntime />
|
||||||
|
<asp scriptErrorSentToBrowser="true">
|
||||||
|
<cache diskTemplateCacheDirectory="%TEMP%\iisexpress\ASP Compiled Templates" />
|
||||||
|
<limits />
|
||||||
|
</asp>
|
||||||
|
<caching enabled="true" enableKernelCache="true"></caching>
|
||||||
|
<cgi />
|
||||||
|
<defaultDocument enabled="true">
|
||||||
|
<files>
|
||||||
|
<add value="Default.htm" />
|
||||||
|
<add value="Default.asp" />
|
||||||
|
<add value="index.htm" />
|
||||||
|
<add value="index.html" />
|
||||||
|
<add value="iisstart.htm" />
|
||||||
|
<add value="default.aspx" />
|
||||||
|
</files>
|
||||||
|
</defaultDocument>
|
||||||
|
<directoryBrowse enabled="false" />
|
||||||
|
<fastCgi />
|
||||||
|
<!--
|
||||||
|
|
||||||
|
The <globalModules> section defines all native-code modules.
|
||||||
|
To enable a module, specify it in the <modules> section.
|
||||||
|
|
||||||
|
-->
|
||||||
|
<globalModules>
|
||||||
|
<add name="HttpLoggingModule" image="%IIS_BIN%\loghttp.dll" />
|
||||||
|
<add name="UriCacheModule" image="%IIS_BIN%\cachuri.dll" />
|
||||||
|
<add name="TokenCacheModule" image="%IIS_BIN%\cachtokn.dll" />
|
||||||
|
<add name="DynamicCompressionModule" image="%IIS_BIN%\compdyn.dll" />
|
||||||
|
<add name="StaticCompressionModule" image="%IIS_BIN%\compstat.dll" />
|
||||||
|
<add name="DefaultDocumentModule" image="%IIS_BIN%\defdoc.dll" />
|
||||||
|
<add name="DirectoryListingModule" image="%IIS_BIN%\dirlist.dll" />
|
||||||
|
<add name="ProtocolSupportModule" image="%IIS_BIN%\protsup.dll" />
|
||||||
|
<add name="HttpRedirectionModule" image="%IIS_BIN%\redirect.dll" />
|
||||||
|
<add name="ServerSideIncludeModule" image="%IIS_BIN%\iis_ssi.dll" />
|
||||||
|
<add name="StaticFileModule" image="%IIS_BIN%\static.dll" />
|
||||||
|
<add name="AnonymousAuthenticationModule" image="%IIS_BIN%\authanon.dll" />
|
||||||
|
<add name="CertificateMappingAuthenticationModule" image="%IIS_BIN%\authcert.dll" />
|
||||||
|
<add name="UrlAuthorizationModule" image="%IIS_BIN%\urlauthz.dll" />
|
||||||
|
<add name="BasicAuthenticationModule" image="%IIS_BIN%\authbas.dll" />
|
||||||
|
<add name="WindowsAuthenticationModule" image="%IIS_BIN%\authsspi.dll" />
|
||||||
|
<add name="IISCertificateMappingAuthenticationModule" image="%IIS_BIN%\authmap.dll" />
|
||||||
|
<add name="IpRestrictionModule" image="%IIS_BIN%\iprestr.dll" />
|
||||||
|
<add name="DynamicIpRestrictionModule" image="%IIS_BIN%\diprestr.dll" />
|
||||||
|
<add name="RequestFilteringModule" image="%IIS_BIN%\modrqflt.dll" />
|
||||||
|
<add name="CustomLoggingModule" image="%IIS_BIN%\logcust.dll" />
|
||||||
|
<add name="CustomErrorModule" image="%IIS_BIN%\custerr.dll" />
|
||||||
|
<add name="FailedRequestsTracingModule" image="%IIS_BIN%\iisfreb.dll" />
|
||||||
|
<add name="RequestMonitorModule" image="%IIS_BIN%\iisreqs.dll" />
|
||||||
|
<add name="IsapiModule" image="%IIS_BIN%\isapi.dll" />
|
||||||
|
<add name="IsapiFilterModule" image="%IIS_BIN%\filter.dll" />
|
||||||
|
<add name="CgiModule" image="%IIS_BIN%\cgi.dll" />
|
||||||
|
<add name="FastCgiModule" image="%IIS_BIN%\iisfcgi.dll" />
|
||||||
|
<!-- <add name="WebDAVModule" image="%IIS_BIN%\webdav.dll" /> -->
|
||||||
|
<add name="RewriteModule" image="%IIS_BIN%\rewrite.dll" />
|
||||||
|
<add name="ConfigurationValidationModule" image="%IIS_BIN%\validcfg.dll" />
|
||||||
|
<add name="WebSocketModule" image="%IIS_BIN%\iiswsock.dll" />
|
||||||
|
<add name="WebMatrixSupportModule" image="%IIS_BIN%\webmatrixsup.dll" />
|
||||||
|
<add name="ManagedEngine" image="%windir%\Microsoft.NET\Framework\v2.0.50727\webengine.dll" preCondition="integratedMode,runtimeVersionv2.0,bitness32" />
|
||||||
|
<add name="ManagedEngine64" image="%windir%\Microsoft.NET\Framework64\v2.0.50727\webengine.dll" preCondition="integratedMode,runtimeVersionv2.0,bitness64" />
|
||||||
|
<add name="ManagedEngineV4.0_32bit" image="%windir%\Microsoft.NET\Framework\v4.0.30319\webengine4.dll" preCondition="integratedMode,runtimeVersionv4.0,bitness32" />
|
||||||
|
<add name="ManagedEngineV4.0_64bit" image="%windir%\Microsoft.NET\Framework64\v4.0.30319\webengine4.dll" preCondition="integratedMode,runtimeVersionv4.0,bitness64" />
|
||||||
|
<add name="ApplicationInitializationModule" image="%IIS_BIN%\warmup.dll" />
|
||||||
|
<add name="AspNetCoreModule" image="%IIS_BIN%\aspnetcore.dll" />
|
||||||
|
<add name="AspNetCoreModuleV2" image="%IIS_BIN%\Asp.Net Core Module\V2\aspnetcorev2.dll" />
|
||||||
|
</globalModules>
|
||||||
|
<httpCompression directory="%TEMP%">
|
||||||
|
<scheme name="gzip" dll="%IIS_BIN%\gzip.dll" />
|
||||||
|
<dynamicTypes>
|
||||||
|
<add mimeType="text/*" enabled="true" />
|
||||||
|
<add mimeType="message/*" enabled="true" />
|
||||||
|
<add mimeType="application/x-javascript" enabled="true" />
|
||||||
|
<add mimeType="application/javascript" enabled="true" />
|
||||||
|
<add mimeType="*/*" enabled="false" />
|
||||||
|
</dynamicTypes>
|
||||||
|
<staticTypes>
|
||||||
|
<add mimeType="text/*" enabled="true" />
|
||||||
|
<add mimeType="message/*" enabled="true" />
|
||||||
|
<add mimeType="application/javascript" enabled="true" />
|
||||||
|
<add mimeType="application/atom+xml" enabled="true" />
|
||||||
|
<add mimeType="application/xaml+xml" enabled="true" />
|
||||||
|
<add mimeType="image/svg+xml" enabled="true" />
|
||||||
|
<add mimeType="*/*" enabled="false" />
|
||||||
|
</staticTypes>
|
||||||
|
</httpCompression>
|
||||||
|
<httpErrors lockAttributes="allowAbsolutePathsWhenDelegated,defaultPath">
|
||||||
|
<error statusCode="401" prefixLanguageFilePath="%IIS_BIN%\custerr" path="401.htm" />
|
||||||
|
<error statusCode="403" prefixLanguageFilePath="%IIS_BIN%\custerr" path="403.htm" />
|
||||||
|
<error statusCode="404" prefixLanguageFilePath="%IIS_BIN%\custerr" path="404.htm" />
|
||||||
|
<error statusCode="405" prefixLanguageFilePath="%IIS_BIN%\custerr" path="405.htm" />
|
||||||
|
<error statusCode="406" prefixLanguageFilePath="%IIS_BIN%\custerr" path="406.htm" />
|
||||||
|
<error statusCode="412" prefixLanguageFilePath="%IIS_BIN%\custerr" path="412.htm" />
|
||||||
|
<error statusCode="500" prefixLanguageFilePath="%IIS_BIN%\custerr" path="500.htm" />
|
||||||
|
<error statusCode="501" prefixLanguageFilePath="%IIS_BIN%\custerr" path="501.htm" />
|
||||||
|
<error statusCode="502" prefixLanguageFilePath="%IIS_BIN%\custerr" path="502.htm" />
|
||||||
|
</httpErrors>
|
||||||
|
<httpLogging dontLog="false" />
|
||||||
|
<httpProtocol>
|
||||||
|
<customHeaders>
|
||||||
|
<clear />
|
||||||
|
<add name="X-Powered-By" value="ASP.NET" />
|
||||||
|
</customHeaders>
|
||||||
|
<redirectHeaders>
|
||||||
|
<clear />
|
||||||
|
</redirectHeaders>
|
||||||
|
</httpProtocol>
|
||||||
|
<httpRedirect enabled="false" />
|
||||||
|
<httpTracing />
|
||||||
|
<isapiFilters>
|
||||||
|
<filter name="ASP.Net_2.0.50727-64" path="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_filter.dll" enableCache="true" preCondition="bitness64,runtimeVersionv2.0" />
|
||||||
|
<filter name="ASP.Net_2.0.50727.0" path="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll" enableCache="true" preCondition="bitness32,runtimeVersionv2.0" />
|
||||||
|
<filter name="ASP.Net_2.0_for_v1.1" path="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_filter.dll" enableCache="true" preCondition="runtimeVersionv1.1" />
|
||||||
|
<filter name="ASP.Net_4.0_32bit" path="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_filter.dll" enableCache="true" preCondition="bitness32,runtimeVersionv4.0" />
|
||||||
|
<filter name="ASP.Net_4.0_64bit" path="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_filter.dll" enableCache="true" preCondition="bitness64,runtimeVersionv4.0" />
|
||||||
|
</isapiFilters>
|
||||||
|
<odbcLogging />
|
||||||
|
<security>
|
||||||
|
<access sslFlags="None" />
|
||||||
|
<applicationDependencies>
|
||||||
|
<application name="Active Server Pages" groupId="ASP" />
|
||||||
|
</applicationDependencies>
|
||||||
|
<authentication>
|
||||||
|
<anonymousAuthentication enabled="true" userName="" />
|
||||||
|
<basicAuthentication enabled="false" />
|
||||||
|
<clientCertificateMappingAuthentication enabled="false" />
|
||||||
|
<digestAuthentication enabled="false" />
|
||||||
|
<iisClientCertificateMappingAuthentication enabled="false"></iisClientCertificateMappingAuthentication>
|
||||||
|
<windowsAuthentication enabled="false">
|
||||||
|
<providers>
|
||||||
|
<add value="Negotiate" />
|
||||||
|
<add value="NTLM" />
|
||||||
|
</providers>
|
||||||
|
</windowsAuthentication>
|
||||||
|
</authentication>
|
||||||
|
<authorization>
|
||||||
|
<add accessType="Allow" users="*" />
|
||||||
|
</authorization>
|
||||||
|
<ipSecurity allowUnlisted="true" />
|
||||||
|
<isapiCgiRestriction notListedIsapisAllowed="true" notListedCgisAllowed="true">
|
||||||
|
<add path="%windir%\Microsoft.NET\Framework64\v4.0.30319\webengine4.dll" allowed="true" groupId="ASP.NET_v4.0" description="ASP.NET_v4.0" />
|
||||||
|
<add path="%windir%\Microsoft.NET\Framework\v4.0.30319\webengine4.dll" allowed="true" groupId="ASP.NET_v4.0" description="ASP.NET_v4.0" />
|
||||||
|
<add path="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" allowed="true" groupId="ASP.NET v2.0.50727" description="ASP.NET v2.0.50727" />
|
||||||
|
<add path="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" allowed="true" groupId="ASP.NET v2.0.50727" description="ASP.NET v2.0.50727" />
|
||||||
|
</isapiCgiRestriction>
|
||||||
|
<requestFiltering>
|
||||||
|
<fileExtensions allowUnlisted="true" applyToWebDAV="true">
|
||||||
|
<add fileExtension=".asa" allowed="false" />
|
||||||
|
<add fileExtension=".asax" allowed="false" />
|
||||||
|
<add fileExtension=".ascx" allowed="false" />
|
||||||
|
<add fileExtension=".master" allowed="false" />
|
||||||
|
<add fileExtension=".skin" allowed="false" />
|
||||||
|
<add fileExtension=".browser" allowed="false" />
|
||||||
|
<add fileExtension=".sitemap" allowed="false" />
|
||||||
|
<add fileExtension=".config" allowed="false" />
|
||||||
|
<add fileExtension=".cs" allowed="false" />
|
||||||
|
<add fileExtension=".csproj" allowed="false" />
|
||||||
|
<add fileExtension=".vb" allowed="false" />
|
||||||
|
<add fileExtension=".vbproj" allowed="false" />
|
||||||
|
<add fileExtension=".webinfo" allowed="false" />
|
||||||
|
<add fileExtension=".licx" allowed="false" />
|
||||||
|
<add fileExtension=".resx" allowed="false" />
|
||||||
|
<add fileExtension=".resources" allowed="false" />
|
||||||
|
<add fileExtension=".mdb" allowed="false" />
|
||||||
|
<add fileExtension=".vjsproj" allowed="false" />
|
||||||
|
<add fileExtension=".java" allowed="false" />
|
||||||
|
<add fileExtension=".jsl" allowed="false" />
|
||||||
|
<add fileExtension=".ldb" allowed="false" />
|
||||||
|
<add fileExtension=".dsdgm" allowed="false" />
|
||||||
|
<add fileExtension=".ssdgm" allowed="false" />
|
||||||
|
<add fileExtension=".lsad" allowed="false" />
|
||||||
|
<add fileExtension=".ssmap" allowed="false" />
|
||||||
|
<add fileExtension=".cd" allowed="false" />
|
||||||
|
<add fileExtension=".dsprototype" allowed="false" />
|
||||||
|
<add fileExtension=".lsaprototype" allowed="false" />
|
||||||
|
<add fileExtension=".sdm" allowed="false" />
|
||||||
|
<add fileExtension=".sdmDocument" allowed="false" />
|
||||||
|
<add fileExtension=".mdf" allowed="false" />
|
||||||
|
<add fileExtension=".ldf" allowed="false" />
|
||||||
|
<add fileExtension=".ad" allowed="false" />
|
||||||
|
<add fileExtension=".dd" allowed="false" />
|
||||||
|
<add fileExtension=".ldd" allowed="false" />
|
||||||
|
<add fileExtension=".sd" allowed="false" />
|
||||||
|
<add fileExtension=".adprototype" allowed="false" />
|
||||||
|
<add fileExtension=".lddprototype" allowed="false" />
|
||||||
|
<add fileExtension=".exclude" allowed="false" />
|
||||||
|
<add fileExtension=".refresh" allowed="false" />
|
||||||
|
<add fileExtension=".compiled" allowed="false" />
|
||||||
|
<add fileExtension=".msgx" allowed="false" />
|
||||||
|
<add fileExtension=".vsdisco" allowed="false" />
|
||||||
|
<add fileExtension=".rules" allowed="false" />
|
||||||
|
</fileExtensions>
|
||||||
|
<verbs allowUnlisted="true" applyToWebDAV="true" />
|
||||||
|
<hiddenSegments applyToWebDAV="true">
|
||||||
|
<add segment="web.config" />
|
||||||
|
<add segment="bin" />
|
||||||
|
<add segment="App_code" />
|
||||||
|
<add segment="App_GlobalResources" />
|
||||||
|
<add segment="App_LocalResources" />
|
||||||
|
<add segment="App_WebReferences" />
|
||||||
|
<add segment="App_Data" />
|
||||||
|
<add segment="App_Browsers" />
|
||||||
|
</hiddenSegments>
|
||||||
|
</requestFiltering>
|
||||||
|
</security>
|
||||||
|
<serverSideInclude ssiExecDisable="false" />
|
||||||
|
<staticContent lockAttributes="isDocFooterFileName">
|
||||||
|
<mimeMap fileExtension=".323" mimeType="text/h323" />
|
||||||
|
<mimeMap fileExtension=".3g2" mimeType="video/3gpp2" />
|
||||||
|
<mimeMap fileExtension=".3gp2" mimeType="video/3gpp2" />
|
||||||
|
<mimeMap fileExtension=".3gp" mimeType="video/3gpp" />
|
||||||
|
<mimeMap fileExtension=".3gpp" mimeType="video/3gpp" />
|
||||||
|
<mimeMap fileExtension=".aac" mimeType="audio/aac" />
|
||||||
|
<mimeMap fileExtension=".aaf" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".aca" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".accdb" mimeType="application/msaccess" />
|
||||||
|
<mimeMap fileExtension=".accde" mimeType="application/msaccess" />
|
||||||
|
<mimeMap fileExtension=".accdt" mimeType="application/msaccess" />
|
||||||
|
<mimeMap fileExtension=".acx" mimeType="application/internet-property-stream" />
|
||||||
|
<mimeMap fileExtension=".adt" mimeType="audio/vnd.dlna.adts" />
|
||||||
|
<mimeMap fileExtension=".adts" mimeType="audio/vnd.dlna.adts" />
|
||||||
|
<mimeMap fileExtension=".afm" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".ai" mimeType="application/postscript" />
|
||||||
|
<mimeMap fileExtension=".aif" mimeType="audio/x-aiff" />
|
||||||
|
<mimeMap fileExtension=".aifc" mimeType="audio/aiff" />
|
||||||
|
<mimeMap fileExtension=".aiff" mimeType="audio/aiff" />
|
||||||
|
<mimeMap fileExtension=".appcache" mimeType="text/cache-manifest" />
|
||||||
|
<mimeMap fileExtension=".application" mimeType="application/x-ms-application" />
|
||||||
|
<mimeMap fileExtension=".art" mimeType="image/x-jg" />
|
||||||
|
<mimeMap fileExtension=".asd" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".asf" mimeType="video/x-ms-asf" />
|
||||||
|
<mimeMap fileExtension=".asi" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".asm" mimeType="text/plain" />
|
||||||
|
<mimeMap fileExtension=".asr" mimeType="video/x-ms-asf" />
|
||||||
|
<mimeMap fileExtension=".asx" mimeType="video/x-ms-asf" />
|
||||||
|
<mimeMap fileExtension=".atom" mimeType="application/atom+xml" />
|
||||||
|
<mimeMap fileExtension=".au" mimeType="audio/basic" />
|
||||||
|
<mimeMap fileExtension=".avi" mimeType="video/avi" />
|
||||||
|
<mimeMap fileExtension=".axs" mimeType="application/olescript" />
|
||||||
|
<mimeMap fileExtension=".bas" mimeType="text/plain" />
|
||||||
|
<mimeMap fileExtension=".bcpio" mimeType="application/x-bcpio" />
|
||||||
|
<mimeMap fileExtension=".bin" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".bmp" mimeType="image/bmp" />
|
||||||
|
<mimeMap fileExtension=".c" mimeType="text/plain" />
|
||||||
|
<mimeMap fileExtension=".cab" mimeType="application/vnd.ms-cab-compressed" />
|
||||||
|
<mimeMap fileExtension=".calx" mimeType="application/vnd.ms-office.calx" />
|
||||||
|
<mimeMap fileExtension=".cat" mimeType="application/vnd.ms-pki.seccat" />
|
||||||
|
<mimeMap fileExtension=".cdf" mimeType="application/x-cdf" />
|
||||||
|
<mimeMap fileExtension=".chm" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".class" mimeType="application/x-java-applet" />
|
||||||
|
<mimeMap fileExtension=".clp" mimeType="application/x-msclip" />
|
||||||
|
<mimeMap fileExtension=".cmx" mimeType="image/x-cmx" />
|
||||||
|
<mimeMap fileExtension=".cnf" mimeType="text/plain" />
|
||||||
|
<mimeMap fileExtension=".cod" mimeType="image/cis-cod" />
|
||||||
|
<mimeMap fileExtension=".cpio" mimeType="application/x-cpio" />
|
||||||
|
<mimeMap fileExtension=".cpp" mimeType="text/plain" />
|
||||||
|
<mimeMap fileExtension=".crd" mimeType="application/x-mscardfile" />
|
||||||
|
<mimeMap fileExtension=".crl" mimeType="application/pkix-crl" />
|
||||||
|
<mimeMap fileExtension=".crt" mimeType="application/x-x509-ca-cert" />
|
||||||
|
<mimeMap fileExtension=".csh" mimeType="application/x-csh" />
|
||||||
|
<mimeMap fileExtension=".css" mimeType="text/css" />
|
||||||
|
<mimeMap fileExtension=".csv" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".cur" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".dcr" mimeType="application/x-director" />
|
||||||
|
<mimeMap fileExtension=".deploy" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".der" mimeType="application/x-x509-ca-cert" />
|
||||||
|
<mimeMap fileExtension=".dib" mimeType="image/bmp" />
|
||||||
|
<mimeMap fileExtension=".dir" mimeType="application/x-director" />
|
||||||
|
<mimeMap fileExtension=".disco" mimeType="text/xml" />
|
||||||
|
<mimeMap fileExtension=".dll" mimeType="application/x-msdownload" />
|
||||||
|
<mimeMap fileExtension=".dll.config" mimeType="text/xml" />
|
||||||
|
<mimeMap fileExtension=".dlm" mimeType="text/dlm" />
|
||||||
|
<mimeMap fileExtension=".doc" mimeType="application/msword" />
|
||||||
|
<mimeMap fileExtension=".docm" mimeType="application/vnd.ms-word.document.macroEnabled.12" />
|
||||||
|
<mimeMap fileExtension=".docx" mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.document" />
|
||||||
|
<mimeMap fileExtension=".dot" mimeType="application/msword" />
|
||||||
|
<mimeMap fileExtension=".dotm" mimeType="application/vnd.ms-word.template.macroEnabled.12" />
|
||||||
|
<mimeMap fileExtension=".dotx" mimeType="application/vnd.openxmlformats-officedocument.wordprocessingml.template" />
|
||||||
|
<mimeMap fileExtension=".dsp" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".dtd" mimeType="text/xml" />
|
||||||
|
<mimeMap fileExtension=".dvi" mimeType="application/x-dvi" />
|
||||||
|
<mimeMap fileExtension=".dvr-ms" mimeType="video/x-ms-dvr" />
|
||||||
|
<mimeMap fileExtension=".dwf" mimeType="drawing/x-dwf" />
|
||||||
|
<mimeMap fileExtension=".dwp" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".dxr" mimeType="application/x-director" />
|
||||||
|
<mimeMap fileExtension=".eml" mimeType="message/rfc822" />
|
||||||
|
<mimeMap fileExtension=".emz" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".eot" mimeType="application/vnd.ms-fontobject" />
|
||||||
|
<mimeMap fileExtension=".eps" mimeType="application/postscript" />
|
||||||
|
<mimeMap fileExtension=".esd" mimeType="application/vnd.ms-cab-compressed" />
|
||||||
|
<mimeMap fileExtension=".etx" mimeType="text/x-setext" />
|
||||||
|
<mimeMap fileExtension=".evy" mimeType="application/envoy" />
|
||||||
|
<mimeMap fileExtension=".exe" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".exe.config" mimeType="text/xml" />
|
||||||
|
<mimeMap fileExtension=".fdf" mimeType="application/vnd.fdf" />
|
||||||
|
<mimeMap fileExtension=".fif" mimeType="application/fractals" />
|
||||||
|
<mimeMap fileExtension=".fla" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".flr" mimeType="x-world/x-vrml" />
|
||||||
|
<mimeMap fileExtension=".flv" mimeType="video/x-flv" />
|
||||||
|
<mimeMap fileExtension=".gif" mimeType="image/gif" />
|
||||||
|
<mimeMap fileExtension=".glb" mimeType="model/gltf-binary" />
|
||||||
|
<mimeMap fileExtension=".gtar" mimeType="application/x-gtar" />
|
||||||
|
<mimeMap fileExtension=".gz" mimeType="application/x-gzip" />
|
||||||
|
<mimeMap fileExtension=".h" mimeType="text/plain" />
|
||||||
|
<mimeMap fileExtension=".hdf" mimeType="application/x-hdf" />
|
||||||
|
<mimeMap fileExtension=".hdml" mimeType="text/x-hdml" />
|
||||||
|
<mimeMap fileExtension=".hhc" mimeType="application/x-oleobject" />
|
||||||
|
<mimeMap fileExtension=".hhk" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".hhp" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".hlp" mimeType="application/winhlp" />
|
||||||
|
<mimeMap fileExtension=".hqx" mimeType="application/mac-binhex40" />
|
||||||
|
<mimeMap fileExtension=".hta" mimeType="application/hta" />
|
||||||
|
<mimeMap fileExtension=".htc" mimeType="text/x-component" />
|
||||||
|
<mimeMap fileExtension=".htm" mimeType="text/html" />
|
||||||
|
<mimeMap fileExtension=".html" mimeType="text/html" />
|
||||||
|
<mimeMap fileExtension=".htt" mimeType="text/webviewhtml" />
|
||||||
|
<mimeMap fileExtension=".hxt" mimeType="text/html" />
|
||||||
|
<mimeMap fileExtension=".ico" mimeType="image/x-icon" />
|
||||||
|
<mimeMap fileExtension=".ics" mimeType="text/calendar" />
|
||||||
|
<mimeMap fileExtension=".ief" mimeType="image/ief" />
|
||||||
|
<mimeMap fileExtension=".iii" mimeType="application/x-iphone" />
|
||||||
|
<mimeMap fileExtension=".inf" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".ins" mimeType="application/x-internet-signup" />
|
||||||
|
<mimeMap fileExtension=".isp" mimeType="application/x-internet-signup" />
|
||||||
|
<mimeMap fileExtension=".IVF" mimeType="video/x-ivf" />
|
||||||
|
<mimeMap fileExtension=".jar" mimeType="application/java-archive" />
|
||||||
|
<mimeMap fileExtension=".java" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".jck" mimeType="application/liquidmotion" />
|
||||||
|
<mimeMap fileExtension=".jcz" mimeType="application/liquidmotion" />
|
||||||
|
<mimeMap fileExtension=".jfif" mimeType="image/pjpeg" />
|
||||||
|
<mimeMap fileExtension=".jpb" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".jpe" mimeType="image/jpeg" />
|
||||||
|
<mimeMap fileExtension=".jpeg" mimeType="image/jpeg" />
|
||||||
|
<mimeMap fileExtension=".jpg" mimeType="image/jpeg" />
|
||||||
|
<mimeMap fileExtension=".js" mimeType="application/javascript" />
|
||||||
|
<mimeMap fileExtension=".json" mimeType="application/json" />
|
||||||
|
<mimeMap fileExtension=".jsonld" mimeType="application/ld+json" />
|
||||||
|
<mimeMap fileExtension=".jsx" mimeType="text/jscript" />
|
||||||
|
<mimeMap fileExtension=".latex" mimeType="application/x-latex" />
|
||||||
|
<mimeMap fileExtension=".less" mimeType="text/css" />
|
||||||
|
<mimeMap fileExtension=".lit" mimeType="application/x-ms-reader" />
|
||||||
|
<mimeMap fileExtension=".lpk" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".lsf" mimeType="video/x-la-asf" />
|
||||||
|
<mimeMap fileExtension=".lsx" mimeType="video/x-la-asf" />
|
||||||
|
<mimeMap fileExtension=".lzh" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".m13" mimeType="application/x-msmediaview" />
|
||||||
|
<mimeMap fileExtension=".m14" mimeType="application/x-msmediaview" />
|
||||||
|
<mimeMap fileExtension=".m1v" mimeType="video/mpeg" />
|
||||||
|
<mimeMap fileExtension=".m2ts" mimeType="video/vnd.dlna.mpeg-tts" />
|
||||||
|
<mimeMap fileExtension=".m3u" mimeType="audio/x-mpegurl" />
|
||||||
|
<mimeMap fileExtension=".m4a" mimeType="audio/mp4" />
|
||||||
|
<mimeMap fileExtension=".m4v" mimeType="video/mp4" />
|
||||||
|
<mimeMap fileExtension=".man" mimeType="application/x-troff-man" />
|
||||||
|
<mimeMap fileExtension=".manifest" mimeType="application/x-ms-manifest" />
|
||||||
|
<mimeMap fileExtension=".map" mimeType="text/plain" />
|
||||||
|
<mimeMap fileExtension=".mdb" mimeType="application/x-msaccess" />
|
||||||
|
<mimeMap fileExtension=".mdp" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".me" mimeType="application/x-troff-me" />
|
||||||
|
<mimeMap fileExtension=".mht" mimeType="message/rfc822" />
|
||||||
|
<mimeMap fileExtension=".mhtml" mimeType="message/rfc822" />
|
||||||
|
<mimeMap fileExtension=".mid" mimeType="audio/mid" />
|
||||||
|
<mimeMap fileExtension=".midi" mimeType="audio/mid" />
|
||||||
|
<mimeMap fileExtension=".mix" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".mmf" mimeType="application/x-smaf" />
|
||||||
|
<mimeMap fileExtension=".mno" mimeType="text/xml" />
|
||||||
|
<mimeMap fileExtension=".mny" mimeType="application/x-msmoney" />
|
||||||
|
<mimeMap fileExtension=".mov" mimeType="video/quicktime" />
|
||||||
|
<mimeMap fileExtension=".movie" mimeType="video/x-sgi-movie" />
|
||||||
|
<mimeMap fileExtension=".mp2" mimeType="video/mpeg" />
|
||||||
|
<mimeMap fileExtension=".mp3" mimeType="audio/mpeg" />
|
||||||
|
<mimeMap fileExtension=".mp4" mimeType="video/mp4" />
|
||||||
|
<mimeMap fileExtension=".mp4v" mimeType="video/mp4" />
|
||||||
|
<mimeMap fileExtension=".mpa" mimeType="video/mpeg" />
|
||||||
|
<mimeMap fileExtension=".mpe" mimeType="video/mpeg" />
|
||||||
|
<mimeMap fileExtension=".mpeg" mimeType="video/mpeg" />
|
||||||
|
<mimeMap fileExtension=".mpg" mimeType="video/mpeg" />
|
||||||
|
<mimeMap fileExtension=".mpp" mimeType="application/vnd.ms-project" />
|
||||||
|
<mimeMap fileExtension=".mpv2" mimeType="video/mpeg" />
|
||||||
|
<mimeMap fileExtension=".ms" mimeType="application/x-troff-ms" />
|
||||||
|
<mimeMap fileExtension=".msi" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".mso" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".mvb" mimeType="application/x-msmediaview" />
|
||||||
|
<mimeMap fileExtension=".mvc" mimeType="application/x-miva-compiled" />
|
||||||
|
<mimeMap fileExtension=".nc" mimeType="application/x-netcdf" />
|
||||||
|
<mimeMap fileExtension=".nsc" mimeType="video/x-ms-asf" />
|
||||||
|
<mimeMap fileExtension=".nws" mimeType="message/rfc822" />
|
||||||
|
<mimeMap fileExtension=".ocx" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".oda" mimeType="application/oda" />
|
||||||
|
<mimeMap fileExtension=".odc" mimeType="text/x-ms-odc" />
|
||||||
|
<mimeMap fileExtension=".ods" mimeType="application/oleobject" />
|
||||||
|
<mimeMap fileExtension=".oga" mimeType="audio/ogg" />
|
||||||
|
<mimeMap fileExtension=".ogg" mimeType="video/ogg" />
|
||||||
|
<mimeMap fileExtension=".ogv" mimeType="video/ogg" />
|
||||||
|
<mimeMap fileExtension=".one" mimeType="application/onenote" />
|
||||||
|
<mimeMap fileExtension=".onea" mimeType="application/onenote" />
|
||||||
|
<mimeMap fileExtension=".onetoc" mimeType="application/onenote" />
|
||||||
|
<mimeMap fileExtension=".onetoc2" mimeType="application/onenote" />
|
||||||
|
<mimeMap fileExtension=".onetmp" mimeType="application/onenote" />
|
||||||
|
<mimeMap fileExtension=".onepkg" mimeType="application/onenote" />
|
||||||
|
<mimeMap fileExtension=".osdx" mimeType="application/opensearchdescription+xml" />
|
||||||
|
<mimeMap fileExtension=".otf" mimeType="font/otf" />
|
||||||
|
<mimeMap fileExtension=".p10" mimeType="application/pkcs10" />
|
||||||
|
<mimeMap fileExtension=".p12" mimeType="application/x-pkcs12" />
|
||||||
|
<mimeMap fileExtension=".p7b" mimeType="application/x-pkcs7-certificates" />
|
||||||
|
<mimeMap fileExtension=".p7c" mimeType="application/pkcs7-mime" />
|
||||||
|
<mimeMap fileExtension=".p7m" mimeType="application/pkcs7-mime" />
|
||||||
|
<mimeMap fileExtension=".p7r" mimeType="application/x-pkcs7-certreqresp" />
|
||||||
|
<mimeMap fileExtension=".p7s" mimeType="application/pkcs7-signature" />
|
||||||
|
<mimeMap fileExtension=".pbm" mimeType="image/x-portable-bitmap" />
|
||||||
|
<mimeMap fileExtension=".pcx" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".pcz" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".pdf" mimeType="application/pdf" />
|
||||||
|
<mimeMap fileExtension=".pfb" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".pfm" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".pfx" mimeType="application/x-pkcs12" />
|
||||||
|
<mimeMap fileExtension=".pgm" mimeType="image/x-portable-graymap" />
|
||||||
|
<mimeMap fileExtension=".pko" mimeType="application/vnd.ms-pki.pko" />
|
||||||
|
<mimeMap fileExtension=".pma" mimeType="application/x-perfmon" />
|
||||||
|
<mimeMap fileExtension=".pmc" mimeType="application/x-perfmon" />
|
||||||
|
<mimeMap fileExtension=".pml" mimeType="application/x-perfmon" />
|
||||||
|
<mimeMap fileExtension=".pmr" mimeType="application/x-perfmon" />
|
||||||
|
<mimeMap fileExtension=".pmw" mimeType="application/x-perfmon" />
|
||||||
|
<mimeMap fileExtension=".png" mimeType="image/png" />
|
||||||
|
<mimeMap fileExtension=".pnm" mimeType="image/x-portable-anymap" />
|
||||||
|
<mimeMap fileExtension=".pnz" mimeType="image/png" />
|
||||||
|
<mimeMap fileExtension=".pot" mimeType="application/vnd.ms-powerpoint" />
|
||||||
|
<mimeMap fileExtension=".potm" mimeType="application/vnd.ms-powerpoint.template.macroEnabled.12" />
|
||||||
|
<mimeMap fileExtension=".potx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.template" />
|
||||||
|
<mimeMap fileExtension=".ppam" mimeType="application/vnd.ms-powerpoint.addin.macroEnabled.12" />
|
||||||
|
<mimeMap fileExtension=".ppm" mimeType="image/x-portable-pixmap" />
|
||||||
|
<mimeMap fileExtension=".pps" mimeType="application/vnd.ms-powerpoint" />
|
||||||
|
<mimeMap fileExtension=".ppsm" mimeType="application/vnd.ms-powerpoint.slideshow.macroEnabled.12" />
|
||||||
|
<mimeMap fileExtension=".ppsx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.slideshow" />
|
||||||
|
<mimeMap fileExtension=".ppt" mimeType="application/vnd.ms-powerpoint" />
|
||||||
|
<mimeMap fileExtension=".pptm" mimeType="application/vnd.ms-powerpoint.presentation.macroEnabled.12" />
|
||||||
|
<mimeMap fileExtension=".pptx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.presentation" />
|
||||||
|
<mimeMap fileExtension=".prf" mimeType="application/pics-rules" />
|
||||||
|
<mimeMap fileExtension=".prm" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".prx" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".ps" mimeType="application/postscript" />
|
||||||
|
<mimeMap fileExtension=".psd" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".psm" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".psp" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".pub" mimeType="application/x-mspublisher" />
|
||||||
|
<mimeMap fileExtension=".qt" mimeType="video/quicktime" />
|
||||||
|
<mimeMap fileExtension=".qtl" mimeType="application/x-quicktimeplayer" />
|
||||||
|
<mimeMap fileExtension=".qxd" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".ra" mimeType="audio/x-pn-realaudio" />
|
||||||
|
<mimeMap fileExtension=".ram" mimeType="audio/x-pn-realaudio" />
|
||||||
|
<mimeMap fileExtension=".rar" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".ras" mimeType="image/x-cmu-raster" />
|
||||||
|
<mimeMap fileExtension=".rf" mimeType="image/vnd.rn-realflash" />
|
||||||
|
<mimeMap fileExtension=".rgb" mimeType="image/x-rgb" />
|
||||||
|
<mimeMap fileExtension=".rm" mimeType="application/vnd.rn-realmedia" />
|
||||||
|
<mimeMap fileExtension=".rmi" mimeType="audio/mid" />
|
||||||
|
<mimeMap fileExtension=".roff" mimeType="application/x-troff" />
|
||||||
|
<mimeMap fileExtension=".rpm" mimeType="audio/x-pn-realaudio-plugin" />
|
||||||
|
<mimeMap fileExtension=".rtf" mimeType="application/rtf" />
|
||||||
|
<mimeMap fileExtension=".rtx" mimeType="text/richtext" />
|
||||||
|
<mimeMap fileExtension=".scd" mimeType="application/x-msschedule" />
|
||||||
|
<mimeMap fileExtension=".sct" mimeType="text/scriptlet" />
|
||||||
|
<mimeMap fileExtension=".sea" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".setpay" mimeType="application/set-payment-initiation" />
|
||||||
|
<mimeMap fileExtension=".setreg" mimeType="application/set-registration-initiation" />
|
||||||
|
<mimeMap fileExtension=".sgml" mimeType="text/sgml" />
|
||||||
|
<mimeMap fileExtension=".sh" mimeType="application/x-sh" />
|
||||||
|
<mimeMap fileExtension=".shar" mimeType="application/x-shar" />
|
||||||
|
<mimeMap fileExtension=".sit" mimeType="application/x-stuffit" />
|
||||||
|
<mimeMap fileExtension=".sldm" mimeType="application/vnd.ms-powerpoint.slide.macroEnabled.12" />
|
||||||
|
<mimeMap fileExtension=".sldx" mimeType="application/vnd.openxmlformats-officedocument.presentationml.slide" />
|
||||||
|
<mimeMap fileExtension=".smd" mimeType="audio/x-smd" />
|
||||||
|
<mimeMap fileExtension=".smi" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".smx" mimeType="audio/x-smd" />
|
||||||
|
<mimeMap fileExtension=".smz" mimeType="audio/x-smd" />
|
||||||
|
<mimeMap fileExtension=".snd" mimeType="audio/basic" />
|
||||||
|
<mimeMap fileExtension=".snp" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".spc" mimeType="application/x-pkcs7-certificates" />
|
||||||
|
<mimeMap fileExtension=".spl" mimeType="application/futuresplash" />
|
||||||
|
<mimeMap fileExtension=".spx" mimeType="audio/ogg" />
|
||||||
|
<mimeMap fileExtension=".src" mimeType="application/x-wais-source" />
|
||||||
|
<mimeMap fileExtension=".ssm" mimeType="application/streamingmedia" />
|
||||||
|
<mimeMap fileExtension=".sst" mimeType="application/vnd.ms-pki.certstore" />
|
||||||
|
<mimeMap fileExtension=".stl" mimeType="application/vnd.ms-pki.stl" />
|
||||||
|
<mimeMap fileExtension=".sv4cpio" mimeType="application/x-sv4cpio" />
|
||||||
|
<mimeMap fileExtension=".sv4crc" mimeType="application/x-sv4crc" />
|
||||||
|
<mimeMap fileExtension=".svg" mimeType="image/svg+xml" />
|
||||||
|
<mimeMap fileExtension=".svgz" mimeType="image/svg+xml" />
|
||||||
|
<mimeMap fileExtension=".swf" mimeType="application/x-shockwave-flash" />
|
||||||
|
<mimeMap fileExtension=".t" mimeType="application/x-troff" />
|
||||||
|
<mimeMap fileExtension=".tar" mimeType="application/x-tar" />
|
||||||
|
<mimeMap fileExtension=".tcl" mimeType="application/x-tcl" />
|
||||||
|
<mimeMap fileExtension=".tex" mimeType="application/x-tex" />
|
||||||
|
<mimeMap fileExtension=".texi" mimeType="application/x-texinfo" />
|
||||||
|
<mimeMap fileExtension=".texinfo" mimeType="application/x-texinfo" />
|
||||||
|
<mimeMap fileExtension=".tgz" mimeType="application/x-compressed" />
|
||||||
|
<mimeMap fileExtension=".thmx" mimeType="application/vnd.ms-officetheme" />
|
||||||
|
<mimeMap fileExtension=".thn" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".tif" mimeType="image/tiff" />
|
||||||
|
<mimeMap fileExtension=".tiff" mimeType="image/tiff" />
|
||||||
|
<mimeMap fileExtension=".toc" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".tr" mimeType="application/x-troff" />
|
||||||
|
<mimeMap fileExtension=".trm" mimeType="application/x-msterminal" />
|
||||||
|
<mimeMap fileExtension=".ts" mimeType="video/vnd.dlna.mpeg-tts" />
|
||||||
|
<mimeMap fileExtension=".tsv" mimeType="text/tab-separated-values" />
|
||||||
|
<mimeMap fileExtension=".ttf" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".tts" mimeType="video/vnd.dlna.mpeg-tts" />
|
||||||
|
<mimeMap fileExtension=".txt" mimeType="text/plain" />
|
||||||
|
<mimeMap fileExtension=".u32" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".uls" mimeType="text/iuls" />
|
||||||
|
<mimeMap fileExtension=".ustar" mimeType="application/x-ustar" />
|
||||||
|
<mimeMap fileExtension=".vbs" mimeType="text/vbscript" />
|
||||||
|
<mimeMap fileExtension=".vcf" mimeType="text/x-vcard" />
|
||||||
|
<mimeMap fileExtension=".vcs" mimeType="text/plain" />
|
||||||
|
<mimeMap fileExtension=".vdx" mimeType="application/vnd.ms-visio.viewer" />
|
||||||
|
<mimeMap fileExtension=".vml" mimeType="text/xml" />
|
||||||
|
<mimeMap fileExtension=".vsd" mimeType="application/vnd.visio" />
|
||||||
|
<mimeMap fileExtension=".vss" mimeType="application/vnd.visio" />
|
||||||
|
<mimeMap fileExtension=".vst" mimeType="application/vnd.visio" />
|
||||||
|
<mimeMap fileExtension=".vsto" mimeType="application/x-ms-vsto" />
|
||||||
|
<mimeMap fileExtension=".vsw" mimeType="application/vnd.visio" />
|
||||||
|
<mimeMap fileExtension=".vsx" mimeType="application/vnd.visio" />
|
||||||
|
<mimeMap fileExtension=".vtx" mimeType="application/vnd.visio" />
|
||||||
|
<mimeMap fileExtension=".wasm" mimeType="application/wasm" />
|
||||||
|
<mimeMap fileExtension=".wav" mimeType="audio/wav" />
|
||||||
|
<mimeMap fileExtension=".wax" mimeType="audio/x-ms-wax" />
|
||||||
|
<mimeMap fileExtension=".wbmp" mimeType="image/vnd.wap.wbmp" />
|
||||||
|
<mimeMap fileExtension=".wcm" mimeType="application/vnd.ms-works" />
|
||||||
|
<mimeMap fileExtension=".wdb" mimeType="application/vnd.ms-works" />
|
||||||
|
<mimeMap fileExtension=".webm" mimeType="video/webm" />
|
||||||
|
<mimeMap fileExtension=".wks" mimeType="application/vnd.ms-works" />
|
||||||
|
<mimeMap fileExtension=".wm" mimeType="video/x-ms-wm" />
|
||||||
|
<mimeMap fileExtension=".wma" mimeType="audio/x-ms-wma" />
|
||||||
|
<mimeMap fileExtension=".wmd" mimeType="application/x-ms-wmd" />
|
||||||
|
<mimeMap fileExtension=".wmf" mimeType="application/x-msmetafile" />
|
||||||
|
<mimeMap fileExtension=".wml" mimeType="text/vnd.wap.wml" />
|
||||||
|
<mimeMap fileExtension=".wmlc" mimeType="application/vnd.wap.wmlc" />
|
||||||
|
<mimeMap fileExtension=".wmls" mimeType="text/vnd.wap.wmlscript" />
|
||||||
|
<mimeMap fileExtension=".wmlsc" mimeType="application/vnd.wap.wmlscriptc" />
|
||||||
|
<mimeMap fileExtension=".wmp" mimeType="video/x-ms-wmp" />
|
||||||
|
<mimeMap fileExtension=".wmv" mimeType="video/x-ms-wmv" />
|
||||||
|
<mimeMap fileExtension=".wmx" mimeType="video/x-ms-wmx" />
|
||||||
|
<mimeMap fileExtension=".wmz" mimeType="application/x-ms-wmz" />
|
||||||
|
<mimeMap fileExtension=".woff" mimeType="font/x-woff" />
|
||||||
|
<mimeMap fileExtension=".woff2" mimeType="application/font-woff2" />
|
||||||
|
<mimeMap fileExtension=".wps" mimeType="application/vnd.ms-works" />
|
||||||
|
<mimeMap fileExtension=".wri" mimeType="application/x-mswrite" />
|
||||||
|
<mimeMap fileExtension=".wrl" mimeType="x-world/x-vrml" />
|
||||||
|
<mimeMap fileExtension=".wrz" mimeType="x-world/x-vrml" />
|
||||||
|
<mimeMap fileExtension=".wsdl" mimeType="text/xml" />
|
||||||
|
<mimeMap fileExtension=".wtv" mimeType="video/x-ms-wtv" />
|
||||||
|
<mimeMap fileExtension=".wvx" mimeType="video/x-ms-wvx" />
|
||||||
|
<mimeMap fileExtension=".x" mimeType="application/directx" />
|
||||||
|
<mimeMap fileExtension=".xaf" mimeType="x-world/x-vrml" />
|
||||||
|
<mimeMap fileExtension=".xaml" mimeType="application/xaml+xml" />
|
||||||
|
<mimeMap fileExtension=".xap" mimeType="application/x-silverlight-app" />
|
||||||
|
<mimeMap fileExtension=".xbap" mimeType="application/x-ms-xbap" />
|
||||||
|
<mimeMap fileExtension=".xbm" mimeType="image/x-xbitmap" />
|
||||||
|
<mimeMap fileExtension=".xdr" mimeType="text/plain" />
|
||||||
|
<mimeMap fileExtension=".xht" mimeType="application/xhtml+xml" />
|
||||||
|
<mimeMap fileExtension=".xhtml" mimeType="application/xhtml+xml" />
|
||||||
|
<mimeMap fileExtension=".xla" mimeType="application/vnd.ms-excel" />
|
||||||
|
<mimeMap fileExtension=".xlam" mimeType="application/vnd.ms-excel.addin.macroEnabled.12" />
|
||||||
|
<mimeMap fileExtension=".xlc" mimeType="application/vnd.ms-excel" />
|
||||||
|
<mimeMap fileExtension=".xlm" mimeType="application/vnd.ms-excel" />
|
||||||
|
<mimeMap fileExtension=".xls" mimeType="application/vnd.ms-excel" />
|
||||||
|
<mimeMap fileExtension=".xlsb" mimeType="application/vnd.ms-excel.sheet.binary.macroEnabled.12" />
|
||||||
|
<mimeMap fileExtension=".xlsm" mimeType="application/vnd.ms-excel.sheet.macroEnabled.12" />
|
||||||
|
<mimeMap fileExtension=".xlsx" mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.sheet" />
|
||||||
|
<mimeMap fileExtension=".xlt" mimeType="application/vnd.ms-excel" />
|
||||||
|
<mimeMap fileExtension=".xltm" mimeType="application/vnd.ms-excel.template.macroEnabled.12" />
|
||||||
|
<mimeMap fileExtension=".xltx" mimeType="application/vnd.openxmlformats-officedocument.spreadsheetml.template" />
|
||||||
|
<mimeMap fileExtension=".xlw" mimeType="application/vnd.ms-excel" />
|
||||||
|
<mimeMap fileExtension=".xml" mimeType="text/xml" />
|
||||||
|
<mimeMap fileExtension=".xof" mimeType="x-world/x-vrml" />
|
||||||
|
<mimeMap fileExtension=".xpm" mimeType="image/x-xpixmap" />
|
||||||
|
<mimeMap fileExtension=".xps" mimeType="application/vnd.ms-xpsdocument" />
|
||||||
|
<mimeMap fileExtension=".xsd" mimeType="text/xml" />
|
||||||
|
<mimeMap fileExtension=".xsf" mimeType="text/xml" />
|
||||||
|
<mimeMap fileExtension=".xsl" mimeType="text/xml" />
|
||||||
|
<mimeMap fileExtension=".xslt" mimeType="text/xml" />
|
||||||
|
<mimeMap fileExtension=".xsn" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".xtp" mimeType="application/octet-stream" />
|
||||||
|
<mimeMap fileExtension=".xwd" mimeType="image/x-xwindowdump" />
|
||||||
|
<mimeMap fileExtension=".z" mimeType="application/x-compress" />
|
||||||
|
<mimeMap fileExtension=".zip" mimeType="application/x-zip-compressed" />
|
||||||
|
</staticContent>
|
||||||
|
<tracing>
|
||||||
|
<traceFailedRequests>
|
||||||
|
<add path="*">
|
||||||
|
<traceAreas>
|
||||||
|
<add provider="ASP" verbosity="Verbose" />
|
||||||
|
<add provider="ASPNET" areas="Infrastructure,Module,Page,AppServices" verbosity="Verbose" />
|
||||||
|
<add provider="ISAPI Extension" verbosity="Verbose" />
|
||||||
|
<add provider="WWW Server" areas="Authentication,Security,Filter,StaticFile,CGI,Compression,Cache,RequestNotifications,Module,Rewrite,WebSocket" verbosity="Verbose" />
|
||||||
|
</traceAreas>
|
||||||
|
<failureDefinitions statusCodes="200-999" />
|
||||||
|
</add>
|
||||||
|
</traceFailedRequests>
|
||||||
|
<traceProviderDefinitions>
|
||||||
|
<add name="WWW Server" guid="{3a2a4e84-4c21-4981-ae10-3fda0d9b0f83}">
|
||||||
|
<areas>
|
||||||
|
<clear />
|
||||||
|
<add name="Authentication" value="2" />
|
||||||
|
<add name="Security" value="4" />
|
||||||
|
<add name="Filter" value="8" />
|
||||||
|
<add name="StaticFile" value="16" />
|
||||||
|
<add name="CGI" value="32" />
|
||||||
|
<add name="Compression" value="64" />
|
||||||
|
<add name="Cache" value="128" />
|
||||||
|
<add name="RequestNotifications" value="256" />
|
||||||
|
<add name="Module" value="512" />
|
||||||
|
<add name="Rewrite" value="1024" />
|
||||||
|
<add name="FastCGI" value="4096" />
|
||||||
|
<add name="WebSocket" value="16384" />
|
||||||
|
<add name="ANCM" value="65536" />
|
||||||
|
</areas>
|
||||||
|
</add>
|
||||||
|
<add name="ASP" guid="{06b94d9a-b15e-456e-a4ef-37c984a2cb4b}">
|
||||||
|
<areas>
|
||||||
|
<clear />
|
||||||
|
</areas>
|
||||||
|
</add>
|
||||||
|
<add name="ISAPI Extension" guid="{a1c2040e-8840-4c31-ba11-9871031a19ea}">
|
||||||
|
<areas>
|
||||||
|
<clear />
|
||||||
|
</areas>
|
||||||
|
</add>
|
||||||
|
<add name="ASPNET" guid="{AFF081FE-0247-4275-9C4E-021F3DC1DA35}">
|
||||||
|
<areas>
|
||||||
|
<add name="Infrastructure" value="1" />
|
||||||
|
<add name="Module" value="2" />
|
||||||
|
<add name="Page" value="4" />
|
||||||
|
<add name="AppServices" value="8" />
|
||||||
|
</areas>
|
||||||
|
</add>
|
||||||
|
</traceProviderDefinitions>
|
||||||
|
</tracing>
|
||||||
|
<urlCompression />
|
||||||
|
<validation />
|
||||||
|
<webdav>
|
||||||
|
<globalSettings>
|
||||||
|
<propertyStores>
|
||||||
|
<add name="webdav_simple_prop" image="%IIS_BIN%\webdav_simple_prop.dll" image32="%IIS_BIN%\webdav_simple_prop.dll" />
|
||||||
|
</propertyStores>
|
||||||
|
<lockStores>
|
||||||
|
<add name="webdav_simple_lock" image="%IIS_BIN%\webdav_simple_lock.dll" image32="%IIS_BIN%\webdav_simple_lock.dll" />
|
||||||
|
</lockStores>
|
||||||
|
</globalSettings>
|
||||||
|
<authoring>
|
||||||
|
<locks enabled="true" lockStore="webdav_simple_lock" />
|
||||||
|
</authoring>
|
||||||
|
<authoringRules />
|
||||||
|
</webdav>
|
||||||
|
<webSocket />
|
||||||
|
<applicationInitialization />
|
||||||
|
</system.webServer>
|
||||||
|
<location path="" overrideMode="Allow">
|
||||||
|
<system.webServer>
|
||||||
|
<modules>
|
||||||
|
<add name="IsapiFilterModule" lockItem="true" />
|
||||||
|
<add name="BasicAuthenticationModule" lockItem="true" />
|
||||||
|
<add name="IsapiModule" lockItem="true" />
|
||||||
|
<add name="HttpLoggingModule" lockItem="true" />
|
||||||
|
<add name="DynamicCompressionModule" lockItem="true" />
|
||||||
|
<add name="StaticCompressionModule" lockItem="true" />
|
||||||
|
<add name="DefaultDocumentModule" lockItem="true" />
|
||||||
|
<add name="DirectoryListingModule" lockItem="true" />
|
||||||
|
<add name="ProtocolSupportModule" lockItem="true" />
|
||||||
|
<add name="HttpRedirectionModule" lockItem="true" />
|
||||||
|
<add name="ServerSideIncludeModule" lockItem="true" />
|
||||||
|
<add name="StaticFileModule" lockItem="true" />
|
||||||
|
<add name="AnonymousAuthenticationModule" lockItem="true" />
|
||||||
|
<add name="CertificateMappingAuthenticationModule" lockItem="true" />
|
||||||
|
<add name="UrlAuthorizationModule" lockItem="true" />
|
||||||
|
<add name="WindowsAuthenticationModule" lockItem="true" />
|
||||||
|
<add name="IISCertificateMappingAuthenticationModule" lockItem="true" />
|
||||||
|
<add name="WebMatrixSupportModule" lockItem="true" />
|
||||||
|
<add name="IpRestrictionModule" lockItem="true" />
|
||||||
|
<add name="DynamicIpRestrictionModule" lockItem="true" />
|
||||||
|
<add name="RequestFilteringModule" lockItem="true" />
|
||||||
|
<add name="CustomLoggingModule" lockItem="true" />
|
||||||
|
<add name="CustomErrorModule" lockItem="true" />
|
||||||
|
<add name="FailedRequestsTracingModule" lockItem="true" />
|
||||||
|
<add name="CgiModule" lockItem="true" />
|
||||||
|
<add name="FastCgiModule" lockItem="true" />
|
||||||
|
<!-- <add name="WebDAVModule" /> -->
|
||||||
|
<add name="RewriteModule" />
|
||||||
|
<add name="OutputCache" type="System.Web.Caching.OutputCacheModule" preCondition="managedHandler" />
|
||||||
|
<add name="Session" type="System.Web.SessionState.SessionStateModule" preCondition="managedHandler" />
|
||||||
|
<add name="WindowsAuthentication" type="System.Web.Security.WindowsAuthenticationModule" preCondition="managedHandler" />
|
||||||
|
<add name="FormsAuthentication" type="System.Web.Security.FormsAuthenticationModule" preCondition="managedHandler" />
|
||||||
|
<add name="DefaultAuthentication" type="System.Web.Security.DefaultAuthenticationModule" preCondition="managedHandler" />
|
||||||
|
<add name="RoleManager" type="System.Web.Security.RoleManagerModule" preCondition="managedHandler" />
|
||||||
|
<add name="UrlAuthorization" type="System.Web.Security.UrlAuthorizationModule" preCondition="managedHandler" />
|
||||||
|
<add name="FileAuthorization" type="System.Web.Security.FileAuthorizationModule" preCondition="managedHandler" />
|
||||||
|
<add name="AnonymousIdentification" type="System.Web.Security.AnonymousIdentificationModule" preCondition="managedHandler" />
|
||||||
|
<add name="Profile" type="System.Web.Profile.ProfileModule" preCondition="managedHandler" />
|
||||||
|
<add name="UrlMappingsModule" type="System.Web.UrlMappingsModule" preCondition="managedHandler" />
|
||||||
|
<add name="ApplicationInitializationModule" lockItem="true" />
|
||||||
|
<add name="WebSocketModule" lockItem="true" />
|
||||||
|
<add name="ServiceModel-4.0" type="System.ServiceModel.Activation.ServiceHttpModule,System.ServiceModel.Activation,Version=4.0.0.0,Culture=neutral,PublicKeyToken=31bf3856ad364e35" preCondition="managedHandler,runtimeVersionv4.0" />
|
||||||
|
<add name="ConfigurationValidationModule" lockItem="true" />
|
||||||
|
<add name="UrlRoutingModule-4.0" type="System.Web.Routing.UrlRoutingModule" preCondition="managedHandler,runtimeVersionv4.0" />
|
||||||
|
<add name="ScriptModule-4.0" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="managedHandler,runtimeVersionv4.0" />
|
||||||
|
<add name="AspNetCoreModule" lockItem="true" />
|
||||||
|
<add name="AspNetCoreModuleV2" lockItem="true" />
|
||||||
|
</modules>
|
||||||
|
<handlers accessPolicy="Read, Script">
|
||||||
|
<!-- <add name="WebDAV" path="*" verb="PROPFIND,PROPPATCH,MKCOL,PUT,COPY,DELETE,MOVE,LOCK,UNLOCK" modules="WebDAVModule" resourceType="Unspecified" requireAccess="None" /> -->
|
||||||
|
<add name="AXD-ISAPI-4.0_64bit" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="PageHandlerFactory-ISAPI-4.0_64bit" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="SimpleHandlerFactory-ISAPI-4.0_64bit" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="WebServiceHandlerFactory-ISAPI-4.0_64bit" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="HttpRemotingHandlerFactory-rem-ISAPI-4.0_64bit" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="HttpRemotingHandlerFactory-soap-ISAPI-4.0_64bit" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="svc-ISAPI-4.0_64bit" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" />
|
||||||
|
<add name="rules-ISAPI-4.0_64bit" path="*.rules" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" />
|
||||||
|
<add name="xoml-ISAPI-4.0_64bit" path="*.xoml" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" />
|
||||||
|
<add name="xamlx-ISAPI-4.0_64bit" path="*.xamlx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" />
|
||||||
|
<add name="aspq-ISAPI-4.0_64bit" path="*.aspq" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="cshtm-ISAPI-4.0_64bit" path="*.cshtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="cshtml-ISAPI-4.0_64bit" path="*.cshtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="vbhtm-ISAPI-4.0_64bit" path="*.vbhtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="vbhtml-ISAPI-4.0_64bit" path="*.vbhtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="AXD-ISAPI-4.0_32bit" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="PageHandlerFactory-ISAPI-4.0_32bit" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="SimpleHandlerFactory-ISAPI-4.0_32bit" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="WebServiceHandlerFactory-ISAPI-4.0_32bit" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="HttpRemotingHandlerFactory-rem-ISAPI-4.0_32bit" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="HttpRemotingHandlerFactory-soap-ISAPI-4.0_32bit" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="svc-ISAPI-4.0_32bit" path="*.svc" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
|
||||||
|
<add name="rules-ISAPI-4.0_32bit" path="*.rules" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
|
||||||
|
<add name="xoml-ISAPI-4.0_32bit" path="*.xoml" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
|
||||||
|
<add name="xamlx-ISAPI-4.0_32bit" path="*.xamlx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" />
|
||||||
|
<add name="aspq-ISAPI-4.0_32bit" path="*.aspq" verb="*" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="cshtm-ISAPI-4.0_32bit" path="*.cshtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="cshtml-ISAPI-4.0_32bit" path="*.cshtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="vbhtm-ISAPI-4.0_32bit" path="*.vbhtm" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="vbhtml-ISAPI-4.0_32bit" path="*.vbhtml" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="TraceHandler-Integrated-4.0" path="trace.axd" verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.TraceHandler" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="WebAdminHandler-Integrated-4.0" path="WebAdmin.axd" verb="GET,DEBUG" type="System.Web.Handlers.WebAdminHandler" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="AssemblyResourceLoader-Integrated-4.0" path="WebResource.axd" verb="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="PageHandlerFactory-Integrated-4.0" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="SimpleHandlerFactory-Integrated-4.0" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="WebServiceHandlerFactory-Integrated-4.0" path="*.asmx" verb="GET,HEAD,POST,DEBUG" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="HttpRemotingHandlerFactory-rem-Integrated-4.0" path="*.rem" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="HttpRemotingHandlerFactory-soap-Integrated-4.0" path="*.soap" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory, System.Runtime.Remoting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="svc-Integrated-4.0" path="*.svc" verb="*" type="System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="rules-Integrated-4.0" path="*.rules" verb="*" type="System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="xoml-Integrated-4.0" path="*.xoml" verb="*" type="System.ServiceModel.Activation.ServiceHttpHandlerFactory, System.ServiceModel.Activation, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="xamlx-Integrated-4.0" path="*.xamlx" verb="GET,HEAD,POST,DEBUG" type="System.Xaml.Hosting.XamlHttpHandlerFactory, System.Xaml.Hosting, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="aspq-Integrated-4.0" path="*.aspq" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="cshtm-Integrated-4.0" path="*.cshtm" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="cshtml-Integrated-4.0" path="*.cshtml" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="vbhtm-Integrated-4.0" path="*.vbhtm" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="vbhtml-Integrated-4.0" path="*.vbhtml" verb="GET,HEAD,POST,DEBUG" type="System.Web.HttpForbiddenHandler" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="ScriptHandlerFactoryAppServices-Integrated-4.0" path="*_AppService.axd" verb="*" type="System.Web.Script.Services.ScriptHandlerFactory, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="ScriptResourceIntegrated-4.0" path="*ScriptResource.axd" verb="GET,HEAD" type="System.Web.Handlers.ScriptResourceHandler, System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" preCondition="integratedMode,runtimeVersionv4.0" />
|
||||||
|
<add name="ASPClassic" path="*.asp" verb="GET,HEAD,POST" modules="IsapiModule" scriptProcessor="%IIS_BIN%\asp.dll" resourceType="File" />
|
||||||
|
<add name="SecurityCertificate" path="*.cer" verb="GET,HEAD,POST" modules="IsapiModule" scriptProcessor="%IIS_BIN%\asp.dll" resourceType="File" />
|
||||||
|
<add name="ISAPI-dll" path="*.dll" verb="*" modules="IsapiModule" resourceType="File" requireAccess="Execute" allowPathInfo="true" />
|
||||||
|
<add name="TraceHandler-Integrated" path="trace.axd" verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.TraceHandler" preCondition="integratedMode,runtimeVersionv2.0" />
|
||||||
|
<add name="WebAdminHandler-Integrated" path="WebAdmin.axd" verb="GET,DEBUG" type="System.Web.Handlers.WebAdminHandler" preCondition="integratedMode,runtimeVersionv2.0" />
|
||||||
|
<add name="AssemblyResourceLoader-Integrated" path="WebResource.axd" verb="GET,DEBUG" type="System.Web.Handlers.AssemblyResourceLoader" preCondition="integratedMode,runtimeVersionv2.0" />
|
||||||
|
<add name="PageHandlerFactory-Integrated" path="*.aspx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.PageHandlerFactory" preCondition="integratedMode,runtimeVersionv2.0" />
|
||||||
|
<add name="SimpleHandlerFactory-Integrated" path="*.ashx" verb="GET,HEAD,POST,DEBUG" type="System.Web.UI.SimpleHandlerFactory" preCondition="integratedMode,runtimeVersionv2.0" />
|
||||||
|
<add name="WebServiceHandlerFactory-Integrated" path="*.asmx" verb="GET,HEAD,POST,DEBUG" type="System.Web.Services.Protocols.WebServiceHandlerFactory,System.Web.Services,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b03f5f7f11d50a3a" preCondition="integratedMode,runtimeVersionv2.0" />
|
||||||
|
<add name="HttpRemotingHandlerFactory-rem-Integrated" path="*.rem" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory,System.Runtime.Remoting,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />
|
||||||
|
<add name="HttpRemotingHandlerFactory-soap-Integrated" path="*.soap" verb="GET,HEAD,POST,DEBUG" type="System.Runtime.Remoting.Channels.Http.HttpRemotingHandlerFactory,System.Runtime.Remoting,Version=2.0.0.0,Culture=neutral,PublicKeyToken=b77a5c561934e089" preCondition="integratedMode,runtimeVersionv2.0" />
|
||||||
|
<add name="AXD-ISAPI-2.0" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="PageHandlerFactory-ISAPI-2.0" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="SimpleHandlerFactory-ISAPI-2.0" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="WebServiceHandlerFactory-ISAPI-2.0" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="HttpRemotingHandlerFactory-rem-ISAPI-2.0" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="HttpRemotingHandlerFactory-soap-ISAPI-2.0" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="AXD-ISAPI-2.0-64" path="*.axd" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="PageHandlerFactory-ISAPI-2.0-64" path="*.aspx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="SimpleHandlerFactory-ISAPI-2.0-64" path="*.ashx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="WebServiceHandlerFactory-ISAPI-2.0-64" path="*.asmx" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="HttpRemotingHandlerFactory-rem-ISAPI-2.0-64" path="*.rem" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="HttpRemotingHandlerFactory-soap-ISAPI-2.0-64" path="*.soap" verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv2.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="CGI-exe" path="*.exe" verb="*" modules="CgiModule" resourceType="File" requireAccess="Execute" allowPathInfo="true" />
|
||||||
|
<add name="SSINC-stm" path="*.stm" verb="GET,HEAD,POST" modules="ServerSideIncludeModule" resourceType="File" />
|
||||||
|
<add name="SSINC-shtm" path="*.shtm" verb="GET,HEAD,POST" modules="ServerSideIncludeModule" resourceType="File" />
|
||||||
|
<add name="SSINC-shtml" path="*.shtml" verb="GET,HEAD,POST" modules="ServerSideIncludeModule" resourceType="File" />
|
||||||
|
<add name="TRACEVerbHandler" path="*" verb="TRACE" modules="ProtocolSupportModule" requireAccess="None" />
|
||||||
|
<add name="OPTIONSVerbHandler" path="*" verb="OPTIONS" modules="ProtocolSupportModule" requireAccess="None" />
|
||||||
|
<add name="ExtensionlessUrlHandler-ISAPI-4.0_32bit" path="*." verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness32" responseBufferLimit="0" />
|
||||||
|
<add name="ExtensionlessUrlHandler-ISAPI-4.0_64bit" path="*." verb="GET,HEAD,POST,DEBUG" modules="IsapiModule" scriptProcessor="%windir%\Microsoft.NET\Framework64\v4.0.30319\aspnet_isapi.dll" preCondition="classicMode,runtimeVersionv4.0,bitness64" responseBufferLimit="0" />
|
||||||
|
<add name="ExtensionlessUrlHandler-Integrated-4.0" path="*." verb="GET,HEAD,POST,DEBUG" type="System.Web.Handlers.TransferRequestHandler" preCondition="integratedMode,runtimeVersionv4.0" responseBufferLimit="0" />
|
||||||
|
<add name="StaticFile" path="*" verb="*" modules="StaticFileModule,DefaultDocumentModule,DirectoryListingModule" resourceType="Either" requireAccess="Read" />
|
||||||
|
</handlers>
|
||||||
|
</system.webServer>
|
||||||
|
</location>
|
||||||
|
<location path="TelecomInfraProject" inheritInChildApplications="false">
|
||||||
|
<system.webServer>
|
||||||
|
<modules>
|
||||||
|
<remove name="WebMatrixSupportModule" />
|
||||||
|
</modules>
|
||||||
|
<handlers>
|
||||||
|
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
||||||
|
</handlers>
|
||||||
|
<aspNetCore processPath="%LAUNCHER_PATH%" arguments="%LAUNCHER_ARGS%" stdoutLogEnabled="false" hostingModel="InProcess" startupTimeLimit="3600" requestTimeout="23:00:00" />
|
||||||
|
<httpCompression>
|
||||||
|
<dynamicTypes>
|
||||||
|
<add mimeType="text/event-stream" enabled="false" />
|
||||||
|
</dynamicTypes>
|
||||||
|
</httpCompression>
|
||||||
|
</system.webServer>
|
||||||
|
</location>
|
||||||
|
</configuration>
|
||||||
BIN
TelecomInfraProject-V1/.vs/TelecomInfraProject/v16/.suo
Normal file
34
TelecomInfraProject-V1/TelecomInfraProject.sln
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
|
||||||
|
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||||
|
# Visual Studio Version 16
|
||||||
|
VisualStudioVersion = 16.0.31112.23
|
||||||
|
MinimumVisualStudioVersion = 10.0.40219.1
|
||||||
|
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TelecomInfraProject", "TelecomInfraProject\TelecomInfraProject.csproj", "{4E725AA4-D01C-4A5F-B0F3-3B688CCCE697}"
|
||||||
|
EndProject
|
||||||
|
Global
|
||||||
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
Release|Any CPU = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{4E725AA4-D01C-4A5F-B0F3-3B688CCCE697}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{4E725AA4-D01C-4A5F-B0F3-3B688CCCE697}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{4E725AA4-D01C-4A5F-B0F3-3B688CCCE697}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{4E725AA4-D01C-4A5F-B0F3-3B688CCCE697}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(SolutionProperties) = preSolution
|
||||||
|
HideSolutionNode = FALSE
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(ExtensibilityGlobals) = postSolution
|
||||||
|
SolutionGuid = {521C7C59-6721-4EA8-A029-01B9EC856B0B}
|
||||||
|
EndGlobalSection
|
||||||
|
GlobalSection(TeamFoundationVersionControl) = preSolution
|
||||||
|
SccNumberOfProjects = 2
|
||||||
|
SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
|
||||||
|
SccTeamFoundationServer = http://172.18.1.3:8080/tfs/vee-it-projects
|
||||||
|
SccLocalPath0 = .
|
||||||
|
SccProjectUniqueName1 = TelecomInfraProject\\TelecomInfraProject.csproj
|
||||||
|
SccProjectName1 = TelecomInfraProject
|
||||||
|
SccLocalPath1 = TelecomInfraProject
|
||||||
|
EndGlobalSection
|
||||||
|
EndGlobal
|
||||||
21
TelecomInfraProject-V1/TelecomInfraProject/Dockerfile
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
#Depending on the operating system of the host machines(s) that will build or run the containers, the image specified in the FROM statement may need to be changed.
|
||||||
|
#For more information, please see https://aka.ms/containercompat
|
||||||
|
|
||||||
|
FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build
|
||||||
|
WORKDIR /app
|
||||||
|
EXPOSE 80
|
||||||
|
|
||||||
|
# copy csproj and restore as distinct layers
|
||||||
|
COPY *.sln .
|
||||||
|
COPY TelecomInfraProject/*.csproj ./TelecomInfraProject/
|
||||||
|
RUN dotnet restore
|
||||||
|
|
||||||
|
# copy everything else and build app
|
||||||
|
COPY TelecomInfraProject/. ./TelecomInfraProject/
|
||||||
|
WORKDIR /app/TelecomInfraProject
|
||||||
|
RUN dotnet publish -c Release -o out
|
||||||
|
|
||||||
|
FROM mcr.microsoft.com/dotnet/core/aspnet:2.2 AS runtime
|
||||||
|
WORKDIR /app
|
||||||
|
COPY --from=build /app/TelecomInfraProject/out ./
|
||||||
|
ENTRYPOINT ["dotnet", "TelecomInfraProject.dll"]
|
||||||
@@ -0,0 +1,82 @@
|
|||||||
|
@page
|
||||||
|
@model TelecomInfraProject.Pages.IndexModel
|
||||||
|
@{
|
||||||
|
Layout = null;
|
||||||
|
}
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||||
|
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||||
|
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||||
|
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
<title>TIP-Index</title>
|
||||||
|
<meta name="description" content="" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<link rel="icon" href="~/Assets/img/telecom-favicon.ico" type="image/gif" sizes="16x16">
|
||||||
|
<link rel="stylesheet"
|
||||||
|
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
|
||||||
|
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
|
||||||
|
crossorigin="anonymous" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="~/css/Style.css" />
|
||||||
|
<link rel="stylesheet"
|
||||||
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Roboto"
|
||||||
|
rel="stylesheet" />
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Oswald"
|
||||||
|
rel="stylesheet" />
|
||||||
|
</head>
|
||||||
|
<body class="back-body background_img">
|
||||||
|
<!-- <div class="page-loader">
|
||||||
|
<img src="Assets/img/page.gif" >
|
||||||
|
</div> -->
|
||||||
|
<div class="main-content">
|
||||||
|
<h3 class="head">
|
||||||
|
<img src="./Assets/img/Logo icon.svg" class="w-50px" /> GNPy Optical network
|
||||||
|
planning tool
|
||||||
|
</h3>
|
||||||
|
<div class="container card-main">
|
||||||
|
<div class="row align-items-center h-100">
|
||||||
|
<div class="col-md-6 col-12 col-sm-12 col-lg-6 col-xl-6 d-flex align-items-center pl-5">
|
||||||
|
<div class="">
|
||||||
|
<p class="card-title-1">GNPy Optical <br />network planning tool</p>
|
||||||
|
<p class="card-p">
|
||||||
|
GNPy is a open source optical network planning tool which can be used to simulate multi-vendor open optical networks. Click below to explore the tool
|
||||||
|
</p>
|
||||||
|
<a href="homepage" class="btn-get">Get started</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6 col-12 col-sm-12 col-lg-6 col-xl-6">
|
||||||
|
<img src="./Assets/img/Hero img.svg" class="img-fluid p-5 mt-5" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
<p class="m-0">Powered by Vayu Group and Telecom Infra Project</p>
|
||||||
|
<p class="m-0">Privacy</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||||
|
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
|
||||||
|
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||||
|
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
|
||||||
|
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js"
|
||||||
|
integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,17 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||||
|
|
||||||
|
namespace TelecomInfraProject.Pages
|
||||||
|
{
|
||||||
|
public class IndexModel : PageModel
|
||||||
|
{
|
||||||
|
public void OnGet()
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
78
TelecomInfraProject-V1/TelecomInfraProject/Pages/help.cshtml
Normal file
@@ -0,0 +1,78 @@
|
|||||||
|
@page
|
||||||
|
@model TelecomInfraProject.Pages.helpModel
|
||||||
|
@{
|
||||||
|
Layout = null;
|
||||||
|
}
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
|
||||||
|
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
|
||||||
|
<!--[if IE 8]> <html class="no-js lt-ie9"> <![endif]-->
|
||||||
|
<!--[if gt IE 8]> <html class="no-js"> <!--<![endif]-->
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<meta charset="utf-8" />
|
||||||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||||
|
<title>TIP-Help</title>
|
||||||
|
<meta name="description" content="" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
<link rel="icon" href="~/Assets/img/telecom-favicon.ico" type="image/gif" sizes="16x16">
|
||||||
|
<link rel="stylesheet"
|
||||||
|
href="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css"
|
||||||
|
integrity="sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l"
|
||||||
|
crossorigin="anonymous" />
|
||||||
|
<link rel="stylesheet" type="text/css" href="~/css/Style.css" />
|
||||||
|
<link rel="stylesheet"
|
||||||
|
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" />
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Roboto"
|
||||||
|
rel="stylesheet" />
|
||||||
|
<link href="https://fonts.googleapis.com/css?family=Oswald"
|
||||||
|
rel="stylesheet" />
|
||||||
|
</head>
|
||||||
|
<body class="back-body background_img">
|
||||||
|
<div class="main-content">
|
||||||
|
<h3 class="head">
|
||||||
|
<img src="./Assets/img/Logo icon.svg" class="w-50px" /> GNPy Optical network
|
||||||
|
planning tool
|
||||||
|
</h3>
|
||||||
|
<div class="container card-main mt-0">
|
||||||
|
<div class="row m-2">
|
||||||
|
<div class="col-md-6 col-12 col-sm-12 col-lg-6 col-xl-6">
|
||||||
|
<p class="help-head">Take A Tour</p>
|
||||||
|
</div>
|
||||||
|
<div class="col-md-6 col-12 col-sm-12 col-lg-6 col-xl-6">
|
||||||
|
<a href="homepage" class="help-close">Close</a>
|
||||||
|
</div>
|
||||||
|
<iframe src="https://telecominfraproject.com/" style="border:none; height: calc(100vh - 205px);" title="Iframe Example" width="100%"></iframe>
|
||||||
|
<!-- <p class="help-p">
|
||||||
|
But I must explain to you how all this mistaken idea of denouncing
|
||||||
|
pleasure and praising pain was born and I will give you a complete
|
||||||
|
account of the system.
|
||||||
|
</p> -->
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class="footer">
|
||||||
|
<p class="m-0">Powered by Vayu Group and Telecom Infra Project</p>
|
||||||
|
<p class="m-0">Privacy</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||||
|
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js"
|
||||||
|
integrity="sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
|
||||||
|
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js"
|
||||||
|
integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js"
|
||||||
|
integrity="sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026JF"
|
||||||
|
crossorigin="anonymous"></script>
|
||||||
|
</html>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||||
|
|
||||||
|
namespace TelecomInfraProject.Pages
|
||||||
|
{
|
||||||
|
public class helpModel : PageModel
|
||||||
|
{
|
||||||
|
public void OnGet()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
1182
TelecomInfraProject-V1/TelecomInfraProject/Pages/homepage.cshtml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||||
|
|
||||||
|
namespace TelecomInfraProject.Pages
|
||||||
|
{
|
||||||
|
public class homepageModel : PageModel
|
||||||
|
{
|
||||||
|
public void OnGet()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
1054
TelecomInfraProject-V1/TelecomInfraProject/Pages/homepage1.cshtml
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
using Microsoft.AspNetCore.Mvc.RazorPages;
|
||||||
|
|
||||||
|
namespace TelecomInfraProject.Pages
|
||||||
|
{
|
||||||
|
public class homepage1Model : PageModel
|
||||||
|
{
|
||||||
|
public void OnGet()
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
24
TelecomInfraProject-V1/TelecomInfraProject/Program.cs
Normal file
@@ -0,0 +1,24 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.IO;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using Microsoft.AspNetCore;
|
||||||
|
using Microsoft.AspNetCore.Hosting;
|
||||||
|
using Microsoft.Extensions.Configuration;
|
||||||
|
using Microsoft.Extensions.Logging;
|
||||||
|
|
||||||
|
namespace TelecomInfraProject
|
||||||
|
{
|
||||||
|
public class Program
|
||||||
|
{
|
||||||
|
public static void Main(string[] args)
|
||||||
|
{
|
||||||
|
CreateWebHostBuilder(args).Build().Run();
|
||||||
|
}
|
||||||
|
|
||||||
|
public static IWebHostBuilder CreateWebHostBuilder(string[] args) =>
|
||||||
|
WebHost.CreateDefaultBuilder(args)
|
||||||
|
.UseStartup<Startup>();
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,22 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
||||||
|
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||||
|
-->
|
||||||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<WebPublishMethod>FileSystem</WebPublishMethod>
|
||||||
|
<PublishProvider>FileSystem</PublishProvider>
|
||||||
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||||
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||||
|
<SiteUrlToLaunchAfterPublish />
|
||||||
|
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
|
||||||
|
<ExcludeApp_Data>False</ExcludeApp_Data>
|
||||||
|
<ProjectGuid>4e725aa4-d01c-4a5f-b0f3-3b688ccce697</ProjectGuid>
|
||||||
|
<publishUrl>D:\PublishCopy\WebSite\NetworkTool</publishUrl>
|
||||||
|
<DeleteExistingFiles>False</DeleteExistingFiles>
|
||||||
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||||
|
<SelfContained>false</SelfContained>
|
||||||
|
<_IsPortable>true</_IsPortable>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
@@ -0,0 +1,11 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
||||||
|
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||||
|
-->
|
||||||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<_PublishTargetUrl>D:\PublishCopy\WebSite\NetworkTool</_PublishTargetUrl>
|
||||||
|
<History>True|2022-02-01T07:19:04.8479724Z;True|2022-01-31T17:36:19.5139639+05:30;</History>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
@@ -0,0 +1,18 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<!--
|
||||||
|
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
|
||||||
|
by editing this MSBuild file. In order to learn more about this please visit https://go.microsoft.com/fwlink/?LinkID=208121.
|
||||||
|
-->
|
||||||
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<WebPublishMethod>Custom</WebPublishMethod>
|
||||||
|
<DockerPublish>true</DockerPublish>
|
||||||
|
<RegistryUrl>https://registry.hub.docker.com/dins1234567/</RegistryUrl>
|
||||||
|
<UserName>dins1234567</UserName>
|
||||||
|
<PublishImageTag>linux</PublishImageTag>
|
||||||
|
<PublishProvider>ContainerRegistry</PublishProvider>
|
||||||
|
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
|
||||||
|
<LastUsedPlatform>Any CPU</LastUsedPlatform>
|
||||||
|
<ProjectGuid>4e725aa4-d01c-4a5f-b0f3-3b688ccce697</ProjectGuid>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
@@ -0,0 +1,32 @@
|
|||||||
|
{
|
||||||
|
"iisSettings": {
|
||||||
|
"windowsAuthentication": false,
|
||||||
|
"anonymousAuthentication": true,
|
||||||
|
"iisExpress": {
|
||||||
|
"applicationUrl": "http://localhost:60600",
|
||||||
|
"sslPort": 0
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"profiles": {
|
||||||
|
"IIS Express": {
|
||||||
|
"commandName": "IISExpress",
|
||||||
|
"launchBrowser": true,
|
||||||
|
"environmentVariables": {
|
||||||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"TelecomInfraProject": {
|
||||||
|
"commandName": "Project",
|
||||||
|
"launchBrowser": true,
|
||||||
|
"environmentVariables": {
|
||||||
|
"ASPNETCORE_ENVIRONMENT": "Development"
|
||||||
|
},
|
||||||
|
"applicationUrl": "http://localhost:5000"
|
||||||
|
},
|
||||||
|
"Docker": {
|
||||||
|
"commandName": "Docker",
|
||||||
|
"launchBrowser": true,
|
||||||
|
"launchUrl": "{Scheme}://{ServiceHost}:{ServicePort}"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
55
TelecomInfraProject-V1/TelecomInfraProject/Startup.cs
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using Microsoft.AspNetCore.Builder;
|
||||||
|
using Microsoft.AspNetCore.Hosting;
|
||||||
|
using Microsoft.AspNetCore.Http;
|
||||||
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
using Microsoft.Extensions.Configuration;
|
||||||
|
using Microsoft.Extensions.DependencyInjection;
|
||||||
|
|
||||||
|
namespace TelecomInfraProject
|
||||||
|
{
|
||||||
|
public class Startup
|
||||||
|
{
|
||||||
|
public Startup(IConfiguration configuration)
|
||||||
|
{
|
||||||
|
Configuration = configuration;
|
||||||
|
}
|
||||||
|
|
||||||
|
public IConfiguration Configuration { get; }
|
||||||
|
|
||||||
|
// This method gets called by the runtime. Use this method to add services to the container.
|
||||||
|
public void ConfigureServices(IServiceCollection services)
|
||||||
|
{
|
||||||
|
services.Configure<CookiePolicyOptions>(options =>
|
||||||
|
{
|
||||||
|
// This lambda determines whether user consent for non-essential cookies is needed for a given request.
|
||||||
|
options.CheckConsentNeeded = context => true;
|
||||||
|
options.MinimumSameSitePolicy = SameSiteMode.None;
|
||||||
|
});
|
||||||
|
|
||||||
|
|
||||||
|
services.AddMvc().SetCompatibilityVersion(CompatibilityVersion.Version_2_2);
|
||||||
|
}
|
||||||
|
|
||||||
|
// This method gets called by the runtime. Use this method to configure the HTTP request pipeline.
|
||||||
|
public void Configure(IApplicationBuilder app, IHostingEnvironment env)
|
||||||
|
{
|
||||||
|
if (env.IsDevelopment())
|
||||||
|
{
|
||||||
|
app.UseDeveloperExceptionPage();
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
app.UseExceptionHandler("/Error");
|
||||||
|
}
|
||||||
|
|
||||||
|
app.UseStaticFiles();
|
||||||
|
app.UseCookiePolicy();
|
||||||
|
|
||||||
|
app.UseMvc();
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||||
|
|
||||||
|
<PropertyGroup Label="Globals">
|
||||||
|
<SccProjectName>SAK</SccProjectName>
|
||||||
|
<SccProvider>SAK</SccProvider>
|
||||||
|
<SccAuxPath>SAK</SccAuxPath>
|
||||||
|
<SccLocalPath>SAK</SccLocalPath>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>netcoreapp2.2</TargetFramework>
|
||||||
|
<AspNetCoreHostingModel>InProcess</AspNetCoreHostingModel>
|
||||||
|
<DockerDefaultTargetOS>Windows</DockerDefaultTargetOS>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<PackageReference Include="Microsoft.AspNetCore.App" />
|
||||||
|
<PackageReference Include="Microsoft.AspNetCore.Razor.Design" Version="2.2.0" PrivateAssets="All" />
|
||||||
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.4.10" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
</Project>
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
|
<PropertyGroup>
|
||||||
|
<NameOfLastUsedPublishProfile>D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\Properties\PublishProfiles\FolderProfile.pubxml</NameOfLastUsedPublishProfile>
|
||||||
|
</PropertyGroup>
|
||||||
|
</Project>
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
""
|
||||||
|
{
|
||||||
|
"FILE_VERSION" = "9237"
|
||||||
|
"ENLISTMENT_CHOICE" = "NEVER"
|
||||||
|
"PROJECT_FILE_RELATIVE_PATH" = ""
|
||||||
|
"NUMBER_OF_EXCLUDED_FILES" = "0"
|
||||||
|
"ORIGINAL_PROJECT_FILE_PATH" = ""
|
||||||
|
"NUMBER_OF_NESTED_PROJECTS" = "0"
|
||||||
|
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Debug",
|
||||||
|
"System": "Information",
|
||||||
|
"Microsoft": "Information"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Warning"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"AllowedHosts": "*"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"additionalProbingPaths": [
|
||||||
|
"C:\\Users\\ramesh.g\\.dotnet\\store\\|arch|\\|tfm|",
|
||||||
|
"C:\\Users\\ramesh.g\\.nuget\\packages",
|
||||||
|
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "netcoreapp2.2",
|
||||||
|
"framework": {
|
||||||
|
"name": "Microsoft.AspNetCore.App",
|
||||||
|
"version": "2.2.0"
|
||||||
|
},
|
||||||
|
"configProperties": {
|
||||||
|
"System.GC.Server": true,
|
||||||
|
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Debug",
|
||||||
|
"System": "Information",
|
||||||
|
"Microsoft": "Information"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Warning"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"AllowedHosts": "*"
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"additionalProbingPaths": [
|
||||||
|
"C:\\Users\\ramesh.g\\.dotnet\\store\\|arch|\\|tfm|",
|
||||||
|
"C:\\Users\\ramesh.g\\.nuget\\packages",
|
||||||
|
"C:\\Program Files\\dotnet\\sdk\\NuGetFallbackFolder"
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "netcoreapp2.2",
|
||||||
|
"framework": {
|
||||||
|
"name": "Microsoft.AspNetCore.App",
|
||||||
|
"version": "2.2.0"
|
||||||
|
},
|
||||||
|
"configProperties": {
|
||||||
|
"System.GC.Server": true,
|
||||||
|
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Debug",
|
||||||
|
"System": "Information",
|
||||||
|
"Microsoft": "Information"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Warning"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"AllowedHosts": "*"
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v2.2", FrameworkDisplayName = "")]
|
||||||
@@ -0,0 +1,235 @@
|
|||||||
|
#pragma checksum "D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\Pages\Index.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "89e6e1b58a5b8f44a9d2d2351ea6891e7dfe374e"
|
||||||
|
// <auto-generated/>
|
||||||
|
#pragma warning disable 1591
|
||||||
|
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Pages_Index), @"mvc.1.0.razor-page", @"/Pages/Index.cshtml")]
|
||||||
|
[assembly:global::Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.RazorPageAttribute(@"/Pages/Index.cshtml", typeof(AspNetCore.Pages_Index), null)]
|
||||||
|
namespace AspNetCore
|
||||||
|
{
|
||||||
|
#line hidden
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||||
|
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||||
|
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"89e6e1b58a5b8f44a9d2d2351ea6891e7dfe374e", @"/Pages/Index.cshtml")]
|
||||||
|
public class Pages_Index : global::Microsoft.AspNetCore.Mvc.RazorPages.Page
|
||||||
|
{
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("rel", new global::Microsoft.AspNetCore.Html.HtmlString("icon"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_1 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("href", new global::Microsoft.AspNetCore.Html.HtmlString("~/Assets/img/telecom-favicon.ico"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_2 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("type", new global::Microsoft.AspNetCore.Html.HtmlString("image/gif"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_3 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("sizes", new global::Microsoft.AspNetCore.Html.HtmlString("16x16"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_4 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("rel", new global::Microsoft.AspNetCore.Html.HtmlString("stylesheet"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_5 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("type", new global::Microsoft.AspNetCore.Html.HtmlString("text/css"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_6 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("href", new global::Microsoft.AspNetCore.Html.HtmlString("~/css/Style.css"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_7 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("class", new global::Microsoft.AspNetCore.Html.HtmlString("back-body background_img"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
#line hidden
|
||||||
|
#pragma warning disable 0649
|
||||||
|
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
|
||||||
|
#pragma warning restore 0649
|
||||||
|
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
|
||||||
|
#pragma warning disable 0169
|
||||||
|
private string __tagHelperStringValueBuffer;
|
||||||
|
#pragma warning restore 0169
|
||||||
|
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
|
||||||
|
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
if (__backed__tagHelperScopeManager == null)
|
||||||
|
{
|
||||||
|
__backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
|
||||||
|
}
|
||||||
|
return __backed__tagHelperScopeManager;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
private global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper;
|
||||||
|
private global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper;
|
||||||
|
private global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper;
|
||||||
|
#pragma warning disable 1998
|
||||||
|
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||||
|
{
|
||||||
|
#line 3 "D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\Pages\Index.cshtml"
|
||||||
|
|
||||||
|
Layout = null;
|
||||||
|
|
||||||
|
#line default
|
||||||
|
#line hidden
|
||||||
|
BeginContext(79, 279, true);
|
||||||
|
WriteLiteral(@"
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<!--[if lt IE 7]> <html class=""no-js lt-ie9 lt-ie8 lt-ie7""> <![endif]-->
|
||||||
|
<!--[if IE 7]> <html class=""no-js lt-ie9 lt-ie8""> <![endif]-->
|
||||||
|
<!--[if IE 8]> <html class=""no-js lt-ie9""> <![endif]-->
|
||||||
|
<!--[if gt IE 8]> <html class=""no-js""> <!--<![endif]-->
|
||||||
|
<html>
|
||||||
|
");
|
||||||
|
EndContext();
|
||||||
|
BeginContext(358, 995, false);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("head", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "89e6e1b58a5b8f44a9d2d2351ea6891e7dfe374e6311", async() => {
|
||||||
|
BeginContext(364, 151, true);
|
||||||
|
WriteLiteral("\r\n <meta charset=\"utf-8\" />\r\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\r\n <title>TIP-Index</title>\r\n <meta name=\"description\"");
|
||||||
|
EndContext();
|
||||||
|
BeginWriteAttribute("content", " content=\"", 515, "\"", 525, 0);
|
||||||
|
EndWriteAttribute();
|
||||||
|
BeginContext(526, 85, true);
|
||||||
|
WriteLiteral(" />\r\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\r\n ");
|
||||||
|
EndContext();
|
||||||
|
BeginContext(611, 88, false);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagOnly, "89e6e1b58a5b8f44a9d2d2351ea6891e7dfe374e7183", async() => {
|
||||||
|
}
|
||||||
|
);
|
||||||
|
__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
|
||||||
|
__tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
|
||||||
|
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||||
|
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||||
|
{
|
||||||
|
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||||
|
}
|
||||||
|
Write(__tagHelperExecutionContext.Output);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||||
|
EndContext();
|
||||||
|
BeginContext(699, 257, true);
|
||||||
|
WriteLiteral(@"
|
||||||
|
<link rel=""stylesheet""
|
||||||
|
href=""https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css""
|
||||||
|
integrity=""sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l""
|
||||||
|
crossorigin=""anonymous"" />
|
||||||
|
");
|
||||||
|
EndContext();
|
||||||
|
BeginContext(956, 64, false);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "89e6e1b58a5b8f44a9d2d2351ea6891e7dfe374e8950", async() => {
|
||||||
|
}
|
||||||
|
);
|
||||||
|
__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
|
||||||
|
__tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
|
||||||
|
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||||
|
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||||
|
{
|
||||||
|
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||||
|
}
|
||||||
|
Write(__tagHelperExecutionContext.Output);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||||
|
EndContext();
|
||||||
|
BeginContext(1020, 326, true);
|
||||||
|
WriteLiteral(@"
|
||||||
|
<link rel=""stylesheet""
|
||||||
|
href=""https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"" />
|
||||||
|
<link href=""https://fonts.googleapis.com/css?family=Roboto""
|
||||||
|
rel=""stylesheet"" />
|
||||||
|
<link href=""https://fonts.googleapis.com/css?family=Oswald""
|
||||||
|
rel=""stylesheet"" />
|
||||||
|
");
|
||||||
|
EndContext();
|
||||||
|
}
|
||||||
|
);
|
||||||
|
__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper>();
|
||||||
|
__tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper);
|
||||||
|
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||||
|
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||||
|
{
|
||||||
|
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||||
|
}
|
||||||
|
Write(__tagHelperExecutionContext.Output);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||||
|
EndContext();
|
||||||
|
BeginContext(1353, 2, true);
|
||||||
|
WriteLiteral("\r\n");
|
||||||
|
EndContext();
|
||||||
|
BeginContext(1355, 1453, false);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("body", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "89e6e1b58a5b8f44a9d2d2351ea6891e7dfe374e11506", async() => {
|
||||||
|
BeginContext(1394, 517, true);
|
||||||
|
WriteLiteral(@"
|
||||||
|
<!-- <div class=""page-loader"">
|
||||||
|
<img src=""Assets/img/page.gif"" >
|
||||||
|
</div> -->
|
||||||
|
<div class=""main-content"">
|
||||||
|
<h3 class=""head"">
|
||||||
|
<img src=""./Assets/img/Logo icon.svg"" class=""w-50px"" /> GNPy Optical network
|
||||||
|
planning tool
|
||||||
|
</h3>
|
||||||
|
<div class=""container card-main"">
|
||||||
|
<div class=""row align-items-center h-100"">
|
||||||
|
<div class=""col-md-6 col-12 col-sm-12 col-lg-6 col-xl-6 d-flex align-items-center pl-5"">
|
||||||
|
<div");
|
||||||
|
EndContext();
|
||||||
|
BeginWriteAttribute("class", " class=\"", 1911, "\"", 1919, 0);
|
||||||
|
EndWriteAttribute();
|
||||||
|
BeginContext(1920, 881, true);
|
||||||
|
WriteLiteral(@">
|
||||||
|
<p class=""card-title-1"">GNPy Optical <br />network planning tool</p>
|
||||||
|
<p class=""card-p"">
|
||||||
|
GNPy is a open source optical network planning tool which can be used to simulate multi-vendor open optical networks. Click below to explore the tool
|
||||||
|
</p>
|
||||||
|
<a href=""homepage"" class=""btn-get"">Get started</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<div class=""col-md-6 col-12 col-sm-12 col-lg-6 col-xl-6"">
|
||||||
|
<img src=""./Assets/img/Hero img.svg"" class=""img-fluid p-5 mt-5"" />
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div class=""footer"">
|
||||||
|
<p class=""m-0"">Powered by Vayu Group and Telecom Infra Project</p>
|
||||||
|
<p class=""m-0"">Privacy</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
");
|
||||||
|
EndContext();
|
||||||
|
}
|
||||||
|
);
|
||||||
|
__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper>();
|
||||||
|
__tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
|
||||||
|
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||||
|
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||||
|
{
|
||||||
|
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||||
|
}
|
||||||
|
Write(__tagHelperExecutionContext.Output);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||||
|
EndContext();
|
||||||
|
BeginContext(2808, 1086, true);
|
||||||
|
WriteLiteral(@"
|
||||||
|
<script src=""https://code.jquery.com/jquery-3.5.1.slim.min.js""
|
||||||
|
integrity=""sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj""
|
||||||
|
crossorigin=""anonymous""></script>
|
||||||
|
<script src=""https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js""
|
||||||
|
integrity=""sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns""
|
||||||
|
crossorigin=""anonymous""></script>
|
||||||
|
<script src=""https://code.jquery.com/jquery-3.5.1.slim.min.js""
|
||||||
|
integrity=""sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj""
|
||||||
|
crossorigin=""anonymous""></script>
|
||||||
|
<script src=""https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js""
|
||||||
|
integrity=""sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN""
|
||||||
|
crossorigin=""anonymous""></script>
|
||||||
|
<script src=""https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js""
|
||||||
|
integrity=""sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026J");
|
||||||
|
WriteLiteral("F\"\r\n crossorigin=\"anonymous\"></script>\r\n</html>\r\n\r\n\r\n\r\n");
|
||||||
|
EndContext();
|
||||||
|
}
|
||||||
|
#pragma warning restore 1998
|
||||||
|
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||||
|
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
|
||||||
|
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||||
|
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
|
||||||
|
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||||
|
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
|
||||||
|
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||||
|
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
|
||||||
|
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||||
|
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<TelecomInfraProject.Pages.IndexModel> Html { get; private set; }
|
||||||
|
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<TelecomInfraProject.Pages.IndexModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<TelecomInfraProject.Pages.IndexModel>)PageContext?.ViewData;
|
||||||
|
public TelecomInfraProject.Pages.IndexModel Model => ViewData.Model;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#pragma warning restore 1591
|
||||||
@@ -0,0 +1,218 @@
|
|||||||
|
#pragma checksum "D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\Pages\help.cshtml" "{ff1816ec-aa5e-4d10-87f7-6f4963833460}" "e3aa5366fef91124e6b8f93006086280bf1d086f"
|
||||||
|
// <auto-generated/>
|
||||||
|
#pragma warning disable 1591
|
||||||
|
[assembly: global::Microsoft.AspNetCore.Razor.Hosting.RazorCompiledItemAttribute(typeof(AspNetCore.Pages_help), @"mvc.1.0.razor-page", @"/Pages/help.cshtml")]
|
||||||
|
[assembly:global::Microsoft.AspNetCore.Mvc.RazorPages.Infrastructure.RazorPageAttribute(@"/Pages/help.cshtml", typeof(AspNetCore.Pages_help), null)]
|
||||||
|
namespace AspNetCore
|
||||||
|
{
|
||||||
|
#line hidden
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using Microsoft.AspNetCore.Mvc;
|
||||||
|
using Microsoft.AspNetCore.Mvc.Rendering;
|
||||||
|
using Microsoft.AspNetCore.Mvc.ViewFeatures;
|
||||||
|
[global::Microsoft.AspNetCore.Razor.Hosting.RazorSourceChecksumAttribute(@"SHA1", @"e3aa5366fef91124e6b8f93006086280bf1d086f", @"/Pages/help.cshtml")]
|
||||||
|
public class Pages_help : global::Microsoft.AspNetCore.Mvc.RazorPages.Page
|
||||||
|
{
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_0 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("rel", new global::Microsoft.AspNetCore.Html.HtmlString("icon"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_1 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("href", new global::Microsoft.AspNetCore.Html.HtmlString("~/Assets/img/telecom-favicon.ico"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_2 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("type", new global::Microsoft.AspNetCore.Html.HtmlString("image/gif"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_3 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("sizes", new global::Microsoft.AspNetCore.Html.HtmlString("16x16"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_4 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("rel", new global::Microsoft.AspNetCore.Html.HtmlString("stylesheet"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_5 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("type", new global::Microsoft.AspNetCore.Html.HtmlString("text/css"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_6 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("href", new global::Microsoft.AspNetCore.Html.HtmlString("~/css/Style.css"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
private static readonly global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute __tagHelperAttribute_7 = new global::Microsoft.AspNetCore.Razor.TagHelpers.TagHelperAttribute("class", new global::Microsoft.AspNetCore.Html.HtmlString("back-body background_img"), global::Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeValueStyle.DoubleQuotes);
|
||||||
|
#line hidden
|
||||||
|
#pragma warning disable 0649
|
||||||
|
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperExecutionContext __tagHelperExecutionContext;
|
||||||
|
#pragma warning restore 0649
|
||||||
|
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner __tagHelperRunner = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperRunner();
|
||||||
|
#pragma warning disable 0169
|
||||||
|
private string __tagHelperStringValueBuffer;
|
||||||
|
#pragma warning restore 0169
|
||||||
|
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __backed__tagHelperScopeManager = null;
|
||||||
|
private global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager __tagHelperScopeManager
|
||||||
|
{
|
||||||
|
get
|
||||||
|
{
|
||||||
|
if (__backed__tagHelperScopeManager == null)
|
||||||
|
{
|
||||||
|
__backed__tagHelperScopeManager = new global::Microsoft.AspNetCore.Razor.Runtime.TagHelpers.TagHelperScopeManager(StartTagHelperWritingScope, EndTagHelperWritingScope);
|
||||||
|
}
|
||||||
|
return __backed__tagHelperScopeManager;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
private global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper;
|
||||||
|
private global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper;
|
||||||
|
private global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper __Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper;
|
||||||
|
#pragma warning disable 1998
|
||||||
|
public async override global::System.Threading.Tasks.Task ExecuteAsync()
|
||||||
|
{
|
||||||
|
#line 3 "D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\Pages\help.cshtml"
|
||||||
|
|
||||||
|
Layout = null;
|
||||||
|
|
||||||
|
#line default
|
||||||
|
#line hidden
|
||||||
|
BeginContext(78, 277, true);
|
||||||
|
WriteLiteral(@"<!DOCTYPE html>
|
||||||
|
<!--[if lt IE 7]> <html class=""no-js lt-ie9 lt-ie8 lt-ie7""> <![endif]-->
|
||||||
|
<!--[if IE 7]> <html class=""no-js lt-ie9 lt-ie8""> <![endif]-->
|
||||||
|
<!--[if IE 8]> <html class=""no-js lt-ie9""> <![endif]-->
|
||||||
|
<!--[if gt IE 8]> <html class=""no-js""> <!--<![endif]-->
|
||||||
|
<html>
|
||||||
|
");
|
||||||
|
EndContext();
|
||||||
|
BeginContext(355, 994, false);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("head", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e3aa5366fef91124e6b8f93006086280bf1d086f6301", async() => {
|
||||||
|
BeginContext(361, 150, true);
|
||||||
|
WriteLiteral("\r\n <meta charset=\"utf-8\" />\r\n <meta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\" />\r\n <title>TIP-Help</title>\r\n <meta name=\"description\"");
|
||||||
|
EndContext();
|
||||||
|
BeginWriteAttribute("content", " content=\"", 511, "\"", 521, 0);
|
||||||
|
EndWriteAttribute();
|
||||||
|
BeginContext(522, 85, true);
|
||||||
|
WriteLiteral(" />\r\n <meta name=\"viewport\" content=\"width=device-width, initial-scale=1\" />\r\n ");
|
||||||
|
EndContext();
|
||||||
|
BeginContext(607, 88, false);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagOnly, "e3aa5366fef91124e6b8f93006086280bf1d086f7172", async() => {
|
||||||
|
}
|
||||||
|
);
|
||||||
|
__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
|
||||||
|
__tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_0);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_1);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_2);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_3);
|
||||||
|
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||||
|
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||||
|
{
|
||||||
|
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||||
|
}
|
||||||
|
Write(__tagHelperExecutionContext.Output);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||||
|
EndContext();
|
||||||
|
BeginContext(695, 257, true);
|
||||||
|
WriteLiteral(@"
|
||||||
|
<link rel=""stylesheet""
|
||||||
|
href=""https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/css/bootstrap.min.css""
|
||||||
|
integrity=""sha384-B0vP5xmATw1+K9KRQjQERJvTumQW0nPEzvF6L/Z6nronJ3oUOFUFpCjEUQouq2+l""
|
||||||
|
crossorigin=""anonymous"" />
|
||||||
|
");
|
||||||
|
EndContext();
|
||||||
|
BeginContext(952, 64, false);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("link", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.SelfClosing, "e3aa5366fef91124e6b8f93006086280bf1d086f8939", async() => {
|
||||||
|
}
|
||||||
|
);
|
||||||
|
__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.UrlResolutionTagHelper>();
|
||||||
|
__tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_UrlResolutionTagHelper);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_4);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_5);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_6);
|
||||||
|
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||||
|
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||||
|
{
|
||||||
|
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||||
|
}
|
||||||
|
Write(__tagHelperExecutionContext.Output);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||||
|
EndContext();
|
||||||
|
BeginContext(1016, 326, true);
|
||||||
|
WriteLiteral(@"
|
||||||
|
<link rel=""stylesheet""
|
||||||
|
href=""https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"" />
|
||||||
|
<link href=""https://fonts.googleapis.com/css?family=Roboto""
|
||||||
|
rel=""stylesheet"" />
|
||||||
|
<link href=""https://fonts.googleapis.com/css?family=Oswald""
|
||||||
|
rel=""stylesheet"" />
|
||||||
|
");
|
||||||
|
EndContext();
|
||||||
|
}
|
||||||
|
);
|
||||||
|
__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.HeadTagHelper>();
|
||||||
|
__tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_HeadTagHelper);
|
||||||
|
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||||
|
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||||
|
{
|
||||||
|
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||||
|
}
|
||||||
|
Write(__tagHelperExecutionContext.Output);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||||
|
EndContext();
|
||||||
|
BeginContext(1349, 2, true);
|
||||||
|
WriteLiteral("\r\n");
|
||||||
|
EndContext();
|
||||||
|
BeginContext(1351, 1304, false);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.Begin("body", global::Microsoft.AspNetCore.Razor.TagHelpers.TagMode.StartTagAndEndTag, "e3aa5366fef91124e6b8f93006086280bf1d086f11495", async() => {
|
||||||
|
BeginContext(1390, 1258, true);
|
||||||
|
WriteLiteral(@"
|
||||||
|
<div class=""main-content"">
|
||||||
|
<h3 class=""head"">
|
||||||
|
<img src=""./Assets/img/Logo icon.svg"" class=""w-50px"" /> GNPy Optical network
|
||||||
|
planning tool
|
||||||
|
</h3>
|
||||||
|
<div class=""container card-main mt-0"">
|
||||||
|
<div class=""row m-2"">
|
||||||
|
<div class=""col-md-6 col-12 col-sm-12 col-lg-6 col-xl-6"">
|
||||||
|
<p class=""help-head"">Take A Tour</p>
|
||||||
|
</div>
|
||||||
|
<div class=""col-md-6 col-12 col-sm-12 col-lg-6 col-xl-6"">
|
||||||
|
<a href=""homepage"" class=""help-close"">Close</a>
|
||||||
|
</div>
|
||||||
|
<iframe src=""https://telecominfraproject.com/"" style=""border:none; height: calc(100vh - 205px);"" title=""Iframe Example"" width=""100%""></iframe>
|
||||||
|
<!-- <p class=""help-p"">
|
||||||
|
But I must explain to you how all this mistaken idea of denouncing
|
||||||
|
pleasure and praising pain was born and I will give you a complete
|
||||||
|
account of the system.
|
||||||
|
");
|
||||||
|
WriteLiteral(" </p> -->\r\n </div>\r\n </div>\r\n\r\n <div class=\"footer\">\r\n <p class=\"m-0\">Powered by Vayu Group and Telecom Infra Project</p>\r\n <p class=\"m-0\">Privacy</p>\r\n </div>\r\n </div>\r\n");
|
||||||
|
EndContext();
|
||||||
|
}
|
||||||
|
);
|
||||||
|
__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper = CreateTagHelper<global::Microsoft.AspNetCore.Mvc.Razor.TagHelpers.BodyTagHelper>();
|
||||||
|
__tagHelperExecutionContext.Add(__Microsoft_AspNetCore_Mvc_Razor_TagHelpers_BodyTagHelper);
|
||||||
|
__tagHelperExecutionContext.AddHtmlAttribute(__tagHelperAttribute_7);
|
||||||
|
await __tagHelperRunner.RunAsync(__tagHelperExecutionContext);
|
||||||
|
if (!__tagHelperExecutionContext.Output.IsContentModified)
|
||||||
|
{
|
||||||
|
await __tagHelperExecutionContext.SetOutputContentAsync();
|
||||||
|
}
|
||||||
|
Write(__tagHelperExecutionContext.Output);
|
||||||
|
__tagHelperExecutionContext = __tagHelperScopeManager.End();
|
||||||
|
EndContext();
|
||||||
|
BeginContext(2655, 1086, true);
|
||||||
|
WriteLiteral(@"
|
||||||
|
<script src=""https://code.jquery.com/jquery-3.5.1.slim.min.js""
|
||||||
|
integrity=""sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj""
|
||||||
|
crossorigin=""anonymous""></script>
|
||||||
|
<script src=""https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.bundle.min.js""
|
||||||
|
integrity=""sha384-Piv4xVNRyMGpqkS2by6br4gNJ7DXjqk09RmUpJ8jgGtD7zP9yug3goQfGII0yAns""
|
||||||
|
crossorigin=""anonymous""></script>
|
||||||
|
<script src=""https://code.jquery.com/jquery-3.5.1.slim.min.js""
|
||||||
|
integrity=""sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj""
|
||||||
|
crossorigin=""anonymous""></script>
|
||||||
|
<script src=""https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js""
|
||||||
|
integrity=""sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN""
|
||||||
|
crossorigin=""anonymous""></script>
|
||||||
|
<script src=""https://cdn.jsdelivr.net/npm/bootstrap@4.6.0/dist/js/bootstrap.min.js""
|
||||||
|
integrity=""sha384-+YQ4JLhjyBLPDQt//I+STsc9iw4uQqACwlvpslubQzn4u2UU2UFM80nGisd026J");
|
||||||
|
WriteLiteral("F\"\r\n crossorigin=\"anonymous\"></script>\r\n</html>\r\n\r\n\r\n\r\n");
|
||||||
|
EndContext();
|
||||||
|
}
|
||||||
|
#pragma warning restore 1998
|
||||||
|
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||||
|
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.IModelExpressionProvider ModelExpressionProvider { get; private set; }
|
||||||
|
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||||
|
public global::Microsoft.AspNetCore.Mvc.IUrlHelper Url { get; private set; }
|
||||||
|
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||||
|
public global::Microsoft.AspNetCore.Mvc.IViewComponentHelper Component { get; private set; }
|
||||||
|
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||||
|
public global::Microsoft.AspNetCore.Mvc.Rendering.IJsonHelper Json { get; private set; }
|
||||||
|
[global::Microsoft.AspNetCore.Mvc.Razor.Internal.RazorInjectAttribute]
|
||||||
|
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<TelecomInfraProject.Pages.helpModel> Html { get; private set; }
|
||||||
|
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<TelecomInfraProject.Pages.helpModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<TelecomInfraProject.Pages.helpModel>)PageContext?.ViewData;
|
||||||
|
public TelecomInfraProject.Pages.helpModel Model => ViewData.Model;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#pragma warning restore 1591
|
||||||
@@ -0,0 +1,23 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
|
||||||
|
[assembly: System.Reflection.AssemblyCompanyAttribute("TelecomInfraProject")]
|
||||||
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyProductAttribute("TelecomInfraProject")]
|
||||||
|
[assembly: System.Reflection.AssemblyTitleAttribute("TelecomInfraProject")]
|
||||||
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
||||||
|
// Generated by the MSBuild WriteCodeFragment class.
|
||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
338d553e68c27c50225b90029ee311aa475ed9e3
|
||||||
@@ -0,0 +1,3 @@
|
|||||||
|
is_global = true
|
||||||
|
build_property.RootNamespace = TelecomInfraProject
|
||||||
|
build_property.ProjectDir = D:\Git Repository\GNPy\TIP1.0\TelecomInfraProject-V1\TelecomInfraProject\
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
8ec52ebf44bfb637c8b0335ad364e1da97d2a01a
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
|
||||||
|
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.RelatedAssemblyAttribute("TelecomInfraProject.Views")]
|
||||||
|
[assembly: Microsoft.AspNetCore.Razor.Hosting.RazorLanguageVersionAttribute("2.1")]
|
||||||
|
[assembly: Microsoft.AspNetCore.Razor.Hosting.RazorConfigurationNameAttribute("MVC-2.1")]
|
||||||
|
[assembly: Microsoft.AspNetCore.Razor.Hosting.RazorExtensionAssemblyNameAttribute("MVC-2.1", "Microsoft.AspNetCore.Mvc.Razor.Extensions")]
|
||||||
|
|
||||||
|
// Generated by the MSBuild WriteCodeFragment class.
|
||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
887c1966323bffb471bcc921086dc3dc6d3e0b58
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
3d7db1146e69b6bc68e6e2da26717d8d908876a4
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
|
||||||
|
[assembly: Microsoft.AspNetCore.Mvc.ApplicationParts.ProvideApplicationPartFactoryAttribute("Microsoft.AspNetCore.Mvc.ApplicationParts.CompiledRazorAssemblyApplicationPartFac" +
|
||||||
|
"tory, Microsoft.AspNetCore.Mvc.Razor")]
|
||||||
|
[assembly: System.Reflection.AssemblyCompanyAttribute("TelecomInfraProject")]
|
||||||
|
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
|
||||||
|
[assembly: System.Reflection.AssemblyProductAttribute("TelecomInfraProject")]
|
||||||
|
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")]
|
||||||
|
[assembly: System.Reflection.AssemblyTitleAttribute("TelecomInfraProject.Views")]
|
||||||
|
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]
|
||||||
|
|
||||||
|
// Generated by the MSBuild WriteCodeFragment class.
|
||||||
|
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
3415d08104b91c1c984657561b774e10d0802c25
|
||||||
@@ -0,0 +1,29 @@
|
|||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\bin\Debug\netcoreapp2.2\appsettings.Development.json
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\bin\Debug\netcoreapp2.2\appsettings.json
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\bin\Debug\netcoreapp2.2\TelecomInfraProject.deps.json
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\bin\Debug\netcoreapp2.2\TelecomInfraProject.runtimeconfig.json
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\bin\Debug\netcoreapp2.2\TelecomInfraProject.runtimeconfig.dev.json
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\bin\Debug\netcoreapp2.2\TelecomInfraProject.dll
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\bin\Debug\netcoreapp2.2\TelecomInfraProject.pdb
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\bin\Debug\netcoreapp2.2\TelecomInfraProject.Views.dll
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\bin\Debug\netcoreapp2.2\TelecomInfraProject.Views.pdb
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.GeneratedMSBuildEditorConfig.editorconfig
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.AssemblyInfoInputs.cache
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.AssemblyInfo.cs
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.csproj.CoreCompileInputs.cache
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.RazorAssemblyInfo.cache
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.RazorAssemblyInfo.cs
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.TagHelpers.input.cache
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.TagHelpers.output.cache
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.RazorCoreGenerate.cache
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\Razor\Pages\help.cshtml.g.cs
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\Razor\Pages\homepage.cshtml.g.cs
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\Razor\Pages\homepage1.cshtml.g.cs
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\Razor\Pages\Index.cshtml.g.cs
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.RazorTargetAssemblyInfo.cache
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.RazorTargetAssemblyInfo.cs
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.Views.pdb
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.dll
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.pdb
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.genruntimeconfig.cache
|
||||||
|
D:\TFS1\TelecomInfraProject-V1\TelecomInfraProject\obj\Debug\netcoreapp2.2\TelecomInfraProject.csproj.CopyComplete
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
3e62e90a4eda31b055fc8f34e72d0b21d2a433a2
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
// <autogenerated />
|
||||||
|
using System;
|
||||||
|
using System.Reflection;
|
||||||
|
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETCoreApp,Version=v2.2", FrameworkDisplayName = "")]
|
||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"runtimeOptions": {
|
||||||
|
"tfm": "netcoreapp2.2",
|
||||||
|
"framework": {
|
||||||
|
"name": "Microsoft.AspNetCore.App",
|
||||||
|
"version": "2.2.0"
|
||||||
|
},
|
||||||
|
"configProperties": {
|
||||||
|
"System.GC.Server": true,
|
||||||
|
"System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization": false
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Debug",
|
||||||
|
"System": "Information",
|
||||||
|
"Microsoft": "Information"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"Logging": {
|
||||||
|
"LogLevel": {
|
||||||
|
"Default": "Warning"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"AllowedHosts": "*"
|
||||||
|
}
|
||||||
@@ -0,0 +1,12 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<configuration>
|
||||||
|
<location path="." inheritInChildApplications="false">
|
||||||
|
<system.webServer>
|
||||||
|
<handlers>
|
||||||
|
<add name="aspNetCore" path="*" verb="*" modules="AspNetCoreModuleV2" resourceType="Unspecified" />
|
||||||
|
</handlers>
|
||||||
|
<aspNetCore processPath="dotnet" arguments=".\TelecomInfraProject.dll" stdoutLogEnabled="false" stdoutLogFile=".\logs\stdout" hostingModel="InProcess" />
|
||||||
|
</system.webServer>
|
||||||
|
</location>
|
||||||
|
</configuration>
|
||||||
|
<!--ProjectGuid: 4e725aa4-d01c-4a5f-b0f3-3b688ccce697-->
|
||||||
@@ -0,0 +1,6 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||||||
|
<g id="Group_41" data-name="Group 41" transform="translate(0.408 0.408)">
|
||||||
|
<rect id="Rectangle_62" data-name="Rectangle 62" width="32" height="32" transform="translate(-0.408 -0.408)" fill="none"/>
|
||||||
|
<path id="Path_26" data-name="Path 26" d="M36.76,24A12.759,12.759,0,1,0,49.519,36.759,12.759,12.759,0,0,0,36.76,24Zm0,5.889a1.472,1.472,0,1,1-1.472,1.472A1.472,1.472,0,0,1,36.76,29.889Zm.982,13.74H36.76a.981.981,0,0,1-.981-.981V36.759a.981.981,0,0,1,0-1.963h.981a.981.981,0,0,1,.981.981v5.889a.981.981,0,1,1,0,1.963Z" transform="translate(-21.168 -21.167)" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 676 B |
@@ -0,0 +1,13 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="56.336" height="29.663" viewBox="0 0 56.336 29.663">
|
||||||
|
<g id="Add_Fiber_icon" data-name="Add Fiber icon" transform="translate(-84.87 -132.827)">
|
||||||
|
<line id="Line_203" data-name="Line 203" x2="38.654" transform="matrix(0.946, 0.326, -0.326, 0.946, 93.236, 141.742)" fill="none" stroke="#3e90bf" stroke-width="2"/>
|
||||||
|
<g id="Group_4265" data-name="Group 4265" transform="matrix(0.946, 0.326, -0.326, 0.946, 88.88, 132.827)">
|
||||||
|
<circle id="Ellipse_24" data-name="Ellipse 24" cx="6.158" cy="6.158" r="6.158" fill="#6d6d6d"/>
|
||||||
|
<path id="Path_189" data-name="Path 189" d="M6.393,6.158a4.707,4.707,0,0,1-.073.88A6.279,6.279,0,0,1,.913,12.246a5.258,5.258,0,0,1-.913.07V0a5.257,5.257,0,0,1,.913.07A6.279,6.279,0,0,1,6.32,5.278,4.707,4.707,0,0,1,6.393,6.158Z" transform="translate(6.158 0)" fill="#6d6d6d"/>
|
||||||
|
</g>
|
||||||
|
<g id="Group_4266" data-name="Group 4266" transform="matrix(0.946, 0.326, -0.326, 0.946, 129.339, 146.758)">
|
||||||
|
<circle id="Ellipse_24-2" data-name="Ellipse 24" cx="6.158" cy="6.158" r="6.158" fill="#6d6d6d"/>
|
||||||
|
<path id="Path_189-2" data-name="Path 189" d="M6.393,6.158a4.707,4.707,0,0,1-.073.88A6.279,6.279,0,0,1,.913,12.246a5.258,5.258,0,0,1-.913.07V0a5.257,5.257,0,0,1,.913.07A6.279,6.279,0,0,1,6.32,5.278,4.707,4.707,0,0,1,6.393,6.158Z" transform="translate(6.158 0)" fill="#6d6d6d"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.4 KiB |
@@ -0,0 +1,9 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 30 30">
|
||||||
|
<g id="Add_Service_icon" data-name="Add Service icon" transform="translate(-40 -459)">
|
||||||
|
<g id="Ellipse_25" data-name="Ellipse 25" transform="translate(40 459)" fill="none" stroke="#29818c" stroke-width="1" stroke-dasharray="4">
|
||||||
|
<circle cx="15" cy="15" r="15" stroke="none"/>
|
||||||
|
<circle cx="15" cy="15" r="14.5" fill="none"/>
|
||||||
|
</g>
|
||||||
|
<path id="Icon_ionic-ios-send" data-name="Icon ionic-ios-send" d="M17.629,4.533,4.671,10.181a.3.3,0,0,0,.011.54L8.187,12.7a.565.565,0,0,0,.646-.064l6.912-5.959c.046-.039.155-.113.2-.071s-.025.152-.064.2L9.9,13.542a.563.563,0,0,0-.056.674l2.291,3.675a.3.3,0,0,0,.537-.007L18.028,4.925A.3.3,0,0,0,17.629,4.533Z" transform="translate(43.72 462.721)" fill="#ff6a6a"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 814 B |
@@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="21" height="15" viewBox="0 0 21 15">
|
||||||
|
<path id="Amplifier_grey_icon" data-name="Amplifier grey icon" d="M10.5,0,21,15H0Z" fill="#6d6d6d"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 194 B |
@@ -0,0 +1,15 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="27.615" height="29.665" viewBox="0 0 27.615 29.665">
|
||||||
|
<g id="Analyze_icon" data-name="Analyze icon" transform="translate(0 -0.274)" style="isolation: isolate">
|
||||||
|
<path id="Path_1534" data-name="Path 1534" d="M12648,21374.021h3.538V21365H12648Z" transform="translate(-12636.479 -21345.264)" fill="#6b7f9e" fill-rule="evenodd"/>
|
||||||
|
<path id="Path_1535" data-name="Path 1535" d="M5683,24376.285h3.535V24370H5683Z" transform="translate(-5677.823 -24347.527)" fill="#83cf8f" fill-rule="evenodd"/>
|
||||||
|
<path id="Path_1536" data-name="Path 1536" d="M19614,13884.853h3.537V13869H19614Z" transform="translate(-19596.133 -13856.092)" fill="#ff7069" fill-rule="evenodd"/>
|
||||||
|
<path id="Path_1537" data-name="Path 1537" d="M905,30057.826h21.832V30057l1.142,1.143-1.142,1.143v-.822H905Z" transform="translate(-904.176 -30029.346)" fill="#fff" fill-rule="evenodd"/>
|
||||||
|
<path id="Path_1538" data-name="Path 1538" d="M.824,8602.024v-19.882H0L1.142,8581l1.142,1.143H1.46v19.882Z" transform="translate(0 -8572.908)" fill="#b9c1c9" fill-rule="evenodd"/>
|
||||||
|
<path id="Path_1539" data-name="Path 1539" d="M3764.485,6675.85c-2.276,7.782-10.255,8.334-14.486,8.031,6.719-.647,10.708-4.192,12.483-8.863l-1.47-.611,3.623-1.957,1.139,3.9Zm2.627-3.85h7.086v.606h-7.086Zm0,3.938h3.678v.606h-3.678Zm0-1.295h6.63v.6h-6.63Zm0-1.321h5.377v.606h-5.377Z" transform="translate(-3746.583 -6665.648)" fill="#b9c1c9" fill-rule="evenodd"/>
|
||||||
|
<g id="Group_152" data-name="Group 152" transform="translate(2.69 0.274)">
|
||||||
|
<path id="Path_1540" data-name="Path 1540" d="M4096.971,208a5.393,5.393,0,0,0-2.971,2.045l.971.707h0l.8.584a3.215,3.215,0,0,1,1.769-1.218l-.239-.886-.021-.072Z" transform="translate(-4092.961 -207.811)" fill="#83cf8f" fill-rule="evenodd"/>
|
||||||
|
<path id="Path_1541" data-name="Path 1541" d="M2956.151,2454.291a3.228,3.228,0,1,0,5.623,3.06l.857.331h0l.07.028,1.12.431a5.423,5.423,0,1,1-9.445-5.141l1.032.751h0Z" transform="translate(-2953.337 -2450.766)" fill="#ff7069" fill-rule="evenodd"/>
|
||||||
|
<path id="Path_1542" data-name="Path 1542" d="M7355.314,1.623l.02.072.24.886a3.228,3.228,0,0,1,3.854,4.278l.856.331.071.027,1.121.432A5.423,5.423,0,0,0,7355,.464Z" transform="translate(-7350.99 -0.274)" fill="#6b7f9e" fill-rule="evenodd"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.2 KiB |
@@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="12.716" height="15.895" viewBox="0 0 12.716 15.895">
|
||||||
|
<path id="Icon_material-note-add" data-name="Icon material-note-add" d="M13.947,3H7.589A1.587,1.587,0,0,0,6.008,4.589L6,17.305a1.587,1.587,0,0,0,1.582,1.589h9.545a1.594,1.594,0,0,0,1.589-1.589V7.768Zm1.589,11.126H13.153V16.51H11.563V14.126H9.179V12.537h2.384V10.153h1.589v2.384h2.384ZM13.153,8.563V4.192l4.371,4.371Z" transform="translate(-6 -3)" fill="#29818c"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 473 B |
@@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="15.874" height="19.275" viewBox="0 0 15.874 19.275">
|
||||||
|
<path id="Icon_material-file-download" data-name="Icon material-file-download" d="M23.374,11.3H18.838V4.5h-6.8v6.8H7.5l7.937,7.937ZM7.5,21.508v2.268H23.374V21.508Z" transform="translate(-7.5 -4.5)" fill="#fff"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 321 B |
@@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="20.105" height="20.105" viewBox="0 0 20.105 20.105">
|
||||||
|
<path id="Icon_ionic-ios-help-circle" data-name="Icon ionic-ios-help-circle" d="M13.428,3.375A10.053,10.053,0,1,0,23.48,13.428,10.051,10.051,0,0,0,13.428,3.375ZM13.22,18.067a1,1,0,1,1,1.039-1A1.009,1.009,0,0,1,13.22,18.067Zm1.943-4.683c-.841.488-1.126.846-1.126,1.464v.382H12.36l-.014-.416a2.012,2.012,0,0,1,1.141-2.127c.817-.488,1.16-.8,1.16-1.4a1.173,1.173,0,0,0-1.3-1.039,1.223,1.223,0,0,0-1.3,1.189H10.335c.034-1.556,1.184-2.658,3.127-2.658,1.812,0,3.059,1.005,3.059,2.45A2.366,2.366,0,0,1,15.163,13.384Z" transform="translate(-3.375 -3.375)" fill="#fff"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 670 B |
@@ -0,0 +1,178 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="411.68" height="346.432" viewBox="0 0 411.68 346.432">
|
||||||
|
<g id="Group_105" data-name="Group 105" transform="translate(-22.091 -106.5)">
|
||||||
|
<g id="Group_104" data-name="Group 104" transform="translate(22.091 106.5)">
|
||||||
|
<ellipse id="Ellipse_22" data-name="Ellipse 22" cx="169.838" cy="11.724" rx="169.838" ry="11.724" transform="translate(28.409 278.193)" fill="#e5e5e5"/>
|
||||||
|
<ellipse id="Ellipse_23" data-name="Ellipse 23" cx="205.84" cy="26.843" rx="205.84" ry="26.843" transform="translate(0 292.746)" fill="#e5e5e5"/>
|
||||||
|
<g id="XMLID_2_" transform="translate(214.563 157.116)">
|
||||||
|
<g id="Group_97" data-name="Group 97" transform="translate(0)">
|
||||||
|
<g id="Group_96" data-name="Group 96">
|
||||||
|
<g id="XMLID_5_">
|
||||||
|
<g id="Group_95" data-name="Group 95">
|
||||||
|
<path id="Path_46" data-name="Path 46" d="M679.576,602.981s16.641-1.219,16.425,18.776c-.195,17.825-13.265,18.793-16.1,18.793-.346,0-.54-.013-.54-.013H552.5v-6.293H679.144a12.148,12.148,0,0,0,9.293-11.774c.432-12.993-10.157-12.993-10.157-12.993H552.5v-6.5H679.576Z" transform="translate(-537.804 -545.494)" fill="#1eabbc"/>
|
||||||
|
<path id="Path_47" data-name="Path 47" d="M882.88,771.67a.432.432,0,1,1,0,.864v-.864Z" transform="translate(-725.384 -641.279)"/>
|
||||||
|
<path id="Path_48" data-name="Path 48" d="M882.88,782a.432.432,0,1,1,0,.864V782Z" transform="translate(-725.384 -647.144)"/>
|
||||||
|
<path id="Path_49" data-name="Path 49" d="M882.88,793.67a.432.432,0,1,1,0,.865v-.865Z" transform="translate(-725.384 -653.77)"/>
|
||||||
|
<path id="Path_50" data-name="Path 50" d="M688.883,773.976v6.246H551.555s-9.976-1.677-10.343-10.819c-.48-11.943,11.3-11.943,11.3-11.943H688.883V763.6H550.764a.432.432,0,0,0,0,.865h138.12v3.6H558.976a.432.432,0,0,0,0,.865H688.883v4.18H579.723a.432.432,0,0,0,0,.864Z" transform="translate(-531.387 -633.211)" fill="#e5e5e5"/>
|
||||||
|
<path id="Path_51" data-name="Path 51" d="M738.922,794.1v.432H629.762a.432.432,0,0,1,0-.865h109.16Z" transform="translate(-581.426 -653.77)"/>
|
||||||
|
<path id="Path_52" data-name="Path 52" d="M711.669,782.432v.432H581.762a.432.432,0,0,1,0-.864H711.669Z" transform="translate(-554.173 -647.144)"/>
|
||||||
|
<path id="Path_53" data-name="Path 53" d="M700.882,772.534H562.762a.432.432,0,1,1,0-.864h138.12v.864Z" transform="translate(-543.385 -641.279)"/>
|
||||||
|
<path id="Path_54" data-name="Path 54" d="M682.549,618.03s10.59,0,10.157,12.993a12.147,12.147,0,0,1-9.293,11.774H560.02v-6.051h117.7a.432.432,0,1,0,0-.864H560.02v-5.139H664.611a.432.432,0,1,0,0-.864H560.02v-5.52H668.5a.432.432,0,1,0,0-.864H560.02V618.03Z" transform="translate(-542.074 -554.047)" fill="#e5e5e5"/>
|
||||||
|
<path id="Path_55" data-name="Path 55" d="M799.685,689.92s3.89,11.761,0,22.722L761,712.867V689.92h38.685Z" transform="translate(-656.184 -594.864)" fill="#a9d9ff"/>
|
||||||
|
<path id="Path_56" data-name="Path 56" d="M677.721,659.33a.432.432,0,0,1,0,.865H560.02v-.865Z" transform="translate(-542.074 -577.496)"/>
|
||||||
|
<path id="Path_57" data-name="Path 57" d="M668.5,630.67a.432.432,0,1,1,0,.864H560.02v-.864Z" transform="translate(-542.074 -561.223)"/>
|
||||||
|
<path id="Path_58" data-name="Path 58" d="M664.611,645.44a.432.432,0,1,1,0,.864H560.02v-.864Z" transform="translate(-542.074 -569.609)"/>
|
||||||
|
<path id="Path_59" data-name="Path 59" d="M678.486,689.92v22.947l-48.125.276H615.67V689.92Z" transform="translate(-573.67 -594.864)" fill="#fff"/>
|
||||||
|
<path id="Path_60" data-name="Path 60" d="M617.913,527.47v.017H533.2v4.755H518.5V470h99.413Zm-23.557-23.613v-13.11H576.778v13.11Zm-37.6,7.685V486.135H527.577v25.407Z" transform="translate(-518.5 -470)" fill="#a9d9ff"/>
|
||||||
|
<rect id="Rectangle_2256" data-name="Rectangle 2256" width="17.579" height="13.11" transform="translate(58.278 20.747)" fill="#fff"/>
|
||||||
|
<path id="Path_61" data-name="Path 61" d="M561.919,713.131v.013H539.6a20.768,20.768,0,0,0-3.86.238l-13.014.073a41.309,41.309,0,0,1,0-23.535h39.19Z" transform="translate(-519.919 -594.864)" fill="#a9d9ff"/>
|
||||||
|
<rect id="Rectangle_2257" data-name="Rectangle 2257" width="29.176" height="25.407" transform="translate(9.077 16.135)" fill="#fff"/>
|
||||||
|
<path id="Path_62" data-name="Path 62" d="M559.452,659.762v.432a.432.432,0,1,1,0-.865Z" transform="translate(-541.506 -577.496)"/>
|
||||||
|
<path id="Path_63" data-name="Path 63" d="M559.452,645.872v.432a.432.432,0,1,1,0-.864Z" transform="translate(-541.506 -569.609)"/>
|
||||||
|
<path id="Path_64" data-name="Path 64" d="M559.452,631.1v.432a.432.432,0,1,1,0-.864Z" transform="translate(-541.506 -561.223)"/>
|
||||||
|
<path id="Path_65" data-name="Path 65" d="M530.167,761.562c.367,9.142,10.343,10.819,10.343,10.819H681.456v5.783H540.268s-18.279,1.119-18.521-17.255c-.169-12.971,9.008-16.23,14.419-17.021l40.867-.238H681.456v5.969H541.47S529.687,749.619,530.167,761.562Z" transform="translate(-520.342 -625.37)" fill="#29818c"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="XMLID_3_" transform="translate(31.473 134.64)">
|
||||||
|
<g id="Group_100" data-name="Group 100">
|
||||||
|
<g id="Group_99" data-name="Group 99">
|
||||||
|
<g id="XMLID_6_">
|
||||||
|
<g id="Group_98" data-name="Group 98">
|
||||||
|
<path id="Path_66" data-name="Path 66" d="M257.3,418v55.183H169V418Zm-16.572,26.366V432.432H219.714v11.934Zm-35.426,5.762V438.6h-8.934v-8.5H178.219v10.374H187.3v9.652Z" transform="translate(-136.975 -418)" fill="#e5e5e5"/>
|
||||||
|
<rect id="Rectangle_2258" data-name="Rectangle 2258" width="21.019" height="11.934" transform="translate(82.739 14.432)" fill="#fff"/>
|
||||||
|
<path id="Path_67" data-name="Path 67" d="M208.23,706.33,204.418,735h-40.34L160.33,706.33h8.463c.048.1.073.164.073.169a.432.432,0,0,0,.4.264.469.469,0,0,0,.169-.035.431.431,0,0,0,.264-.4h12.245v.013a.431.431,0,0,0,.432.419h.013a.431.431,0,0,0,.419-.432h9.941v0a.433.433,0,0,0,.432.428h0a.433.433,0,0,0,.428-.432Z" transform="translate(-132.052 -581.705)" fill="#a9d9ff"/>
|
||||||
|
<path id="Path_68" data-name="Path 68" d="M229.341,465.67v11.523H211.33v-9.652h9.077V465.67Z" transform="translate(-161.008 -445.065)" fill="#a9d9ff"/>
|
||||||
|
<path id="Path_69" data-name="Path 69" d="M247.99,644.622c-.052.1-.1.186-.156.281a4.984,4.984,0,0,1-.225-.488c-.043-.112-.082-.229-.121-.346l-.138-.009c0-.022,0-.044,0-.069a31.412,31.412,0,0,1,14.065-13.279.431.431,0,0,1,.372.778A30.61,30.61,0,0,0,247.99,644.622Z" transform="translate(-181.459 -538.747)"/>
|
||||||
|
<path id="Path_70" data-name="Path 70" d="M245.688,622.167c.069-1.738-1.011-3.773-1.167-5.537a20.229,20.229,0,0,1,.826-8.476c1.7-4.236,6.172-8.052,10.84-8.1,1.478-.013,3.345.341,4.763.009,2.312-.545,2.585-2.623,3.194-4.443,1.444-4.331,8.485-4.391,10.788-.86a11.518,11.518,0,0,1,1.69,8.792,16.914,16.914,0,0,1-5.55,8.031c-2.918,1.967-6.717,1.137-9.518,3.449a5.809,5.809,0,0,0-1.763,4.936c.333,1.954,1.859,3.341,2.023,5.442.337,4.421-4.923,4.828-8.247,4-1.975-.493-3.026-1.828-4.43-3.134a12.542,12.542,0,0,1-2.969-3.195c.052-.1.1-.186.156-.281a30.606,30.606,0,0,1,13.8-13.131.431.431,0,0,0-.372-.778A31.41,31.41,0,0,0,245.688,622.167Z" transform="translate(-179.793 -516.923)" fill="#a9d9ff"/>
|
||||||
|
<path id="Path_71" data-name="Path 71" d="M235.33,680.871a43.358,43.358,0,0,1,5.074-19.165c.039-.074.082-.147.125-.216,0,.026,0,.047,0,.069l.138.009c.039.117.078.233.121.346a5.025,5.025,0,0,0,.225.489,42.5,42.5,0,0,0-4.815,18.465v0h-.864Z" transform="translate(-174.635 -556.246)"/>
|
||||||
|
<path id="Path_72" data-name="Path 72" d="M235.762,706.33h.432a.433.433,0,0,1-.428.432h0a.433.433,0,0,1-.432-.428v0Z" transform="translate(-174.635 -581.705)"/>
|
||||||
|
<path id="Path_73" data-name="Path 73" d="M178.38,598.185c2.822,2.044,3.16,6.151,1.331,9.107-2.019,3.263-7.05,7.287-11.165,6.086,0-.044-.013-.087-.022-.13-2.083-11.843-6.678-27.451-16.7-34.549a.434.434,0,0,0-.5.709c9.751,6.9,14.264,22.212,16.334,33.883a57.45,57.45,0,0,1-15.508-3.441c-3.069-1.12-6.946-3.6-6.63-7.344.177-2.1,1.742-3.419,3.32-4.577,1.215-.895,2.507-1.9,2.019-3.639-.5-1.768-2.663-1.906-4.188-2.555a14.58,14.58,0,0,1-5.87-3.925c-3.782-4.759-3.281-10.689,1.7-14.268a15.368,15.368,0,0,1,14.7-1.7c4.573,1.729,10.387,5.766,10.374,10.992-.009,3.968-1.729,7.058,1.617,10.2C171.871,595.544,175.458,596.067,178.38,598.185Z" transform="translate(-119.552 -504.711)" fill="#3e89fc"/>
|
||||||
|
<path id="Path_74" data-name="Path 74" d="M208.484,454.5v1.872H190.33V446h18.154Z" transform="translate(-149.085 -433.898)" fill="#fff"/>
|
||||||
|
<path id="Path_75" data-name="Path 75" d="M210.762,706.33h.432a.431.431,0,0,1-.419.432h-.013a.431.431,0,0,1-.432-.419v-.013Z" transform="translate(-160.441 -581.705)"/>
|
||||||
|
<path id="Path_76" data-name="Path 76" d="M207.991,685.254a122.006,122.006,0,0,0-1.764-15.941c0-.035-.013-.069-.017-.1.147.013.294.022.441.03.112.012.22.017.333.022l.112.035a121.694,121.694,0,0,1,1.759,15.945v.013h-.864Z" transform="translate(-158.101 -560.629)"/>
|
||||||
|
<path id="Path_77" data-name="Path 77" d="M180.381,706.33h.432a.431.431,0,0,1-.264.4.469.469,0,0,1-.169.035.431.431,0,0,1-.4-.264s-.026-.064-.073-.169Z" transform="translate(-143.169 -581.705)"/>
|
||||||
|
<path id="Path_78" data-name="Path 78" d="M168.18,589.787a.434.434,0,0,1,.5-.709c10.019,7.1,14.614,22.705,16.7,34.549.009.043.017.086.022.13l-.112-.035c-.112,0-.22-.009-.333-.022-.147-.009-.294-.017-.441-.03C182.443,612,177.931,596.69,168.18,589.787Z" transform="translate(-136.405 -515.089)"/>
|
||||||
|
<path id="Path_79" data-name="Path 79" d="M163.3,684.545a2.588,2.588,0,0,0,.246-.354s.013.009.017.012l.086.065c.073.061.151.117.225.182a25.488,25.488,0,0,1,7.456,9.142.393.393,0,0,1,.035.169h-.9a25.758,25.758,0,0,0-7.136-8.645.4.4,0,0,0-.056-.043c.056-.035.112-.069.173-.1l.151-.194C163.5,684.7,163.4,684.623,163.3,684.545Z" transform="translate(-133.721 -569.135)"/>
|
||||||
|
<path id="Path_80" data-name="Path 80" d="M124.218,662.8l.086.065c.048.039.1.073.151.121A14.31,14.31,0,0,1,120.017,665a34.9,34.9,0,0,1-7.352.614,20.216,20.216,0,0,1-10.8-3.138c-3.134-1.828-6.276-4.806-6.881-8.662-.692-4.387,3.523-9.492,8.3-8.381,1.336.312,1.6,1.746,2.222,2.749a3,3,0,0,0,2.736,1.586c3.562.354,6.648-2.39,10.339-1.016a10.7,10.7,0,0,1,6.375,7.758c.311,1.526.657,4.089-.22,5.585a30.445,30.445,0,0,0-13.866-5.84.433.433,0,1,0-.138.856A29.508,29.508,0,0,1,124.218,662.8Z" transform="translate(-94.907 -547.044)" fill="#295fc5"/>
|
||||||
|
<path id="Path_81" data-name="Path 81" d="M144.608,677.273l-.086-.065a29.5,29.5,0,0,0-13.49-5.68.433.433,0,1,1,.138-.856,30.445,30.445,0,0,1,13.866,5.84,2.581,2.581,0,0,1-.246.354c.1.078.2.152.294.233l-.151.195c-.061.03-.117.065-.173.1C144.7,677.346,144.655,677.312,144.608,677.273Z" transform="translate(-115.21 -561.456)"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<g id="XMLID_1_" transform="translate(113.097 0)">
|
||||||
|
<g id="Group_103" data-name="Group 103">
|
||||||
|
<g id="Group_102" data-name="Group 102">
|
||||||
|
<g id="XMLID_4_">
|
||||||
|
<g id="Group_101" data-name="Group 101">
|
||||||
|
<path id="Path_82" data-name="Path 82" d="M734.851,285l-1.729,7.78L703.73,285Z" transform="translate(-522.201 -207.847)" fill="#e22953"/>
|
||||||
|
<path id="Path_83" data-name="Path 83" d="M719.276,185.588,703.5,193.8l10.157-11.571Z" transform="translate(-522.071 -149.497)" fill="#e22953"/>
|
||||||
|
<path id="Path_84" data-name="Path 84" d="M685.209,363.7l-4.322,4.685L669,347.75Z" transform="translate(-502.483 -243.474)" fill="#e22953"/>
|
||||||
|
<path id="Path_85" data-name="Path 85" d="M658.573,114.958,641.5,135.489l8.212-23.989Z" transform="translate(-486.869 -109.339)" fill="#e22953"/>
|
||||||
|
<path id="Path_86" data-name="Path 86" d="M552.2,340.032v.052a.431.431,0,0,0,.86.043q3.417.4,6.328.886a.425.425,0,0,0-.009.073.431.431,0,0,0,.855.074v0a86.393,86.393,0,0,1,13.978,3.488c1.344.48,2.014.787,2.014.787l-2.706,6.28c-.459-.134-.916-.268-1.375-.393a129.581,129.581,0,0,0-35.426-4.469c-1.042.022-1.612.052-1.612.052l-.488-7.78q1.543,0,3.021.026C543.07,339.237,547.919,339.57,552.2,340.032Z" transform="translate(-426.186 -238.574)" fill="#a9d9ff"/>
|
||||||
|
<path id="Path_87" data-name="Path 87" d="M606.43,266.587a18.312,18.312,0,0,1,1.9-4.011,5.289,5.289,0,0,1,4.387-2.036c1.612,0,2.948.592,3.173,1.418.221.8-.644,1.85-2.373,2.874A14.087,14.087,0,0,1,606.43,266.587Z" transform="translate(-466.958 -193.959)" fill="#ffc962"/>
|
||||||
|
<path id="Path_88" data-name="Path 88" d="M607.709,262.005a18.325,18.325,0,0,0-1.9,4.011,14.087,14.087,0,0,0,7.085-1.755c1.729-1.024,2.593-2.075,2.373-2.874-.225-.826-1.56-1.418-3.173-1.418A5.289,5.289,0,0,0,607.709,262.005Zm-2.369,4.037a19.58,19.58,0,0,1,2.014-4.288c3.173-4.5,13.04-1.444,5.762,2.879a14.783,14.783,0,0,1-7.486,1.82.388.388,0,0,0-.034-.173.417.417,0,0,0-.039-.074.265.265,0,0,0-.056-.065.327.327,0,0,0-.061-.048.359.359,0,0,0-.052-.035C605.37,266.055,605.357,266.047,605.34,266.042Z" transform="translate(-466.339 -193.388)"/>
|
||||||
|
<path id="Path_89" data-name="Path 89" d="M605.4,275.94c-.03.086-.06.173-.086.259-.1,0-.2,0-.307,0A.425.425,0,0,0,605.4,275.94Z" transform="translate(-466.151 -202.703)"/>
|
||||||
|
<path id="Path_90" data-name="Path 90" d="M605.84,274.97a.419.419,0,0,1,.039.073A.243.243,0,0,0,605.84,274.97Z" transform="translate(-466.623 -202.152)"/>
|
||||||
|
<path id="Path_91" data-name="Path 91" d="M605.369,274.754a.239.239,0,0,1,.039.073.38.38,0,0,1,.035.173c-.143,0-.29,0-.432,0,.048-.138.1-.272.143-.406.017,0,.03.013.048.017a.218.218,0,0,1,.052.035.326.326,0,0,1,.06.048A.262.262,0,0,1,605.369,274.754Z" transform="translate(-466.151 -201.936)"/>
|
||||||
|
<path id="Path_92" data-name="Path 92" d="M604.32,265.443a19.663,19.663,0,0,1,2.1-4.5,6.149,6.149,0,0,1,5.1-2.4c2.062,0,3.67.821,4.007,2.053.238.864-.052,2.235-2.766,3.847a15.147,15.147,0,0,1-7.806,1.88h-.026c.026-.086.056-.173.086-.259a.385.385,0,0,0,.039-.173,14.782,14.782,0,0,0,7.486-1.82c7.279-4.322-2.589-7.383-5.762-2.879a19.58,19.58,0,0,0-2.014,4.288.259.259,0,0,0-.1-.022.016.016,0,0,0-.013,0h-.031C604.514,265.451,604.419,265.447,604.32,265.443Z" transform="translate(-465.76 -192.824)"/>
|
||||||
|
<path id="Path_93" data-name="Path 93" d="M553.5,222.992a15.15,15.15,0,0,0,7.806-1.88c2.714-1.612,3-2.982,2.766-3.847-.337-1.232-1.945-2.053-4.007-2.053a6.149,6.149,0,0,0-5.1,2.4,19.625,19.625,0,0,0-2.1,4.5,29.522,29.522,0,0,1-10.088-2.256,31.212,31.212,0,0,0-.592-6.315,3.488,3.488,0,0,0-3.458-2.226,3.567,3.567,0,0,0-2.827,1.241,3.034,3.034,0,0,0-.449,2.732c.411,1.6,2.883,3.57,6.484,5.148.211,6.371.125,15.176.1,17.311l-1.232-.147a.429.429,0,0,0-.337.1.424.424,0,0,0-.147.324v8.58a39.085,39.085,0,0,1-16.676-9.362,30.959,30.959,0,0,1-9.915-23.686c.787-18.18,18.219-32.188,38.94-31.294s36.878,16.36,36.091,34.535c-.545,12.591-9.073,23.181-21.149,28.2a41.52,41.52,0,0,1-17.786,3.09c-.216-.009-.432-.022-.648-.035l1.8-8.792a.44.44,0,0,0-.073-.341.426.426,0,0,0-.3-.173l-1.111-.13a140.927,140.927,0,0,1,3.977-15.634Z" transform="translate(-414.312 -149.495)" fill="#ffc962"/>
|
||||||
|
<path id="Path_94" data-name="Path 94" d="M605.631,274.758a.33.33,0,0,0-.061-.048A.33.33,0,0,1,605.631,274.758Z" transform="translate(-466.469 -202.004)"/>
|
||||||
|
<path id="Path_95" data-name="Path 95" d="M605.5,274.665a.216.216,0,0,0-.052-.035A.356.356,0,0,1,605.5,274.665Z" transform="translate(-466.401 -201.959)"/>
|
||||||
|
<path id="Path_96" data-name="Path 96" d="M605.388,274.607c-.017,0-.03-.013-.047-.017C605.357,274.594,605.37,274.6,605.388,274.607Z" transform="translate(-466.339 -201.936)"/>
|
||||||
|
<path id="Path_97" data-name="Path 97" d="M605.083,274.534a.015.015,0,0,0-.013,0A.015.015,0,0,1,605.083,274.534Z" transform="translate(-466.186 -201.902)"/>
|
||||||
|
<path id="Path_98" data-name="Path 98" d="M604.828,275.53c.143,0,.29,0,.432,0a.384.384,0,0,1-.039.173.425.425,0,0,1-.393.255h0a.352.352,0,0,1-.134-.026C604.733,275.8,604.781,275.664,604.828,275.53Z" transform="translate(-465.97 -202.47)"/>
|
||||||
|
<path id="Path_99" data-name="Path 99" d="M604.438,274.53h.031a.015.015,0,0,1,.013,0,.259.259,0,0,1,.1.022c-.047.134-.1.268-.143.406-.143,0-.285,0-.432-.013a.345.345,0,0,1,.026-.13l.026-.065A.437.437,0,0,1,604.438,274.53Z" transform="translate(-465.584 -201.902)"/>
|
||||||
|
<path id="Path_100" data-name="Path 100" d="M604.506,274.519a.438.438,0,0,0-.376.225c.026-.078.052-.16.082-.233C604.312,274.514,604.407,274.519,604.506,274.519Z" transform="translate(-465.652 -201.891)"/>
|
||||||
|
<path id="Path_101" data-name="Path 101" d="M604.813,276.5c-.048,0-.1,0-.143,0,0-.009,0-.017.009-.022A.349.349,0,0,0,604.813,276.5Z" transform="translate(-465.958 -203.004)"/>
|
||||||
|
<path id="Path_102" data-name="Path 102" d="M604.442,275.513c-.047.134-.1.268-.138.406a.4.4,0,0,1-.216-.16.41.41,0,0,1-.078-.259C604.156,275.509,604.3,275.513,604.442,275.513Z" transform="translate(-465.583 -202.453)"/>
|
||||||
|
<path id="Path_103" data-name="Path 103" d="M604.013,275.2a.347.347,0,0,0-.026.13h-.017C603.982,275.286,604,275.243,604.013,275.2Z" transform="translate(-465.56 -202.283)"/>
|
||||||
|
<path id="Path_104" data-name="Path 104" d="M603.871,275.759a.4.4,0,0,0,.216.16s0,.013-.009.022c-.147,0-.3,0-.45-.013.047-.147.1-.29.147-.428h.017A.41.41,0,0,0,603.871,275.759Z" transform="translate(-465.367 -202.453)"/>
|
||||||
|
<path id="Path_105" data-name="Path 105" d="M590.815,273.651a142.863,142.863,0,0,0-3.933,15.552l-5.736-.674c.022-1.932.112-10.594-.086-17.039A30.008,30.008,0,0,0,590.815,273.651Z" transform="translate(-452.553 -200.176)" fill="#ffc962"/>
|
||||||
|
<path id="Path_106" data-name="Path 106" d="M594.7,330.526c.216.013.432.026.648.035a41.521,41.521,0,0,0,17.786-3.09v0l-5.278,10.555a86.369,86.369,0,0,0-13.978-3.488Z" transform="translate(-459.832 -231.96)" fill="#ffc962"/>
|
||||||
|
<path id="Path_107" data-name="Path 107" d="M597.015,313.354l-1.8,8.792-.432-.026,1.811-8.852-1.137-.134c.009-.061.039-.2.078-.424l1.111.13a.427.427,0,0,1,.3.173A.439.439,0,0,1,597.015,313.354Z" transform="translate(-460.343 -223.58)"/>
|
||||||
|
<path id="Path_108" data-name="Path 108" d="M586.143,313.5l-1.729,8.441a41.583,41.583,0,0,1-7.123-1.167V312.46l1.189.138,6.613.778Z" transform="translate(-450.413 -223.438)" fill="#ffc962"/>
|
||||||
|
<path id="Path_109" data-name="Path 109" d="M565.665,422.59c1.4.216,1.081,3.566-3.242,7.348s-11.986,5.087-14.964,6.272c-1.811-1.474-4.348-3.285-5.839-4.331,0,0,4.595-12.422,5.891-11.234s1.081,6.267,1.081,6.267S564.26,422.374,565.665,422.59Z" transform="translate(-430.161 -284.816)" fill="#fda181"/>
|
||||||
|
<path id="Path_110" data-name="Path 110" d="M599.935,276.529a140.938,140.938,0,0,0-3.977,15.634l-.427-.052a141.342,141.342,0,0,1,3.951-15.591c.048,0,.1,0,.143,0h0C599.732,276.524,599.831,276.529,599.935,276.529Z" transform="translate(-460.77 -203.032)"/>
|
||||||
|
<path id="Path_111" data-name="Path 111" d="M593.77,322.642,595.5,314.2l-1.05-.125v0a.43.43,0,0,0,.424-.35s0-.013.009-.03l1.137.134-1.811,8.852C594.06,322.667,593.913,322.655,593.77,322.642Z" transform="translate(-459.77 -224.136)"/>
|
||||||
|
<path id="Path_112" data-name="Path 112" d="M594.145,334.506l-.821,4.015c-.138-.026-.281-.048-.423-.074l.813-3.968Z" transform="translate(-459.276 -235.94)"/>
|
||||||
|
<path id="Path_113" data-name="Path 113" d="M594.53,292.042a142.89,142.89,0,0,1,3.933-15.552c.152.009.3.013.45.013a141.472,141.472,0,0,0-3.951,15.591Z" transform="translate(-460.201 -203.015)"/>
|
||||||
|
<path id="Path_114" data-name="Path 114" d="M595.85,312.642c-.039.22-.069.363-.078.424l-.432-.052s.03-.147.082-.424Z" transform="translate(-460.661 -223.511)"/>
|
||||||
|
<path id="Path_115" data-name="Path 115" d="M594.354,312.863c0-.013.026-.147.074-.393l.432.052c-.052.277-.082.424-.082.424l-.428-.052C594.35,312.885,594.354,312.872,594.354,312.863Z" transform="translate(-460.099 -223.443)"/>
|
||||||
|
<path id="Path_116" data-name="Path 116" d="M594.69,313.925a.427.427,0,0,1-.346-.475l.428.052.432.052c0,.017-.009.026-.009.03a.431.431,0,0,1-.424.35A.59.59,0,0,1,594.69,313.925Z" transform="translate(-460.094 -224)"/>
|
||||||
|
<path id="Path_117" data-name="Path 117" d="M592.72,334.4c.143.013.29.026.437.035l-.813,3.968c-.138-.022-.281-.048-.424-.069v-.017Z" transform="translate(-458.72 -235.895)"/>
|
||||||
|
<path id="Path_118" data-name="Path 118" d="M581.249,310.91l5.736.674c-.048.246-.074.38-.074.393s0,.022,0,.03l-5.666-.661a.162.162,0,0,0,0-.048C581.245,311.286,581.245,311.152,581.249,310.91Z" transform="translate(-452.656 -222.558)"/>
|
||||||
|
<path id="Path_119" data-name="Path 119" d="M577.284,331.7a41.594,41.594,0,0,0,7.123,1.167l-.8,3.916v.017q-2.911-.486-6.328-.886a.164.164,0,0,0,0-.048V331.7Z" transform="translate(-450.407 -234.362)" fill="#ffc962"/>
|
||||||
|
<path id="Path_120" data-name="Path 120" d="M592.332,343.569c.143.026.285.048.423.074v0a.43.43,0,1,1-.847-.147C592.051,343.522,592.194,343.548,592.332,343.569Z" transform="translate(-458.708 -241.061)"/>
|
||||||
|
<path id="Path_121" data-name="Path 121" d="M580.98,269.29a29.521,29.521,0,0,0,10.088,2.256c-.03.073-.056.156-.082.233l-.026.065c-.013.043-.03.086-.044.13A29.751,29.751,0,0,1,581,269.765c0-.061,0-.121-.009-.182v-.013C580.989,269.476,580.984,269.381,580.98,269.29Z" transform="translate(-452.508 -198.927)"/>
|
||||||
|
<path id="Path_122" data-name="Path 122" d="M581.03,270.39a29.753,29.753,0,0,0,9.915,2.209c-.052.138-.1.281-.147.428a30,30,0,0,1-9.755-2.161C581.039,270.706,581.034,270.546,581.03,270.39Z" transform="translate(-452.536 -199.552)"/>
|
||||||
|
<path id="Path_123" data-name="Path 123" d="M580.682,311.231a.157.157,0,0,1,0,.048l-.428-.052s0-.156,0-.437l.432.052C580.682,311.084,580.682,311.218,580.682,311.231Z" transform="translate(-452.093 -222.489)"/>
|
||||||
|
<path id="Path_124" data-name="Path 124" d="M580.141,288.238c.026-2.031.117-10.724-.091-17.168.147.061.294.121.437.182.2,6.445.108,15.107.087,17.039Z" transform="translate(-451.98 -199.938)"/>
|
||||||
|
<path id="Path_125" data-name="Path 125" d="M580.481,270.843c-.142-.061-.29-.121-.437-.182,0-.017,0-.03,0-.043a.457.457,0,0,0,.233-.078.41.41,0,0,0,.151-.19.131.131,0,0,0,.044.017C580.472,270.523,580.477,270.683,580.481,270.843Z" transform="translate(-451.974 -199.529)"/>
|
||||||
|
<path id="Path_126" data-name="Path 126" d="M580.93,270.134a.421.421,0,0,0,.035-.164c0,.061,0,.121.009.182A.13.13,0,0,1,580.93,270.134Z" transform="translate(-452.48 -199.313)"/>
|
||||||
|
<path id="Path_127" data-name="Path 127" d="M580.628,269.148c0,.091.009.186.013.281a.45.45,0,0,0-.281-.389.026.026,0,0,1,.017,0Z" transform="translate(-452.156 -198.785)"/>
|
||||||
|
<path id="Path_128" data-name="Path 128" d="M580.01,269.97c.13.056.264.112.4.164a.4.4,0,0,1-.151.19.457.457,0,0,1-.233.078C580.019,270.255,580.014,270.113,580.01,269.97Z" transform="translate(-451.957 -199.313)"/>
|
||||||
|
<path id="Path_129" data-name="Path 129" d="M579.687,310.728c0,.281,0,.437,0,.437l-.432-.052c0-.069,0-.216,0-.432Z" transform="translate(-451.526 -222.427)"/>
|
||||||
|
<path id="Path_130" data-name="Path 130" d="M586.653,313.07l-6.613-.778a.536.536,0,0,0,.086.009h0a.43.43,0,0,0,.428-.38l5.666.661a.427.427,0,0,0,.346.475.582.582,0,0,0,.082.009v0Z" transform="translate(-451.974 -223.131)"/>
|
||||||
|
<path id="Path_131" data-name="Path 131" d="M579.13,287.941c.026-2.135.112-10.94-.1-17.311.082.039.169.073.255.112l.186.078c.208,6.445.117,15.137.091,17.168Z" transform="translate(-451.401 -199.688)"/>
|
||||||
|
<path id="Path_132" data-name="Path 132" d="M579.97,268.969a.378.378,0,0,1,.169.03.448.448,0,0,1,.28.389v.013a.422.422,0,0,1-.035.164c-.134-.052-.268-.108-.4-.164C579.983,269.254,579.979,269.112,579.97,268.969Z" transform="translate(-451.934 -198.744)"/>
|
||||||
|
<path id="Path_133" data-name="Path 133" d="M579.806,270.968l-.186-.078a.452.452,0,0,0,.169.035h.013C579.8,270.938,579.806,270.951,579.806,270.968Z" transform="translate(-451.736 -199.836)"/>
|
||||||
|
<path id="Path_134" data-name="Path 134" d="M579.488,269.4c-.134-.056-.263-.117-.4-.173a.432.432,0,0,1,.216-.22.279.279,0,0,1,.078-.026.3.3,0,0,1,.086-.013C579.479,269.113,579.483,269.255,579.488,269.4Z" transform="translate(-451.435 -198.745)"/>
|
||||||
|
<path id="Path_135" data-name="Path 135" d="M579.668,269a.279.279,0,0,0-.078.026A.546.546,0,0,1,579.668,269Z" transform="translate(-451.719 -198.762)"/>
|
||||||
|
<path id="Path_136" data-name="Path 136" d="M579.274,270.141a.425.425,0,0,1-.264-.38.4.4,0,0,1,.009-.1.254.254,0,0,1,.026-.082v0c.135.056.264.117.4.173,0,.143.009.285.013.432h-.013A.452.452,0,0,1,579.274,270.141Z" transform="translate(-451.389 -199.086)"/>
|
||||||
|
<path id="Path_137" data-name="Path 137" d="M579.25,311.68l.432.052.428.052a.431.431,0,0,1-.428.38h0a.529.529,0,0,1-.086-.009.431.431,0,0,1-.341-.428Z" transform="translate(-451.526 -222.995)"/>
|
||||||
|
<path id="Path_138" data-name="Path 138" d="M579.01,270.01a.426.426,0,0,0,.264.38c-.087-.039-.173-.073-.255-.112C579.014,270.187,579.014,270.1,579.01,270.01Z" transform="translate(-451.389 -199.336)"/>
|
||||||
|
<path id="Path_139" data-name="Path 139" d="M579.056,269.58a.26.26,0,0,0-.026.082A.3.3,0,0,1,579.056,269.58Z" transform="translate(-451.401 -199.092)"/>
|
||||||
|
<path id="Path_140" data-name="Path 140" d="M571.446,258.826c-3.069-1.409-5.291-3.138-5.61-4.4a2.214,2.214,0,0,1,.294-1.984,2.7,2.7,0,0,1,2.144-.908,2.673,2.673,0,0,1,2.637,1.634A27.485,27.485,0,0,1,571.446,258.826Z" transform="translate(-443.851 -188.843)" fill="#ffc962"/>
|
||||||
|
<path id="Path_141" data-name="Path 141" d="M576.29,311.33l1.279.151v.048a.431.431,0,0,0,.341.428l-1.189-.138v8.316c-.147-.035-.29-.069-.432-.108Z" transform="translate(-449.845 -222.796)"/>
|
||||||
|
<path id="Path_142" data-name="Path 142" d="M576.29,335.725V331.45c.143.039.285.073.432.108v4.167a.16.16,0,0,1,0,.048C576.575,335.755,576.433,335.742,576.29,335.725Z" transform="translate(-449.845 -234.22)"/>
|
||||||
|
<path id="Path_143" data-name="Path 143" d="M575.774,310.337l1.232.147c0,.216,0,.363,0,.432l-1.279-.151v8.7l-.432-.117v-8.58a.424.424,0,0,1,.147-.324A.429.429,0,0,1,575.774,310.337Z" transform="translate(-449.277 -222.23)"/>
|
||||||
|
<path id="Path_144" data-name="Path 144" d="M575.722,331.3v4.275c-.143-.017-.29-.03-.432-.048V331.18Z" transform="translate(-449.277 -234.066)"/>
|
||||||
|
<path id="Path_145" data-name="Path 145" d="M575.722,341.278c.143.017.285.03.428.048a.431.431,0,0,1-.86-.043v-.052C575.433,341.247,575.58,341.26,575.722,341.278Z" transform="translate(-449.277 -239.772)"/>
|
||||||
|
<path id="Path_146" data-name="Path 146" d="M553.385,318.882v4.344c-4.279-.462-9.129-.8-14.557-.886l-2.118-12.82A39.088,39.088,0,0,0,553.385,318.882Z" transform="translate(-427.373 -221.768)" fill="#ffc962"/>
|
||||||
|
<path id="Path_147" data-name="Path 147" d="M565.414,106.5l-.951,19.667L560.02,106.5Z" transform="translate(-440.607 -106.5)" fill="#e22953"/>
|
||||||
|
<path id="Path_148" data-name="Path 148" d="M545.319,373.1a146.768,146.768,0,0,1,28.908,3.747l-.091.38-1.081,5.554a207.814,207.814,0,0,0-27.663-3.674l-.082-5.692Z" transform="translate(-432.256 -257.867)" fill="#295fc5"/>
|
||||||
|
<path id="Path_149" data-name="Path 149" d="M570.342,252.6a2.672,2.672,0,0,0-2.637-1.634,2.7,2.7,0,0,0-2.144.908,2.216,2.216,0,0,0-.294,1.984c.32,1.266,2.542,3,5.61,4.4A27.4,27.4,0,0,0,570.342,252.6Zm-5.494,1.366c-1.007-3.972,4.9-4.525,5.9-1.5a31.883,31.883,0,0,1,.566,6.038.3.3,0,0,0-.087.013.569.569,0,0,0-.078.026.432.432,0,0,0-.216.22C567.628,257.283,565.225,255.442,564.849,253.964Z" transform="translate(-443.284 -188.278)"/>
|
||||||
|
<path id="Path_150" data-name="Path 150" d="M570.183,251.894c-1.007-3.026-6.911-2.472-5.9,1.5.376,1.478,2.779,3.32,6.09,4.8v0a.3.3,0,0,0-.026.082.4.4,0,0,0-.009.1c0,.086,0,.177.009.268-3.6-1.578-6.073-3.544-6.483-5.148a3.034,3.034,0,0,1,.449-2.732,3.567,3.567,0,0,1,2.827-1.24,3.488,3.488,0,0,1,3.458,2.226,31.207,31.207,0,0,1,.592,6.315l-.251-.1a.027.027,0,0,0-.017,0,.378.378,0,0,0-.169-.03A31.821,31.821,0,0,0,570.183,251.894Z" transform="translate(-442.714 -187.708)"/>
|
||||||
|
<path id="Path_151" data-name="Path 151" d="M533.978,445.61c1.491,1.046,4.029,2.857,5.84,4.331a9.564,9.564,0,0,1,2.1,2.049c.143.311-1.184,1.547-3.38,3.294-3.254-3.337-10.382-7.663-10.382-7.663,2.7-1.681,4.577-2.87,4.577-2.87S533.226,445.083,533.978,445.61Z" transform="translate(-422.518 -298.548)" fill="#a9d9ff"/>
|
||||||
|
<path id="Path_152" data-name="Path 152" d="M574.715,362.164l-2.269,5.9c-.51-.134-1.02-.259-1.53-.38a146.769,146.769,0,0,0-28.908-3.747c-1.033-.026-1.6-.026-1.6-.026l-.916-6.393-.009-.54a129.585,129.585,0,0,1,35.426,4.469Z" transform="translate(-428.946 -248.703)" fill="#3e89fc"/>
|
||||||
|
<path id="Path_153" data-name="Path 153" d="M498.123,149.14l3.843,17.661L490.9,151.085Z" transform="translate(-401.363 -130.71)" fill="#e22953"/>
|
||||||
|
<path id="Path_154" data-name="Path 154" d="M477.8,319.5l-15.776,12.211L459,326.079Z" transform="translate(-383.251 -227.435)" fill="#e22953"/>
|
||||||
|
<path id="Path_155" data-name="Path 155" d="M451.529,243.725l-24.719-3.432,1.811-7.793Z" transform="translate(-364.975 -178.039)" fill="#e22953"/>
|
||||||
|
<path id="Path_156" data-name="Path 156" d="M462.221,490.375c-3.674.756-15.02-6.916-15.02-6.916l-.333-.1a13.392,13.392,0,0,0,.549-2.382c.108-1.266-1.215-4.923-2.537-8.2,4.223,6.306,11.108,14.985,18.249,17.276A4.7,4.7,0,0,1,462.221,490.375Z" transform="translate(-375.235 -314.457)" fill="#29818c"/>
|
||||||
|
<path id="Path_157" data-name="Path 157" d="M428.282,864.29a23.918,23.918,0,0,0,12.388,0l.229,2.14s12.643,2.593,15.128,3.466,2.053,5.61,2.053,5.61l-30.58-1.837Z" transform="translate(-365.367 -536.75)" fill="#1e1950"/>
|
||||||
|
<path id="Path_158" data-name="Path 158" d="M416.288,596.5v0c1.889-.281,3.769-.639,5.6-1.089,15.884-3.89,16.533-5.4,16.533-5.4s.4,45.743-3.492,70.164c0,0-.614,44.053-2.127,48.159,0,0-.272.1-.769.238a23.908,23.908,0,0,1-12.388,0c-.259-.069-.519-.147-.782-.233,0,0,.143-40.954.791-46.573s-7.1-49.6-7.1-49.6l-.268-.069C414.615,603.036,416.288,596.5,416.288,596.5Z" transform="translate(-356.731 -381.016)" fill="#29818c"/>
|
||||||
|
<path id="Path_159" data-name="Path 159" d="M407.287,404.25s11.86,2.157,5.1,11.856c-2.3.121-5.675.415-8.23.653-2.053.194-3.57.35-3.57.35l-1.18-4.646-.657-2.593S406.962,406.2,407.287,404.25Z" transform="translate(-349.043 -275.553)" fill="#1e1950"/>
|
||||||
|
<path id="Path_160" data-name="Path 160" d="M407.285,449.6v2.3l-7.335-4.642Z" transform="translate(-349.725 -299.973)" fill="#295fc5"/>
|
||||||
|
<path id="Path_161" data-name="Path 161" d="M402.6,433.19l2.446,8.42-7.335-2.338L396,438.727l3.026-5.187S400.543,433.385,402.6,433.19Z" transform="translate(-347.482 -291.984)" fill="#a9d9ff"/>
|
||||||
|
<path id="Path_162" data-name="Path 162" d="M375.666,362.826c.4-.086.588-.774.419-1.53s-.622-1.305-1.02-1.219-.588.774-.424,1.53S375.268,362.913,375.666,362.826Zm4.417-2.6c.169.761.627,1.305,1.024,1.219s.588-.774.419-1.534-.622-1.305-1.02-1.215S379.919,359.463,380.084,360.224Zm-.873,2.619a29.019,29.019,0,0,0,1.867,5.546l1.872-2.377A14.424,14.424,0,0,1,379.21,362.844Zm-16.719,5.221a3.221,3.221,0,0,1,3.674-3.242l.151-2.81a22.467,22.467,0,0,0,5.6-5.459c.156-.043.3-.082.432-.112a7.526,7.526,0,0,1,2.166,0,.433.433,0,0,0,.182-.847,7.642,7.642,0,0,0-2.135-.043,9.381,9.381,0,0,0,1.063-7.8,9.063,9.063,0,0,1,8.013,6.112,9.1,9.1,0,0,0-2.269.743.432.432,0,0,0,.2.817.463.463,0,0,0,.2-.047,8.217,8.217,0,0,1,2.083-.679.3.3,0,0,1,.061-.009c.458,1.392.964,2.935,1.47,4.508,1.772,5.537,3.566,11.506,3.32,12.976-.324,1.945-8.537,5.619-8.537,5.619a8.464,8.464,0,0,1-5.511-.488,9.026,9.026,0,0,0,6.168,3.082L380,385.03l-3.026,5.187-8.1-2.485c3.458-8.32-1.189-16.749-1.189-16.749S362.276,371.739,362.492,368.065Zm18.314,5.654c1.5-1.007,1.643-3.384,1.643-3.384a19.514,19.514,0,0,1-6.7.864S379.31,374.73,380.805,373.718Z" transform="translate(-328.454 -243.474)" fill="#fda181"/>
|
||||||
|
<path id="Path_163" data-name="Path 163" d="M404.919,385.838l-1.872,2.377a29.013,29.013,0,0,1-1.867-5.546A14.423,14.423,0,0,0,404.919,385.838Z" transform="translate(-350.423 -263.301)" fill="#f77556"/>
|
||||||
|
<path id="Path_164" data-name="Path 164" d="M399.87,400s-.147,2.377-1.642,3.384-5.057-2.52-5.057-2.52A19.512,19.512,0,0,0,399.87,400Z" transform="translate(-345.875 -273.14)" fill="#fff"/>
|
||||||
|
<path id="Path_165" data-name="Path 165" d="M408.7,362.482a5.9,5.9,0,0,0-1.638.06c-.043-.138-.091-.277-.134-.415-.017-.048-.03-.1-.048-.147-.03-.091-.061-.177-.091-.264l.061-.013a6.56,6.56,0,0,1,1.954-.078.431.431,0,1,1-.1.856Z" transform="translate(-353.608 -251.33)"/>
|
||||||
|
<path id="Path_166" data-name="Path 166" d="M404.147,375.806c-.4.086-.856-.458-1.024-1.219s.026-1.444.424-1.53.856.458,1.02,1.215S404.544,375.72,404.147,375.806Z" transform="translate(-351.492 -257.837)" fill="#231f20"/>
|
||||||
|
<path id="Path_167" data-name="Path 167" d="M403.714,362.724a8.218,8.218,0,0,0-2.083.679.463.463,0,0,1-.2.048.432.432,0,0,1-.2-.817,9.1,9.1,0,0,1,2.269-.743c.03.086.06.173.091.264.017.048.03.1.047.147.043.138.091.277.134.415A.3.3,0,0,0,403.714,362.724Z" transform="translate(-350.321 -251.502)"/>
|
||||||
|
<path id="Path_168" data-name="Path 168" d="M391.511,416.608l.657,2.593A9.026,9.026,0,0,1,386,416.12,8.464,8.464,0,0,0,391.511,416.608Z" transform="translate(-341.804 -282.293)" fill="#f77556"/>
|
||||||
|
<path id="Path_169" data-name="Path 169" d="M383.112,442.735l-4.18,6.626-4.219-6.622,0,0-1.409-2.209v0l1.707-.272Z" transform="translate(-334.594 -295.993)" fill="#a9d9ff"/>
|
||||||
|
<path id="Path_170" data-name="Path 170" d="M390.956,376.258c.4-.086.856.458,1.02,1.219s-.022,1.444-.419,1.53-.856-.458-1.024-1.219S390.558,376.345,390.956,376.258Z" transform="translate(-344.344 -259.655)" fill="#231f20"/>
|
||||||
|
<path id="Path_171" data-name="Path 171" d="M381.078,456.374,376.57,446l4.219,6.622,4.18-6.626,1.707.545Z" transform="translate(-336.45 -299.258)" fill="#29818c"/>
|
||||||
|
<path id="Path_172" data-name="Path 172" d="M386.9,366.609a7.525,7.525,0,0,0-2.165,0c-.134.03-.277.069-.432.112.125-.177.242-.359.359-.54h0c.1-.151.19-.307.281-.467a7.641,7.641,0,0,1,2.135.043.433.433,0,1,1-.182.847Z" transform="translate(-340.839 -253.645)"/>
|
||||||
|
<path id="Path_173" data-name="Path 173" d="M379.731,366.8a7.858,7.858,0,0,0-2.736,1.184.428.428,0,0,1-.609.013.431.431,0,0,1-.013-.609c.817-.864,3.333-1.483,3.618-1.547l.065-.013c.052,0,.164-.022.32-.035-.091.16-.186.315-.281.467h0C379.973,366.438,379.856,366.62,379.731,366.8Z" transform="translate(-336.27 -253.717)"/>
|
||||||
|
<path id="Path_174" data-name="Path 174" d="M322.48,499.395c.022-.865-1.612-4.8-1.612-4.8l1-.472s5.991-12.777,5.342-16.235c-.294-1.578-5.252-13.7-7.888-20.081-.968-2.338-1.621-3.907-1.621-3.907l-.346-.069-2.546,12.461-3.916,7.383,8.606,16.04a24.477,24.477,0,0,0-9.764,4.789c-4.028-6.523-11.407-18.56-11.484-19.424-.108-1.189,14.7-35.551,15.236-36.2a11.65,11.65,0,0,1,2.831-.756c3.989-.826,11.117-2.006,14.372-2.537v0L332.1,437.8l0,0,4.508,10.369,5.6-9.829,7.335,4.642v-2.3l-2.446-8.42c2.554-.238,5.93-.532,8.23-.653a10.175,10.175,0,0,1,2.572.03c.756.432,19.45,19.883,20.747,19.775.921-.078,12.392-7.171,18.979-11.286,0,0,7.128,4.327,10.382,7.663-7.136,5.68-23.444,16.745-28.13,18.854-7.14-2.291-14.026-10.97-18.249-17.276,1.323,3.281,2.645,6.937,2.537,8.2a13.4,13.4,0,0,1-.549,2.382c-1.007,3.35-3.017,8.208-3.017,8.208s10.374,18.91,13.075,31.877c0,0-.648,1.513-16.533,5.4-1.833.45-3.713.808-5.6,1.089-14.484,2.191-29.595,0-29.595,0C322.255,503.281,322.467,499.836,322.48,499.395Z" transform="translate(-291.982 -291.059)" fill="#1eabbc"/>
|
||||||
|
<path id="Path_175" data-name="Path 175" d="M343.87,360.606c-.216,3.674,5.187,2.918,5.187,2.918s4.647,8.428,1.189,16.749l-1.707.272c-3.255.532-10.382,1.712-14.372,2.537v0c-.013,0-3.912,0-4.452-6.155s7.24-9.293,8-13.075-4.214-6.916-3.35-12.967,5.727-13.723,19.667-15.993,15.941,10.032,10.728,16.848c-.506-1.573-1.011-3.116-1.47-4.508a5.9,5.9,0,0,1,1.638-.06.431.431,0,0,0,.1-.856,6.562,6.562,0,0,0-1.954.078l-.061.013A9.063,9.063,0,0,0,355,340.291a9.381,9.381,0,0,1-1.063,7.8c-.156.013-.268.03-.32.035l-.065.013c-.285.065-2.8.683-3.618,1.547a.431.431,0,0,0,.013.609.428.428,0,0,0,.609-.013,7.856,7.856,0,0,1,2.736-1.184,22.468,22.468,0,0,1-5.6,5.459l-.151,2.809A3.221,3.221,0,0,0,343.87,360.606Z" transform="translate(-309.832 -236.015)" fill="#1e1950"/>
|
||||||
|
<path id="Path_176" data-name="Path 176" d="M334.584,566.11l2.369,4.408-1,.472-7.3,3.445-1.271.6s-1.042-1.673-2.563-4.132A24.484,24.484,0,0,1,334.584,566.11Z" transform="translate(-307.068 -367.452)" fill="#a9d9ff"/>
|
||||||
|
<path id="Path_177" data-name="Path 177" d="M340.989,577.4s1.634,3.933,1.612,4.8c-.013.441-.225,3.886-.536,7.145-.3,3.134-.687,6.09-1.076,6.038a5.891,5.891,0,0,1-1.936-1.241,13.956,13.956,0,0,1-4.149-5.675,24.892,24.892,0,0,1-1.215-7.62Z" transform="translate(-312.103 -373.862)" fill="#fda181"/>
|
||||||
|
<path id="Path_178" data-name="Path 178" d="M330.929,674.816c.324-6.159,1.6-64.182,1.772-64.995a5.888,5.888,0,0,0,1.936,1.24c.389.052.778-2.9,1.076-6.038,0,0,15.111,2.187,29.595,0v0s-1.673,6.54-4,15.586c-5,19.4-13,50.329-13.957,52.909,0,0-.756,17.583-10.157,40.167,0,0-.346.113-.972.246a24.245,24.245,0,0,1-11.873-.575c-.605-.186-1.223-.4-1.85-.644C322.5,712.714,330.6,680.975,330.929,674.816Z" transform="translate(-305.751 -389.543)" fill="#29818c"/>
|
||||||
|
<path id="Path_179" data-name="Path 179" d="M302.349,855.67a24.243,24.243,0,0,0,11.873.575l-1.189,11.994-29.284.54s0-3.566.864-5.295,15.884-4.43,15.884-4.43Z" transform="translate(-283.75 -531.855)" fill="#1e1950"/>
|
||||||
|
<path id="Path_180" data-name="Path 180" d="M339.452,483.159s.653,1.569,1.621,3.907l-.009,0-4.5,8.48,2.546-12.461Z" transform="translate(-313.734 -320.316)" fill="#29818c"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
<path id="Path_181" data-name="Path 181" d="M645.959,225.78c-.424-4.04-3.97-10.432-7.2-12.68-.916-.637-3.974-2.117-5.129-1.093-1.894,1.678.911,4.572,1.958,5.7a30.175,30.175,0,0,1,4.834,6.037c.863,1.649,1.176,3.832,2.3,5.273,3.147,4.041,4.758-1.07,2.953-4.106" transform="translate(-346.847 -59.704)" fill="#fff"/>
|
||||||
|
<path id="Path_182" data-name="Path 182" d="M658.686,270.333c-.4.992-1.6,4.858-1.158,6.051a2.183,2.183,0,0,0,4,.576c1.992-2.74-2.246-8.726-3.414-5.187" transform="translate(-360.727 -93.019)" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 38 KiB |
|
After Width: | Height: | Size: 32 KiB |
@@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="20" height="17.5" viewBox="0 0 20 17.5">
|
||||||
|
<path id="Icon_awesome-camera" data-name="Icon awesome-camera" d="M20,6.625v11.25a1.875,1.875,0,0,1-1.875,1.875H1.875A1.875,1.875,0,0,1,0,17.875V6.625A1.875,1.875,0,0,1,1.875,4.75H5.313l.48-1.285A1.872,1.872,0,0,1,7.547,2.25h4.9A1.872,1.872,0,0,1,14.2,3.465l.484,1.285h3.437A1.875,1.875,0,0,1,20,6.625ZM14.688,12.25A4.688,4.688,0,1,0,10,16.938,4.691,4.691,0,0,0,14.688,12.25Zm-1.25,0A3.438,3.438,0,1,1,10,8.813,3.443,3.443,0,0,1,13.438,12.25Z" transform="translate(0 -2.25)" fill="#29818c"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 589 B |
@@ -0,0 +1,6 @@
|
|||||||
|
<svg id="Icon_ionic-ios-expand" data-name="Icon ionic-ios-expand" xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20">
|
||||||
|
<path id="Path_15" data-name="Path 15" d="M6.517,5.667H9.754a.578.578,0,0,0,.579-.579V5.079A.578.578,0,0,0,9.754,4.5H5.079a.578.578,0,0,0-.579.579V9.754a.578.578,0,0,0,.579.579h.008a.578.578,0,0,0,.579-.579V6.517l4.879,4.846a.573.573,0,0,0,.408.167.56.56,0,0,0,.408-.171.578.578,0,0,0,0-.817Z" transform="translate(-4.5 -4.5)" fill="#29818c"/>
|
||||||
|
<path id="Path_16" data-name="Path 16" d="M26.087,4.5H21.412a.578.578,0,0,0-.579.579v.008a.578.578,0,0,0,.579.579h3.238L19.8,10.546a.579.579,0,0,0,.817.821L25.5,6.517V9.754a.578.578,0,0,0,.579.579h.008a.578.578,0,0,0,.579-.579V5.079A.578.578,0,0,0,26.087,4.5Z" transform="translate(-6.666 -4.5)" fill="#29818c"/>
|
||||||
|
<path id="Path_17" data-name="Path 17" d="M10.954,19.631a.573.573,0,0,0-.408.167l-4.879,4.85V21.41a.578.578,0,0,0-.579-.579H5.079a.578.578,0,0,0-.579.579v4.675a.578.578,0,0,0,.579.579H9.754a.578.578,0,0,0,.579-.579v-.008a.578.578,0,0,0-.579-.579H6.517l4.846-4.879a.579.579,0,0,0-.408-.987Z" transform="translate(-4.5 -6.665)" fill="#29818c"/>
|
||||||
|
<path id="Path_18" data-name="Path 18" d="M26.087,20.834h-.008a.578.578,0,0,0-.579.579v3.237L20.62,19.8a.573.573,0,0,0-.408-.167.56.56,0,0,0-.408.171.578.578,0,0,0,0,.817L24.649,25.5H21.412a.578.578,0,0,0-.579.579v.008a.578.578,0,0,0,.579.579h4.675a.578.578,0,0,0,.579-.579V21.413A.578.578,0,0,0,26.087,20.834Z" transform="translate(-6.666 -6.667)" fill="#29818c"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.5 KiB |
@@ -0,0 +1,3 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="15.904" height="15.904" viewBox="0 0 15.904 15.904">
|
||||||
|
<path id="Icon_awesome-file-import" data-name="Icon awesome-file-import" d="M.5,8.946a.5.5,0,0,0-.5.5v.994a.5.5,0,0,0,.5.5H3.976V8.946Zm15.19-5.685L12.646.217A.745.745,0,0,0,12.118,0h-.189V3.976H15.9V3.787A.743.743,0,0,0,15.687,3.262Zm-4.753.963V0H4.722a.744.744,0,0,0-.746.746v8.2H7.952V6.921A.5.5,0,0,1,8.8,6.57l2.97,3a.529.529,0,0,1,0,.746L8.8,13.307a.5.5,0,0,1-.851-.351V10.934H3.976v4.225a.744.744,0,0,0,.746.746H15.159a.744.744,0,0,0,.746-.746V4.97H11.68A.748.748,0,0,1,10.934,4.225Z" fill="#29818c"/>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 617 B |
|
After Width: | Height: | Size: 56 KiB |
@@ -0,0 +1,18 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="59" height="54" viewBox="0 0 59 54">
|
||||||
|
<g id="Group_4426" data-name="Group 4426" transform="translate(-6 -7)">
|
||||||
|
<rect id="Rectangle_2349" data-name="Rectangle 2349" width="59" height="54" transform="translate(6 7)" fill="none"/>
|
||||||
|
<g id="Group_40" data-name="Group 40" transform="translate(-466.002 -161.854)">
|
||||||
|
<path id="Subtraction_1" data-name="Subtraction 1" d="M5,10A5,5,0,0,1,3.054.393,5,5,0,0,1,6.946,9.607,4.969,4.969,0,0,1,5,10ZM5,2.386A2.614,2.614,0,1,0,7.614,5,2.617,2.617,0,0,0,5,2.386Z" transform="translate(495.002 173.853)" fill="#fff"/>
|
||||||
|
<path id="Subtraction_2" data-name="Subtraction 2" d="M5,10A5,5,0,0,1,3.054.393,5,5,0,0,1,6.946,9.607,4.969,4.969,0,0,1,5,10ZM5,2.386A2.614,2.614,0,1,0,7.614,5,2.617,2.617,0,0,0,5,2.386Z" transform="translate(515.002 195.853)" fill="#fff"/>
|
||||||
|
<path id="Subtraction_3" data-name="Subtraction 3" d="M5,10A5,5,0,0,1,3.054.393,5,5,0,0,1,6.946,9.607,4.969,4.969,0,0,1,5,10ZM5,2.386A2.614,2.614,0,1,0,7.614,5,2.617,2.617,0,0,0,5,2.386Z" transform="translate(479.002 199.853)" fill="#fff"/>
|
||||||
|
<path id="Subtraction_4" data-name="Subtraction 4" d="M5,10A5,5,0,0,1,3.054.393,5,5,0,0,1,6.946,9.607,4.969,4.969,0,0,1,5,10ZM5,2.386A2.614,2.614,0,1,0,7.614,5,2.617,2.617,0,0,0,5,2.386Z" transform="translate(502.002 208.854)" fill="#fff"/>
|
||||||
|
<path id="Path_19" data-name="Path 19" d="M212.676,8309.374l1.528,1.7,2.55-2.4-1.675-1.654Z" transform="translate(288.52 -8126.223)" fill="#fff"/>
|
||||||
|
<path id="Path_22" data-name="Path 22" d="M0,0H3.41V2.75H0Z" transform="translate(505.194 187.484) rotate(-43)" fill="#fff"/>
|
||||||
|
<path id="Path_23" data-name="Path 23" d="M0,0H3.41V23.2H0Z" transform="matrix(0.848, 0.53, -0.53, 0.848, 496.09, 181.02)" fill="#fff"/>
|
||||||
|
<path id="Path_25" data-name="Path 25" d="M0,0H3.41V11.738H0Z" transform="matrix(0.695, 0.719, -0.719, 0.695, 516.073, 202.272)" fill="#fff"/>
|
||||||
|
<path id="Path_24" data-name="Path 24" d="M0,0H3.41V16.1H0Z" transform="matrix(-0.407, 0.914, -0.914, -0.407, 503.257, 211.21)" fill="#fff"/>
|
||||||
|
<path id="Path_21" data-name="Path 21" d="M0,0H3.41V2.75H0Z" transform="translate(509.703 192.213) rotate(-43)" fill="#fff"/>
|
||||||
|
<path id="Path_20" data-name="Path 20" d="M0,0H3.41V2.75H0Z" transform="translate(514.073 196.943) rotate(-43)" fill="#fff"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.3 KiB |
@@ -0,0 +1,18 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="470.999" height="55" viewBox="0 0 470.999 55">
|
||||||
|
<g id="Group_43" data-name="Group 43" transform="translate(-11.337 -13.434)">
|
||||||
|
<text id="Optical_Network_Planning_Tool" data-name="Optical Network Planning Tool" transform="translate(79.336 51.434)" fill="#1eabbc" font-size="30" font-family="SegoeUI, Segoe UI"><tspan x="0" y="0">Optical Network Planning Tool</tspan></text>
|
||||||
|
<g id="Group_40" data-name="Group 40" transform="translate(11.753 13.434)">
|
||||||
|
<path id="Subtraction_1" data-name="Subtraction 1" d="M6,12A6,6,0,0,1,3.664.472,6,6,0,0,1,8.335,11.528,5.963,5.963,0,0,1,6,12ZM6,2.864A3.136,3.136,0,1,0,9.136,6,3.14,3.14,0,0,0,6,2.864Z" transform="translate(19.583 0)" fill="#29818c"/>
|
||||||
|
<path id="Subtraction_2" data-name="Subtraction 2" d="M6,12A6,6,0,0,1,3.664.472,6,6,0,0,1,8.335,11.528,5.963,5.963,0,0,1,6,12ZM6,2.864A3.136,3.136,0,1,0,9.136,6,3.14,3.14,0,0,0,6,2.864Z" transform="translate(44.583 27)" fill="#29818c"/>
|
||||||
|
<path id="Subtraction_3" data-name="Subtraction 3" d="M6,12A6,6,0,0,1,3.664.472,6,6,0,0,1,8.335,11.528,5.963,5.963,0,0,1,6,12ZM6,2.864A3.136,3.136,0,1,0,9.136,6,3.14,3.14,0,0,0,6,2.864Z" transform="translate(-0.417 32)" fill="#29818c"/>
|
||||||
|
<path id="Subtraction_4" data-name="Subtraction 4" d="M6,12A6,6,0,0,1,3.664.472,6,6,0,0,1,8.335,11.528,5.963,5.963,0,0,1,6,12ZM6,2.864A3.136,3.136,0,1,0,9.136,6,3.14,3.14,0,0,0,6,2.864Z" transform="translate(28.583 43)" fill="#29818c"/>
|
||||||
|
<path id="Path_19" data-name="Path 19" d="M212.676,8309.93l1.887,2.1,3.15-2.968-2.07-2.044Z" transform="translate(-185.092 -8298.737)" fill="#29818c"/>
|
||||||
|
<path id="Path_22" data-name="Path 22" d="M0,0H4.212V3.4H0Z" transform="translate(32.522 16.544) rotate(-43)" fill="#29818c"/>
|
||||||
|
<path id="Path_23" data-name="Path 23" d="M0,0H4.212V28.656H0Z" transform="matrix(0.848, 0.53, -0.53, 0.848, 21.276, 8.559)" fill="#29818c"/>
|
||||||
|
<path id="Path_25" data-name="Path 25" d="M0,0H4.212V14.5H0Z" transform="matrix(0.695, 0.719, -0.719, 0.695, 45.961, 34.812)" fill="#29818c"/>
|
||||||
|
<path id="Path_24" data-name="Path 24" d="M0,0H4.212V19.885H0Z" transform="matrix(-0.407, 0.914, -0.914, -0.407, 30.13, 45.853)" fill="#29818c"/>
|
||||||
|
<path id="Path_21" data-name="Path 21" d="M0,0H4.212V3.4H0Z" transform="translate(38.093 22.387) rotate(-43)" fill="#29818c"/>
|
||||||
|
<path id="Path_20" data-name="Path 20" d="M0,0H4.212V3.4H0Z" transform="translate(43.49 28.229) rotate(-43)" fill="#29818c"/>
|
||||||
|
</g>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 2.4 KiB |
@@ -0,0 +1,6 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32">
|
||||||
|
<g id="Group_41" data-name="Group 41" transform="translate(0.408 0.408)">
|
||||||
|
<rect id="Rectangle_62" data-name="Rectangle 62" width="32" height="32" transform="translate(-0.408 -0.408)" fill="none"/>
|
||||||
|
<path id="Path_26" data-name="Path 26" d="M36.76,24A12.759,12.759,0,1,0,49.519,36.759,12.759,12.759,0,0,0,36.76,24Zm0,5.889a1.472,1.472,0,1,1-1.472,1.472A1.472,1.472,0,0,1,36.76,29.889Zm.982,13.74H36.76a.981.981,0,0,1-.981-.981V36.759a.981.981,0,0,1,0-1.963h.981a.981.981,0,0,1,.981.981v5.889a.981.981,0,1,1,0,1.963Z" transform="translate(-21.168 -21.167)" fill="#29818c"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 679 B |
|
After Width: | Height: | Size: 1.6 KiB |
@@ -0,0 +1,9 @@
|
|||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="38.087" height="30.128" viewBox="0 0 38.087 30.128">
|
||||||
|
<g id="Multiple_node_icon" data-name="Multiple node icon" transform="translate(-83.955 -130.338)">
|
||||||
|
<g id="Group_4263" data-name="Group 4263" transform="translate(83.955 130.338)">
|
||||||
|
<circle id="Ellipse_24" data-name="Ellipse 24" cx="13.327" cy="13.327" r="13.327" fill="#1eabbc"/>
|
||||||
|
<path id="Path_189" data-name="Path 189" d="M29.834,22.326a10.186,10.186,0,0,1-.158,1.9,13.589,13.589,0,0,1-11.7,11.27A11.378,11.378,0,0,1,16,35.652V9a11.377,11.377,0,0,1,1.976.152,13.589,13.589,0,0,1,11.7,11.27,10.186,10.186,0,0,1,.158,1.9Z" transform="translate(-2.673 -8.999)" fill="#29818c"/>
|
||||||
|
</g>
|
||||||
|
<path id="Path_5476" data-name="Path 5476" d="M17.176,8.21a8.966,8.966,0,1,0,8.966,8.966A8.966,8.966,0,0,0,17.176,8.21Zm3.5,9.531H17.741v2.936a.565.565,0,0,1-1.131,0V17.741H13.675a.565.565,0,0,1,0-1.131h2.936V13.675a.565.565,0,1,1,1.131,0v2.936h2.936a.565.565,0,0,1,0,1.131Z" transform="translate(95.9 134.324)" fill="#149933"/>
|
||||||
|
</g>
|
||||||
|
</svg>
|
||||||
|
After Width: | Height: | Size: 1.0 KiB |