[IMP] website snippet: join overlay buttons; remove label
[odoo/odoo.git] / addons / website / static / src / xml / website.snippets.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <templates id="template" xml:space="preserve">
3
4     <!-- Snippet loader -->
5     <t t-name="website.snippets_button">
6         <li class="navbar-form"><button type="button" data-action="snippet" class="btn btn-primary">Insert Blocks</button></li>
7     </t>
8     <t t-name="website.snippets_style">
9         <li class="navbar-form">
10             <div class="btn-group">
11                 <button type="button" class="btn btn-default dropdown-toggle" data-toggle="dropdown">
12                     Block style <span class="caret"></span>
13                 </button>
14                 <ul class="dropdown-menu" id="oe_snippets_style" role="menu"></ul>
15             </div>
16         </li>
17     </t>
18     <t t-name="website.snippets_modal">
19         <div class="modal" id="oe_droperror" tabindex="-1" role="dialog">
20             <div class="modal-dialog">
21                 <div class="modal-content">
22                     <div class="modal-header">
23                         <button type="button" class="close" data-dismiss="modal">&amp;times;</button>
24                         <h4 class="modal-title">
25                             Building Block Not Inserted
26                         </h4>
27                     </div>
28                     <div class="modal-body">
29                         <p>
30                             The building block has not been inserted in your
31                             page because you did not drop it in a valid zone.
32                             Valid zone are represented by rectangle like this:
33                         </p>
34                         <div class="row">
35                             <div class="col-sm-4 col-sm-offset-4 oe_drop_zone_style text-center">
36                                 drop in this zone
37                             </div>
38                         </div>
39                         <p class="text-muted">
40                             When your cursor is in a valid zone, OpenERP shows
41                             you a preview of the building block in your page.
42                             You must release the block when the preview is visible.
43                         </p>
44                     </div>
45                     <div class="modal-footer">
46                         <button type="button" class="btn btn-primary" data-dismiss="modal">Close</button>
47                         <div class="pull-left">
48                             <input type="checkbox" value="1"/> Never show this tip again
49                         </div>
50                     </div>
51                 </div>
52             </div>
53         </div>
54     </t>
55
56     <t t-name="website.snippets">
57         <div id='oe_snippets'>
58             <div class="scroll">
59                 <ul class="nav navbar-nav">
60                   <li><a href="#snippet_structure">Structure</a></li>
61                   <li><a href="#snippet_content">Content</a></li>
62                   <li><a href="#snippet_business">Business</a></li>
63                 </ul>
64                 <div class="pill-content">
65                     <div id="snippet_structure"><label><div>Structure</div></label></div>
66                     <div id="snippet_content"><label><div>Content</div></label></div>
67                     <div id="snippet_business"><label><div>Business</div></label></div>
68                 </div>
69             </div>
70         </div>
71     </t>
72
73     <t t-name="website.snippet_overlay">
74         <div class="oe_overlay">
75             <div class="oe_overlay_options">
76                 <a href="#" class="btn btn-default btn-sm oe_snippet_parent" title="Get Container Block"><span class="glyphicon glyphicon-open"/></a>
77                 <div class="dropdown oe_options hidden">
78                     <a href="#" data-toggle="dropdown" class="btn btn-default btn-sm" title="Customize">Customize <span class="caret"/></a>
79                     <ul class="dropdown-menu" role="menu"></ul>
80                 </div>
81                 <a href="#" class="btn btn-default btn-sm oe_snippet_clone" title="Duplicate"><span class="glyphicon glyphicon-tags"/></a>
82                 <a href="#" class="btn btn-default btn-sm oe_snippet_move" title="move"><span class="glyphicon glyphicon-move"/></a>
83                 <a href="#" class="btn btn-default btn-sm oe_snippet_remove" title="Remove"><span class="glyphicon glyphicon-remove"/></a>
84             </div>
85         </div>
86     </t>
87
88     <t t-name="website.snippet_manipulator">
89         <div class='oe_snippet_manipulator'></div>
90     </t>
91
92     <!-- snippet objects -->
93
94     <div t-name="website.snippets.resize" data-snippet-id='resize'>
95         <!-- custom data for the widget -->
96         <div class='oe_handles'>
97             <div class='oe_handle n'></div>
98             <div class='oe_handle e'></div>
99             <div class='oe_handle w'></div>
100             <div class='oe_handle s'></div>
101         </div>
102         <div class='oe_snippet_thumbnail'>Margin resize</div>
103     </div>
104
105     <div t-name="website.snippets.colmd" data-snippet-id='colmd' data-selector-vertical-children='.row'></div>
106
107     <!-- Structure Snippets -->
108
109     <div t-name="website.snippets.carousel" data-snippet-id='carousel' data-category='structure' data-selector-children='.oe_structure, [data-oe-type=html]'>
110         
111         <!-- editor bar to display inside the top edit bar -->
112         <li class='oe_snippet_options'>
113             <a class="carousel-style">
114                 <select class="form-control" name="carousel-size">
115                     <option value="small">Small</option>
116                     <option value="medium">Medium</option>
117                     <option value="big">Big</option>
118                 </select>
119             </a>
120         </li>
121         <li class="divider"></li>
122         <li class='oe_snippet_options'>
123             <a href="#" class="button js_add">Add Slide</a>
124         </li>
125         <li class='oe_snippet_options'>
126             <a href="#" class="button js_remove">Remove Slide</a>
127         </li>
128         <li class='oe_snippet_options'>
129             <a class="carousel-background">
130                 Background
131                 <select class="form-control" name="carousel-background">
132                     <option value="/website/static/src/img/banner/aqua.jpg">Aqua</option>
133                     <option value="/website/static/src/img/banner/baby_blue.jpg">Baby Blue</option>
134                     <option value="/website/static/src/img/banner/black.jpg">Black</option>
135                     <option value="/website/static/src/img/banner/business_guy.jpg">Business Guy</option>
136                     <option value="/website/static/src/img/banner/color_splash.jpg">Color Splash</option>
137                     <option value="/website/static/src/img/banner/flower_field.jpg">Flowers Field</option>
138                     <option value="/website/static/src/img/banner/greenfields.jpg">Greenfields</option>
139                     <option value="/website/static/src/img/banner/landscape.jpg">Landscape</option>
140                     <option value="/website/static/src/img/banner/mango.jpg">Mango</option>
141                     <option value="/website/static/src/img/banner/mountains.jpg">Mountains</option>
142                     <option value="/website/static/src/img/banner/orange_red.jpg">Orange Red</option>
143                     <option value="/website/static/src/img/banner/flower.jpg">Purple</option>
144                     <option value="/website/static/src/img/banner/velour.jpg">Velour</option>
145                     <option value="/website/static/src/img/banner/wood.jpg">Wood</option>
146                     <option value="/website/static/src/img/banner/yellow_green.jpg">Yellow Green</option>
147                 </select>
148                 <input class="form-control input-sm" type="text" placeholder="http://...."/>
149             </a>
150         </li>
151         <li class='oe_snippet_options'>
152             <a class="carousel-style">
153                 Style
154                 <select class="form-control" name="carousel-style">
155                     <option value="text_only">Text Only</option>
156                     <option value="image_text">Image - Text</option>
157                     <option value="text_image">Text - Image</option>
158                 </select>
159             </a>
160         </li>
161
162         <!-- thumbnail to display inside the bottom widget list editor -->
163         <div class='oe_snippet_thumbnail'>
164             <img src="/website/static/src/img/banner/color_splash.jpg" style="position: absolute; left: 0; top: 40px; max-width: 100%"/>
165             <img src="/website/static/src/img/banner/banner_picture.png" style="position: absolute; left: 10px; top: 52px; max-width: 25%"/>
166             <span style="position: absolute; top: 50px; right: 10px;">Banner</span>
167         </div>
168
169         <!-- body to insert after drag and drop thumbnail -->
170         <div id="myCarousel" class="oe_snippet_body carousel slide oe_medium mb32" data-interval="10000">
171             <!-- Carousel items -->
172             <div class="carousel-inner">
173                 <div class="item image_text active" style="background-image: url(/website/static/src/img/banner/color_splash.jpg); background-size: cover;">
174                     <div class="container">
175                         <div class="carousel-caption content">
176                             <h1>Set Your Banner Title</h1>
177                             <h3>Customize with the top-left menu</h3>
178                             <p>
179                                 <a href="/page/website.contactus" class="btn btn-success btn-large">Contact us</a>
180                             </p>
181                         </div>
182                         <div class="carousel-image">
183                             <img src="/website/static/src/img/banner/banner_picture.png" alt="Banner OpenERP Image"/>
184                         </div>
185                     </div>
186                 </div>
187             </div>
188             <!-- Carousel nav -->
189             <a class="carousel-control left" href="#myCarousel" data-slide="prev" style="width: 10%"></a>
190             <a class="carousel-control right" href="#myCarousel" data-slide="next" style="width: 10%"></a>
191         </div>
192     </div>
193
194     <div t-name="website.snippets.darken" data-snippet-id='darken' data-category='style' data-selector='section'>
195         <div class='oe_snippet_label'>Darken</div>
196         <div class='oe_snippet_class'>dark</div>
197     </div>
198
199     <div t-name="website.snippets.well" data-snippet-id='well' data-category='content' data-selector-siblings='p, h1, h2, h3, blockquote'>
200         <div class='oe_snippet_thumbnail'>Well</div>
201         <div class="oe_snippet_body well">
202             Manage your sales funnel with no effort with OpenERP CRM. Attract
203             leads, follow-up on phone calls and meetings. Analyse the quality
204             of your leads to make informed decisions.
205         </div>
206     </div>
207
208     <div t-name="website.snippets.quote" data-snippet-id='quote' data-category='content' data-selector-siblings='p, h1, h2, h3, blockquote'>
209         <div class='oe_snippet_thumbnail'>Quote</div>
210         <blockquote class="oe_snippet_body">
211             <p>
212                 OpenERP provides essential platform for our project management.
213                 Things are better organized and more visible with it.
214             </p>
215             <small>John Doe, CEO</small>
216         </blockquote>
217     </div>
218
219     <div t-name="website.snippets.panel" data-snippet-id='panel' data-category='content' data-selector-siblings='p, h1, h2, h3, blockquote'>
220         <div class='oe_snippet_thumbnail'>Panel</div>
221         <div class="oe_snippet_body panel panel-default">
222             <div class="panel-heading">
223                 <h3 class="panel-title">OpenERP Features</h3>
224             </div>
225             <div class="panel-body">
226                 OpenERP's collaborative and realtime project management helps
227                 your team get work done. Keep track of everything, from the big
228                 picture to the minute details, from the customer contract to
229                 the billing.
230             </div>
231         </div>
232     </div>
233
234     <div t-name="website.snippets.surprise" data-snippet-id='vomify' data-category='content' data-selector-children='.oe_structure'>
235         <div class="oe_snippet_body" style="height: 0; position: absolute;"></div>
236         <div class='oe_snippet_thumbnail' style='background-image:radial-gradient(red,orange,yellow,green,blue);'>Surprise!</div>
237     </div>
238
239     <div t-name="website.snippets.text-image" data-snippet-id='text-image' data-category='structure' data-selector-children='.oe_structure, [data-oe-type=html]'>
240         <div class='oe_snippet_thumbnail'>
241             <span style="position: absolute; top: 50px; left: 5px;">Text-Image</span>
242             <img src="/website/static/src/img/banner/banner_picture.png" style="position: absolute; right: 5px; top: 50px; max-width: 28%"/>
243         </div>
244         <section class="oe_snippet_body">
245             <div class="container">
246                 <div class="row">
247                     <div class="col-md-6">
248                         <h3 class="mt48">Enterprise Social Network</h3>
249                         <p>
250                             Make every employee feel more connected and engaged
251                             with twitter-like features for your own company. Follow
252                             people, share best practices, 'like' top ideas, etc.
253                         </p><p>
254                             Connect with experts, follow what interests you, share
255                             documents and promote best practices with OpenERP
256                             Social application. Get work done with effective
257                             collaboration across departments, geographies
258                             and business applications.
259                         </p>
260                     </div>
261                     <div class="col-md-6">
262                         <img class="img-responsive shadow mt32 mb32" src="/website/static/src/img/text_image.png"/>
263                     </div>
264                 </div>
265             </div>
266         </section>
267     </div>
268
269     <div t-name="website.snippets.image-text" data-snippet-id='image-text' data-category='structure' data-selector-children='.oe_structure, [data-oe-type=html]'>
270         <div class='oe_snippet_thumbnail'>
271             <img src="/website/static/src/img/banner/banner_picture.png" style="position: absolute; left: 5px; top: 50px; max-width: 28%"/>
272             <span style="position: absolute; top: 50px; right: 5px;">Image-Text</span>
273         </div>
274         <section class="oe_snippet_body">
275             <div class="container">
276                 <div class="row">
277                     <div class="col-md-6">
278                         <img class="img-responsive shadow mt32 mb32" src="/website/static/src/img/image_text.jpg"/>
279                     </div>
280                     <div class="col-md-6">
281                         <h3 class="mt48">Manage Your Shops</h3>
282                         <p>
283                             OpenERP's Point of Sale introduces a super clean
284                             interface with no installation required that runs
285                             online and offline on modern hardwares.
286                         </p><p>
287                             It's full integration with the company inventory
288                             and accounting, gives you real time statistics and
289                             consolidations amongst all shops without the hassle
290                             of integrating several applications.
291                         </p>
292                     </div>
293                 </div>
294             </div>
295         </section>
296     </div>
297
298     <div t-name="website.snippets.jumbotron" data-snippet-id='jumbotron' data-category='structure' data-selector-children='.oe_structure, [data-oe-type=html]'>
299         <div class='oe_snippet_thumbnail'>
300             <div style="position: absolute; top: 30px; background-color: #eee; width: 100%; padding: 8px 0 6px 4px;">
301                 <div style="color: #000; display: block; text-align: left;">
302                     Jumbotron
303                     <div style="font-size: 9px; line-height: 9px; text-shadow: none;">
304                         Jumbotron Sub-title
305                         <br/><span class="label label-primary">Contact us</span>
306                     </div>
307                 </div>
308             </div>
309         </div>
310         <section class="oe_snippet_body jumbotron mt16 mb16">
311             <div class="container">
312                 <h1>Sell Online. Easily.</h1>
313                 <p>
314                     Get your online shop ready in a few clicks with OpenERP Commerce.
315                 </p>
316                 <p>
317                     <a class="btn btn-primary btn-lg" href="/website.contactus">
318                         Contact us
319                     </a>
320                 </p>
321             </div>
322         </section>
323     </div>
324
325     <div t-name="website.snippets.text-block" data-snippet-id='text-block' data-category='structure' data-selector-children='.oe_structure, [data-oe-type=html]'>
326         <div class='oe_snippet_thumbnail'>
327             <div style="position: absolute; top: 26px; left: 5px;  width: 94%;">
328                 <div style="display: block;">
329                     Text Block
330                     <div style="text-shadow: none;font-size: 9px; line-height: 9px; color: #bbb;margin-bottom: 5px;">
331                         Jumbotron Sub-title
332                     </div>
333                     <div style="text-shadow: none;font-size: 6px; line-height: 6px; text-align: left;">
334                         Organize projects around your own processes. Work
335                         on tasks and issues using the kanban view, schedule
336                         tasks using the gantt chart and control deadlines
337                         in the calendar view. Every project may have it's
338                         own stages allowing teams to optimize their job.
339                     </div>
340                 </div>
341             </div>
342         </div>
343         <section class="oe_snippet_body mt16 mb16">
344             <div class="container">
345                 <div class="row">
346                     <div class="col-md-12 text-center mt16 mb32">
347                         <h1>
348                             OpenERP Project Management<br/>
349                             <small>Infinitely flexible. Incredibly easy to use.</small>
350                         </h1>
351                     </div>
352                     <div class="col-md-12 mb16 mt16">
353                         <p>
354                             OpenERP's <b>collaborative and realtime</b> project
355                             management helps your team get work done. Keep
356                             track of everything, from the big picture to the
357                             minute details, from the customer contract to the
358                             billing.
359                         </p><p>
360                             Organize projects around your own processes. Work
361                             on tasks and issues using the kanban view, schedule
362                             tasks using the gantt chart and control deadlines
363                             in the calendar view. Every project may have it's
364                             own stages allowing teams to optimize their job.
365                         </p>
366                     </div>
367                 </div>
368             </div>
369         </section>
370     </div>
371
372     <div t-name="website.snippets.hr" data-snippet-id='hr' data-category='structure' data-selector-children='.oe_structure, [data-oe-type=html]'>
373         <div class="oe_snippet_thumbnail">
374             <hr style="position: absolute;top: 61px;margin: 0;width: 100%;border-color: #888;"/>
375             <div style="position: absolute;width: 100%;top: 51px;">Separator</div>
376         </div>
377         <hr class="oe_snippet_body"/>
378     </div>
379
380
381     <div t-name="website.snippets.big-picture" data-snippet-id='big-picture' data-category='structure' data-selector-children='.oe_structure, [data-oe-type=html]'>
382         <div class='oe_snippet_thumbnail'>
383             <div style="position: absolute; top: 8px; left: 5px;  width: 94%;">
384                 <div style="display: block;">
385                     Big Picture
386                     <img src="/website/static/src/img/big_picture.png" style="max-width: 100%"/>
387                     <div style="text-shadow: none;font-size: 6px; line-height: 6px; margin: 5px 10px">
388                         OpenERP's Point of Sale introduces a super clean
389                         interface with no installation required.
390                     </div>
391                 </div>
392             </div>
393
394         </div>
395         <section class="oe_snippet_body dark mt16 mb16">
396             <div class="container">
397                 <div class="row">
398                     <div class="col-md-12 text-center mt32 mb16">
399                         <h2>Work with the hardware you already have...</h2>
400                     </div>
401                     <div class="col-md-12">
402                         <img class="img-responsive" src="/website/static/src/img/big_picture.png" style="margin: 0 auto;"/>
403                     </div>
404                     <div class="col-md-6 col-md-offset-3 mb16 mt16">
405                         <p class="text-center">
406                             <b>No installation required</b>
407                         </p>
408                         <p class="text-center">
409                             OpenERP's Point of Sale introduces a super clean
410                             interface with no installation required that runs
411                             online and offline on modern hardware. Laptops,
412                             tablets, industrial POS, it runs on everything.
413                         </p>
414                         <p class="text-center">
415                             <a href="/page/website.contactus">Get more information Â»</a>
416                         </p>
417                     </div>
418                 </div>
419             </div>
420         </section>
421     </div>
422
423     <div t-name="website.snippets.three-columns" data-snippet-id='three-columns' data-category='structure' data-selector-children='.oe_structure, [data-oe-type=html]'>
424         <div class="oe_snippet_thumbnail">
425             <div style="padding-top: 22px;">
426                 Three Columns
427                 <div class="clearfix" style="font-size: 6px;text-shadow: none;">
428                     <div class="pull-left" style="width: 33%;line-height: 6px;">
429                         <img src="/website/static/src/img/china_thumb.jpg" style="max-width: 90%;"/>
430                         Post job offers and keep track of each application received.
431                     </div>
432                     <div class="pull-left" style="width: 33%;line-height: 6px;">
433                         <img src="/website/static/src/img/desert_thumb.jpg" style="max-width: 90%;"/>
434                         Break down information silos. Share knowledge and best practices amongst all employees.
435                     </div>
436                     <div class="pull-left" style="width: 33%; line-height: 6px;">
437                         <img src="/website/static/src/img/deers_thumb.jpg" style="max-width: 90%;"/>
438                         The agenda of each employee is updated accordingly.
439                     </div>
440                 </div>
441             </div>
442         </div>
443         <section class="oe_snippet_body mt16 mb16">
444             <div class="container">
445                 <div class="row">
446                     <div class="col-md-12 text-center mt16 mb16">
447                         <h2>OpenERP HR Features</h2>
448                         <h3 class="text-muted">Manage your company most important asset: People</h3>
449                     </div>
450                 </div>
451                 <div class="row">
452                     <div class="col-md-4">
453                         <img class="img-rounded img-responsive" src="/website/static/src/img/china_thumb.jpg"/>
454                         <h4 class="mt16">Streamline Recruitments</h4>
455                         <p>
456                             Post job offers and keep track of each application
457                             received. Follow applicants in your recruitment process
458                             with the smart kanban view.
459                         </p><p>
460                             Save time by automating some communications with email
461                             templates. Resumes are indexed automatically, allowing
462                             you to easily find for specific profiles.
463                         </p>
464                     </div>
465                     <div class="col-md-4">
466                         <img class="img-rounded img-responsive" src="/website/static/src/img/desert_thumb.jpg"/>
467                         <h4 class="mt16">Enterprise Social Network</h4>
468                         <p>
469                             Break down information silos. Share knowledge and best
470                             practices amongst all employees. Follow specific people
471                             or documents and join groups of interests to share
472                             expertise and documents.
473                         </p><p>
474                             Interact with your collegues in real time with live chat.
475                         </p>
476                     </div>
477                     <div class="col-md-4">
478                         <img class="img-rounded img-responsive" src="/website/static/src/img/deers_thumb.jpg"/>
479                         <h4 class="mt16">Leaves Management</h4>
480                         <p>
481                             Keep track of the vacation days accrued by each
482                             employee. Employees enter their requests (paid
483                             holidays, sick leave, etc), for managers to approve and
484                             validate. It's all done in just a few clicks. The
485                             agenda of each employee is updated accordingly.
486                         </p>
487                     </div>
488                 </div>
489             </div>
490         </section>
491     </div>
492
493     <div t-name="website.snippets.portfolio" data-snippet-id='portfolio' data-category='business' data-selector-children='.oe_structure, [data-oe-type=html]'>
494         <div class='oe_snippet_thumbnail'>Portfolio</div>
495         <section class="oe_snippet_body">
496             <div class="container">
497                 <div class="row">
498                     <div class="col-md-12 text-center mt16 mb32">
499                         <h2>Our Porfolio</h2>
500                         <h4 class="text-muted">More than 500 successful projects</h4>
501                     </div>
502                     <div class="col-md-4">
503                         <img class="img-thumbnail img-responsive" src="/website/static/src/img/deers.jpg"/>
504                         <img class="img-thumbnail img-responsive" src="/website/static/src/img/desert.jpg"/>
505                         <img class="img-thumbnail img-responsive" src="/website/static/src/img/china.jpg"/>
506                     </div>
507                     <div class="col-md-4">
508                         <img class="img-thumbnail img-responsive" src="/website/static/src/img/desert.jpg"/>
509                         <img class="img-thumbnail img-responsive" src="/website/static/src/img/china.jpg"/>
510                         <img class="img-thumbnail img-responsive" src="/website/static/src/img/deers.jpg"/>
511                     </div>
512                     <div class="col-md-4">
513                         <img class="img-thumbnail img-responsive" src="/website/static/src/img/landscape.jpg"/>
514                         <img class="img-thumbnail img-responsive" src="/website/static/src/img/china.jpg"/>
515                         <img class="img-thumbnail img-responsive" src="/website/static/src/img/desert.jpg"/>
516                     </div>
517                 </div>
518             </div>
519         </section>
520     </div>
521
522     <div t-name="website.snippets.image-gallery" data-snippet-id='image-gallery' data-category='business' data-selector-children='.oe_structure, [data-oe-type=html]'>
523         <div class='oe_snippet_thumbnail'>
524             <div style="padding-top: 22px;">
525                 Image Gallery
526                 <div class="clearfix">
527                     <div style="float: right; width: 56px;height: 30px;">
528                         <img src="/website/static/src/img/china_thumb.jpg" style="max-width: 24px;"/>
529                         <img src="/website/static/src/img/deers_thumb.jpg" style="max-width: 24px;"/>
530                         <img src="/website/static/src/img/desert_thumb.jpg" style="max-width: 24px;"/>
531                         <img src="/website/static/src/img/china_thumb.jpg" style="max-width: 24px;"/>
532                     </div>
533                     <img src="/website/static/src/img/desert.jpg" style="float-left; width: 50px;height: 31px;margin-top: 4px;"/>
534                     <img src="/website/static/src/img/deers_thumb.jpg" style="float-left; max-width: 24px;"/>
535                     <img src="/website/static/src/img/landscape.jpg" style="float-left; max-width: 50px;"/>
536                     <img src="/website/static/src/img/china_thumb.jpg" style="max-width: 24px;"/>
537                 </div>
538             </div>
539         </div>
540         <section class="oe_snippet_body">
541             <div class="container">
542                 <div class="row">
543                     <div class="col-md-12 text-center mt16 mb32">
544                         <h2>Our Customer References</h2>
545                         <h4 class="text-muted">More than 500 successful projects</h4>
546                     </div>
547                     <div class="col-md-6">
548                         <img class="img-thumbnail img-responsive mb16" src="/website/static/src/img/desert.jpg"/>
549                     </div>
550                     <div class="col-md-3">
551                         <img class="img-thumbnail img-responsive mb16" src="/website/static/src/img/china_thumb.jpg"/>
552                     </div>
553                     <div class="col-md-3">
554                         <img class="img-thumbnail img-responsive mb16" src="/website/static/src/img/deers_thumb.jpg"/>
555                     </div>
556                     <div class="col-md-3">
557                         <img class="img-thumbnail img-responsive mb16" src="/website/static/src/img/desert_thumb.jpg"/>
558                     </div>
559                     <div class="col-md-3">
560                         <img class="img-thumbnail img-responsive mb16" src="/website/static/src/img/china_thumb.jpg"/>
561                     </div>
562                     <div class="col-md-3">
563                         <img class="img-thumbnail img-responsive mb16" src="/website/static/src/img/deers_thumb.jpg"/>
564                     </div>
565                     <div class="col-md-6">
566                         <img class="img-thumbnail img-responsive mb16" src="/website/static/src/img/landscape.jpg"/>
567                     </div>
568                     <div class="col-md-3">
569                         <img class="img-thumbnail img-responsive mb16" src="/website/static/src/img/china_thumb.jpg"/>
570                     </div>
571                 </div>
572             </div>
573         </section>
574     </div>
575
576     <div t-name="website.snippets.pricing" data-snippet-id='pricing' data-category='business' data-selector-children='.oe_structure, [data-oe-type=html]'>
577         <div class='oe_snippet_thumbnail'>Comparisons</div>
578         <section class="oe_snippet_body">
579             <div class="container">
580               <div class="row">
581                 <div class="col-md-12 text-center mt16 mb32">
582                     <h2>Our Offers</h2>
583                 </div>
584
585                 <div class="col-md-4">
586                     <div class="panel panel-info">
587                       <!-- Default panel contents -->
588                       <div class="panel-heading text-center">
589                           <h2 style="margin: 0">Beginner</h2>
590                           <p style="margin: 0" class="text-muted">
591                               Starter package
592                           </p>
593                       </div>
594                       <div class="panel-body text-center text-muted" style="background-color: rgba(0,0,0,0.1)">
595                         <h2 style="margin: 0"><span>$</span><b style="font-size: 60px">450</b><small>.00</small></h2>
596                         <div>per month</div>
597                       </div>
598
599                       <!-- List group -->
600                       <ul class="list-group">
601                         <li class="list-group-item">Battery: 8 hours</li>
602                         <li class="list-group-item">Screen: 2.5 inch</li>
603                         <li class="list-group-item">Weight: 1.1 ounces</li>
604                         <li class="list-group-item">No support</li>
605                       </ul>
606                       <div class="panel-footer text-center">
607                           <p class="text-muted">
608                               <i>Free shipping, satisfied or reimbursed.</i>
609                           </p>
610                           <a href="/page/website.contactus" class="btn btn-primary btn-lg">Order now</a>
611                       </div>
612                     </div>
613                 </div>
614                 <div class="col-md-4">
615                     <div class="panel panel-primary">
616                       <!-- Default panel contents -->
617                       <div class="panel-heading text-center">
618                           <h2 style="margin: 0">Professional</h2>
619                           <p style="margin: 0">
620                               Enterprise package
621                           </p>
622                       </div>
623                       <div class="panel-body text-center text-muted" style="background-color: rgba(0,0,0,0.1)">
624                         <h2 style="margin: 0"><span>$</span><b style="font-size: 60px">590</b><small>.00</small></h2>
625                         <div>per month</div>
626                       </div>
627
628                       <!-- List group -->
629                       <ul class="list-group">
630                         <li class="list-group-item">Battery: 12 hours</li>
631                         <li class="list-group-item">Screen: 2.8 inch</li>
632                         <li class="list-group-item">Weight: 1.2 ounces</li>
633                         <li class="list-group-item">Limited support</li>
634                       </ul>
635                       <div class="panel-footer text-center">
636                           <p class="text-muted">
637                               <i>Free shipping, satisfied or reimbursed.</i>
638                           </p>
639                           <a href="/page/website.contactus" class="btn btn-primary btn-lg">Order now</a>
640                       </div>
641                     </div>
642                 </div>
643                 <div class="col-md-4">
644                     <div class="panel panel-info">
645                       <!-- Default panel contents -->
646                       <div class="panel-heading text-center">
647                           <h2 style="margin: 0">Expert</h2>
648                           <p style="margin: 0" class="text-muted">
649                               The top of the top
650                           </p>
651                       </div>
652                       <div class="panel-body text-center text-muted" style="background-color: rgba(0,0,0,0.1)">
653                         <h2 style="margin: 0"><span>$</span><b style="font-size: 60px">890</b><small>.00</small></h2>
654                         <div>per month</div>
655                       </div>
656
657                       <!-- List group -->
658                       <ul class="list-group">
659                         <li class="list-group-item">Battery: 20 hours</li>
660                         <li class="list-group-item">Screen: 2.8 inch</li>
661                         <li class="list-group-item">Weight: 1.2 ounces</li>
662                         <li class="list-group-item">Unlimited support</li>
663                       </ul>
664                       <div class="panel-footer text-center">
665                           <p class="text-muted">
666                               <i>Free shipping, satisfied or reimbursed.</i>
667                           </p>
668                           <a href="/page/website.contactus" class="btn btn-primary btn-lg">Contact us</a>
669                       </div>
670                     </div>
671
672                 </div>
673               </div>
674             </div>
675         </section>
676     </div>
677
678     <div t-name="website.snippets.cta" data-snippet-id='cta' data-category='business' data-selector-children='.oe_structure, [data-oe-type=html]'>
679         <div class='oe_snippet_thumbnail'>Buttons</div>
680         <section class="oe_snippet_body dark">
681             <div class="container">
682               <div class="row">
683                 <div class="col-md-12 text-center mt16 mb16">
684                     <a href="/shop" class="btn btn-info btn-lg">View Products</a>
685                     <a href="/page/website.contactus" class="btn btn-primary btn-lg">Contact us</a>
686                 </div>
687               </div>
688             </div>
689         </section>
690     </div>
691
692     <div t-name="website.snippets.faq" data-snippet-id='faq' data-category='business' data-selector-children='.oe_structure, [data-oe-type=html]'>
693         <div class='oe_snippet_thumbnail'>FAQ</div>
694         <section class="oe_snippet_body">
695             <div class="container">
696                 <h2 class="page-header">
697                     Point of Sale Questions <small>v7</small>
698                 </h2>
699                 <h3>
700                     Which hardware does OpenERP POS support?
701                 </h3>
702                 <p>
703                     OpenERP's POS is a web application that can run on any device that
704                     can display websites with little to no setup required.
705                 </p><p>
706                     The Point of Sale works perfectly on any kind of touch enabled
707                     device, whether it's multi-touch tablets like an iPad or
708                     keyboardless resistive touchscreen terminals.
709                 </p>
710                 <h3>
711                     Does it works offline?
712                 </h3>
713                 <p>
714                     Deploy new stores with just an internet connection: no
715                     installation, no specific hardware required. It works with any
716                     iPad, Tablet PC, laptop or industrial POS machine.
717                 </p><p>
718                     While an internet connection is required to start the Point of
719                     Sale, it will stay operational even after a complete disconnection.
720                 </p>
721
722                 <h2 class="page-header">
723                     Project Management Questions <small>v7</small>
724                 </h2>
725                 <h3>
726                     Can I use it to manage projects based on agile methodologies?
727                 </h3>
728                 <p>
729                     Yes.
730                 </p>
731             </div>
732         </section>
733     </div>
734
735
736     <div t-name="website.snippets.references" data-snippet-id='references' data-category='business' data-selector-children='.oe_structure, [data-oe-type=html]'>
737         <div class='oe_snippet_thumbnail'>References</div>
738         <section class="oe_snippet_body mb32 mt16">
739             <div class="container">
740                 <div class="row">
741                     <div class="col-md-12">
742                         <h1 class="text-center">
743                             Our References
744                         </h1>
745                         <h3 class="text-muted text-center">
746                             More than 500 happy customers.
747                         </h3>
748                     </div>
749                     <div class="col-md-4 col-md-offset-1">
750                         <blockquote class="mt16 mb32" data-snippet-id="quote">
751                             <p>
752                                 OpenERP provides essential platform for our project management.
753                                 Things are better organized and more visible with it.
754                             </p>
755                             <small>John Doe, CEO</small>
756                         </blockquote>
757                     </div>
758                     <div class="col-md-4 col-md-offset-2">
759                         <blockquote class="mt16 mb32" data-snippet-id="quote">
760                             <p>
761                                 OpenERP provides essential platform for our project management.
762                                 Things are better organized and more visible with it.
763                             </p>
764                             <small>John Doe, CEO</small>
765                         </blockquote>
766                     </div>
767                     <div class="clearfix"/>
768                     <div class="col-md-2 col-md-offset-1">
769                         <img src="/website/static/src/img/openerp_logo.png" class="img-responsive img-thumbnail"/>
770                     </div>
771                     <div class="col-md-2">
772                         <img src="/website/static/src/img/openerp_logo.png" class="img-responsive img-thumbnail"/>
773                     </div>
774                     <div class="col-md-2">
775                         <img src="/website/static/src/img/openerp_logo.png" class="img-responsive img-thumbnail"/>
776                     </div>
777                     <div class="col-md-2">
778                         <img src="/website/static/src/img/openerp_logo.png" class="img-responsive img-thumbnail"/>
779                     </div>
780                     <div class="col-md-2">
781                         <img src="/website/static/src/img/openerp_logo.png" class="img-responsive img-thumbnail"/>
782                     </div>
783                 </div>
784             </div>
785         </section>
786     </div>
787
788
789 </templates>