Comparison

mod_invites_register_web/html/register_success.html @ 4167:3a03ae9a0882

mod_invites_register_web: Support linking to a web chat after successful registration
author Matthew Wild <mwild1@gmail.com>
date Mon, 05 Oct 2020 16:45:06 +0100
parent 4093:a2116f5a7c8f
child 4173:dfa885f815eb
comparison
equal deleted inserted replaced
4166:7678b4880719 4167:3a03ae9a0882
43 <p>You have created an account on {site_name}.</p> 43 <p>You have created an account on {site_name}.</p>
44 44
45 <p>To start chatting, you need to enter your new account 45 <p>To start chatting, you need to enter your new account
46 credentials into your chosen XMPP software.</p> 46 credentials into your chosen XMPP software.</p>
47 47
48 {webchat_url&
49 <div class="alert alert-success">
50 <p>You can also use our online web chat to get started
51 right away.
52 </p>
53 <a class="btn btn-primary" href="{webchat_url}">Log in via web</a>
54 </div>
55 }
56
57
48 <p>As a final reminder, your account details are shown below:</p> 58 <p>As a final reminder, your account details are shown below:</p>
49 59
50 <form class="account-details col-12 col-lg-6 mx-auto"> 60 <form class="account-details col-12 col-lg-6 mx-auto">
51 <div class="form-group form-row"> 61 <div class="form-group form-row">
52 <label for="user" class="col-md-4 col-lg-12 col-form-label">Chat address (JID):</label> 62 <label for="user" class="col-md-4 col-lg-12 col-form-label">Chat address (JID):</label>