| 
									
										
										
										
											2017-05-03 08:39:19 +02:00
										 |  |  | <!DOCTYPE html> | 
					
						
							| 
									
										
										
										
											2017-05-03 15:53:32 +02:00
										 |  |  | <html lang="en" xmlns:th="http://www.thymeleaf.org"> | 
					
						
							| 
									
										
										
										
											2017-05-03 08:39:19 +02:00
										 |  |  | <head th:replace="fragments/skeleton :: head"> | 
					
						
							| 
									
										
										
										
											2017-05-03 15:53:32 +02:00
										 |  |  | <meta charset="utf-8" /> | 
					
						
							|  |  |  | <meta http-equiv="X-UA-Compatible" content="IE=edge" /> | 
					
						
							|  |  |  | <meta name="viewport" content="width=device-width, initial-scale=1" /> | 
					
						
							|  |  |  | <link href="../static/css/bootstrap.min.css" rel="stylesheet" /> | 
					
						
							|  |  |  | <link href="../static/css/mosh.css" rel="stylesheet" /> | 
					
						
							| 
									
										
										
										
											2017-05-03 08:39:19 +02:00
										 |  |  | </head> | 
					
						
							|  |  |  | <body> | 
					
						
							| 
									
										
										
										
											2017-05-03 15:53:32 +02:00
										 |  |  |   <div th:replace="fragments/skeleton :: navigation"> | 
					
						
							| 
									
										
										
										
											2017-05-03 08:39:19 +02:00
										 |  |  |     <div class="container"> | 
					
						
							| 
									
										
										
										
											2017-05-03 15:53:32 +02:00
										 |  |  |       <nav>Navigation</nav> | 
					
						
							| 
									
										
										
										
											2017-05-03 08:39:19 +02:00
										 |  |  |     </div> | 
					
						
							| 
									
										
										
										
											2017-05-03 15:53:32 +02:00
										 |  |  |   </div> | 
					
						
							| 
									
										
										
										
											2017-05-03 08:39:19 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-03 15:53:32 +02:00
										 |  |  |   <div class="container product"> | 
					
						
							| 
									
										
										
										
											2017-05-03 08:39:19 +02:00
										 |  |  | 
 | 
					
						
							|  |  |  |     <div class="row info"> | 
					
						
							| 
									
										
										
										
											2017-05-03 15:53:32 +02:00
										 |  |  |       <div class="col-md-4"> | 
					
						
							|  |  |  |         <img class="featurette-image img-responsive center-block" | 
					
						
							|  |  |  |           src="../static/images/rach-new_packaging-cc_by_2_0.jpg" | 
					
						
							|  |  |  |           th:src="@{/images/rach-new_packaging-cc_by_2_0.jpg}" | 
					
						
							|  |  |  |           alt="Generic placeholder image" /> | 
					
						
							|  |  |  |         <div> | 
					
						
							|  |  |  |           <small class="text-muted" th:inline="text"> | 
					
						
							|  |  |  |             [[#{general.sampleImage}]]: Rach. <span | 
					
						
							|  |  |  |             class="text-emphasized">New Packaging.</span> CC BY 2.0 | 
					
						
							|  |  |  |           </small> | 
					
						
							| 
									
										
										
										
											2017-05-03 08:56:35 +02:00
										 |  |  |         </div> | 
					
						
							| 
									
										
										
										
											2017-05-03 15:53:32 +02:00
										 |  |  |       </div> | 
					
						
							|  |  |  |       <div class="col-md-8"> | 
					
						
							|  |  |  |         <h2 th:text="${product.name}">Product Name</h2> | 
					
						
							| 
									
										
										
										
											2017-05-19 11:12:17 +02:00
										 |  |  |         <img class="icon" th:src="${'https://stock.pub.warehost.de/api/good/availablity/'+product.itemNumber}"/> | 
					
						
							| 
									
										
										
										
											2017-05-03 15:53:32 +02:00
										 |  |  |         <p class="text-info text-uppercase" th:text="${product.price}">0,00 Euro</p> | 
					
						
							|  |  |  |         <p class="lead" th:text="${product.description}">Description.</p> | 
					
						
							|  |  |  |         <div th:replace="fragments/reviews :: reviews"></div> | 
					
						
							|  |  |  |       </div> | 
					
						
							| 
									
										
										
										
											2017-05-03 08:39:19 +02:00
										 |  |  |     </div> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     <footer th:replace="fragments/skeleton :: footer"> | 
					
						
							| 
									
										
										
										
											2017-05-03 15:53:32 +02:00
										 |  |  |       <p>© 2017</p> | 
					
						
							| 
									
										
										
										
											2017-05-03 08:39:19 +02:00
										 |  |  |     </footer> | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-03 15:53:32 +02:00
										 |  |  |   </div> | 
					
						
							| 
									
										
										
										
											2017-05-03 08:39:19 +02:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2017-05-03 15:53:32 +02:00
										 |  |  |   <script src="../static/js/jquery-3.1.1.min.js" | 
					
						
							|  |  |  |     th:src="@{/js/jquery-3.1.1.min.js}"></script> | 
					
						
							|  |  |  |   <!-- Include all compiled plugins (below), or include individual files as needed --> | 
					
						
							|  |  |  |   <script src="../static/js/bootstrap.min.js" | 
					
						
							|  |  |  |     th:src="@{/js/bootstrap.min.js}"></script> | 
					
						
							| 
									
										
										
										
											2017-05-03 08:39:19 +02:00
										 |  |  | </body> | 
					
						
							|  |  |  | </html> |