/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
- {% extends "base.tpl" %}
- {% block title %} WebSocket Error {% endblock %}
- {% block content %}
- <div id="content-area">
- <h2>WebSocket Error</h2>
- <div class="block">
- <h3>Dear visitor. You stumbled upon one of our error pages</h3>
- <p>
- 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.
- </p>
-
- <p>
- You canât do anything else here, just proceed to the <a href="/">home page</a>.
- </p>
- </div>
- </div>
- {% endblock %}
- {% block sidebar %}{% endblock %}