bootstrap3 modals

This commit is contained in:
Sören Brunk 2014-04-21 00:44:28 +02:00
parent 00c1cd0db1
commit ce0ecbeefc
17 changed files with 151 additions and 117 deletions

View file

@ -17,9 +17,11 @@
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Add repository
<div .modal .fade #workingmodal>
<div .modal-header>
<h3>
Making repository ...
<div .modal-body>
<p>
Setting up your Box.com repository. This could take a minute.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Making repository ...
<div .modal-body>
<p>
Setting up your Box.com repository. This could take a minute.

View file

@ -1,7 +1,9 @@
<div .modal .fade #setupmodal>
<div .modal-header>
<h3>
Setting up repository on removable drive.
<div .modal-body>
<p>
This may take a few minutes; do not remove the drive.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Setting up repository on removable drive.
<div .modal-body>
<p>
This may take a few minutes; do not remove the drive.

View file

@ -25,9 +25,11 @@
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Add Glacier repository
<div .modal .fade #workingmodal>
<div .modal-header>
<h3>
Making repository ...
<div .modal-body>
<p>
Setting up your Amazon Glacier repository. This could take a minute.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Making repository ...
<div .modal-body>
<p>
Setting up your Amazon Glacier repository. This could take a minute.

View file

@ -25,9 +25,11 @@
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Add Internet Archive item
<div .modal .fade #workingmodal>
<div .modal-header>
<h3>
Making item ...
<div .modal-body>
<p>
Setting up your Internet Archive item. This could take a minute.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Making item ...
<div .modal-body>
<p>
Setting up your Internet Archive item. This could take a minute.

View file

@ -21,9 +21,11 @@
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Add S3 repository
<div .modal .fade #workingmodal>
<div .modal-header>
<h3>
Making repository ...
<div .modal-body>
<p>
Setting up your Amazon S3 repository. This could take a minute.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Making repository ...
<div .modal-body>
<p>
Setting up your Amazon S3 repository. This could take a minute.

View file

@ -23,9 +23,11 @@
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Enable Amazon repository
<div .modal .fade #workingmodal>
<div .modal-header>
<h3>
Enabling repository ...
<div .modal-body>
<p>
Enabling this Amazon repository. This could take a minute.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Enabling repository ...
<div .modal-body>
<p>
Enabling this Amazon repository. This could take a minute.

View file

@ -15,9 +15,11 @@
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Enable Internet Archive repository
<div .modal .fade #workingmodal>
<div .modal-header>
<h3>
Enabling repository ...
<div .modal-body>
<p>
Enabling this Internet Archive repository. This could take a minute.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Enabling repository ...
<div .modal-body>
<p>
Enabling this Internet Archive repository. This could take a minute.

View file

@ -15,9 +15,11 @@
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Enable repository
<div .modal .fade #workingmodal>
<div .modal-header>
<h3>
Enabling repository ...
<div .modal-body>
<p>
Enabling this WebDAV repository. This could take a minute.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Enabling repository ...
<div .modal-body>
<p>
Enabling this WebDAV repository. This could take a minute.

View file

@ -1,12 +1,14 @@
<div .modal .fade #genkeymodal>
<div .modal-header>
<h3>
<img src="@{StaticR activityicon_gif}" alt=""> #
Generating a #{maxRecommendedKeySize} bit GnuPg key.
<div .modal-body>
<p>
Generating a GnuPg key can take a long time. To speed up the process, #
it actually helps to use your computer for other things, which helps #
generate random numbers that keep the GnuPg key secure.
<p>
So if this is taking too long, go play a game or something!
<div .modal-dialog>
<div .modal-content>
<h3>
<img src="@{StaticR activityicon_gif}" alt=""> #
Generating a #{maxRecommendedKeySize} bit GnuPg key.
<div .modal-body>
<p>
Generating a GnuPg key can take a long time. To speed up the process, #
it actually helps to use your computer for other things, which helps #
generate random numbers that keep the GnuPg key secure.
<p>
So if this is taking too long, go play a game or something!

View file

@ -31,11 +31,13 @@
<button .btn .btn-primary type=submit onclick="$('#setupmodal').modal('show');">
Use this rsync.net repository
<div .modal .fade #setupmodal>
<div .modal-header>
<h3>
Checking access to rsync.net ...
<div .modal-body>
<p>
This could take a minute.
<p>
You may be prompted for your rsync.net ssh password.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Checking access to rsync.net ...
<div .modal-body>
<p>
This could take a minute.
<p>
You may be prompted for your rsync.net ssh password.

View file

@ -35,9 +35,11 @@
with a new encryption key
^{genKeyModal}
<div .modal .fade #setupmodal>
<div .modal-header>
<h3>
Making repository ...
<div .modal-body>
<p>
Setting up your rsync.net repository. This could take a minute.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Making repository ...
<div .modal-body>
<p>
Setting up your rsync.net repository. This could take a minute.

View file

@ -20,11 +20,13 @@
^{form}
^{webAppFormAuthToken}
<div .modal .fade #testmodal>
<div .modal-header>
<h3>
Testing server ...
<div .modal-body>
<p>
Checking ssh connection to the server. This could take a minute.
<p>
You may be prompted for your password to log into the server.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Testing server ...
<div .modal-body>
<p>
Checking ssh connection to the server. This could take a minute.
<p>
You may be prompted for your password to log into the server.

View file

@ -1,12 +1,14 @@
<div .modal .fade #setupmodal>
<div .modal-header>
<h3>
Setting up repository ...
<div .modal-body>
<p>
Setting up repository on the remote server. This could take a minute.
$if needsPubKey sshdata
<p>
You will be prompted once more for your ssh password. A ssh key #
is being installed on the server, allowing git-annex to access it #
securely without a password.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Setting up repository ...
<div .modal-body>
<p>
Setting up repository on the remote server. This could take a minute.
$if needsPubKey sshdata
<p>
You will be prompted once more for your ssh password. A ssh key #
is being installed on the server, allowing git-annex to access it #
securely without a password.

View file

@ -1,9 +1,11 @@
<div .modal .fade #testmodal>
<div .modal-header>
<h3>
Testing server ...
<div .modal-body>
<p>
Checking ssh connection to the server. This could take a minute.
<p>
You may be prompted for your password to log into the server.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Testing server ...
<div .modal-body>
<p>
Checking ssh connection to the server. This could take a minute.
<p>
You may be prompted for your password to log into the server.

View file

@ -29,9 +29,11 @@
<a .btn .btn-default href="@{DisconnectXMPPR}">
Stop using this account
<div .modal .fade #workingmodal>
<div .modal-header>
<h3>
Testing account ...
<div .modal-body>
<p>
Testing jabber account. This could take a minute.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Testing account ...
<div .modal-body>
<p>
Testing jabber account. This could take a minute.

View file

@ -2,9 +2,11 @@
<p>
Bye bye!
<div .modal .fade #shutdownmodal>
<div .modal-header>
<h3>
git-annex has shut down
<div .modal-body>
<p>
You can now close this browser window.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
git-annex has shut down
<div .modal-body>
<p>
You can now close this browser window.

View file

@ -18,9 +18,11 @@
<a .btn .btn-primary href="@{RepairRepositoryRunR u}" onclick="$('#workingmodal').modal('show');">
Start Repair Process
<div .modal .fade #workingmodal>
<div .modal-header>
<h3>
Repairing #{repodesc} ...
<div .modal-body>
<p>
This may take some time.
<div .modal-dialog>
<div .modal-content>
<div .modal-header>
<h3>
Repairing #{repodesc} ...
<div .modal-body>
<p>
This may take some time.