razionalizzazione CSS grid

This commit is contained in:
Samuele E. Locatelli
2017-08-25 12:33:17 +02:00
parent d87e5f33e6
commit daca8bde8c
11 changed files with 316 additions and 210 deletions
Binary file not shown.
+110 -110
View File
@@ -3,120 +3,120 @@
<asp:Content ID="Content1" ContentPlaceHolderID="head" runat="server">
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" runat="server">
<div class="ui-grid-a">
<div class="ui-block-a">
<asp:DropDownList runat="server" ID="ddlFiltUno" DataSourceID="odsFiltUno" DataTextField="label" DataValueField="value" AutoPostBack="True" OnSelectedIndexChanged="ddlFiltUno_SelectedIndexChanged">
</asp:DropDownList>
<asp:ObjectDataSource runat="server" ID="odsFiltUno" OldValuesParameterFormatString="original_{0}" SelectMethod="getByConditio" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selLabelTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="hfMainLblCond" DefaultValue="*" Name="conditio" PropertyName="Value" Type="String" />
</SelectParameters>
</asp:ObjectDataSource>
<asp:HiddenField runat="server" ID="hfMainLblCond" />
</div>
<div class="ui-block-b">
<asp:DropDownList runat="server" ID="ddlFiltDue" DataSourceID="odsFiltDue" DataTextField="label" DataValueField="value" AutoPostBack="True" OnSelectedIndexChanged="ddlFiltDue_SelectedIndexChanged">
</asp:DropDownList>
<asp:ObjectDataSource runat="server" ID="odsFiltDue" OldValuesParameterFormatString="original_{0}" SelectMethod="getByConditio" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selLabelTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="ddlFiltUno" DefaultValue="*" Name="conditio" PropertyName="SelectedValue" Type="String" />
</SelectParameters>
</asp:ObjectDataSource>
</div>
<div class="ui-grid-a">
<div class="ui-block-a">
<asp:DropDownList runat="server" ID="ddlFiltUno" DataSourceID="odsFiltUno" DataTextField="label" DataValueField="value" AutoPostBack="True" OnSelectedIndexChanged="ddlFiltUno_SelectedIndexChanged">
</asp:DropDownList>
<asp:ObjectDataSource runat="server" ID="odsFiltUno" OldValuesParameterFormatString="original_{0}" SelectMethod="getByConditio" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selLabelTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="hfMainLblCond" DefaultValue="*" Name="conditio" PropertyName="Value" Type="String" />
</SelectParameters>
</asp:ObjectDataSource>
<asp:HiddenField runat="server" ID="hfMainLblCond" />
</div>
<div class="ui-grid-a" style="font-size: 0.8em;">
<asp:Button runat="server" ID="btnNew" Text="Nuovo" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus" OnClick="btnNew_Click" />
<asp:TextBox runat="server" type="search" name="password" ID="txtSearch" value="" placeholder="Ricerca Nominativo" AutoPostBack="true" />
<asp:GridView ID="grView" runat="server" DataSourceID="ods" AutoGenerateColumns="False" DataKeyNames="IdxPaziente" CellPadding="4" ForeColor="#333333" GridLines="None" Width="100%" AllowPaging="True" OnSelectedIndexChanged="grView_SelectedIndexChanged" OnRowCommand="grView_RowCommand" PageSize="20" AllowSorting="false">
<EditRowStyle BackColor="#CF6124" />
<FooterStyle BackColor="#FF7C50" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#FF7C50" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#CF6124" ForeColor="White" HorizontalAlign="Center" />
<RowStyle BackColor="#FBF3EF" HorizontalAlign="Left" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<SortedAscendingCellStyle BackColor="#F5F7FB" />
<SortedAscendingHeaderStyle BackColor="#6D95E1" />
<SortedDescendingCellStyle BackColor="#E9EBEF" />
<SortedDescendingHeaderStyle BackColor="#4870BE" />
<AlternatingRowStyle BackColor="White" />
<Columns>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center" HeaderStyle-HorizontalAlign="Center">
<ItemTemplate>
<div class="ui-nodisc-icon ui-alt-icon" style="white-space: nowrap;">
<asp:LinkButton CssClass="ui-btn ui-shadow ui-corner-all ui-icon-user ui-btn-icon-notext ui-btn-inline" ID="LinkButton1" data-icon="star" runat="server" CausesValidation="False" CommandArgument="select" CommandName="Select" Text="Sel"></asp:LinkButton>
<asp:LinkButton ID="LinkButton2" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-edit ui-btn-icon-notext ui-btn-inline" runat="server" CausesValidation="False" CommandArgument="edit" CommandName="Select" Text="Edit"></asp:LinkButton>
</div>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Cognome" SortExpression="Cognome" ItemStyle-HorizontalAlign="Left" HeaderStyle-HorizontalAlign="Left">
<ItemTemplate>
<div style="font-size: 0.9em;">
<b>
<asp:Label ID="lblCognome" runat="server" Text='<%# Eval("Cognome") %>' /></b>
<br />
<asp:Label ID="lblNome" runat="server" Text='<%# Eval("Nome") %>' />
</div>
</ItemTemplate>
</asp:TemplateField>
<div class="ui-block-b">
<asp:DropDownList runat="server" ID="ddlFiltDue" DataSourceID="odsFiltDue" DataTextField="label" DataValueField="value" AutoPostBack="True" OnSelectedIndexChanged="ddlFiltDue_SelectedIndexChanged">
</asp:DropDownList>
<asp:ObjectDataSource runat="server" ID="odsFiltDue" OldValuesParameterFormatString="original_{0}" SelectMethod="getByConditio" TypeName="ScheMe_Data.DS_UtilityTableAdapters.v_selLabelTableAdapter">
<SelectParameters>
<asp:ControlParameter ControlID="ddlFiltUno" DefaultValue="*" Name="conditio" PropertyName="SelectedValue" Type="String" />
</SelectParameters>
</asp:ObjectDataSource>
</div>
</div>
<div class="ui-grid-a" style="font-size: 0.8em;">
<asp:Button runat="server" ID="btnNew" Text="Nuovo" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-plus" OnClick="btnNew_Click" />
<asp:TextBox runat="server" type="search" name="password" ID="txtSearch" value="" placeholder="Ricerca Nominativo" AutoPostBack="true" />
<asp:GridView ID="grView" runat="server" DataSourceID="ods" AutoGenerateColumns="False" DataKeyNames="IdxPaziente" CellPadding="4" ForeColor="#333333" GridLines="None" Width="100%" AllowPaging="True" OnSelectedIndexChanged="grView_SelectedIndexChanged" OnRowCommand="grView_RowCommand" PageSize="20" AllowSorting="false">
<EditRowStyle BackColor="#CF6124" />
<FooterStyle BackColor="#FF7C50" Font-Bold="True" ForeColor="White" />
<HeaderStyle BackColor="#FF7C50" Font-Bold="True" ForeColor="White" />
<PagerStyle CssClass="active GridPager" />
<RowStyle CssClass="RowStyle" />
<SelectedRowStyle CssClass="selectedRowStyle" />
<SortedAscendingCellStyle BackColor="#F5F7FB" />
<SortedAscendingHeaderStyle BackColor="#6D95E1" />
<SortedDescendingCellStyle BackColor="#E9EBEF" />
<SortedDescendingHeaderStyle BackColor="#4870BE" />
<AlternatingRowStyle CssClass="alternatingRowStyle" />
<Columns>
<asp:TemplateField ShowHeader="False" ItemStyle-HorizontalAlign="Center" HeaderStyle-HorizontalAlign="Center">
<ItemTemplate>
<div class="ui-nodisc-icon ui-alt-icon" style="white-space: nowrap;">
<asp:LinkButton CssClass="ui-btn ui-shadow ui-corner-all ui-icon-user ui-btn-icon-notext ui-btn-inline" ID="LinkButton1" data-icon="star" runat="server" CausesValidation="False" CommandArgument="select" CommandName="Select" Text="Sel"></asp:LinkButton>
<asp:LinkButton ID="LinkButton2" CssClass="ui-btn ui-shadow ui-corner-all ui-icon-edit ui-btn-icon-notext ui-btn-inline" runat="server" CausesValidation="False" CommandArgument="edit" CommandName="Select" Text="Edit"></asp:LinkButton>
</div>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Cognome" SortExpression="Cognome" ItemStyle-HorizontalAlign="Left" HeaderStyle-HorizontalAlign="Left">
<ItemTemplate>
<div style="font-size: 0.9em;">
<b>
<asp:Label ID="lblCognome" runat="server" Text='<%# Eval("Cognome") %>' /></b>
<br />
<asp:Label ID="lblNome" runat="server" Text='<%# Eval("Nome") %>' />
</div>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Eta" SortExpression="Eta">
<ItemTemplate>
<asp:Label ID="lblEta" runat="server" Text='<%# Eval("Eta","{0:N2}") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Indirizzo" SortExpression="Indirizzo" ItemStyle-HorizontalAlign="Left" HeaderStyle-HorizontalAlign="Left">
<ItemTemplate>
<div style="font-size: 0.8em;">
<asp:Label ID="lblIndirizzo" runat="server" Text='<%# Eval("Indirizzo") %>' />
</div>
<div style="font-size: 0.7em; white-space: nowrap;">
<i class="ui-nodisc-icon ui-alt-icon ui-mini ui-btn ui-shadow ui-corner-all ui-icon-phone ui-btn-icon-notext ui-btn-inline ui-disabled" style="font-size: 0.7em;"></i>
<asp:Label ID="lblRecTel" runat="server" Text='<%# Eval("RecTel") %>' />
</div>
</ItemTemplate>
</asp:TemplateField>
<%--<asp:TemplateField HeaderText="Nato a" SortExpression="LuogoNascita" ItemStyle-HorizontalAlign="Left" HeaderStyle-HorizontalAlign="Left">
<asp:TemplateField HeaderText="Eta" SortExpression="Eta">
<ItemTemplate>
<asp:Label ID="lblEta" runat="server" Text='<%# Eval("Eta","{0:N2}") %>' />
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Indirizzo" SortExpression="Indirizzo" ItemStyle-HorizontalAlign="Left" HeaderStyle-HorizontalAlign="Left">
<ItemTemplate>
<div style="font-size: 0.8em;">
<asp:Label ID="lblIndirizzo" runat="server" Text='<%# Eval("Indirizzo") %>' />
</div>
<div style="font-size: 0.7em; white-space: nowrap;">
<i class="ui-nodisc-icon ui-alt-icon ui-mini ui-btn ui-shadow ui-corner-all ui-icon-phone ui-btn-icon-notext ui-btn-inline ui-disabled" style="font-size: 0.7em;"></i>
<asp:Label ID="lblRecTel" runat="server" Text='<%# Eval("RecTel") %>' />
</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;">
<asp:Label ID="lblData" runat="server" Text='<%# Eval("DataNasc","{0:dd/MM/yyyy}") %>' />
<br />
<asp:Label ID="lblLuogo" runat="server" Text='<%# Eval("LuogoNascita") %>' />
</div>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Medico/Note" SortExpression="Medico" ItemStyle-HorizontalAlign="Left" HeaderStyle-HorizontalAlign="Left">
<ItemTemplate>
<div style="font-size: 0.8em;">
<asp:Label ID="lblMedico" runat="server" Text='<%# Eval("Medico") %>' />
<div style="font-size: 0.8em;">
<asp:Label ID="lblNote" runat="server" Text='<%# stringTrim(Eval("Note"), 40) %>' ToolTip='<%# Eval("Note") %>' />
</div>
</div>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="C.F." SortExpression="CodF" ItemStyle-HorizontalAlign="Right" HeaderStyle-HorizontalAlign="Right">
<ItemTemplate>
<div style="font-size: 0.8em;">
<asp:Label ID="lblCF" runat="server" Text='<%# Eval("CodF") %>' />
</div>
</ItemTemplate>
</asp:TemplateField>
</Columns>
<asp:TemplateField HeaderText="Nato" SortExpression="DataNasc" ItemStyle-HorizontalAlign="Left" HeaderStyle-HorizontalAlign="Left">
<ItemTemplate>
<div style="font-size: 0.8em;">
<asp:Label ID="lblData" runat="server" Text='<%# Eval("DataNasc","{0:dd/MM/yyyy}") %>' />
<br />
<asp:Label ID="lblLuogo" runat="server" Text='<%# Eval("LuogoNascita") %>' />
</div>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="Medico/Note" SortExpression="Medico" ItemStyle-HorizontalAlign="Left" HeaderStyle-HorizontalAlign="Left">
<ItemTemplate>
<div style="font-size: 0.8em;">
<asp:Label ID="lblMedico" runat="server" Text='<%# Eval("Medico") %>' />
<div style="font-size: 0.8em;">
<asp:Label ID="lblNote" runat="server" Text='<%# stringTrim(Eval("Note"), 40) %>' ToolTip='<%# Eval("Note") %>' />
</div>
</div>
</ItemTemplate>
</asp:TemplateField>
<asp:TemplateField HeaderText="C.F." SortExpression="CodF" ItemStyle-HorizontalAlign="Right" HeaderStyle-HorizontalAlign="Right">
<ItemTemplate>
<div style="font-size: 0.8em;">
<asp:Label ID="lblCF" runat="server" Text='<%# Eval("CodF") %>' />
</div>
</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>
<asp:SessionParameter Name="Gruppo" SessionField="Gruppo" Type="String" DefaultValue="BG" />
<asp:ControlParameter ControlID="ddlFiltUno" DefaultValue="*" Name="FiltroUno" PropertyName="SelectedValue" Type="String" />
<asp:ControlParameter ControlID="ddlFiltDue" DefaultValue="*" Name="FiltroDue" PropertyName="SelectedValue" Type="String" />
</SelectParameters>
<FilterParameters>
<asp:ControlParameter ControlID="txtSearch" DefaultValue="*" Type="string" />
</FilterParameters>
</asp:ObjectDataSource>
</div>
</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>
<asp:SessionParameter Name="Gruppo" SessionField="Gruppo" Type="String" DefaultValue="BG" />
<asp:ControlParameter ControlID="ddlFiltUno" DefaultValue="*" Name="FiltroUno" PropertyName="SelectedValue" Type="String" />
<asp:ControlParameter ControlID="ddlFiltDue" DefaultValue="*" Name="FiltroDue" PropertyName="SelectedValue" Type="String" />
</SelectParameters>
<FilterParameters>
<asp:ControlParameter ControlID="txtSearch" DefaultValue="*" Type="string" />
</FilterParameters>
</asp:ObjectDataSource>
</div>
</asp:Content>
+47 -1
View File
@@ -32,7 +32,7 @@
background-color: #CF6124;
}
.selectedRow {
background-color: #D1DDF1;
background-color: #F1CCC1;
font-weight: 600;
color: #333;
}
@@ -66,6 +66,52 @@
.errore {
color: red;
}
.headLine {
background-color: #FF8833;
color: #FFFFFF;
}
/*Gestione tabella*/
.RowStyle {
background-color: #FBF3EF;
text-align: left;
}
.selectedRowStyle {
background-color: #F1CCC1;
font-weight: bold;
Color: #333333;
}
.alternatingRowStyle {
background-color: white;
}
/* Paginazione... */
.GridPager {
background-color: #FF7C50;
/*text-align: center;
margin: auto;*/
}
.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;
}
/* Query selezione dimensioni display... */
@media all and (min-width: 768px) {
#textWrapper {
+143 -83
View File
@@ -2,159 +2,219 @@
}
@colore: #FF7C50;
@coloreChiaro: #D1DDF1;
@coloreChiaro: #F1CCC1;
@coloreScuro: #CF6124;
@testoScuro: #333;
/* punteggi colore */
.VVF-CL-01{
color: #006600;
background-color: white;
.VVF-CL-01 {
color: #006600;
background-color: white;
}
.VVF-CL-02{
color: #FFFF33;
background-color: #2222FF;
.VVF-CL-02 {
color: #FFFF33;
background-color: #2222FF;
}
.VVF-CL-03{
color: #FFFF33;
background-color: #118811;
.VVF-CL-03 {
color: #FFFF33;
background-color: #118811;
}
.VVF-CL-04{
background-color: #FFFF11;
.VVF-CL-04 {
background-color: #FFFF11;
}
.VVF-CL-05{
color: #FFFF33;
background-color: #EE6622;
.VVF-CL-05 {
color: #FFFF33;
background-color: #EE6622;
}
.VVF-CL-06{
color: #FFFF11;
background-color: #FF0c0c;
.VVF-CL-06 {
color: #FFFF11;
background-color: #FF0c0c;
}
.baseRow {
background-color: #FBF3EF;
background-color: #FBF3EF;
}
.altRow {
background-color: #FFF;
background-color: #FFF;
}
.editRow {
background-color: @coloreScuro;
background-color: @coloreScuro;
}
.selectedRow {
background-color: @coloreChiaro;
font-weight: 600;
color: @testoScuro;
background-color: @coloreChiaro;
font-weight: 600;
color: @testoScuro;
}
.headerRow {
background-color: @colore;
font-weight: 600;
color: white;
background-color: @colore;
font-weight: 600;
color: white;
}
.footerRow {
background-color: @colore;
font-weight: 600;
color: white;
background-color: @colore;
font-weight: 600;
color: white;
}
.pagerRow {
background-color: @coloreScuro;
color: white;
text-align: center;
margin: auto;
background-color: @coloreScuro;
color: white;
text-align: center;
margin: auto;
}
.text-center {
text-align: center;
margin: auto;
text-align: center;
margin: auto;
}
.tStrong {
font-weight: bold;
font-size: 1.3em;
font-weight: bold;
font-size: 1.3em;
}
.flRight {
float: right;
float: right;
}
.errore{
color: red;
.errore {
color: red;
}
.headLine {
background-color: #FF8833;
color: #FFFFFF;
}
/*Gestione tabella*/
.RowStyle {
background-color: #FBF3EF;
text-align: left;
}
.selectedRowStyle {
background-color: #F1CCC1;
font-weight: bold;
Color: #333333;
}
.alternatingRowStyle {
background-color: white;
}
/* Paginazione... */
.GridPager {
background-color: #FF7C50;
/*text-align: center;
margin: auto;*/
}
.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;
}
/* Query selezione dimensioni display... */
@media all and (min-width: 768px) {
#textWrapper {
font-size: 1.0em;
}
#textWrapper {
font-size: 1.0em;
}
#headData {
margin-top: 0px;
}
#headData {
margin-top: 0px;
}
}
@media all and (min-width: 1024px) {
#textWrapper {
font-size: 1.1em;
}
#textWrapper {
font-size: 1.1em;
}
#headData {
margin-top: 0px;
}
#headData {
margin-top: 0px;
}
}
@media all and (min-width: 1440px) {
#textWrapper {
font-size: 1.2em;
}
#textWrapper {
font-size: 1.2em;
}
#headData {
margin-top: 0px;
}
#headData {
margin-top: 0px;
}
}
@media all and (min-width: 1600px) {
#textWrapper {
font-size: 1.3em;
}
#textWrapper {
font-size: 1.3em;
}
#headData {
margin-top: 0px;
}
#headData {
margin-top: 0px;
}
}
@media all and (max-width: 767px) {
#textWrapper {
font-size: 0.8em;
}
#textWrapper {
font-size: 0.8em;
}
#headData {
margin-top: 6px;
}
#headData {
margin-top: 6px;
}
}
@media all and (max-width: 480px) {
#textWrapper {
font-size: 0.6em;
}
#textWrapper {
font-size: 0.6em;
}
#headData {
margin-top: 14px;
}
#headData {
margin-top: 14px;
}
}
@media all and (max-width: 320px) {
#textWrapper {
font-size: 0.5em;
}
#textWrapper {
font-size: 0.5em;
}
#headData {
margin-top: 18px;
}
#headData {
margin-top: 18px;
}
}
+1 -1
View File
@@ -1 +1 @@
.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:#d1ddf1;font-weight:600;color:#333;}.headerRow{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;}@media all and (min-width:768px){#textWrapper{font-size:1em;}#headData{margin-top:0;}}@media all and (min-width:1024px){#textWrapper{font-size:1.1em;}#headData{margin-top:0;}}@media all and (min-width:1440px){#textWrapper{font-size:1.2em;}#headData{margin-top:0;}}@media all and (min-width:1600px){#textWrapper{font-size:1.3em;}#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;}}
.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:#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}.RowStyle{background-color:#fbf3ef;text-align:left}.selectedRowStyle{background-color:#f1ccc1;font-weight:bold;Color:#333}.alternatingRowStyle{background-color:#fff}.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.1em}#headData{margin-top:0}}@media all and (min-width:1440px){#textWrapper{font-size:1.2em}#headData{margin-top:0}}@media all and (min-width:1600px){#textWrapper{font-size:1.3em}#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}}
@@ -5,7 +5,7 @@
<HeaderStyle BackColor="#FF7C50" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#CF6124" ForeColor="White" HorizontalAlign="Center" />
<RowStyle BackColor="#FBF3EF" HorizontalAlign="Left" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<SelectedRowStyle BackColor="#F1CCC1" Font-Bold="True" ForeColor="#333333" />
<SortedAscendingCellStyle BackColor="#F5F7FB" />
<SortedAscendingHeaderStyle BackColor="#6D95E1" />
<SortedDescendingCellStyle BackColor="#E9EBEF" />
@@ -18,7 +18,7 @@
<HeaderStyle BackColor="#FF7C50" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#CF6124" ForeColor="White" HorizontalAlign="Center" />
<RowStyle BackColor="#FBF3EF" HorizontalAlign="Left" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<SelectedRowStyle BackColor="#F1CCC1" Font-Bold="True" ForeColor="#333333" />
<SortedAscendingCellStyle BackColor="#F5F7FB" />
<SortedAscendingHeaderStyle BackColor="#6D95E1" />
<SortedDescendingCellStyle BackColor="#E9EBEF" />
+2 -2
View File
@@ -4,14 +4,14 @@
<a href="Default" data-icon="home" class="ui-btn-left">
<asp:Label ID="lblVers" runat="server" Font-Bold="false" /></a>
<a href="UserAdmin" data-icon="lock" class="ui-btn-right">User Admin</a>
<div id="headData">
<div id="headData" class="headLine">
<div style="float: right; font-size: 0.7em; font-weight: 100; margin-right: 4px;">
<%: CognomeNome %>
</div>
<div style="float: left; font-size: 0.7em; font-weight: 100; margin-left: 4px;">
<%: DateTime.Now.ToString("ddd dd/MM/yyyy HH:mm:ss") %>
</div>
<div style="text-align: center; font-size: 1.2em; font-weight: 100; color: #FF7C50;">
<div style="text-align: center; font-size: 1.2em; font-weight: 100; text-transform: uppercase;">
<%: pazienteSel %>
</div>
</div>
+11 -11
View File
@@ -1,10 +1,10 @@
//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// <generato automaticamente>
// Codice generato da uno strumento.
//
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
// Le modifiche a questo file possono causare un comportamento non corretto e verranno perse se
// il codice viene rigenerato.
// </generato automaticamente>
//------------------------------------------------------------------------------
namespace ScheMe.WebUserControls {
@@ -13,20 +13,20 @@ namespace ScheMe.WebUserControls {
public partial class mod_header {
/// <summary>
/// Timer1 control.
/// Controllo Timer1.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// 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.Timer Timer1;
/// <summary>
/// lblVers control.
/// Controllo lblVers.
/// </summary>
/// <remarks>
/// Auto-generated field.
/// To modify move field declaration from designer file to code-behind file.
/// 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.WebControls.Label lblVers;
}
Binary file not shown.
Binary file not shown.