hserver-fahrradboerse/hServer/packages/derkleinebasar/templates/artikel_tag.html

39 lines
769 B
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8"/>
<!--link rel="stylesheet" href="<%=request.app%>/print_css"/-->
<style>
<%include ("print.css",None)%>
</style>
</head>
<body class="SRL">
<div id="page">
<div>
<div id="scancode">
<%=self.svgqrcode(self.id)%>
</div>
<div class="title">Fahrradbörse 2018</div>
<section id="content">
<div class="title sub">
<div><%=self.bezeichnung%></div><br/>
<%=self.bezeichnung2%>
</div>
<div id="description"><%=text2html(self.beschreibung)%></div>
<div id="price" class="title ul">
<div><%="%0.2f &euro;" % (self.preis,)%></div>
</div>
<div id="tagid" class="small">
<%=self.id%>
</div>
</section>
</div>
</div>
</body>
</html>