fine fix accettazione, ora passoa nuovo utente ed edit utente...
This commit is contained in:
Binary file not shown.
@@ -162,7 +162,7 @@
|
||||
</site>
|
||||
<site name="ScheMe" id="2">
|
||||
<application path="/" applicationPool="Clr4IntegratedAppPool">
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele.steamw\Documents\VisualStudioProject\ScheMe\ScheMe-SP" />
|
||||
<virtualDirectory path="/" physicalPath="C:\Users\samuele.steamw\Documents\Visual Studio 2017\Projects\ScheMe\ScheMe-SP" />
|
||||
</application>
|
||||
<bindings>
|
||||
<binding protocol="http" bindingInformation="*:64430:localhost" />
|
||||
|
||||
+2
-2
@@ -1,7 +1,7 @@
|
||||
|
||||
Microsoft Visual Studio Solution File, Format Version 12.00
|
||||
# Visual Studio 15
|
||||
VisualStudioVersion = 15.0.26730.10
|
||||
VisualStudioVersion = 15.0.26730.12
|
||||
MinimumVisualStudioVersion = 10.0.40219.1
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScheMe-SP", "ScheMe-SP\ScheMe-SP.csproj", "{CA8C6074-8561-47E1-86C7-E941AAFB2CDC}"
|
||||
EndProject
|
||||
@@ -9,7 +9,7 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScheMe_Data", "ScheMe_Data\
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SteamWare", "..\Steamware\SteamWareLib\SteamWare.csproj", "{2872DCFE-8B46-43B2-BAA0-842A816A2DD5}"
|
||||
EndProject
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersGen", "..\..\Visual Studio 2017\Projects\ScheMe\VersGen\VersGen.csproj", "{7C587950-A570-489C-9784-27256384E57E}"
|
||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "VersGen", "VersGen\VersGen.csproj", "{7C587950-A570-489C-9784-27256384E57E}"
|
||||
EndProject
|
||||
Global
|
||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" runat="server">
|
||||
<div class="panel panel-default">
|
||||
<div class="panel-heading">
|
||||
<div class="row" style="margin-bottom:0.5em;">
|
||||
<div class="row" style="margin-bottom: 0.5em;">
|
||||
<div class="col-xs-6">
|
||||
<asp:DropDownList CssClass="form-control" runat="server" ID="ddlFiltUno" DataSourceID="odsFiltUno" DataTextField="label" DataValueField="value" AutoPostBack="True" OnSelectedIndexChanged="ddlFiltUno_SelectedIndexChanged">
|
||||
</asp:DropDownList>
|
||||
@@ -53,7 +53,7 @@
|
||||
<ItemTemplate>
|
||||
<div style="white-space: nowrap;">
|
||||
<asp:LinkButton CssClass="btn btn-default btn-circle" ID="LinkButton1" data-icon="star" runat="server" CausesValidation="False" CommandArgument="select" CommandName="Select"><i class="fa fa-user fa-lg" aria-hidden="true"></i></asp:LinkButton>
|
||||
<asp:LinkButton ID="LinkButton2" CssClass="btn btn-default btn-circle" runat="server" CausesValidation="False" CommandArgument="edit" CommandName="Select"><i class="fa fa-pencil fa-lg" aria-hidden="true"></i></asp:LinkButton>
|
||||
<%--<asp:LinkButton ID="LinkButton2" CssClass="btn btn-default btn-circle" runat="server" CausesValidation="False" CommandArgument="edit" CommandName="Select"><i class="fa fa-pencil fa-lg" aria-hidden="true"></i></asp:LinkButton>--%>
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
@@ -67,7 +67,6 @@
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
|
||||
<asp:TemplateField HeaderText="Eta" SortExpression="Eta">
|
||||
<ItemTemplate>
|
||||
<asp:Label ID="lblEta" runat="server" Text='<%# Eval("Eta","{0:N2}") %>' />
|
||||
@@ -84,10 +83,6 @@
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<%--<asp:TemplateField HeaderText="Nato a" SortExpression="LuogoNascita" ItemStyle-HorizontalAlign="Left" HeaderStyle-HorizontalAlign="Left">
|
||||
<ItemTemplate>
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>--%>
|
||||
<asp:TemplateField HeaderText="Nato" SortExpression="DataNasc" ItemStyle-HorizontalAlign="Left" HeaderStyle-HorizontalAlign="Left">
|
||||
<ItemTemplate>
|
||||
<div style="font-size: 0.8em;">
|
||||
@@ -114,8 +109,12 @@
|
||||
</div>
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center" HeaderStyle-HorizontalAlign="Center">
|
||||
<ItemTemplate>
|
||||
<asp:LinkButton ID="LinkButton2" CssClass="btn btn-default btn-circle" runat="server" CausesValidation="False" CommandArgument="edit" CommandName="Select"><i class="fa fa-pencil fa-lg" aria-hidden="true"></i></asp:LinkButton>
|
||||
</ItemTemplate>
|
||||
</asp:TemplateField>
|
||||
</Columns>
|
||||
|
||||
</asp:GridView>
|
||||
<asp:ObjectDataSource ID="ods" runat="server" SelectMethod="getByGruppoFiltri" TypeName="ScheMe_Data.DS_ApplicazioneTableAdapters.AnagPazientiTableAdapter" FilterExpression="Cognome LIKE '%{0}%' OR Nome LIKE '%{0}%' OR CodF LIKE '%{0}%' OR Indirizzo LIKE '%{0}%' OR LuogoNascita LIKE '%{0}%' OR RecTel LIKE '%{0}%' OR Medico LIKE '%{0}%' OR Note LIKE '%{0}%' ">
|
||||
<SelectParameters>
|
||||
|
||||
+119
-118
@@ -9,124 +9,125 @@ using ScheMe_Data;
|
||||
|
||||
namespace ScheMe
|
||||
{
|
||||
public partial class Accettazione : SteamWare.UserPage
|
||||
public partial class Accettazione : SteamWare.UserPage
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
protected void Page_Load(object sender, EventArgs e)
|
||||
{
|
||||
if (!Page.IsPostBack)
|
||||
{
|
||||
memLayer.ML.emptySessionVal("Paziente");
|
||||
hfMainLblCond.Value = memLayer.ML.cdv("BaseLabel");
|
||||
ddlFiltDue.Enabled = false;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// ultimo comando letto da link button
|
||||
/// </summary>
|
||||
public string lastCmd { get; set; }
|
||||
protected string selFiltroUno
|
||||
{
|
||||
get
|
||||
{
|
||||
return ddlFiltUno.SelectedValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
ddlFiltUno.SelectedValue = value;
|
||||
}
|
||||
}
|
||||
protected string selFiltroDue
|
||||
{
|
||||
get
|
||||
{
|
||||
return ddlFiltDue.SelectedValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
ddlFiltDue.SelectedValue = value;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// gestione evento novo record
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnNew_Click(object sender, EventArgs e)
|
||||
{
|
||||
// richiamo pagina di edit senza parametri x metodo NEW
|
||||
Response.Redirect(string.Format("AccettazioneEdit?selFiltUno={0}&selFiltDue={1}", selFiltroUno, selFiltroDue));
|
||||
}
|
||||
/// <summary>
|
||||
/// evento selezione paziente...
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void grView_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
// recupero dati paziente...
|
||||
int IdxPaziente = 0;
|
||||
try
|
||||
{
|
||||
IdxPaziente = Convert.ToInt32(grView.SelectedDataKey["IdxPaziente"]);
|
||||
memLayer.ML.setSessionVal("IdxPaziente", IdxPaziente);
|
||||
DS_Applicazione.AnagPazientiRow riga = DtProxy.man.taAP.getByKey(IdxPaziente)[0];
|
||||
memLayer.ML.setSessionVal("Paziente", string.Format("{0} {1} ({2:dd/MM/yyyy})", riga.Cognome, riga.Nome, riga.DataNasc));
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
if (lastCmd == "edit")
|
||||
{
|
||||
// richiamo pagina con edit del record richiesto, compreso suoi filtri...
|
||||
Response.Redirect(string.Format("AccettazioneEdit?IdxPaziente={0}&selFiltUno={1}&selFiltDue={2}", IdxPaziente, selFiltroUno, selFiltroDue));
|
||||
//Response.Redirect(string.Format("AccettazioneEdit?IdxPaziente={0}", grView.SelectedDataKey["IdxPaziente"]));
|
||||
}
|
||||
}
|
||||
|
||||
protected void grView_RowCommand(object sender, GridViewCommandEventArgs e)
|
||||
{
|
||||
// salvo il command argument...
|
||||
lastCmd = e.CommandArgument.ToString();
|
||||
}
|
||||
/// <summary>
|
||||
/// trimma una stringa alla lunghezza richiesta...
|
||||
/// </summary>
|
||||
/// <param name="stringa"></param>
|
||||
/// <param name="maxChar"></param>
|
||||
/// <returns></returns>
|
||||
public string stringTrim(object _stringa, object _maxChar)
|
||||
{
|
||||
string answ = "";
|
||||
try
|
||||
{
|
||||
answ = _stringa.ToString();
|
||||
if (answ.Length > Convert.ToInt32(_maxChar))
|
||||
{
|
||||
answ = answ.Substring(0, Convert.ToInt32(_maxChar)) + "[...]";
|
||||
}
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
return answ;
|
||||
}
|
||||
|
||||
protected void ddlFiltUno_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
// aggiorna seconda DDL DUE --SE valore !="*"
|
||||
ddlFiltDue.Enabled = (ddlFiltUno.SelectedValue != "*");
|
||||
ddlFiltDue.DataBind();
|
||||
updateElencoPazienti();
|
||||
}
|
||||
/// <summary>
|
||||
/// Aggiornamento elenco pazienti
|
||||
/// </summary>
|
||||
private void updateElencoPazienti()
|
||||
{
|
||||
grView.DataBind();
|
||||
}
|
||||
|
||||
protected void ddlFiltDue_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
updateElencoPazienti();
|
||||
}
|
||||
if (!Page.IsPostBack)
|
||||
{
|
||||
memLayer.ML.emptySessionVal("Paziente");
|
||||
hfMainLblCond.Value = memLayer.ML.cdv("BaseLabel");
|
||||
ddlFiltDue.Enabled = false;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// ultimo comando letto da link button
|
||||
/// </summary>
|
||||
public string lastCmd { get; set; }
|
||||
protected string selFiltroUno
|
||||
{
|
||||
get
|
||||
{
|
||||
return ddlFiltUno.SelectedValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
ddlFiltUno.SelectedValue = value;
|
||||
}
|
||||
}
|
||||
protected string selFiltroDue
|
||||
{
|
||||
get
|
||||
{
|
||||
return ddlFiltDue.SelectedValue;
|
||||
}
|
||||
set
|
||||
{
|
||||
ddlFiltDue.SelectedValue = value;
|
||||
}
|
||||
}
|
||||
/// <summary>
|
||||
/// gestione evento novo record
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void btnNew_Click(object sender, EventArgs e)
|
||||
{
|
||||
// richiamo pagina di edit senza parametri x metodo NEW
|
||||
Response.Redirect(string.Format("AccettazioneEdit?selFiltUno={0}&selFiltDue={1}", selFiltroUno, selFiltroDue));
|
||||
}
|
||||
/// <summary>
|
||||
/// evento selezione paziente...
|
||||
/// </summary>
|
||||
/// <param name="sender"></param>
|
||||
/// <param name="e"></param>
|
||||
protected void grView_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
// recupero dati paziente...
|
||||
int IdxPaziente = 0;
|
||||
try
|
||||
{
|
||||
IdxPaziente = Convert.ToInt32(grView.SelectedDataKey["IdxPaziente"]);
|
||||
memLayer.ML.setSessionVal("IdxPaziente", IdxPaziente);
|
||||
DS_Applicazione.AnagPazientiRow riga = DtProxy.man.taAP.getByKey(IdxPaziente)[0];
|
||||
memLayer.ML.setSessionVal("Paziente", string.Format("{0} {1} ({2:dd/MM/yyyy})", riga.Cognome, riga.Nome, riga.DataNasc));
|
||||
((Bootstrap)Page.Master).doUpdate();
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
if (lastCmd == "edit")
|
||||
{
|
||||
// richiamo pagina con edit del record richiesto, compreso suoi filtri...
|
||||
Response.Redirect(string.Format("AccettazioneEdit?IdxPaziente={0}&selFiltUno={1}&selFiltDue={2}", IdxPaziente, selFiltroUno, selFiltroDue));
|
||||
//Response.Redirect(string.Format("AccettazioneEdit?IdxPaziente={0}", grView.SelectedDataKey["IdxPaziente"]));
|
||||
}
|
||||
}
|
||||
|
||||
protected void grView_RowCommand(object sender, GridViewCommandEventArgs e)
|
||||
{
|
||||
// salvo il command argument...
|
||||
lastCmd = e.CommandArgument.ToString();
|
||||
}
|
||||
/// <summary>
|
||||
/// trimma una stringa alla lunghezza richiesta...
|
||||
/// </summary>
|
||||
/// <param name="stringa"></param>
|
||||
/// <param name="maxChar"></param>
|
||||
/// <returns></returns>
|
||||
public string stringTrim(object _stringa, object _maxChar)
|
||||
{
|
||||
string answ = "";
|
||||
try
|
||||
{
|
||||
answ = _stringa.ToString();
|
||||
if (answ.Length > Convert.ToInt32(_maxChar))
|
||||
{
|
||||
answ = answ.Substring(0, Convert.ToInt32(_maxChar)) + "[...]";
|
||||
}
|
||||
}
|
||||
catch
|
||||
{ }
|
||||
return answ;
|
||||
}
|
||||
|
||||
protected void ddlFiltUno_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
// aggiorna seconda DDL DUE --SE valore !="*"
|
||||
ddlFiltDue.Enabled = (ddlFiltUno.SelectedValue != "*");
|
||||
ddlFiltDue.DataBind();
|
||||
updateElencoPazienti();
|
||||
}
|
||||
/// <summary>
|
||||
/// Aggiornamento elenco pazienti
|
||||
/// </summary>
|
||||
private void updateElencoPazienti()
|
||||
{
|
||||
grView.DataBind();
|
||||
}
|
||||
|
||||
protected void ddlFiltDue_SelectedIndexChanged(object sender, EventArgs e)
|
||||
{
|
||||
updateElencoPazienti();
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -49,12 +49,16 @@
|
||||
</Scripts>
|
||||
</asp:ScriptManager>
|
||||
<div id="textWrapper">
|
||||
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
||||
<div class="container-fluid">
|
||||
<uc1:mod_top runat="server" ID="mod_top" />
|
||||
</div>
|
||||
</div>
|
||||
<div style="min-height: 4.5em;"></div>
|
||||
<asp:UpdatePanel ID="upHead" runat="server">
|
||||
<ContentTemplate>
|
||||
<div class="navbar navbar-inverse navbar-fixed-top" role="navigation">
|
||||
<div class="container-fluid">
|
||||
<uc1:mod_top runat="server" ID="mod_top" />
|
||||
</div>
|
||||
</div>
|
||||
<div style="min-height: 4.5em;"></div>
|
||||
</ContentTemplate>
|
||||
</asp:UpdatePanel>
|
||||
<div class="container-fluid body-content">
|
||||
<asp:UpdatePanel runat="server" ID="upnContent">
|
||||
<ContentTemplate>
|
||||
@@ -62,15 +66,14 @@
|
||||
</asp:ContentPlaceHolder>
|
||||
</ContentTemplate>
|
||||
</asp:UpdatePanel>
|
||||
|
||||
<asp:UpdatePanel ID="uppFooter" runat="server">
|
||||
<ContentTemplate>
|
||||
<footer>
|
||||
<div class="navbar navbar-inverse navbar-fixed-bottom" role="navigation" style="min-height: 2em;">
|
||||
<div class="navbar navbar-inverse navbar-fixed-bottom" role="navigation" style="min-height: 2em; padding-top: 0.4em;">
|
||||
<div class="container-fluid" style="line-height: 1.5em;">
|
||||
<uc1:mod_bottom runat="server" ID="mod_bottom" />
|
||||
</div>
|
||||
<div class="container-fluid">
|
||||
<div class="container-fluid" style="font-size: 0.7em;">
|
||||
<p class="navbar-text navbar-left" style="margin-bottom: 0px; margin-top: 0px; margin-left: 0px;">
|
||||
<b><%: SteamWare.memLayer.ML.CRS("CodModulo") %></b>
|
||||
<asp:Label runat="server" ID="lblVers" />
|
||||
|
||||
@@ -16,5 +16,10 @@ namespace ScheMe
|
||||
lblVers.Text = string.Format("v.{0}", System.Reflection.Assembly.GetExecutingAssembly().GetName().Version);
|
||||
}
|
||||
}
|
||||
|
||||
public void doUpdate()
|
||||
{
|
||||
upHead.Update();
|
||||
}
|
||||
}
|
||||
}
|
||||
Generated
+9
@@ -48,6 +48,15 @@ namespace ScheMe {
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.HtmlControls.HtmlForm form1;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo upHead.
|
||||
/// </summary>
|
||||
/// <remarks>
|
||||
/// Campo generato automaticamente.
|
||||
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
|
||||
/// </remarks>
|
||||
protected global::System.Web.UI.UpdatePanel upHead;
|
||||
|
||||
/// <summary>
|
||||
/// Controllo mod_top.
|
||||
/// </summary>
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
.uppercase {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
/*buttons big*/
|
||||
.bigBtn {
|
||||
min-height: 2.2em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
/* punteggi colore */
|
||||
.VVF-CL-01 {
|
||||
color: #006600;
|
||||
@@ -136,7 +141,7 @@
|
||||
.selectedRowStyle {
|
||||
background-color: #F1CCC1;
|
||||
font-weight: bold;
|
||||
Color: #333333;
|
||||
Color: #FF6633;
|
||||
}
|
||||
.alternatingRowStyle {
|
||||
background-color: white;
|
||||
|
||||
@@ -7,13 +7,19 @@
|
||||
@headerCol: black;
|
||||
|
||||
@testoScuro: #333;
|
||||
|
||||
@testoChiaro: #EFEFEF;
|
||||
|
||||
/*modifiche font e stile*/
|
||||
.uppercase {
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
/*buttons big*/
|
||||
.bigBtn {
|
||||
min-height: 2.2em;
|
||||
font-size: 1.2em;
|
||||
}
|
||||
|
||||
/* punteggi colore */
|
||||
.VVF-CL-01 {
|
||||
color: #006600;
|
||||
@@ -120,6 +126,7 @@
|
||||
line-height: 1.6; /*1.428571429*/
|
||||
border-radius: 1em; /*15px*/
|
||||
}
|
||||
|
||||
.btn-circle.btn-lg {
|
||||
width: 3.5em; /*50px*/
|
||||
height: 3.5em; /*50px*/
|
||||
@@ -128,6 +135,7 @@
|
||||
line-height: 1.5; /*1.33*/
|
||||
border-radius: 1.8em; /*25px*/
|
||||
}
|
||||
|
||||
.btn-circle.btn-xl {
|
||||
width: 5em; /*70px*/
|
||||
height: 5em; /*70px*/
|
||||
@@ -154,7 +162,7 @@
|
||||
.selectedRowStyle {
|
||||
background-color: #F1CCC1;
|
||||
font-weight: bold;
|
||||
Color: #333333;
|
||||
Color: #FF6633;
|
||||
}
|
||||
|
||||
.alternatingRowStyle {
|
||||
|
||||
Vendored
+1
-1
@@ -1 +1 @@
|
||||
.uppercase{text-transform:uppercase}.VVF-CL-01{color:#060;background-color:#fff}.VVF-CL-02{color:#ff3;background-color:#22f}.VVF-CL-03{color:#ff3;background-color:#181}.VVF-CL-04{background-color:#ff1}.VVF-CL-05{color:#ff3;background-color:#e62}.VVF-CL-06{color:#ff1;background-color:#ff0c0c}.baseRow{background-color:#fbf3ef}.altRow{background-color:#fff}.editRow{background-color:#cf6124}.selectedRow{background-color:#f1ccc1;font-weight:600;color:#333}.headerRow{background-color:#000;font-weight:600;color:#fff}.headerHighlight{background-color:#ff7c50;font-weight:600;color:#fff}.footerRow{background-color:#ff7c50;font-weight:600;color:#fff}.pagerRow{background-color:#cf6124;color:#fff;text-align:center;margin:auto}.text-center{text-align:center;margin:auto}.tStrong{font-weight:bold;font-size:1.3em}.flRight{float:right}.errore{color:#f00}.headLine{background-color:#f83;color:#fff}.btn-circle{width:2.2em;height:2.2em;text-align:center;padding:.3em 0;font-size:1em;line-height:1.6;border-radius:1em}.btn-circle.btn-lg{width:3.5em;height:3.5em;padding:.6em 1em;font-size:1.5em;line-height:1.5;border-radius:1.8em}.btn-circle.btn-xl{width:5em;height:5em;padding:.6em 1em;font-size:2em;line-height:1.5;border-radius:3em}.RowStyle{background-color:#fbf3ef;text-align:left}.rowStyle{background-color:#fbf3ef}.editRowStyle{background-color:#cf6124}.selectedRowStyle{background-color:#f1ccc1;font-weight:bold;Color:#333}.alternatingRowStyle{background-color:#fff}.footerRowStyle{background-color:#ff7c50;font-weight:bold;color:#fff}.headerRowStyle{background-color:#ff7c50;font-weight:bold;color:#fff}.stortAscCellStyle{background-color:#f5f7fb}.stortAscHeadStyle{background-color:#6d95e1}.stortDescCellStyle{background-color:#e9ebef}.stortDescHeadStyle{background-color:#4870be}.GridPager{background-color:#ff7c50}.GridPager a,.GridPager span{display:block;height:2em;width:2em;text-align:center;vertical-align:baseline;text-decoration:none;background-color:#cf6124}.GridPager a{background-color:#f5f5f5;color:#969696}.GridPager span{background-color:#f2dca1;color:#000;font-weight:bold}.imgNoPad{margin-top:-3px;margin-bottom:-7px}@media all and (min-width:768px){#textWrapper{font-size:1em}#headData{margin-top:0}}@media all and (min-width:1024px){#textWrapper{font-size:1.2em}#headData{margin-top:0}}@media all and (min-width:1440px){#textWrapper{font-size:1.4em}#headData{margin-top:0}}@media all and (min-width:1600px){#textWrapper{font-size:1.6em}#headData{margin-top:0}}@media all and (min-width:1900px){#textWrapper{font-size:1.8em}#headData{margin-top:0}}@media all and (min-width:2200px){#textWrapper{font-size:2em}#headData{margin-top:0}}@media all and (max-width:767px){#textWrapper{font-size:.8em}#headData{margin-top:6px}}@media all and (max-width:480px){#textWrapper{font-size:.6em}#headData{margin-top:14px}}@media all and (max-width:320px){#textWrapper{font-size:.5em}#headData{margin-top:18px}}
|
||||
.uppercase{text-transform:uppercase}.bigBtn{min-height:2.2em;font-size:1.2em}.VVF-CL-01{color:#060;background-color:#fff}.VVF-CL-02{color:#ff3;background-color:#22f}.VVF-CL-03{color:#ff3;background-color:#181}.VVF-CL-04{background-color:#ff1}.VVF-CL-05{color:#ff3;background-color:#e62}.VVF-CL-06{color:#ff1;background-color:#ff0c0c}.baseRow{background-color:#fbf3ef}.altRow{background-color:#fff}.editRow{background-color:#cf6124}.selectedRow{background-color:#f1ccc1;font-weight:600;color:#333}.headerRow{background-color:#000;font-weight:600;color:#fff}.headerHighlight{background-color:#ff7c50;font-weight:600;color:#fff}.footerRow{background-color:#ff7c50;font-weight:600;color:#fff}.pagerRow{background-color:#cf6124;color:#fff;text-align:center;margin:auto}.text-center{text-align:center;margin:auto}.tStrong{font-weight:bold;font-size:1.3em}.flRight{float:right}.errore{color:#f00}.headLine{background-color:#f83;color:#fff}.btn-circle{width:2.2em;height:2.2em;text-align:center;padding:.3em 0;font-size:1em;line-height:1.6;border-radius:1em}.btn-circle.btn-lg{width:3.5em;height:3.5em;padding:.6em 1em;font-size:1.5em;line-height:1.5;border-radius:1.8em}.btn-circle.btn-xl{width:5em;height:5em;padding:.6em 1em;font-size:2em;line-height:1.5;border-radius:3em}.RowStyle{background-color:#fbf3ef;text-align:left}.rowStyle{background-color:#fbf3ef}.editRowStyle{background-color:#cf6124}.selectedRowStyle{background-color:#f1ccc1;font-weight:bold;Color:#f63}.alternatingRowStyle{background-color:#fff}.footerRowStyle{background-color:#ff7c50;font-weight:bold;color:#fff}.headerRowStyle{background-color:#ff7c50;font-weight:bold;color:#fff}.stortAscCellStyle{background-color:#f5f7fb}.stortAscHeadStyle{background-color:#6d95e1}.stortDescCellStyle{background-color:#e9ebef}.stortDescHeadStyle{background-color:#4870be}.GridPager{background-color:#ff7c50}.GridPager a,.GridPager span{display:block;height:2em;width:2em;text-align:center;vertical-align:baseline;text-decoration:none;background-color:#cf6124}.GridPager a{background-color:#f5f5f5;color:#969696}.GridPager span{background-color:#f2dca1;color:#000;font-weight:bold}.imgNoPad{margin-top:-3px;margin-bottom:-7px}@media all and (min-width:768px){#textWrapper{font-size:1em}#headData{margin-top:0}}@media all and (min-width:1024px){#textWrapper{font-size:1.2em}#headData{margin-top:0}}@media all and (min-width:1440px){#textWrapper{font-size:1.4em}#headData{margin-top:0}}@media all and (min-width:1600px){#textWrapper{font-size:1.6em}#headData{margin-top:0}}@media all and (min-width:1900px){#textWrapper{font-size:1.8em}#headData{margin-top:0}}@media all and (min-width:2200px){#textWrapper{font-size:2em}#headData{margin-top:0}}@media all and (max-width:767px){#textWrapper{font-size:.8em}#headData{margin-top:6px}}@media all and (max-width:480px){#textWrapper{font-size:.6em}#headData{margin-top:14px}}@media all and (max-width:320px){#textWrapper{font-size:.5em}#headData{margin-top:18px}}
|
||||
@@ -72,8 +72,8 @@
|
||||
-->
|
||||
<system.web>
|
||||
<httpHandlers>
|
||||
<!--<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" validate="false" />-->
|
||||
<!--<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" validate="false" />-->
|
||||
<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
|
||||
validate="false" />
|
||||
</httpHandlers>
|
||||
<compilation debug="true" targetFramework="4.6.2">
|
||||
<buildProviders>
|
||||
|
||||
@@ -3,12 +3,12 @@
|
||||
|
||||
<div class="row" id="divFooterMenu" runat="server">
|
||||
<div class="col-xs-4 text-center">
|
||||
<a href="Accettazione" class='btn form-control <%: liClass("Accettazione") %>'><i class="fa fa-users fa-lg" aria-hidden="true"></i> Accettazione</a>
|
||||
<a href="Accettazione" class='btn bigBtn form-control <%: liClass("Accettazione") %>'><i class="fa fa-users fa-lg" aria-hidden="true"></i> Accettazione</a>
|
||||
</div>
|
||||
<div class="col-xs-4 text-center">
|
||||
<a href="Visite" class='btn form-control <%: liClass("Visite") %>'><i class="fa fa-stethoscope fa-lg" aria-hidden="true"></i> Visite</a>
|
||||
<a href="Visite" class='btn bigBtn form-control <%: liClass("Visite") %>'><i class="fa fa-stethoscope fa-lg" aria-hidden="true"></i> Visite</a>
|
||||
</div>
|
||||
<div class="col-xs-4 text-center">
|
||||
<a href="Attivita" class='btn form-control <%: liClass("Attivita") %>'><i class="fa fa-files-o fa-lg" aria-hidden="true"></i> Files</a>
|
||||
<a href="Attivita" class='btn bigBtn form-control <%: liClass("Attivita") %>'><i class="fa fa-files-o fa-lg" aria-hidden="true"></i> Files</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -3,15 +3,15 @@
|
||||
<asp:Timer ID="Timer1" runat="server"></asp:Timer>
|
||||
|
||||
<div class="row headerRow">
|
||||
<div class="col-xs-3">
|
||||
<a href="Default" class="btn form-control"><i class="fa fa-home fa-lg" aria-hidden="true"></i>
|
||||
<div class="col-xs-2">
|
||||
<a href="Default" class="btn btn-default"><i class="fa fa-home fa-lg" aria-hidden="true"></i>
|
||||
<asp:Label ID="lblVers" runat="server" Font-Bold="false" /></a>
|
||||
</div>
|
||||
<div class="col-xs-6 uppercase text-center" style="font-size: 1.8em;">
|
||||
<div class="col-xs-8 uppercase text-center" style="font-size: 1.5em;">
|
||||
<b>ScheMe - <%: titolo %></b>
|
||||
</div>
|
||||
<div class="col-xs-3">
|
||||
<a href="UserAdmin" class="btn form-control">User Admin <i class="fa fa-lock fa-lg" aria-hidden="true"></i></a>
|
||||
<div class="col-xs-2 text-right">
|
||||
<a href="UserAdmin" class="btn btn-default">User Admin <i class="fa fa-lock fa-lg" aria-hidden="true"></i></a>
|
||||
</div>
|
||||
</div>
|
||||
<div class="row headerHighlight">
|
||||
|
||||
@@ -72,8 +72,8 @@
|
||||
-->
|
||||
<system.web>
|
||||
<httpHandlers>
|
||||
<!--<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" validate="false" />-->
|
||||
<!--<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" validate="false" />-->
|
||||
<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
|
||||
validate="false" />
|
||||
</httpHandlers>
|
||||
<compilation debug="true" targetFramework="4.6.2">
|
||||
<buildProviders>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -72,8 +72,8 @@
|
||||
-->
|
||||
<system.web>
|
||||
<httpHandlers>
|
||||
<!--<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" validate="false" />-->
|
||||
<!--<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=12.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" validate="false" />-->
|
||||
<add path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=11.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91"
|
||||
validate="false" />
|
||||
</httpHandlers>
|
||||
<compilation debug="true" targetFramework="4.6.2">
|
||||
<buildProviders>
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user