Mercurial > prosody-modules
diff mod_conversejs/template.html @ 3598:1921ae4449b8
mod_conversejs: Separate out templates into separate configurable files (breaks 0.9 compat)
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Thu, 16 May 2019 08:45:41 +0200 |
parents | |
children | 42fa833169bb |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mod_conversejs/template.html Thu May 16 08:45:41 2019 +0200 @@ -0,0 +1,35 @@ +<!DOCTYPE html> +<html> +<head> +<meta charset="utf-8"> +{header_style# +<link rel="stylesheet" type="text/css" media="screen" href="{item}"/>} +{header_scripts# +<script charset="utf-8" src="{item}"></script>} +<title>Prosody IM and Converse.js</title> +{header_tags# +{item!}} +</head> +<body> +<noscript> +<h1>Converse.js</h1> +<p>I'm sorry, but this XMPP client application won't work without JavaScript.</p> +<p>Perhaps you would like to try one of these clients:</p> +<dl> +<dt>Desktop</dt> +<dd><ul> +<li><a href="https://gajim.org/">Gajim</a></li> +<li><a href="https://poez.io/">Poezio</a></li> +<li><a href="https://swift.im/">Swift</a></li> +</ul></dd> +<dt>Mobile</dt> +<dd><ul> +<li><a href="https://github.com/siacs/Conversations">Conversations</a></li> +<li><a href="https://yaxim.org/">Yaxim</a></li> +</ul></dd> +</dl> +<p><a href="https://xmpp.org/software/clients.html">More clients...</a></p> +</noscript> +<script>{conversejs.startup.script!}</script> +</body> +</html>