bootstrap3 modals
This commit is contained in:
parent
00c1cd0db1
commit
ce0ecbeefc
17 changed files with 151 additions and 117 deletions
|
@ -17,6 +17,8 @@
|
||||||
<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-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
Making repository ...
|
Making repository ...
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
<div .modal .fade #setupmodal>
|
<div .modal .fade #setupmodal>
|
||||||
|
<div .modal-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
Setting up repository on removable drive.
|
Setting up repository on removable drive.
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||
<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-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
Making repository ...
|
Making repository ...
|
||||||
|
|
|
@ -25,6 +25,8 @@
|
||||||
<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-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
Making item ...
|
Making item ...
|
||||||
|
|
|
@ -21,6 +21,8 @@
|
||||||
<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-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
Making repository ...
|
Making repository ...
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
<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-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
Enabling repository ...
|
Enabling repository ...
|
||||||
|
|
|
@ -15,6 +15,8 @@
|
||||||
<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-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
Enabling repository ...
|
Enabling repository ...
|
||||||
|
|
|
@ -15,6 +15,8 @@
|
||||||
<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-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
Enabling repository ...
|
Enabling repository ...
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
<div .modal .fade #genkeymodal>
|
<div .modal .fade #genkeymodal>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
|
<div .modal-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<h3>
|
<h3>
|
||||||
<img src="@{StaticR activityicon_gif}" alt=""> #
|
<img src="@{StaticR activityicon_gif}" alt=""> #
|
||||||
Generating a #{maxRecommendedKeySize} bit GnuPg key.
|
Generating a #{maxRecommendedKeySize} bit GnuPg key.
|
||||||
|
|
|
@ -31,6 +31,8 @@
|
||||||
<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-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
Checking access to rsync.net ...
|
Checking access to rsync.net ...
|
||||||
|
|
|
@ -35,6 +35,8 @@
|
||||||
with a new encryption key
|
with a new encryption key
|
||||||
^{genKeyModal}
|
^{genKeyModal}
|
||||||
<div .modal .fade #setupmodal>
|
<div .modal .fade #setupmodal>
|
||||||
|
<div .modal-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
Making repository ...
|
Making repository ...
|
||||||
|
|
|
@ -20,6 +20,8 @@
|
||||||
^{form}
|
^{form}
|
||||||
^{webAppFormAuthToken}
|
^{webAppFormAuthToken}
|
||||||
<div .modal .fade #testmodal>
|
<div .modal .fade #testmodal>
|
||||||
|
<div .modal-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
Testing server ...
|
Testing server ...
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
<div .modal .fade #setupmodal>
|
<div .modal .fade #setupmodal>
|
||||||
|
<div .modal-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
Setting up repository ...
|
Setting up repository ...
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
<div .modal .fade #testmodal>
|
<div .modal .fade #testmodal>
|
||||||
|
<div .modal-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
Testing server ...
|
Testing server ...
|
||||||
|
|
|
@ -29,6 +29,8 @@
|
||||||
<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-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
Testing account ...
|
Testing account ...
|
||||||
|
|
|
@ -2,6 +2,8 @@
|
||||||
<p>
|
<p>
|
||||||
Bye bye!
|
Bye bye!
|
||||||
<div .modal .fade #shutdownmodal>
|
<div .modal .fade #shutdownmodal>
|
||||||
|
<div .modal-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
git-annex has shut down
|
git-annex has shut down
|
||||||
|
|
|
@ -18,6 +18,8 @@
|
||||||
<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-dialog>
|
||||||
|
<div .modal-content>
|
||||||
<div .modal-header>
|
<div .modal-header>
|
||||||
<h3>
|
<h3>
|
||||||
Repairing #{repodesc} ...
|
Repairing #{repodesc} ...
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue