sleepk

detalhes.jsp

Feb 11th, 2018
504
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 8.12 KB | None | 0 0
  1. <%@ page language="java" contentType="text/html; charset=UTF-8"
  2.     pageEncoding="UTF-8"%>
  3. <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7.     <c:url value="/" var="contextPath" />
  8.       <meta charset="utf-8"/>
  9.           <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
  10.           <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
  11.         <link rel="icon"
  12.             href="//cdn.shopify.com/s/files/1/0155/7645/t/177/assets/favicon.ico?11981592617154272979"
  13.             type="image/ico" />
  14.         <link href="https://plus.googlecom/108540024862647200608"
  15.             rel="publisher"/>
  16.         <title>Livros de Java, SOA, Android, iPhone, Ruby on Rails e
  17.             muito mais - Casa do Código</title>
  18.         <link href="${contextPath}resources/css/cssbase-min.css"
  19.             rel="stylesheet" type="text/css" media="all" />
  20.         <link href='http://fonts.googleapis.com/css?family=Droid+Sans:400,700'
  21.             rel='stylesheet'/>
  22.         <link href="${contextPath}resources/css/fonts.css"
  23.             rel="stylesheet" type="text/css" media="all" />
  24.         <link href="${contextPath}resources/css/fontello-ie7.css"
  25.             rel="stylesheet" type="text/css" media="all" />
  26.         <link href="${contextPath}resources/css/fontello-embedded.css"
  27.             rel="stylesheet" type="text/css" media="all" />
  28.         <link href="${contextPath}resources/css/fontello.css"
  29.             rel="stylesheet" type="text/css" media="all" />
  30.         <link href="${contextPath}resources/css/style.css"
  31.             rel="stylesheet" type="text/css" media="all" />
  32.         <link href="${contextPath}resources/css/layout-colors.css"
  33.             rel="stylesheet" type="text/css" media="all" />
  34.         <link href="${contextPath}resources/css/responsive-style.css"
  35.             rel="stylesheet" type="text/css" media="all" />
  36.         <link href="${contextPath}resources/css/guia-do-programador-style.css"
  37.             rel="stylesheet" type="text/css"  media="all"  />
  38.         <link href="${contextPath}resources/css/produtos.css"
  39.             rel="stylesheet" type="text/css"  media="all"  />
  40.         <link rel="canonical" href="http://www.casadocodigo.com.br/" />
  41. </head>
  42. <body>
  43.  
  44.   <header id="layout-header">
  45.         <div class="clearfix container">
  46.             <a href="/" id="logo">
  47.             </a>
  48.             <div id="header-content">
  49.                 <nav id="main-nav">
  50.                
  51.                     <ul class="clearfix">
  52.                         <li><a href="/carrinho" rel="nofollow">Seu Carrinho</a></li>
  53.                         <li><a href="/pages/sobre-a-casa-do-codigo" rel="nofollow">Sobre Nós</a></li>
  54.                         <li><a href="/pages/perguntas-frequentes" rel="nofollow">Perguntas Frequentes</a></li>
  55.                     </ul>
  56.                
  57.                 </nav>
  58.             </div>
  59.         </div>
  60.     </header>
  61.     <nav class="categories-nav">
  62.         <ul class="container">
  63.             <li class="category"><a href="http://www.casadocodigo.com.br">Home</a></li>
  64.             <li class="category"><a href="/collections/livros-de-agile">
  65.                     Agile </a></li>
  66.             <li class="category"><a href="/collections/livros-de-front-end">
  67.                     Front End </a></li>
  68.             <li class="category"><a href="/collections/livros-de-games">
  69.                     Games </a></li>
  70.             <li class="category"><a href="/collections/livros-de-java">
  71.                     Java </a></li>
  72.             <li class="category"><a href="/collections/livros-de-mobile">
  73.                     Mobile </a></li>
  74.             <li class="category"><a
  75.                 href="/collections/livros-desenvolvimento-web"> Web </a></li>
  76.             <li class="category"><a href="/collections/outros"> Outros </a></li>
  77.         </ul>
  78.     </nav>
  79.  
  80.     <article id="${produto.id }">
  81.           <header id="product-highlight" class="clearfix">
  82.             <div id="product-overview" class="container">
  83.               <img width="280px" height="395px" src="http://cdn.shopify.com/s/files/1/0155/7645/products/css-eficiente-featured_large.png?v=1435245145" class="product-featured-image" />
  84.               <h1 class="product-title">${produto.titulo }</h1>
  85.               <p class="product-author">
  86.                 <span class="product-author-link">
  87.                  
  88.                 </span>
  89.               </p> 
  90.            
  91.             <p class="book-description">
  92.                 ${produto.descricao }
  93.             </p>
  94.             </div>
  95.           </header>
  96.    
  97.      
  98.       <section class="buy-options clearfix">  
  99.       <form action="/carrinho/add" method="post" class="container">
  100.         <ul id="variants" class="clearfix">
  101.         <input type="hidden" value="${produto.id }" name="produtoId"/>
  102.         <c:forEach items="" var="preco">
  103.               <li class="buy-option">
  104.                 <input type="radio" name="tipo" class="variant-radio"
  105.                 id="product-variant-9720393823" value="${preco.tipo }"  checked="checked"  />
  106.                 <label  class="variant-label">${preco.tipo }</label>
  107.                 <small class="compare-at-price">R$ 39,90</small>
  108.                 <p class="variant-price" itemprop="price">${preco.valor }</p>
  109.               </li>          
  110.               </c:forEach>
  111.         </ul>
  112.         <button type="submit" class="submit-image icon-basket-alt" alt="Compre Agora" title="Compre Agora'${produto.titulo }'"></button>
  113.        
  114.       </form>
  115.      
  116.     </section>
  117.      
  118.     <div class="container">
  119.       <section class="summary">
  120.         <ul>
  121.             <li><h3>E muito mais... <a href='/pages/sumario-java8'>veja o sumário</a>.</h3></li>
  122.         </ul>
  123.       </section>
  124.      
  125.       <section class="data product-detail">
  126.         <h2 class="section-title">Dados do livro:</h2>
  127.         <p>Número de páginas: <span>${produto.pagina }</span></p>
  128.         <p></p>
  129.         <p>Data de publicação: ${produto.dataLancamento } </p>
  130.         <p>Encontrou um erro? <a href='/submissao-errata' target='_blank'>Submeta uma errata</a></p>
  131.       </section>
  132.     </div>
  133.    
  134.     </article> 
  135.  
  136.     <footer id="layout-footer">
  137.         <div class="clearfix container">
  138.  
  139.  
  140.  
  141.  
  142.             <div id="collections-footer">
  143.                 <!-- cdc-footer -->
  144.                 <p class="footer-title">Coleções de Programação</p>
  145.                 <ul class="footer-text-links">
  146.                     <li><a href="/collections/livros-de-java">Java</a></li>
  147.                     <li><a href="/collections/livros-desenvolvimento-web">Desenvolvimento
  148.                             Web</a></li>
  149.                     <li><a href="/collections/livros-de-mobile">Mobile</a></li>
  150.                     <li><a href="/collections/games">Games</a></li>
  151.                     <li><a href="/collections/livros-de-front-end">Front End</a></li>
  152.                 </ul>
  153.                 <p class="footer-title">Outros Assuntos</p>
  154.                 <ul class="footer-text-links">
  155.                     <li><a href="/collections/livros-de-agile">Agile</a></li>
  156.                     <li><a href="/collections/outros">e outros...</a></li>
  157.                 </ul>
  158.             </div>
  159.             <div id="social-footer">
  160.                 <!-- books-footer -->
  161.                 <p class="footer-title">Links da Casa do Código</p>
  162.                 <ul class="footer-text-links">
  163.                     <li><a href="http://livros.casadocodigo.com.br" rel="nofollow">Meus
  164.                             E-books</a></li>
  165.                     <li><a href="/pages/sobre-a-casa-do-codigo">Sobre a Casa
  166.                             do Código</a></li>
  167.                     <li><a href="/pages/perguntas-frequentes">Perguntas
  168.                             Frequentes</a></li>
  169.                     <li><a href="https://www.caelum.com.br">Caelum - Ensino e
  170.                             Inovação</a></li>
  171.                     <li><a href="http://www.codecrushing.com/" rel="nofollow">Code
  172.                             Crushing</a></li>
  173.                     <li><a
  174.                         href="http://www.casadocodigo.com.br/pages/politica-de-privacidade"
  175.                         rel="nofollow">Política de Privacidade</a></li>
  176.                 </ul>
  177.                 <p class="footer-title">Redes Sociais</p>
  178.                 <ul>
  179.                     <li class="social-links"><a
  180.                         href="http://www.twitter.com/casadocodigo" target="_blank"
  181.                         id="twitter" rel="nofollow">Facebook</a> <a
  182.                         href="http://www.facebook.com/casadocodigo" target="_blank"
  183.                         id="facebook" rel="nofollow">Twitter</a></li>
  184.                 </ul>
  185.             </div>
  186.             <div id="newsletter-footer">
  187.                 <!-- social-footer -->
  188.                 <p class="footer-title">Receba as Novidades e Lançamentos</p>
  189.                 <div id="form-newsletter">
  190.                     <form
  191.                         action=""
  192.                         method="POST" id="ss-form" class="form-newsletter">
  193.                         <ul>
  194.                             <li><input type="hidden" name="pageNumber" value="0"/><input
  195.                                 type="hidden" name="backupCache" value=""/><input
  196.                                 type="email" name="entry.0.single" value="" class="ss-q-short"
  197.                                 id="entry_0" placeholder="[email protected]"/></li>
  198.                             <li><input type="submit" name="submit"
  199.                                 value="Quero Receber!" id="submit-newsletter"/></li>
  200.                         </ul>
  201.                     </form>
  202.                     <ul>
  203.                         <li class="ie8"><a
  204.                             href=""
  205.                             rel="nofollow">Receba as Novidades e Lançamentos</a></li>
  206.                     </ul>
  207.                 </div>
  208.                 <ul class="footer-payments">
  209.                     <li></li>
  210.                     <li></li>
  211.                 </ul>
  212.             </div>
  213.         </div>
  214.     </footer>
  215. </body>
  216. </html>
Advertisement
Add Comment
Please, Sign In to add comment