git-annex/templates/configurators/xmpp.hamlet

35 lines
1.2 KiB
Text
Raw Normal View History

2012-10-25 20:50:41 +00:00
<div .span9 .hero-unit>
<h2>
Configuring jabber account
<p>
A jabber account is used to communicate between #
devices that are not in direct contact. #
It can also be used to pair up with a friend's repository, if desired.
<p>
It's fine to reuse an existing jabber account; git-annex won't #
2012-10-25 20:50:41 +00:00
post any messages to it.
<p>
$maybe msg <- problem
2012-10-25 20:50:41 +00:00
<i .icon-warning-sign></i> Unable to connect to the Jabber server. #
Maybe you entered the wrong password? (Error message: #{msg})
$nothing
<i .icon-user></I> If you have a Gmail account, you can use #
Google Talk. Just enter your full Gmail address #
<small>(<tt>you@gmail.com</tt>)</small> #
and password below.
2012-10-25 20:50:41 +00:00
<p>
2013-03-16 22:48:23 +00:00
<form method="post" .form-horizontal enctype=#{enctype}>
2012-10-25 20:50:41 +00:00
<fieldset>
^{form}
2012-11-25 04:38:11 +00:00
^{webAppFormAuthToken}
2012-10-25 20:50:41 +00:00
<div .form-actions>
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Use this account
<div .modal .fade #workingmodal>
<div .modal-header>
<h3>
Testing account ...
<div .modal-body>
<p>
Testing jabber account. This could take a minute.