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