Update FONTS
This commit is contained in:
Vendored
+1
-1
@@ -20,7 +20,7 @@ pipeline {
|
||||
|
||||
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
|
||||
script {
|
||||
withEnv(['NEXT_BUILD_NUMBER=369']) {
|
||||
withEnv(['NEXT_BUILD_NUMBER=370']) {
|
||||
// env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
|
||||
env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
|
||||
env.APP_NAME = 'B2BCONDOMINI'
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+14
-8
@@ -1,5 +1,8 @@
|
||||
/* Move down content because we have a fixed navbar that is 50px tall */
|
||||
/*Import fonts!*/
|
||||
@import url('fonts.min.css');
|
||||
/* Move down content because we have a fixed navbar that is 50px tall */
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
padding-top: 50px;
|
||||
padding-bottom: 20px;
|
||||
background: url('../images/Condomini_01.jpeg') no-repeat center center fixed;
|
||||
@@ -15,6 +18,9 @@ body {
|
||||
padding-right: 15px;
|
||||
font-size: 0.7em;
|
||||
}
|
||||
.fontCond {
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
}
|
||||
/* gestione icone */
|
||||
.icona {
|
||||
font-size: 2em;
|
||||
@@ -76,7 +82,7 @@ body {
|
||||
}
|
||||
.table th,
|
||||
.table td {
|
||||
padding: 0.10rem;
|
||||
padding: 0.1rem;
|
||||
}
|
||||
/* Responsive: Portrait tablets and up */
|
||||
@media screen and (min-width: 426px) {
|
||||
@@ -118,7 +124,7 @@ body {
|
||||
}
|
||||
.table th,
|
||||
.table td {
|
||||
padding: 0.20rem;
|
||||
padding: 0.2rem;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1024px) {
|
||||
@@ -141,18 +147,18 @@ body {
|
||||
@media screen and (min-width: 1366px) {
|
||||
.body-content {
|
||||
padding: 0;
|
||||
font-size: 1.0em;
|
||||
font-size: 1em;
|
||||
}
|
||||
.navbar-nav,
|
||||
.nav-footer {
|
||||
font-size: 1.0em;
|
||||
font-size: 1em;
|
||||
}
|
||||
.status-row-text {
|
||||
font-size: 0.8em;
|
||||
}
|
||||
.table th,
|
||||
.table td {
|
||||
padding: 0.30rem;
|
||||
padding: 0.3rem;
|
||||
}
|
||||
}
|
||||
@media screen and (min-width: 1440px) {
|
||||
@@ -182,10 +188,10 @@ body {
|
||||
font-size: 1.2em;
|
||||
}
|
||||
.status-row-text {
|
||||
font-size: 1.0em;
|
||||
font-size: 1em;
|
||||
}
|
||||
.table th,
|
||||
.table td {
|
||||
padding: 0.40rem;
|
||||
padding: 0.4rem;
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,9 @@
|
||||
/* Move down content because we have a fixed navbar that is 50px tall */
|
||||
/*Import fonts!*/
|
||||
@import url('./fonts.min.css');
|
||||
|
||||
/* Move down content because we have a fixed navbar that is 50px tall */
|
||||
body {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
padding-top: 50px;
|
||||
padding-bottom: 20px;
|
||||
background: url('../images/Condomini_01.jpeg') no-repeat center center fixed;
|
||||
@@ -17,6 +21,10 @@ body {
|
||||
font-size: 0.7em;
|
||||
}
|
||||
|
||||
.fontCond {
|
||||
font-family: 'Roboto Condensed', sans-serif;
|
||||
}
|
||||
|
||||
/* gestione icone */
|
||||
.icona {
|
||||
font-size: 2em;
|
||||
|
||||
Vendored
+1
-1
@@ -1 +1 @@
|
||||
body{padding-top:50px;padding-bottom:20px;background:url('../images/Condomini_01.jpeg') no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}.body-content{padding-left:15px;padding-right:15px;font-size:.7em;}.icona{font-size:2em;}.titolo{font-size:1.2em;font-weight:bold;}.bs4-aspnet-pager a,.bs4-aspnet-pager span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd;}.bs4-aspnet-pager span{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7;}.bs4-aspnet-pager tr>td:first-child>a,.bs4-aspnet-pager tr>td:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px;}.bs4-aspnet-pager tr>td:last-child>a,.bs4-aspnet-pager tr>td:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}.bs4-aspnet-pager a:hover,.bs4-aspnet-pager span:hover,.bs4-aspnet-pager a:focus,.bs4-aspnet-pager span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd;}.bs4-aspnet-pager td{padding:0;}.status-row-text{font-size:.5em;}.nav-footer{font-size:.4em;}.table th,.table td{padding:.1rem;}@media screen and (min-width:426px){.jumbotron{margin-top:20px;}.body-content{padding:0;font-size:.7em;}.navbar-nav{font-size:.7em;}.nav-footer{font-size:.6em;}.status-row-text{font-size:.55em;}.table th,.table td{padding:.15rem;}}@media screen and (min-width:768px){.jumbotron{margin-top:20px;}.body-content{padding:0;font-size:.8em;}.navbar-nav,.nav-footer{font-size:.8em;}.status-row-text{font-size:.6em;}.table th,.table td{padding:.2rem;}}@media screen and (min-width:1024px){.body-content{padding:0;font-size:.9em;}.navbar-nav,.nav-footer{font-size:.9em;}.status-row-text{font-size:.7em;}.table th,.table td{padding:.25rem;}}@media screen and (min-width:1366px){.body-content{padding:0;font-size:1em;}.navbar-nav,.nav-footer{font-size:1em;}.status-row-text{font-size:.8em;}.table th,.table td{padding:.3rem;}}@media screen and (min-width:1440px){.body-content{padding:0;font-size:1.1em;}.navbar-nav,.nav-footer{font-size:1.1em;}.status-row-text{font-size:.9em;}.table th,.table td{padding:.35rem;}}@media screen and (min-width:1920px){.body-content{padding:0;font-size:1.2em;}.navbar-nav,.nav-footer{font-size:1.2em;}.status-row-text{font-size:1em;}.table th,.table td{padding:.4rem;}}
|
||||
@import url('fonts.min.css');body{font-family:'Roboto',sans-serif;padding-top:50px;padding-bottom:20px;background:url('../images/Condomini_01.jpeg') no-repeat center center fixed;-webkit-background-size:cover;-moz-background-size:cover;-o-background-size:cover;background-size:cover;}.body-content{padding-left:15px;padding-right:15px;font-size:.7em;}.fontCond{font-family:'Roboto Condensed',sans-serif;}.icona{font-size:2em;}.titolo{font-size:1.2em;font-weight:bold;}.bs4-aspnet-pager a,.bs4-aspnet-pager span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd;}.bs4-aspnet-pager span{z-index:3;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7;}.bs4-aspnet-pager tr>td:first-child>a,.bs4-aspnet-pager tr>td:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px;}.bs4-aspnet-pager tr>td:last-child>a,.bs4-aspnet-pager tr>td:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}.bs4-aspnet-pager a:hover,.bs4-aspnet-pager span:hover,.bs4-aspnet-pager a:focus,.bs4-aspnet-pager span:focus{z-index:2;color:#23527c;background-color:#eee;border-color:#ddd;}.bs4-aspnet-pager td{padding:0;}.status-row-text{font-size:.5em;}.nav-footer{font-size:.4em;}.table th,.table td{padding:.1rem;}@media screen and (min-width:426px){.jumbotron{margin-top:20px;}.body-content{padding:0;font-size:.7em;}.navbar-nav{font-size:.7em;}.nav-footer{font-size:.6em;}.status-row-text{font-size:.55em;}.table th,.table td{padding:.15rem;}}@media screen and (min-width:768px){.jumbotron{margin-top:20px;}.body-content{padding:0;font-size:.8em;}.navbar-nav,.nav-footer{font-size:.8em;}.status-row-text{font-size:.6em;}.table th,.table td{padding:.2rem;}}@media screen and (min-width:1024px){.body-content{padding:0;font-size:.9em;}.navbar-nav,.nav-footer{font-size:.9em;}.status-row-text{font-size:.7em;}.table th,.table td{padding:.25rem;}}@media screen and (min-width:1366px){.body-content{padding:0;font-size:1em;}.navbar-nav,.nav-footer{font-size:1em;}.status-row-text{font-size:.8em;}.table th,.table td{padding:.3rem;}}@media screen and (min-width:1440px){.body-content{padding:0;font-size:1.1em;}.navbar-nav,.nav-footer{font-size:1.1em;}.status-row-text{font-size:.9em;}.table th,.table td{padding:.35rem;}}@media screen and (min-width:1920px){.body-content{padding:0;font-size:1.2em;}.navbar-nav,.nav-footer{font-size:1.2em;}.status-row-text{font-size:1em;}.table th,.table td{padding:.4rem;}}
|
||||
@@ -0,0 +1,28 @@
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('OpenSans.woff') format('woff');
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'Open Sans Condensed';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url('OpenSansCondensed.woff') format('woff');
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto Condensed';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('RobotoCondensedExt.woff2') format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto Condensed';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('RobotoCondensed.woff2') format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
@font-face {
|
||||
font-family: 'Open Sans';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('OpenSans.woff') format('woff');
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: 'Open Sans Condensed';
|
||||
font-style: normal;
|
||||
font-weight: 300;
|
||||
src: url('OpenSansCondensed.woff') format('woff');
|
||||
}
|
||||
/* latin-ext */
|
||||
@font-face {
|
||||
font-family: 'Roboto Condensed';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('RobotoCondensedExt.woff2') format('woff2');
|
||||
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
|
||||
}
|
||||
/* latin */
|
||||
@font-face {
|
||||
font-family: 'Roboto Condensed';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: url('RobotoCondensed.woff2') format('woff2');
|
||||
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215;
|
||||
}
|
||||
Vendored
+1
@@ -0,0 +1 @@
|
||||
@font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:url('OpenSans.woff') format('woff');}@font-face{font-family:'Open Sans Condensed';font-style:normal;font-weight:300;src:url('OpenSansCondensed.woff') format('woff');}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;src:url('RobotoCondensedExt.woff2') format('woff2');unicode-range:U+100-24F,U+259,U+1E00-1EFF,U+20A0-20AB,U+20AD-20CF,U+2C60-2C7F,U+A720-A7FF;}@font-face{font-family:'Roboto Condensed';font-style:normal;font-weight:400;src:url('RobotoCondensed.woff2') format('woff2');unicode-range:U+0-FF,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2212,U+2215;}
|
||||
@@ -168,6 +168,17 @@
|
||||
<Content Include="Content\bootstrap-reboot.css.map" />
|
||||
<Content Include="Content\bootstrap-grid.min.css.map" />
|
||||
<Content Include="Content\bootstrap-grid.css.map" />
|
||||
<Content Include="Content\fonts.css">
|
||||
<DependentUpon>fonts.less</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="Content\fonts.less" />
|
||||
<Content Include="Content\fonts.min.css">
|
||||
<DependentUpon>fonts.css</DependentUpon>
|
||||
</Content>
|
||||
<Content Include="Content\OpenSans.woff" />
|
||||
<Content Include="Content\OpenSansCondensed.woff" />
|
||||
<Content Include="Content\RobotoCondensed.woff2" />
|
||||
<Content Include="Content\RobotoCondensedExt.woff2" />
|
||||
<None Include="Content\Site.less" />
|
||||
<Content Include="Content\brands.css" />
|
||||
<Content Include="Content\brands.min.css" />
|
||||
|
||||
+30
-15
@@ -91,12 +91,16 @@
|
||||
</controls>
|
||||
</pages>
|
||||
<httpModules>
|
||||
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" /><add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" /><add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" /></httpModules>
|
||||
<sessionState mode="Custom" customProvider="MySessionStateStore">
|
||||
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" />
|
||||
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" />
|
||||
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" />
|
||||
</httpModules>
|
||||
<sessionState mode="Custom" customProvider="MySessionStateStore">
|
||||
<providers>
|
||||
<add name="MySessionStateStore" type="Microsoft.Web.Redis.RedisSessionStateProvider" host="localhost" accessKey="localhost" ssl="false" applicationName="B2BC" databaseId="5" />
|
||||
</providers>
|
||||
</sessionState></system.web>
|
||||
</sessionState>
|
||||
</system.web>
|
||||
<runtime>
|
||||
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
||||
<dependentAssembly>
|
||||
@@ -147,20 +151,31 @@
|
||||
<requestLimits maxAllowedContentLength="1073741824" />
|
||||
</requestFiltering>
|
||||
</security>
|
||||
<staticContent>
|
||||
<remove fileExtension=".woff"/>
|
||||
<mimeMap fileExtension=".woff" mimeType="application/x-font-woff"/>
|
||||
<remove fileExtension=".woff2"/>
|
||||
<mimeMap fileExtension=".woff2" mimeType="application/x-font-woff"/>
|
||||
<remove fileExtension=".svg"/>
|
||||
<mimeMap fileExtension=".svg" mimeType="image/svg+xml"/>
|
||||
</staticContent>
|
||||
<validation validateIntegratedModeConfiguration="false" />
|
||||
<modules>
|
||||
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" preCondition="managedHandler" /><add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" preCondition="managedHandler" /><add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" preCondition="managedHandler" />
|
||||
<remove name="Session" />
|
||||
<add name="Session" type="Microsoft.AspNet.SessionState.SessionStateModuleAsync, Microsoft.AspNet.SessionState.SessionStateModule, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode" />
|
||||
<add name="ErrorLog" type="Elmah.ErrorLogModule, Elmah" preCondition="managedHandler" />
|
||||
<add name="ErrorMail" type="Elmah.ErrorMailModule, Elmah" preCondition="managedHandler" />
|
||||
<add name="ErrorFilter" type="Elmah.ErrorFilterModule, Elmah" preCondition="managedHandler" />
|
||||
<remove name="Session" />
|
||||
<add name="Session" type="Microsoft.AspNet.SessionState.SessionStateModuleAsync, Microsoft.AspNet.SessionState.SessionStateModule, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" preCondition="integratedMode" />
|
||||
</modules>
|
||||
</system.webServer>
|
||||
<elmah>
|
||||
<elmah>
|
||||
<!--
|
||||
See http://code.google.com/p/elmah/wiki/SecuringErrorLogPages for
|
||||
more information on remote access and securing ELMAH.
|
||||
-->
|
||||
<security allowRemoteAccess="false" />
|
||||
</elmah><location path="elmah.axd" inheritInChildApplications="false">
|
||||
</elmah>
|
||||
<location path="elmah.axd" inheritInChildApplications="false">
|
||||
<system.web>
|
||||
<httpHandlers>
|
||||
<add verb="POST,GET,HEAD" path="elmah.axd" type="Elmah.ErrorLogPageFactory, Elmah" />
|
||||
@@ -173,7 +188,7 @@
|
||||
<allow roles="admin" />
|
||||
<deny users="*" />
|
||||
</authorization>
|
||||
-->
|
||||
-->
|
||||
</system.web>
|
||||
<system.webServer>
|
||||
<handlers>
|
||||
@@ -181,10 +196,10 @@
|
||||
</handlers>
|
||||
</system.webServer>
|
||||
</location>
|
||||
<system.codedom>
|
||||
<compilers>
|
||||
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" />
|
||||
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" />
|
||||
</compilers>
|
||||
</system.codedom>
|
||||
<system.codedom>
|
||||
<compilers>
|
||||
<compiler language="c#;cs;csharp" extension=".cs" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:1659;1699;1701" />
|
||||
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb" type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" warningLevel="4" compilerOptions="/langversion:default /nowarn:41008 /define:_MYTYPE=\"Web\" /optionInfer+" />
|
||||
</compilers>
|
||||
</system.codedom>
|
||||
</configuration>
|
||||
@@ -7,7 +7,7 @@
|
||||
<div class="icona px-1 small">
|
||||
<i class="fas fa-tachometer-alt text-default"></i>
|
||||
</div>
|
||||
<div class="px-2 text-left">
|
||||
<div class="px-2 text-left text-nowrap">
|
||||
<div class="text-secondary">
|
||||
<b>Dashboard</b> amministratore
|
||||
</div>
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
<div class="icona px-1 small">
|
||||
<i class="fas fa-tachometer-alt text-default"></i>
|
||||
</div>
|
||||
<div class="px-2 text-left">
|
||||
<div class="px-2 text-left text-nowrap">
|
||||
<div class="text-secondary">
|
||||
<b>Dashboard</b> fornitore
|
||||
</div>
|
||||
|
||||
@@ -1,13 +1,13 @@
|
||||
<%@ Control Language="C#" AutoEventWireup="true" CodeBehind="mod_statusRowPBO.ascx.cs" Inherits="PUB.WebUserContols.mod_statusRowPBO" %>
|
||||
|
||||
<div class="row bg-secondary pt-1 m-0 status-row-text">
|
||||
<div class="row bg-secondary pt-1 m-0 status-row-text fontCond">
|
||||
<div class="col p-1" runat="server" id="divDash">
|
||||
<asp:HyperLink runat="server" ID="HyperLink1" NavigateUrl="~/PBO/MyDashboard" CssClass="btn btn-light text-default btn-block p-1">
|
||||
<div class="d-flex align-items-left">
|
||||
<div class="icona px-1 small">
|
||||
<i class="fas fa-tachometer-alt text-default"></i>
|
||||
</div>
|
||||
<div class="px-2 text-left">
|
||||
<div class="px-2 text-left text-nowrap">
|
||||
<div class="text-secondary">
|
||||
<b>Dashboard</b> BackOffice
|
||||
</div>
|
||||
@@ -100,9 +100,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:HyperLink>
|
||||
</div>
|
||||
<div class="col p-1" runat="server" id="divPrev" visible='<%# (bool)(titolo=="MyDashboard") %>'>
|
||||
</asp:HyperLink></div><div class="col p-1" runat="server" id="divPrev" visible='<%# (bool)(titolo=="MyDashboard") %>'>
|
||||
<asp:HyperLink runat="server" ID="hlAnagrafiche" NavigateUrl="~/PBO/Preventivi" CssClass="btn btn-light text-info btn-block p-1">
|
||||
<div class="d-flex align-items-left">
|
||||
<div class="icona px-1 small">
|
||||
@@ -117,9 +115,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:HyperLink>
|
||||
</div>
|
||||
<div class="col p-1" runat="server" id="divInterv" visible='<%# (bool)(titolo=="MyDashboard") %>'>
|
||||
</asp:HyperLink></div><div class="col p-1" runat="server" id="divInterv" visible='<%# (bool)(titolo=="MyDashboard") %>'>
|
||||
<asp:HyperLink runat="server" ID="hlAziende" NavigateUrl="~/PBO/Interventi" CssClass="btn btn-light text-warning btn-block p-1">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="icona px-1 small">
|
||||
@@ -133,9 +129,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:HyperLink>
|
||||
</div>
|
||||
<div class="col p-1" runat="server" id="divSospese" visible='<%# (bool)(titolo=="MyDashboard") %>'>
|
||||
</asp:HyperLink></div><div class="col p-1" runat="server" id="divSospese" visible='<%# (bool)(titolo=="MyDashboard") %>'>
|
||||
<asp:HyperLink runat="server" ID="HyperLink5" NavigateUrl="~/PBO/Sospesi" CssClass="btn btn-light text-danger btn-block p-1">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="icona px-1 small">
|
||||
@@ -149,9 +143,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:HyperLink>
|
||||
</div>
|
||||
<div class="col p-1" runat="server" id="divChiusi" visible='<%# (bool)(titolo=="MyDashboard") %>'>
|
||||
</asp:HyperLink></div><div class="col p-1" runat="server" id="divChiusi" visible='<%# (bool)(titolo=="MyDashboard") %>'>
|
||||
<asp:HyperLink runat="server" ID="hlInterventi" NavigateUrl="~/PBO/Conclusi" CssClass="btn btn-light text-success btn-block p-1">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="icona px-1 small">
|
||||
@@ -165,9 +157,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:HyperLink>
|
||||
</div>
|
||||
<div class="col p-1" runat="server" id="divFatt" visible='<%# (bool)(titolo=="MyDashboard") %>'>
|
||||
</asp:HyperLink></div><div class="col p-1" runat="server" id="divFatt" visible='<%# (bool)(titolo=="MyDashboard") %>'>
|
||||
<asp:HyperLink runat="server" ID="HyperLink7" NavigateUrl="~/PBO/ER_Fatture" CssClass="btn btn-light text-success btn-block p-1">
|
||||
<div class="d-flex align-items-center">
|
||||
<div class="icona px-1 small">
|
||||
@@ -182,11 +172,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</asp:HyperLink>
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
</asp:Repeater>
|
||||
<asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="Data.DS_appTableAdapters.PAM_DashStatsTableAdapter">
|
||||
</asp:HyperLink></div></ItemTemplate></asp:Repeater><asp:ObjectDataSource ID="ods" runat="server" OldValuesParameterFormatString="original_{0}" SelectMethod="GetData" TypeName="Data.DS_appTableAdapters.PAM_DashStatsTableAdapter">
|
||||
<SelectParameters>
|
||||
<asp:SessionParameter DefaultValue="1" Name="idxAmm" SessionField="idxAmm" Type="Int32" />
|
||||
<asp:SessionParameter DefaultValue="" Name="gruppo" SessionField="currGroup" Type="String" />
|
||||
|
||||
@@ -2,5 +2,9 @@
|
||||
{
|
||||
"outputFile": "Content/Site.css",
|
||||
"inputFile": "Content/Site.less"
|
||||
},
|
||||
{
|
||||
"outputFile": "Content/fonts.css",
|
||||
"inputFile": "Content/fonts.less"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user