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');">
|
||||
Add repository
|
||||
<div .modal .fade #workingmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Making repository ...
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<div .modal .fade #setupmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Setting up repository on removable drive.
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
||||
Add Glacier repository
|
||||
<div .modal .fade #workingmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Making repository ...
|
||||
|
|
|
@ -25,6 +25,8 @@
|
|||
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
||||
Add Internet Archive item
|
||||
<div .modal .fade #workingmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Making item ...
|
||||
|
|
|
@ -21,6 +21,8 @@
|
|||
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
||||
Add S3 repository
|
||||
<div .modal .fade #workingmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Making repository ...
|
||||
|
|
|
@ -23,6 +23,8 @@
|
|||
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
||||
Enable Amazon repository
|
||||
<div .modal .fade #workingmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Enabling repository ...
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
||||
Enable Internet Archive repository
|
||||
<div .modal .fade #workingmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Enabling repository ...
|
||||
|
|
|
@ -15,6 +15,8 @@
|
|||
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
||||
Enable repository
|
||||
<div .modal .fade #workingmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Enabling repository ...
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
<div .modal .fade #genkeymodal>
|
||||
<div .modal-header>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<h3>
|
||||
<img src="@{StaticR activityicon_gif}" alt=""> #
|
||||
Generating a #{maxRecommendedKeySize} bit GnuPg key.
|
||||
|
|
|
@ -31,6 +31,8 @@
|
|||
<button .btn .btn-primary type=submit onclick="$('#setupmodal').modal('show');">
|
||||
Use this rsync.net repository
|
||||
<div .modal .fade #setupmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Checking access to rsync.net ...
|
||||
|
|
|
@ -35,6 +35,8 @@
|
|||
with a new encryption key
|
||||
^{genKeyModal}
|
||||
<div .modal .fade #setupmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Making repository ...
|
||||
|
|
|
@ -20,6 +20,8 @@
|
|||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .modal .fade #testmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Testing server ...
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<div .modal .fade #setupmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Setting up repository ...
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
<div .modal .fade #testmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Testing server ...
|
||||
|
|
|
@ -29,6 +29,8 @@
|
|||
<a .btn .btn-default href="@{DisconnectXMPPR}">
|
||||
Stop using this account
|
||||
<div .modal .fade #workingmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Testing account ...
|
||||
|
|
|
@ -2,6 +2,8 @@
|
|||
<p>
|
||||
Bye bye!
|
||||
<div .modal .fade #shutdownmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
git-annex has shut down
|
||||
|
|
|
@ -18,6 +18,8 @@
|
|||
<a .btn .btn-primary href="@{RepairRepositoryRunR u}" onclick="$('#workingmodal').modal('show');">
|
||||
Start Repair Process
|
||||
<div .modal .fade #workingmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
<div .modal-header>
|
||||
<h3>
|
||||
Repairing #{repodesc} ...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue