The Symposium (Penguin Classics)
Назад до книги
The Symposium (Penguin Classics)
Індивідуальне замовлення
ISBN:
9780140449273
Наявність:
Автор
Plato
Видавництво
Penguin
Кіл-ть сторінок
144
Рік видання
2003
Розмір
12.9 x 0.7 x 19.8
Формат
Paperback
Вага
0.25kg
Умови доставки
Ознайомтеся з умовами доставки
Докладніше
Все про книгу
Відгуків (0)
Все про книгу The Symposium (Penguin Classics)
Unfolding in an informal setting, Plato's The Symposium is a powerful discussion on the nature of love, translated from the Greek with notes and an introduction by Christopher Gill in Penguin Classics.,
Інші книги автораPlato
The Symposium (Penguin Classics)
Рецензії про книгу The Symposium (Penguin Classics) (0 відгуків)
+ Добавить отзыв
$('.add_reve').on('click', function(e){
jQuery("html, body").animate({scrollTop: jQuery('#tab-review .prod_text').offset().top}, 500);
e.preventDefault();
});
$('select[name=\'recurring_id\'], input[name="quantity"]').change(function(){
$.ajax({
url: 'index.php?route=product/product/getRecurringDescription',
type: 'post',
data: $('input[name=\'product_id\'], input[name=\'quantity\'], select[name=\'recurring_id\']'),
dataType: 'json',
beforeSend: function() {
$('#recurring-description').html('');
},
success: function(json) {
$('.alert-dismissible, .text-danger').remove();
if (json['success']) {
$('#recurring-description').html(json['success']);
}
}
});
});
//-->