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.

99 lines
3.5 KiB

6 years ago
  1. <section class="oe_container">
  2. <div class="oe_row oe_spaced">
  3. <h2 class="oe_slogan">MuK Web Client Notification</h2>
  4. <h3 class="oe_slogan">Notification Channel</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"
  8. style="max-width: 84%; margin: 16px 8%;">
  9. <img src="demo.gif">
  10. </div>
  11. </div>
  12. </section>
  13. <section class="oe_container">
  14. <div class="oe_row oe_spaced">
  15. <div style="max-width: 84%; margin: 16px 8%;">
  16. <h3 class="oe_slogan">Overview</h3>
  17. <p class="oe_mt32 text-justify">Adds a notification channel to
  18. the web client. By sending a message to this channel, a notification
  19. is send to the web client. Messages can either be sent via a wizard
  20. or directly from the python code either via a method in ResUsers or
  21. by an entry in the bus system.</p>
  22. </div>
  23. </div>
  24. </section>
  25. <section class="oe_container oe_dark">
  26. <div class="oe_row oe_spaced">
  27. <h3 class="oe_slogan">Notification Wizard</h3>
  28. <div class="oe_span6">
  29. <p class="oe_mt32 text-justify">With the Notification Wizard you
  30. can easily create and send new messages. If no user is selected, the
  31. message is sent globally to all users.</p>
  32. </div>
  33. <div class="oe_span6">
  34. <img class="oe_picture oe_screenshot" src="screenshot_wizard.png">
  35. </div>
  36. </div>
  37. </section>
  38. <section class="oe_container">
  39. <div class="oe_row oe_spaced">
  40. <h3 class="oe_slogan">Notification</h3>
  41. <div class="oe_span6">
  42. <img class="oe_picture oe_screenshot"
  43. src="screenshot_notification.png">
  44. </div>
  45. <div class="oe_span6">
  46. <p class="oe_mt32 text-justify">A message can be either an
  47. information or a warning and the sticky option leaves the message
  48. displayed until a user action.</p>
  49. </div>
  50. </div>
  51. </section>
  52. <section class="oe_container oe_dark"
  53. style="margin-bottom: 20px; border-top: 5px solid #797979; border-bottom: 5px solid #797979;">
  54. <h3 class="oe_slogan" style="margin-bottom: 10px;">Demo</h3>
  55. <div class="row" style="margin: auto; max-width: 200px;">
  56. <div class="col-xs-6">
  57. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">User:</h5>
  58. </div>
  59. <div class="col-xs-6">
  60. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">apps</h5>
  61. </div>
  62. <div class="col-xs-6">
  63. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">Password:</h5>
  64. </div>
  65. <div class="col-xs-6">
  66. <h5 class="oe_slogan" style="font-size: 20px; margin: 2px;">demo</h5>
  67. </div>
  68. </div>
  69. <div class="oe_slogan" style="margin-top: 5px;">
  70. <a class="btn btn-primary btn-lg mt8"
  71. href="https://demo.mukit.at/web/login"
  72. style="position: relative; overflow: hidden;"><span
  73. class="o_ripple"
  74. style="height: 138px; width: 138px; top: -35.2969px; left: -8.17188px;"></span>
  75. <i class="fa fa-video-camera"></i> Live Preview </a>
  76. </div>
  77. </section>
  78. <section class="oe_container oe_dark">
  79. <h3 class="oe_slogan">Help and Support</h3>
  80. <h5 class="oe_slogan" style="font-size: 20px;">Feel free to
  81. contact us, if you need any help with your Odoo integration or
  82. addiontal features.</h5>
  83. <div class="oe_slogan">
  84. <a class="btn btn-primary btn-lg mt8" href="mailto:sale@mukit.at">
  85. <i class="fa fa-envelope"></i> Email
  86. </a> <a class="btn btn-primary btn-lg mt8"
  87. href="https://mukit.at/page/contactus"> <i class="fa fa-phone"></i>
  88. Contact
  89. </a> <a class="btn btn-primary btn-lg mt8" href="mailto:support@mukit.at">
  90. <i class="fa fa-life-ring"></i> Support
  91. </a>
  92. </div>
  93. <img src="logo.png" style="width: 200px; margin-bottom: 20px;"
  94. class="center-block">
  95. </section>