Gaidos
-
Pagrindinis
-
Muzika, filmai
-
Gaidos
Vasaros paukštis. Dainos jaunimo chorams - Liausa Saulius, sudarytojas
iš dainų jaunimo chorams konkurso - atrinkti patys meniškiausi ir geriausi, kurie ir s..
10498
Apynėlis. Dainos chorui - Budriūnas Račiūnas Karosas Batinskas Belazaras Baumilas Kaveckas Klova
Lietuvių tarybinių kompozitorių dainos ..
10497
Rugučiai 5. Akordeonas - sudarė J. Lamas ir N. Vaitkevičius
viršelis dalininko V. Gurskio ..
10496
Stranicy iz operett. Pereloženije dlia fortepiano v 2 ruki - Legar F.
..
10216
';
// }
// // item__detailsWrapper
// var description = $(element).find('.item__detailsWrapper').html();
// if (description != null) {
// html += '
' + description + '
';
// }
// // item__buttonsWrapper
// var buttons = $(element).find('.item__buttonsWrapper').html();
// if (buttons != null) {
// html += '
' + buttons + '
';
// }
//
// html += '
';
// $(element).hide(0, function() {
// $(element).html(html).fadeIn(400);
// });
// });
// // Format product filter box
// $('.filter__displayType').html('
');
// // Make grid default view
// $.cookie('display', 'list');
// } else {
// $('.items__list').attr('class', 'items__grid items__grid--products ');
// var loop = 1;
// $('.items__grid.items__grid--products > div.itemWrapper').each(function(index, element) {
// $(element).removeClass();
// $(element).addClass('itemWrapper mgrid2 tgrid3 grid4 itemWrapper--spacing');
// html = '
';
// // item__imageWrapper
// var image = $(element).find('.item__imageWrapper').html();
// if (image != null) {
// html += '
' + image + '
';
// }
// // item__detailsWrapper
// var description = $(element).find('.item__detailsWrapper').html();
// if (description != null) {
// html += '
' + description + '
';
// }
// // item__buttonsWrapper
// var buttons = $(element).find('.item__buttonsWrapper').html();
// if (buttons != null) {
// html += '
' + buttons + '
';
// }
//
// html += '
';
// if ((loop % 2) == 0) {
// html += '
';
// }
// if ((loop % 3) == 0) {
// html += '
';
// }
// if ((loop % 4) == 0) {
// html += '
';
// }
// loop++;
// $(element).hide(0, function() {
// $(element).html(html).fadeIn(400);
// });
// // $(element).html(html).fadeIn();
// });
// // Format product filter box with JS
// $('.filter__displayType').html('
');
// // Make grid default view
// $.cookie('display', 'grid');
// }
// }
// view = $.cookie('display');
// if (view) {
// display(view);
// } else {
// // display('grid');
// // }
//-->