@page "/Archive" @using MP.Prog.Components

Elenco Programmi

@if (!string.IsNullOrEmpty(SelFileName)) { @TextReduce(SelFileName, 20) }
Tags
@if (!string.IsNullOrEmpty(SelTag)) { @SelTag } else {   ...   }
@if (DeleteDialogOpen) { }
@if (currRecord != null) { } @if (ListRecords == null) { } else if (totalCount == 0) {
Nessun record trovato
} else {
@**@ @foreach (var record in ListRecords) { }
File Rev Size State Macchina Tags ModificatoControllo
@if (currRecord == null) { } else { }
@record.Name
@record.Rev
@((((double)record.Size)/1024).ToString("N2")) k
@record.DiskStatus
@record.Macchina.Nome
@record.Macchina.Descrizione
@foreach (var item in record.Tags) { }
@record.LastMod.ToString("yyyy.MM.dd")
@record.LastMod.ToString("ddd HH:mm.ss")
}