From 89ba802b23bf1fd22afbc5e9a4b3b732264e3c18 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Tue, 4 Nov 2014 15:57:23 +0000 Subject: Move webclient to a python module so that it can be installed --- syweb/webclient/settings/settings.html | 106 +++++++++++++++++++++++++++++++++ 1 file changed, 106 insertions(+) create mode 100644 syweb/webclient/settings/settings.html (limited to 'syweb/webclient/settings/settings.html') diff --git a/syweb/webclient/settings/settings.html b/syweb/webclient/settings/settings.html new file mode 100644 index 0000000000..094c846f8b --- /dev/null +++ b/syweb/webclient/settings/settings.html @@ -0,0 +1,106 @@ +
+ +
+ +
+ [matrix] +
+ +

Settings

+
+
+
+ +
+
+ +
+ +
+
+
+
+ +

Linked emails

+
+
+ + + {{ emailFeedback }} +
+
+ Enter validation token for {{ linkedEmails.emailBeingAuthed }}: +
+ + +
+ + + + +
{{address}}
+
+
+ +

Desktop notifications

+
+
+ Notifications are enabled. +
+

Specific words to alert on:

+

Leave blank to alert on all messages. Your username & display name always alerts.

+ +
    +
  • {{word}}
  • +
+
+
+
+ You have denied permission for notifications.
+ To enable it, reset the notification setting for this web site into your browser settings. +
+
+ +
+
+ Sorry, your browser does not support notifications. +
+
+
+ +

Configuration

+
+
Home server: {{ config.homeserver }}
+
Identity server: {{ config.identityServer }}
+
User ID: {{ config.user_id }}
+
Access token: {{ config.access_token }}
+
+
+ +

Commands

+
+ The following commands are available in the room chat: +
    +
  • /nick <display_name>: change your display name
  • +
  • /me <action>: send the action you are doing. /me will be replaced by your display name
  • +
  • /join <room_alias>: join a room
  • +
  • /kick <user_id> [<reason>]: kick the user
  • +
  • /ban <user_id> [<reason>]: ban the user
  • +
  • /unban <user_id>: unban the user
  • +
  • /op <user_id> <power_level>: set user power level
  • +
  • /deop <user_id>: reset user power level to the room default value
  • +
+
+
+ + {{ feedback }} + +
+
-- cgit 1.4.1