viniciusteles / beonthenet-estatico
- Source
- Commits
- Network (5)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
70fe0d5
beonthenet-estatico / mod1(pictures)_pag05(checkout)_sit4(form_spinner).html
| 09fa5898 » | leandromello | 2008-11-14 | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> | |
| 2 | <html xml:lang='pt-br' xmlns='http://www.w3.org/1999/xhtml'> | ||||
| 3 | <head> | ||||
| 0017dfbe » | leandromello | 2009-05-29 | 4 | <title>mod1(pictures)_pag05(checkout)_sit4(form_spinner)</title> | |
| 09fa5898 » | leandromello | 2008-11-14 | 5 | <meta content='application/xhtml+xml; charset=utf-8' http-equiv='Content-Type' /> | |
| 5e930d8f » | Vinicius Teles | 2008-11-17 | 6 | <link href="images/favicon.ico" rel="shortcut icon" type="image/x-icon" /> | |
| e1dfea1a » | leandromello | 2009-05-26 | 7 | <link href="stylesheets/10_typography.css" media="all" rel="stylesheet" type="text/css" /> | |
| 1691718e » | leandromello | 2009-06-15 | 8 | <link href="stylesheets/30_color_screen_handheld.css" media="handheld" rel="stylesheet" type="text/css" /> | |
| b298034a » | leandromello | 2009-06-02 | 9 | <link href="stylesheets/33_layout_handheld.css" media="handheld" rel="stylesheet" type="text/css" /> | |
| 10 | <link href="stylesheets/37_layout_iphone.css" media="only screen and (max-device-width: 480px)" rel="stylesheet" type="text/css" /> | ||||
| 11 | <link href="stylesheets/35_layout_print.css" media="print" rel="stylesheet" type="text/css" /> | ||||
| 1691718e » | leandromello | 2009-06-15 | 12 | <link href="stylesheets/20_layout_screen.css" media="screen" rel="stylesheet" type="text/css" /> | |
| 13 | <link href="stylesheets/30_color_screen_handheld.css" media="screen" rel="stylesheet" type="text/css" /> | ||||
| 6021694e » | leandromello | 2009-03-13 | 14 | <!--[if lte IE 7]> | |
| e1dfea1a » | leandromello | 2009-05-26 | 15 | <link href="stylesheets/40_layout_lteie7.css" media="all" rel="stylesheet" type="text/css" /> | |
| 1c64b2fa » | Vinicius Teles | 2008-11-17 | 16 | <![endif]--> | |
| 17 | <!--[if IE 6]> | ||||
| e1dfea1a » | leandromello | 2009-05-26 | 18 | <link href="stylesheets/50_layout_ie6.css" media="all" rel="stylesheet" type="text/css" /> | |
| 1c64b2fa » | Vinicius Teles | 2008-11-17 | 19 | <![endif]--> | |
| 09fa5898 » | leandromello | 2008-11-14 | 20 | </head> | |
| 21 | <body class="best_galleries pictures" id="checkout"> | ||||
| 22 | <div id='header'> | ||||
| 41c93660 » | leandromello | 2009-06-01 | 23 | <p> | |
| 24 | <strong id='logo_print'> | ||||
| 25 | <img alt="Patricia Figueira" height="0" src="images/logo_print.gif" width="0" /> | ||||
| 26 | </strong> | ||||
| 27 | <strong id='logo_screen'> | ||||
| 28 | <a href="mod1(pictures)_pag01(index).html"> | ||||
| 29 | <img alt="Patricia Figueira" src="images/logo.gif" title="Título do logotipo de tela. Existe também um de impressão." /> | ||||
| 30 | </a> | ||||
| 31 | </strong> | ||||
| 32 | </p> | ||||
| bf265296 » | leandromello | 2009-06-02 | 33 | <em id='slogan'>A nova cara da fotografia social.</em> | |
| 09fa5898 » | leandromello | 2008-11-14 | 34 | <ul> | |
| 0017dfbe » | leandromello | 2009-05-29 | 35 | <li class="best_galleries current"><a href="mod1(pictures)_pag01(index).html">Melhores fotos</a></li> | |
| 36 | <li class="all_videos"><a href="mod5(videos)_pag14(index).html">Vídeos</a></li> | ||||
| 37 | <li class="quem_somos"><a href="mod2(text)_pag09(index).html">Quem somos</a></li> | ||||
| 38 | <li class='contact'><a href="mod3(contact)_pag10(index)_sit1(initial).html">Contato</a></li> | ||||
| 39 | <li class='rsvp'><a href="mod6(rsvp)_pag16(index)_sit1(initial).html">R.S.V.P.</a></li> | ||||
| bf265296 » | leandromello | 2009-06-02 | 40 | <li class="blog"><a href="mod4(application)_pag11(page_not_found).html">Erros</a></li> | |
| 09fa5898 » | leandromello | 2008-11-14 | 41 | </ul> | |
| 7534f513 » | leandromello | 2008-11-21 | 42 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 43 | <form action="busca" id="global_search" method="get"> | |
| 44 | |||||
| 45 | <fieldset> | ||||
| 46 | <input id="search_type" name="search_type" type="hidden" value="text" /> | ||||
| 9f2e2d01 » | leandromello | 2009-06-02 | 47 | <input id="query" maxlength="500" name="query" size="60" type="text" value="buscar imagens" /> | |
| 09fa5898 » | leandromello | 2008-11-14 | 48 | </fieldset> | |
| 49 | </form> | ||||
| 50 | </div> | ||||
| 41c93660 » | leandromello | 2009-06-01 | 51 | ||
| 52 | <hr id="header_delimiter" /> | ||||
| 53 | |||||
| 09fa5898 » | leandromello | 2008-11-14 | 54 | <div id='main_content'> | |
| 55 | <p id='subnavigation'> | ||||
| 78d23d7c » | leandromello | 2009-06-03 | 56 | <a href="mod1(pictures)_pag04(selection)_sit4(pictures_in_cart).html" id="go_back_to_thumbnails">Voltar para a seleção de imagens</a> | |
| 09fa5898 » | leandromello | 2008-11-14 | 57 | </p> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 58 | ||
| 78d23d7c » | leandromello | 2009-06-03 | 59 | <h1>Imagens selecionadas</h1> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 60 | ||
| 78d23d7c » | leandromello | 2009-06-03 | 61 | <h2 id='selection_size'>Você selecionou <label>14</label> imagens. Caso queira retirar alguma, clique sobre ela.</h2> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 62 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 63 | <ul id='selected_pictures'> | |
| 64 | <li> | ||||
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 65 | <a class="remove_picture" href="#" id="link_picture_3008399307"> | |
| 66 | <img alt="Texto alternativo." class="pictures" id="picture_3008399307" src="http://farm4.static.flickr.com/3028/3008399307_5d493dd96f_s.jpg" title="Um title." /> | ||||
| 67 | </a> | ||||
| 09fa5898 » | leandromello | 2008-11-14 | 68 | <label>0032pb</label> | |
| 0017dfbe » | leandromello | 2009-05-29 | 69 | <a href="mod1(pictures)_pag05(checkout)_sit2(facebox_spinner).html" rel="facebox" title="Ampliar imagem">+</a> | |
| 09fa5898 » | leandromello | 2008-11-14 | 70 | </li> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 71 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 72 | <li> | |
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 73 | <a class="remove_picture" href="#" id="link_picture_3009231206"> | |
| 74 | <img alt="Texto alternativo." class="pictures" id="picture_3009231206" src="http://farm4.static.flickr.com/3246/3009231206_6c06a77ae4_s.jpg" title="Um title." /> | ||||
| 75 | </a> | ||||
| 09fa5898 » | leandromello | 2008-11-14 | 76 | <label>0033</label> | |
| 0017dfbe » | leandromello | 2009-05-29 | 77 | <a href="mod1(pictures)_pag05(checkout)_sit2(facebox_spinner).html" rel="facebox" title="Ampliar imagem">+</a> | |
| 09fa5898 » | leandromello | 2008-11-14 | 78 | </li> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 79 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 80 | <li> | |
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 81 | <a class="remove_picture" href="#" id="link_picture_3008399353"> | |
| 82 | <img alt="Texto alternativo." class="pictures" id="picture_3008399353" src="http://farm4.static.flickr.com/3222/3008399353_a35e5ac13b_s.jpg" title="Um title." /> | ||||
| 83 | </a> | ||||
| 09fa5898 » | leandromello | 2008-11-14 | 84 | <label>0037</label> | |
| 0017dfbe » | leandromello | 2009-05-29 | 85 | <a href="mod1(pictures)_pag05(checkout)_sit2(facebox_spinner).html" rel="facebox" title="Ampliar imagem">+</a> | |
| 09fa5898 » | leandromello | 2008-11-14 | 86 | </li> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 87 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 88 | <li> | |
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 89 | <a class="remove_picture" href="#" id="link_picture_3009235860"> | |
| 90 | <img alt="Texto alternativo." class="pictures" id="picture_3009235860" src="http://farm4.static.flickr.com/3136/3009235860_1ceece6008_s.jpg" title="Um title." /> | ||||
| 91 | </a> | ||||
| 09fa5898 » | leandromello | 2008-11-14 | 92 | <label>0061</label> | |
| 0017dfbe » | leandromello | 2009-05-29 | 93 | <a href="mod1(pictures)_pag05(checkout)_sit2(facebox_spinner).html" rel="facebox" title="Ampliar imagem">+</a> | |
| 09fa5898 » | leandromello | 2008-11-14 | 94 | </li> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 95 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 96 | <li> | |
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 97 | <a class="remove_picture" href="#" id="link_picture_3009236248"> | |
| 98 | <img alt="Texto alternativo." class="pictures" id="picture_3009236248" src="http://farm4.static.flickr.com/3015/3009236248_c85677e139_s.jpg" title="Um title." /> | ||||
| 99 | </a> | ||||
| 09fa5898 » | leandromello | 2008-11-14 | 100 | <label>0091</label> | |
| 0017dfbe » | leandromello | 2009-05-29 | 101 | <a href="mod1(pictures)_pag05(checkout)_sit2(facebox_spinner).html" rel="facebox" title="Ampliar imagem">+</a> | |
| 09fa5898 » | leandromello | 2008-11-14 | 102 | </li> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 103 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 104 | <li> | |
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 105 | <a class="remove_picture" href="#" id="link_picture_3009236404"> | |
| 106 | <img alt="Texto alternativo." class="pictures" id="picture_3009236404" src="http://farm4.static.flickr.com/3010/3009236404_dd35fe3550_s.jpg" title="Um title." /> | ||||
| 107 | </a> | ||||
| 09fa5898 » | leandromello | 2008-11-14 | 108 | <label>0105</label> | |
| 0017dfbe » | leandromello | 2009-05-29 | 109 | <a href="mod1(pictures)_pag05(checkout)_sit2(facebox_spinner).html" rel="facebox" title="Ampliar imagem">+</a> | |
| 09fa5898 » | leandromello | 2008-11-14 | 110 | </li> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 111 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 112 | <li> | |
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 113 | <a class="remove_picture" href="#" id="link_picture_3009236488"> | |
| 114 | <img alt="Texto alternativo." class="pictures" id="picture_3009236488" src="http://farm4.static.flickr.com/3162/3009236488_49428d246f_s.jpg" title="Um title." /> | ||||
| 115 | </a> | ||||
| 09fa5898 » | leandromello | 2008-11-14 | 116 | <label>0106</label> | |
| 0017dfbe » | leandromello | 2009-05-29 | 117 | <a href="mod1(pictures)_pag05(checkout)_sit2(facebox_spinner).html" rel="facebox" title="Ampliar imagem">+</a> | |
| 09fa5898 » | leandromello | 2008-11-14 | 118 | </li> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 119 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 120 | <li> | |
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 121 | <a class="remove_picture" href="#" id="link_picture_3008401293"> | |
| 122 | <img alt="Texto alternativo." class="pictures" id="picture_3008401293" src="http://farm4.static.flickr.com/3056/3008401293_3f3db8e621_s.jpg" title="Um title." /> | ||||
| 123 | </a> | ||||
| 09fa5898 » | leandromello | 2008-11-14 | 124 | <label>0131pb</label> | |
| 0017dfbe » | leandromello | 2009-05-29 | 125 | <a href="mod1(pictures)_pag05(checkout)_sit2(facebox_spinner).html" rel="facebox" title="Ampliar imagem">+</a> | |
| 09fa5898 » | leandromello | 2008-11-14 | 126 | </li> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 127 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 128 | <li> | |
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 129 | <a class="remove_picture" href="#" id="link_picture_3008401385"> | |
| 130 | <img alt="Texto alternativo." class="pictures" id="picture_3008401385" src="http://farm4.static.flickr.com/3154/3008401385_8a0f26bb5c_s.jpg" title="Um title." /> | ||||
| 131 | </a> | ||||
| 09fa5898 » | leandromello | 2008-11-14 | 132 | <label>0154</label> | |
| 0017dfbe » | leandromello | 2009-05-29 | 133 | <a href="mod1(pictures)_pag05(checkout)_sit2(facebox_spinner).html" rel="facebox" title="Ampliar imagem">+</a> | |
| 09fa5898 » | leandromello | 2008-11-14 | 134 | </li> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 135 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 136 | <li> | |
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 137 | <a class="remove_picture" href="#" id="link_picture_3008401587"> | |
| 138 | <img alt="Texto alternativo." class="pictures" id="picture_3008401587" src="http://farm4.static.flickr.com/3147/3008401587_f7fae53a84_s.jpg" title="Um title." /> | ||||
| 139 | </a> | ||||
| 09fa5898 » | leandromello | 2008-11-14 | 140 | <label>0155pb</label> | |
| 0017dfbe » | leandromello | 2009-05-29 | 141 | <a href="mod1(pictures)_pag05(checkout)_sit2(facebox_spinner).html" rel="facebox" title="Ampliar imagem">+</a> | |
| 09fa5898 » | leandromello | 2008-11-14 | 142 | </li> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 143 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 144 | <li> | |
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 145 | <a class="remove_picture" href="#" id="link_picture_3009237594"> | |
| 146 | <img alt="Texto alternativo." class="pictures" id="picture_3009237594" src="http://farm4.static.flickr.com/3149/3009237594_a2aaba11be_s.jpg" title="Um title." /> | ||||
| 147 | </a> | ||||
| 09fa5898 » | leandromello | 2008-11-14 | 148 | <label>0165</label> | |
| 0017dfbe » | leandromello | 2009-05-29 | 149 | <a href="mod1(pictures)_pag05(checkout)_sit2(facebox_spinner).html" rel="facebox" title="Ampliar imagem">+</a> | |
| 09fa5898 » | leandromello | 2008-11-14 | 150 | </li> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 151 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 152 | <li> | |
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 153 | <a class="remove_picture" href="#" id="link_picture_3009238316"> | |
| 154 | <img alt="Texto alternativo." class="pictures" id="picture_3009238316" src="http://farm4.static.flickr.com/3239/3009238316_c1e8c23acd_s.jpg" title="Um title." /> | ||||
| 155 | </a> | ||||
| 09fa5898 » | leandromello | 2008-11-14 | 156 | <label>0208</label> | |
| 0017dfbe » | leandromello | 2009-05-29 | 157 | <a href="mod1(pictures)_pag05(checkout)_sit2(facebox_spinner).html" rel="facebox" title="Ampliar imagem">+</a> | |
| 09fa5898 » | leandromello | 2008-11-14 | 158 | </li> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 159 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 160 | <li> | |
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 161 | <a class="remove_picture" href="#" id="link_picture_3008395731"> | |
| 162 | <img alt="Texto alternativo." class="pictures" id="picture_3008395731" src="http://farm4.static.flickr.com/3233/3008395731_f3b246297e_s.jpg" title="Um title." /> | ||||
| 163 | </a> | ||||
| 09fa5898 » | leandromello | 2008-11-14 | 164 | <label>0230</label> | |
| 0017dfbe » | leandromello | 2009-05-29 | 165 | <a href="mod1(pictures)_pag05(checkout)_sit2(facebox_spinner).html" rel="facebox" title="Ampliar imagem">+</a> | |
| 09fa5898 » | leandromello | 2008-11-14 | 166 | </li> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 167 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 168 | <li> | |
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 169 | <a class="remove_picture" href="#" id="link_picture_3009231718"> | |
| 170 | <img alt="Texto alternativo." class="pictures" id="picture_3009231718" src="http://farm4.static.flickr.com/3224/3009231718_c3cda77297_s.jpg" title="Um title." /> | ||||
| 171 | </a> | ||||
| 09fa5898 » | leandromello | 2008-11-14 | 172 | <label>0259pb</label> | |
| 0017dfbe » | leandromello | 2009-05-29 | 173 | <a href="mod1(pictures)_pag05(checkout)_sit2(facebox_spinner).html" rel="facebox" title="Ampliar imagem">+</a> | |
| 09fa5898 » | leandromello | 2008-11-14 | 174 | </li> | |
| fb8cf9ee » | leandromello | 2009-02-11 | 175 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 176 | <li class='empty'></li> | |
| 177 | </ul> | ||||
| 178 | |||||
| 0017dfbe » | leandromello | 2009-05-29 | 179 | <form action="mod1(pictures)_pag06(pictures_sent)_sit1(error).html" id="order_form" method="post"> | |
| 09fa5898 » | leandromello | 2008-11-14 | 180 | <fieldset> | |
| b368791a » | leandromello | 2009-02-06 | 181 | <p>Coloque seus dados.</p> | |
| 182 | <label for="selection_message_name">Nome:</label> | ||||
| 183 | <input id="selection_message_name" name="selection_message[name]" size="30" type="text" /> | ||||
| 184 | <label for="selection_message_phones">Telefones (com DDD):</label> | ||||
| 185 | <input id="selection_message_phones" name="selection_message[phones]" size="30" type="text" /> | ||||
| 186 | <label for="selection_message_email">E-mail (obrigatório):</label> | ||||
| 187 | <input id="selection_message_email" name="selection_message[email]" size="30" type="text" /> | ||||
| 0017dfbe » | leandromello | 2009-05-29 | 188 | <button type="submit" class="submitting">Enviando. Aguarde.</button> | |
| 09fa5898 » | leandromello | 2008-11-14 | 189 | </fieldset> | |
| b368791a » | leandromello | 2009-02-06 | 190 | </form> | |
| 09fa5898 » | leandromello | 2008-11-14 | 191 | </div> | |
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 192 | ||
| 41c93660 » | leandromello | 2009-06-01 | 193 | <hr id="footer_delimiter" /> | |
| 9282cd50 » | Vinicius Teles | 2008-11-17 | 194 | ||
| 09fa5898 » | leandromello | 2008-11-14 | 195 | <div id='footer'> | |
| 196 | <p><strong>© Patinha</strong> — Nikiti City, RJ — Brasil | ||||
| cc1bee1b » | leandromello | 2009-06-02 | 197 | <strong>Fone:</strong> (21) 2705-0198 / (21) 8716-7479 — <strong>e-mail:</strong> <a href="#" rel="protected" title="Um title.">patfig@patfig.com.br</a> ou <a href="#" rel="protected" title="Um title.">contato@patfig.com.br</a>.</p> | |
| 09fa5898 » | leandromello | 2008-11-14 | 198 | ||
| 41c93660 » | leandromello | 2009-06-01 | 199 | <h2> | |
| 0017dfbe » | leandromello | 2009-05-29 | 200 | <strong><a href="http://beonthe.net" title="Um title.">Criação do site</a></strong>: | |
| 201 | <a id="beonthenet" href="http://beonthe.net" title="Um title."> | ||||
| 202 | <img src="images/logo_footer.gif" alt="Be on the Net — fazer um site em 24h é com o Be on the Net. Montar um site agora é fácil. Crie seu site em minutos e tenha espaço ilimitado para imagens, fotos e vídeos. Modelos de sites (templates de sites) prontos para agilizar seu desenvolvimento web" title="Um title." /></a>. | ||||
| 203 | Um <a href="http://beonthe.net" title="Um title.">produto</a> da <a id="improveit" href="http://improveit.com.br" title="Um title.">Improve It</a>. | ||||
| 41c93660 » | leandromello | 2009-06-01 | 204 | </h2> | |
| 0017dfbe » | leandromello | 2009-05-29 | 205 | ||
| 41c93660 » | leandromello | 2009-06-01 | 206 | <h3>Design de <a href="http://improveit.com.br/empresa/leandro">Leandro Mello</a> para o <a href="http://beonthe.net" title="Um title.">Be on the Net</a>.</h3> | |
| 0017dfbe » | leandromello | 2009-05-29 | 207 | ||
| 13c25bed » | leandromello | 2009-02-13 | 208 | <h5>Links do projeto Be on the Net estático:</h5> | |
| b5a99009 » | leandromello | 2009-02-12 | 209 | <h6> | |
| 210 | <a href="info/readme.html">Mapa da Mina, o ponto de partida</a> / | ||||
| 211 | <a href="info/instrucoes.html">Instruções para fazer CSS</a> / | ||||
| 212 | <a href="info/faq.html">F.A.Q.</a> / | ||||
| 213 | <a href="info/release-notes.html">Release notes</a> / | ||||
| 214 | <a href="info/fontes-de-material-creative-commons.html">Fontes de material Creative Commons</a> / | ||||
| 215 | <a href="modelo-do-contrato.pdf">Modelo do contrato (.PDF)</a> | ||||
| 216 | </h6> | ||||
| 09fa5898 » | leandromello | 2008-11-14 | 217 | </div> | |
| 218 | </body></html> | ||||
