@{ /****************************************************************************** // MARECHAI: Master repository of computing history artifacts information // ---------------------------------------------------------------------------- // // Author(s) : Natalia Portillo // // --[ License ] -------------------------------------------------------------- // // This program is free software: you can redistribute it and/or modify // it under the terms of the GNU General Public License as // published by the Free Software Foundation, either version 3 of the // License, or (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License // along with this program. If not, see . // // ---------------------------------------------------------------------------- // Copyright © 2003-2020 Natalia Portillo *******************************************************************************/ } @page "/consoles" @inherits OwningComponentBase @inject IStringLocalizer L @if(!_loaded) {

@L["Loading..."]

return; }

@L["Here you can consult our database."]
@L["In this database you can find technical information as well as videogame consoles history, catalogued by companies, alphabetically and by release date."]
@string.Format(L["{0} videogame consoles actually catalogued in the database."], _consoles)



@L["Search by companies"]
Q W E R T Y U I O P
A S D F G H J K L
Z X C V B N M
@L["All companies"]

@L["Alphabetically search"]
Q W E R T Y U I O P
A S D F G H J K L
Z X C V B N M
@L["All videogame consoles"]

@L["Search by year"]
@{ var counter = 0; } @for(var i = _minYear; i <= _maxYear; i++) { { counter++; } @i if(counter % 8 == 0) {
} }