fix url css

This commit is contained in:
samuele
2012-11-19 09:43:27 +01:00
parent fba32b9677
commit a66e25ced9
6 changed files with 38 additions and 38 deletions
+21 -21
View File
@@ -3,7 +3,7 @@
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
<!--
<!--
In the example below, the "SetAttributes" transform will change the value of
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
finds an atrribute "name" that has a value of "MyDB".
@@ -14,25 +14,25 @@
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
-->
<appSettings>
<add key="ETS_WSConnectionString"
value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ETS_WS;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="ETS_AnagraficaConnectionString"
value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ETS_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
<connectionStrings>
<add name="ETS_Data.Properties.Settings.ETS_WSConnectionString"
connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ETS_WS;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="ETS_Data.Properties.Settings.ETS_AnagraficaConnectionString"
connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ETS_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
<appSettings>
<add key="ETS_WSConnectionString"
value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ETS_WS;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
<add key="ETS_AnagraficaConnectionString"
value="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ETS_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(key)"/>
</appSettings>
<connectionStrings>
<add name="ETS_Data.Properties.Settings.ETS_WSConnectionString"
connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ETS_WS;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
<add name="ETS_Data.Properties.Settings.ETS_AnagraficaConnectionString"
connectionString="Data Source=localhost\SQLExpress2008R2;Initial Catalog=ETS_Anagrafica;Persist Security Info=True;User ID=sa;Password=keyhammer"
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
</connectionStrings>
<system.web>
<compilation xdt:Transform="RemoveAttributes(debug)" />
<!--
In the example below, the "Replace" transform will replace the entire
<customErrors> section of your web.config file.
Note that because there is only one customErrors section under the
@@ -43,5 +43,5 @@
<error statusCode="500" redirect="InternalError.htm"/>
</customErrors>
-->
</system.web>
</system.web>
</configuration>
+1 -1
View File
@@ -28,7 +28,7 @@
<add key="appName" value="ETS-WS" />
<add key="SiteName" value="ETS" />
<add key="mainRev" value="1.0" />
<add key="minRev" value="109" />
<add key="minRev" value="110" />
<add key="copyRight" value="SteamWare, ETS © 2012" />
<add key="tempUplDir" value="~/TempUploads" />
<add key="archiveDir" value="~/ArchivioDocs" />
Binary file not shown.
Binary file not shown.
+8 -8
View File
@@ -60,7 +60,7 @@
/* buttonx con template */
.btnNew
{
background-image: url(/images/new_m.png);
background-image: url(../images/new_m.png);
background-repeat: no-repeat;
background-position: right;
border: 1px solid #333333;
@@ -69,7 +69,7 @@
}
.btnDelete
{
background-image: url(/images/elimina_m.png);
background-image: url(../images/elimina_m.png);
background-repeat: no-repeat;
background-position: right;
border: 1px solid #333333;
@@ -78,7 +78,7 @@
}
.btnGenProto
{
background-image: url(/images/proto_l.png);
background-image: url(../images/proto_l.png);
background-repeat: no-repeat;
background-position: center right;
background-color: #ACACFF;
@@ -92,7 +92,7 @@
}
.btnGenDoc
{
background-image: url(/images/doc_l.png);
background-image: url(../images/doc_l.png);
background-repeat: no-repeat;
background-position: center right;
background-color: #ACFFAC;
@@ -106,7 +106,7 @@
}
.btnGenFax
{
background-image: url(/images/fax_l.png);
background-image: url(../images/fax_l.png);
background-repeat: no-repeat;
background-position: center right;
background-color: #ACFFFF;
@@ -120,7 +120,7 @@
}
.btnGenMail
{
background-image: url(/images/email_l.png);
background-image: url(../images/email_l.png);
background-repeat: no-repeat;
background-position: center right;
background-color: #FFFFAC;
@@ -134,7 +134,7 @@
}
.btnUpdate
{
background-image: url(/images/reload_l.png);
background-image: url(../images/reload_l.png);
background-repeat: no-repeat;
background-position: center right;
background-color: #DEDEDE;
@@ -148,7 +148,7 @@
}
.btnArchivia
{
background-image: url(/images/Archive_l.png);
background-image: url(../images/Archive_l.png);
background-repeat: no-repeat;
background-position: center right;
background-color: #DD9977;
+8 -8
View File
@@ -60,7 +60,7 @@
/* buttonx con template */
.btnNew
{
background-image: url(/images/new_m.png);
background-image: url(../images/new_m.png);
background-repeat: no-repeat;
background-position: right;
border: 1px solid #333333;
@@ -69,7 +69,7 @@
}
.btnDelete
{
background-image: url(/images/elimina_m.png);
background-image: url(../images/elimina_m.png);
background-repeat: no-repeat;
background-position: right;
border: 1px solid #333333;
@@ -78,7 +78,7 @@
}
.btnGenProto
{
background-image: url(/images/proto_l.png);
background-image: url(../images/proto_l.png);
background-repeat: no-repeat;
background-position: center right;
background-color: #ACACFF;
@@ -92,7 +92,7 @@
}
.btnGenDoc
{
background-image: url(/images/doc_l.png);
background-image: url(../images/doc_l.png);
background-repeat: no-repeat;
background-position: center right;
background-color: #ACFFAC;
@@ -106,7 +106,7 @@
}
.btnGenFax
{
background-image: url(/images/fax_l.png);
background-image: url(../images/fax_l.png);
background-repeat: no-repeat;
background-position: center right;
background-color: #ACFFFF;
@@ -120,7 +120,7 @@
}
.btnGenMail
{
background-image: url(/images/email_l.png);
background-image: url(../images/email_l.png);
background-repeat: no-repeat;
background-position: center right;
background-color: #FFFFAC;
@@ -134,7 +134,7 @@
}
.btnUpdate
{
background-image: url(/images/reload_l.png);
background-image: url(../images/reload_l.png);
background-repeat: no-repeat;
background-position: center right;
background-color: #DEDEDE;
@@ -148,7 +148,7 @@
}
.btnArchivia
{
background-image: url(/images/Archive_l.png);
background-image: url(../images/Archive_l.png);
background-repeat: no-repeat;
background-position: center right;
background-color: #DD9977;