You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

95 lines
3.3 KiB

6 years ago
6 years ago
7 years ago
6 years ago
6 years ago
6 years ago
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <h2 class="oe_slogan">Attachment Preview Dialog</h2>
  4. <h3 class="oe_slogan">Preview your attachments directly in Odoo.</h3>
  5. <h4 class="oe_slogan" style="font-size: 23px;">MuK IT GmbH -
  6. www.mukit.at</h4>
  7. <div class="oe_demo oe_screenshot" style="max-width: 84%; margin: 16px 8%;">
  8. <img src="demo.gif">
  9. </div>
  10. </div>
  11. </section>
  12. <section class="oe_container">
  13. <div class="oe_row oe_spaced">
  14. <div style="max-width: 84%; margin: 16px 8%;">
  15. <h3 class="oe_slogan">Overview</h3>
  16. <p class="oe_mt32">Adds a button to the Attachment Sidebar to
  17. preview the content directly in the browser. The module also enables
  18. the possibility to preview attachment in the Odoo Chat Widgets.</p>
  19. </div>
  20. </div>
  21. </section>
  22. <section class="oe_container oe_dark">
  23. <div class="oe_row oe_spaced">
  24. <h3 class="oe_slogan">Sidebar Preview</h3>
  25. <div class="oe_span6">
  26. <p class="oe_mt32 text-justify">
  27. The extra button in the sidebar triggers the preview dialog.
  28. </p>
  29. </div>
  30. <div class="oe_span6">
  31. <img class="oe_picture oe_screenshot" src="screenshot_sidebar.png">
  32. </div>
  33. </div>
  34. </section>
  35. <section class="oe_container">
  36. <div class="oe_row oe_spaced">
  37. <h3 class="oe_slogan">Chatter Preview</h3>
  38. <div class="oe_span6">
  39. <img class="oe_picture oe_screenshot" src="screenshot_chatter.png">
  40. </div>
  41. <div class="oe_span6">
  42. <p class="oe_mt32 text-justify">
  43. All Chatter Widgets support the preview dialog.
  44. </p>
  45. </div>
  46. </div>
  47. </section>
  48. <section class="oe_container oe_dark"
  49. style="margin-bottom: 20px; border-top: 5px solid #797979; border-bottom: 5px solid #797979;">
  50. <h3 class="oe_slogan" style="margin-bottom: 10px;">Demo</h3>
  51. <div class="row" style="margin: auto; max-width: 200px;">
  52. <div class="col-xs-6">
  53. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">User:</h5>
  54. </div>
  55. <div class="col-xs-6">
  56. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">apps</h5>
  57. </div>
  58. <div class="col-xs-6">
  59. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">Password:</h5>
  60. </div>
  61. <div class="col-xs-6">
  62. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">demo</h5>
  63. </div>
  64. </div>
  65. <div class="oe_slogan" style="margin-top: 5px;">
  66. <a class="btn btn-primary btn-lg mt8"
  67. href="https://demo.mukit.at/web/login"
  68. style="position: relative; overflow: hidden;"><span
  69. class="o_ripple"
  70. style="height: 138px; width: 138px; top: -35.2969px; left: -8.17188px;"></span>
  71. <i class="fa fa-video-camera"></i> Live Preview </a>
  72. </div>
  73. </section>
  74. <section class="oe_container oe_dark">
  75. <h3 class="oe_slogan">Help and Support</h3>
  76. <h5 class="oe_slogan" style="font-size: 20px;">Feel free to
  77. contact us, if you need any help with your Odoo integration or
  78. addiontal features.</h5>
  79. <div class="oe_slogan">
  80. <a class="btn btn-primary btn-lg mt8" href="mailto:sale@mukit.at">
  81. <i class="fa fa-envelope"></i> Email
  82. </a> <a class="btn btn-primary btn-lg mt8"
  83. href="https://mukit.at/page/contactus"> <i class="fa fa-phone"></i>
  84. Contact
  85. </a> <a class="btn btn-primary btn-lg mt8" href="mailto:support@mukit.at">
  86. <i class="fa fa-life-ring"></i> Support
  87. </a>
  88. </div>
  89. <img src="logo.png" style="width: 200px; margin-bottom: 20px;"
  90. class="center-block">
  91. </section>