Mots-clés: Comics,bandes dessinées,sorties,Venom,Luba Wolfschwanz,LTB,Uncle Scrooge (Dagobert).
Localisation: Le site web d’origine est probablement phantastiknews.de (site d’actualités sur les comics).
Dates:
- “venin” (venom) – volume 1: 2 septembre
- “Luba Wolfschwanz” – Volume 18: Date non spécifiée
- LTB- “Premium” Edition 47: 19 août
Image: Aucune image n’est mentionnée dans le texte fourni.
Okay, here’s a breakdown of the provided HTML snippet and text, along with a summary of the content.
HTML breakdown
First li element: This is a link designed to open a new window/tab. Let’s dissect the onclick attribute:
window.open(this.href, 'win2', '...'): This JavaScript code opens a new browser window.
this.href: The URL of the link that was clicked.
'win2': The name of the window.If a window with this name already exists, it will be reused; otherwise, a new one is created.
'status = non, toolbar = no, scrollbars = oui, titlebar = non, menuBar = non, resizable = oui, width = 640, height = 480, répertoires = non, emplacement = non': This is a string of window features that control the appearance and behaviour of the new window. Let’s break down the features:
status = non: Hides the status bar.
toolbar = no: Hides the toolbar.
scrollbars = oui: Enables scrollbars (Note: “oui” is French for “yes”). titlebar = non: hides the title bar.
menuBar = non: Hides the menu bar. resizable = oui: Allows the window to be resized.
width = 640: Sets the window width to 640 pixels. height = 480: Sets the window height to 480 pixels.
répertoires = non: Hides directories (likely referring to a browser feature).
emplacement = non: Hides location bar (likely referring to a browser feature).
return false;: This prevents the default behavior of the link (following the URL in the current window/tab). It ensures that only the new window is opened.
rel="nofollow": This attribute tells search engines not to follow the link.
Second li element: This contains an image () that appears to be an email icon. It’s likely a link to open an email client, but the code for that isn’t shown.
dl element: This defines a description list,used here to display article information.
dt: Defines the term (e.g., “Détails”).
dd: Defines the description of the term (e.g., the category and publication date).
text Summary
The text describes announcements of upcoming comic book releases. Here’s a breakdown of each proclamation:
- “venin” (Venom) – Volume 1: “Who is Venom?”
Published by Panini on September 2nd.
120 pages, €16.00.
Synopsis: A trial involving Madame Masque is disrupted by an AIM scientist. The story revolves around discovering who has bonded with the Venom symbiote – Luke Cage,Robbie Robertson,Rick Jones,Madame Masque,or the former Venom,Dylan Brock?
- “Luba Wolfschwanz” – Volume 18: “Hunnus Brut”
By Eckart Breitschuh.
36 pages, €4.90.
Synopsis: Luba faces new challenges as she’s caught in a power struggle involving a decaying ruler and persecuted veterans. The story involves a mysterious deity named Hunnuk.
- LTB- “Premium” Edition 47: “Adventure du coffre au trésor de l’oncle Dagobert” (Uncle Scrooge’s Treasure Chest Adventure)
Published August 19th.
448 pages, €12. Synopsis: Uncle Scrooge discovers a ruined stand in Mexico, but it’s not what he expected. He’s taken in by a hidden Mayan tribe who consider him a rain god. Donald and Huey, Dewey, and Louie are coming to help him.
Overall
The snippet is from a website (likely a comic book news site, phantastiknews.de) announcing new comic book releases in German and French. It includes a link to open a new window with more information (presumably about the article) and an email icon. The article details three upcoming comic book volumes with summaries of their plots.
