1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72
|
<h3>
<!-- #BEGINZONE basicmode -->
<span><a href="../personalize/index" title="translate ("Go back")">◀</a></span>
<!-- #ENDZONE basicmode -->
translate("Bibledit Cloud connection")
</h3>
<!-- #BEGINZONE clienton -->
<p>
translate("Connected to Bibledit Cloud.")
<a href="?info=">translate("Connection information.")</a>
</p>
<p>translate("Internet address"): ##url##</p>
<p>translate("Your role:") ##role##</p>
<!-- #ENDZONE clienton -->
<!-- #BEGINZONE clientoff -->
<p>translate("To connect to Bibledit Cloud, enter the details of the server, and your credentials, and click Connect.")</p>
<br>
<form action="index" name="server" method="post">
<table>
<tr>
<td align="right">translate("Internet address")</td>
<td><input type="text" name="address" maxlength="1000" value="##address##" autofocus autocorrect="off" autocapitalize="off" /></td>
</tr>
<tr>
<td align="right">translate("Port number")</td>
<td><input type="text" name="port" maxlength="6" value="##port##" autocorrect="off" autocapitalize="off" /></td>
</tr>
<tr>
<td align="right">translate("Username")</td>
<td><input type="text" name="user" maxlength="30" autocorrect="off" autocapitalize="off" /></td>
</tr>
<tr>
<td align="right">translate("Password")</td>
<td><input type="password" name="pass" maxlength="30" autocorrect="off" autocapitalize="off" /></td>
</tr>
<tr>
<td></td>
<td><input type="submit" name="connect" class="focus" value="translate("Connect")" onClick="this.value = 'translate ("Please wait")'; return true;" /></td>
</tr>
</table>
</form>
<br>
<p><a href="?demo=">translate("Or else connect to the Bibledit Cloud demo.")</a></p>
<br>
<p>translate ("To get access to Bibledit Cloud, install a server instance.")</p>
<!-- #ENDZONE clientoff -->
<!-- #BEGINZONE info -->
<br>
<p>
translate("Bibledit is not like some programs that can work faster if you log out and log back in.")
translate("If you log out, then any verses you drafted or changed will not be sent to the Cloud.")
translate("Bibledit has been designed so that the user never has to log out under normal circumstances.")
<a href="?disable=">translate("I understand it and want to disconnect from the Cloud.")</a>
</p>
<!-- #ENDZONE info -->
<br>
<p class="error">##error##</p>
<p class="success">##success##</p>
<p class="error">##demo##</p>
<script type="text/javascript" src="../assets/external.js"></script>
|