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');"> <button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Add repository Add repository
<div .modal .fade #workingmodal> <div .modal .fade #workingmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
Making repository ... <div .modal-header>
<div .modal-body> <h3>
<p> Making repository ...
Setting up your Box.com repository. This could take a minute. <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 .fade #setupmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
Setting up repository on removable drive. <div .modal-header>
<div .modal-body> <h3>
<p> Setting up repository on removable drive.
This may take a few minutes; do not remove the 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');"> <button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Add Glacier repository Add Glacier repository
<div .modal .fade #workingmodal> <div .modal .fade #workingmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
Making repository ... <div .modal-header>
<div .modal-body> <h3>
<p> Making repository ...
Setting up your Amazon Glacier repository. This could take a minute. <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');"> <button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Add Internet Archive item Add Internet Archive item
<div .modal .fade #workingmodal> <div .modal .fade #workingmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
Making item ... <div .modal-header>
<div .modal-body> <h3>
<p> Making item ...
Setting up your Internet Archive item. This could take a minute. <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');"> <button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Add S3 repository Add S3 repository
<div .modal .fade #workingmodal> <div .modal .fade #workingmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
Making repository ... <div .modal-header>
<div .modal-body> <h3>
<p> Making repository ...
Setting up your Amazon S3 repository. This could take a minute. <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');"> <button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Enable Amazon repository Enable Amazon repository
<div .modal .fade #workingmodal> <div .modal .fade #workingmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
Enabling repository ... <div .modal-header>
<div .modal-body> <h3>
<p> Enabling repository ...
Enabling this Amazon repository. This could take a minute. <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');"> <button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Enable Internet Archive repository Enable Internet Archive repository
<div .modal .fade #workingmodal> <div .modal .fade #workingmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
Enabling repository ... <div .modal-header>
<div .modal-body> <h3>
<p> Enabling repository ...
Enabling this Internet Archive repository. This could take a minute. <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');"> <button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
Enable repository Enable repository
<div .modal .fade #workingmodal> <div .modal .fade #workingmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
Enabling repository ... <div .modal-header>
<div .modal-body> <h3>
<p> Enabling repository ...
Enabling this WebDAV repository. This could take a minute. <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 .fade #genkeymodal>
<div .modal-header> <div .modal-header>
<h3> <div .modal-dialog>
<img src="@{StaticR activityicon_gif}" alt=""> # <div .modal-content>
Generating a #{maxRecommendedKeySize} bit GnuPg key. <h3>
<div .modal-body> <img src="@{StaticR activityicon_gif}" alt=""> #
<p> Generating a #{maxRecommendedKeySize} bit GnuPg key.
Generating a GnuPg key can take a long time. To speed up the process, # <div .modal-body>
it actually helps to use your computer for other things, which helps # <p>
generate random numbers that keep the GnuPg key secure. Generating a GnuPg key can take a long time. To speed up the process, #
<p> it actually helps to use your computer for other things, which helps #
So if this is taking too long, go play a game or something! 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');"> <button .btn .btn-primary type=submit onclick="$('#setupmodal').modal('show');">
Use this rsync.net repository Use this rsync.net repository
<div .modal .fade #setupmodal> <div .modal .fade #setupmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
Checking access to rsync.net ... <div .modal-header>
<div .modal-body> <h3>
<p> Checking access to rsync.net ...
This could take a minute. <div .modal-body>
<p> <p>
You may be prompted for your rsync.net ssh password. 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 with a new encryption key
^{genKeyModal} ^{genKeyModal}
<div .modal .fade #setupmodal> <div .modal .fade #setupmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
Making repository ... <div .modal-header>
<div .modal-body> <h3>
<p> Making repository ...
Setting up your rsync.net repository. This could take a minute. <div .modal-body>
<p>
Setting up your rsync.net repository. This could take a minute.

View file

@ -20,11 +20,13 @@
^{form} ^{form}
^{webAppFormAuthToken} ^{webAppFormAuthToken}
<div .modal .fade #testmodal> <div .modal .fade #testmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
Testing server ... <div .modal-header>
<div .modal-body> <h3>
<p> Testing server ...
Checking ssh connection to the server. This could take a minute. <div .modal-body>
<p> <p>
You may be prompted for your password to log into the server. 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 .fade #setupmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
Setting up repository ... <div .modal-header>
<div .modal-body> <h3>
<p> Setting up repository ...
Setting up repository on the remote server. This could take a minute. <div .modal-body>
$if needsPubKey sshdata <p>
<p> Setting up repository on the remote server. This could take a minute.
You will be prompted once more for your ssh password. A ssh key # $if needsPubKey sshdata
is being installed on the server, allowing git-annex to access it # <p>
securely without a password. 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 .fade #testmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
Testing server ... <div .modal-header>
<div .modal-body> <h3>
<p> Testing server ...
Checking ssh connection to the server. This could take a minute. <div .modal-body>
<p> <p>
You may be prompted for your password to log into the server. 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}"> <a .btn .btn-default href="@{DisconnectXMPPR}">
Stop using this account Stop using this account
<div .modal .fade #workingmodal> <div .modal .fade #workingmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
Testing account ... <div .modal-header>
<div .modal-body> <h3>
<p> Testing account ...
Testing jabber account. This could take a minute. <div .modal-body>
<p>
Testing jabber account. This could take a minute.

View file

@ -2,9 +2,11 @@
<p> <p>
Bye bye! Bye bye!
<div .modal .fade #shutdownmodal> <div .modal .fade #shutdownmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
git-annex has shut down <div .modal-header>
<div .modal-body> <h3>
<p> git-annex has shut down
You can now close this browser window. <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');"> <a .btn .btn-primary href="@{RepairRepositoryRunR u}" onclick="$('#workingmodal').modal('show');">
Start Repair Process Start Repair Process
<div .modal .fade #workingmodal> <div .modal .fade #workingmodal>
<div .modal-header> <div .modal-dialog>
<h3> <div .modal-content>
Repairing #{repodesc} ... <div .modal-header>
<div .modal-body> <h3>
<p> Repairing #{repodesc} ...
This may take some time. <div .modal-body>
<p>
This may take some time.