diff --git a/ETS-WS/ETS-WS/ETS-WS.csproj b/ETS-WS/ETS-WS/ETS-WS.csproj index d8ba097..0959a15 100644 --- a/ETS-WS/ETS-WS/ETS-WS.csproj +++ b/ETS-WS/ETS-WS/ETS-WS.csproj @@ -293,6 +293,9 @@ + + + diff --git a/ETS-WS/ETS-WS/MyDocs.aspx.cs b/ETS-WS/ETS-WS/MyDocs.aspx.cs index dd078eb..fdb455b 100644 --- a/ETS-WS/ETS-WS/MyDocs.aspx.cs +++ b/ETS-WS/ETS-WS/MyDocs.aspx.cs @@ -10,20 +10,6 @@ namespace ETS_WS { public partial class MyDocs : System.Web.UI.Page { - /// - /// salvo countDown upload in corso... - /// - protected int countDown - { - get - { - return utils.obj.IntSessionObj("countDown"); - } - set - { - utils.obj.setSessionVal("countDown", value); - } - } /// /// caricamento pagina /// @@ -67,7 +53,7 @@ namespace ETS_WS /// void mod_fileUpload1_eh_fileCaricato(object sender, EventArgs e) { - countDown = utils.obj.confReadInt("countDownUploadFile"); + // finito di caricare un SINGOLO file... } /// /// fix panel visibility diff --git a/ETS-WS/ETS-WS/WebUserControls/mod_pathAndDocs.ascx b/ETS-WS/ETS-WS/WebUserControls/mod_pathAndDocs.ascx index d7593f2..dee75b9 100644 --- a/ETS-WS/ETS-WS/WebUserControls/mod_pathAndDocs.ascx +++ b/ETS-WS/ETS-WS/WebUserControls/mod_pathAndDocs.ascx @@ -16,7 +16,7 @@ -
+
@@ -28,24 +28,21 @@
- +   - +
-
+
- generatore doc:   - -   - -   - -   - - +
+ generatore doc:   + +   + +   + +   +
+
\ No newline at end of file diff --git a/ETS-WS/ETS-WS/bin/ETS-WS.dll b/ETS-WS/ETS-WS/bin/ETS-WS.dll index 87c806e..bc3c710 100644 Binary files a/ETS-WS/ETS-WS/bin/ETS-WS.dll and b/ETS-WS/ETS-WS/bin/ETS-WS.dll differ diff --git a/ETS-WS/ETS-WS/bin/css/BuildBlocks.css b/ETS-WS/ETS-WS/bin/css/BuildBlocks.css index cba72c8..ba9f3d7 100644 --- a/ETS-WS/ETS-WS/bin/css/BuildBlocks.css +++ b/ETS-WS/ETS-WS/bin/css/BuildBlocks.css @@ -132,6 +132,34 @@ font-size: 10pt; font-family: Arial; } +.btnUpdate +{ + background-image: url(/images/reload_l.png); + background-repeat: no-repeat; + background-position: center right; + background-color: #DEDEDE; + width: 160px; + height: 40px; + border: 1px solid #333; + vertical-align: middle; + margin: auto; + font-size: 10pt; + font-family: Arial; +} +.btnArchivia +{ + background-image: url(/images/Archive_l.png); + background-repeat: no-repeat; + background-position: center right; + background-color: #DD9977; + width: 160px; + height: 40px; + border: 1px solid #333; + vertical-align: middle; + margin: auto; + font-size: 10pt; + font-family: Arial; +} /* end buttons! */ /* update controls */ diff --git a/ETS-WS/ETS-WS/css/BuildBlocks.css b/ETS-WS/ETS-WS/css/BuildBlocks.css index cba72c8..ba9f3d7 100644 --- a/ETS-WS/ETS-WS/css/BuildBlocks.css +++ b/ETS-WS/ETS-WS/css/BuildBlocks.css @@ -132,6 +132,34 @@ font-size: 10pt; font-family: Arial; } +.btnUpdate +{ + background-image: url(/images/reload_l.png); + background-repeat: no-repeat; + background-position: center right; + background-color: #DEDEDE; + width: 160px; + height: 40px; + border: 1px solid #333; + vertical-align: middle; + margin: auto; + font-size: 10pt; + font-family: Arial; +} +.btnArchivia +{ + background-image: url(/images/Archive_l.png); + background-repeat: no-repeat; + background-position: center right; + background-color: #DD9977; + width: 160px; + height: 40px; + border: 1px solid #333; + vertical-align: middle; + margin: auto; + font-size: 10pt; + font-family: Arial; +} /* end buttons! */ /* update controls */ diff --git a/ETS-WS/ETS-WS/images/Archive_l.png b/ETS-WS/ETS-WS/images/Archive_l.png new file mode 100644 index 0000000..0801d41 Binary files /dev/null and b/ETS-WS/ETS-WS/images/Archive_l.png differ diff --git a/ETS-WS/ETS-WS/images/Archive_m.png b/ETS-WS/ETS-WS/images/Archive_m.png new file mode 100644 index 0000000..04233a5 Binary files /dev/null and b/ETS-WS/ETS-WS/images/Archive_m.png differ diff --git a/ETS-WS/ETS-WS/images/Archive_s.png b/ETS-WS/ETS-WS/images/Archive_s.png new file mode 100644 index 0000000..d8d364d Binary files /dev/null and b/ETS-WS/ETS-WS/images/Archive_s.png differ