/modules/mod_base/templates/error_websocket.tpl

http://github.com/zotonic/zotonic · Smarty Template · 21 lines · 17 code · 4 blank · 0 comment · 1 complexity · 7cafec54f94032340629b05a4ee75960 MD5 · raw file

  1. {% extends "base.tpl" %}
  2. {% block title %} WebSocket Error {% endblock %}
  3. {% block content %}
  4. <div id="content-area">
  5. <h2>WebSocket Error</h2>
  6. <div class="block">
  7. <h3>Dear visitor. You stumbled upon one of our error pages</h3>
  8. <p>
  9. You tried to access the <a href="http://en.wikipedia.org/wiki/WebSockets">WebSocket</a> access point. But without a valid <a href="http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html#sec14.42">upgrade header</a>. Maybe your proxy stripped the upgrade header.
  10. </p>
  11. <p>
  12. You can’t do anything else here, just proceed to the <a href="/">home page</a>.
  13. </p>
  14. </div>
  15. </div>
  16. {% endblock %}
  17. {% block sidebar %}{% endblock %}