@page "/Archive"

Elenco Programmi

@if (OnlyMod && totalCount >= 0) { }
@if (!string.IsNullOrEmpty(SelFileName)) { } @if (!string.IsNullOrEmpty(SelUserName)) { }
Tags
@if (!string.IsNullOrEmpty(SelTag)) { @SelTag }
@if (DeleteDialogOpen) { }
@if (currRecord != null) { } @if (ListRecords == null) { } else if (totalCount == 0) {
Nessun record trovato
} else {
@if (currRecord == null || currRecord.Rev == 0) { } @if (currRecord == null || currRecord.Rev == 0) { } @foreach (var record in ListRecords) { @if (currRecord == null || currRecord.Rev == 0) { } @if (currRecord == null || currRecord.Rev == 0) { } }
@if (currRecord != null) { } File RevSize / UserMacchina TagsModificato
@record.Name
@record.Rev
@record.DiskStatus
@CalcSize(record.Size)
@if (!string.IsNullOrEmpty(record.UserAppr)) { } else { }
@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")
@if (string.IsNullOrEmpty(record.UserAppr)) { }
@if (currRecord != null && currRecord.Rev > 0) {
}
}