Aller au contenu principal
Aide
Ouvrir/Fermer le menu de navigation
Envoyer une demande
Connexion
Centre d'aide
Tout sur nos livres
Livres numériques
Livres numériques
Mise à jour importante concernant les ebooks
Afficher un PDF en double page comme dans un livre
Comment acheter et télécharger un PDF de votre livre
Créez un ebook à partir d’un livre imprimé existant
Polices adaptées aux ebooks
Calculs de profits d'un ebook
Paiement des bénéfices de l'iBookstore d'Appl
Suppression et modification d'un ebook dans l'iBookstore
Motifs de refus dans l'iBookstore d'Apple
Envoi à l'iBookstore d'Apple
Comment vendre et ajouter une marge sur votre livre électronique Blurb ?
Notre site fera l'objet d'opérations de maintenance pendant quelques heures le 24 juin à 16 h 00 (Heure du Pacifique). Veuillez nous excuser pour le désagrément occasionné.
Catégories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Ouvrir/Fermer le menu de navigation
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Catégories
Catégories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
Afficher plus
<% } %>
<% } %>