@if (currRecord != null)
{
-
+
}
@if (ListRecords == null)
{
@@ -124,11 +124,17 @@
File |
Rev |
-
Size / User |
+ @if (currRecord == null || currRecord.Rev == 0)
+ {
+
Size / User |
+ }
Macchina |
Tags |
-
Modificato |
-
|
+ @if (currRecord == null || currRecord.Rev == 0)
+ {
+
Modificato |
+
|
+ }
@@ -157,29 +163,32 @@
-
-
- @CalcSize(record.Size)
-
-
- @if (!string.IsNullOrEmpty(record.UserAppr))
- {
-
- }
- else
- {
+ @if (currRecord == null || currRecord.Rev == 0)
+ {
+
+
+ @CalcSize(record.Size)
+
+
+ @if (!string.IsNullOrEmpty(record.UserAppr))
+ {
+
+ }
+ else
+ {
-
- }
-
- |
+
+ }
+
+ |
+ }
@record.Macchina.Nome
@record.Macchina.Descrizione
@@ -192,17 +201,20 @@
}
|
-
- @record.LastMod.ToString("yyyy.MM.dd")
- @record.LastMod.ToString("ddd HH:mm.ss")
+ @if (currRecord == null || currRecord.Rev == 0)
+ {
+ |
+ @record.LastMod.ToString("yyyy.MM.dd")
+ @record.LastMod.ToString("ddd HH:mm.ss")
- |
-
- @if (string.IsNullOrEmpty(record.UserAppr))
- {
-
- }
- |
+
+
+ @if (string.IsNullOrEmpty(record.UserAppr))
+ {
+
+ }
+ |
+ }
}
@@ -210,8 +222,8 @@
@if (currRecord != null && currRecord.Rev > 0)
{
-