fix a few webapp layout issues
This commit is contained in:
parent
84eaf8b447
commit
265a95bc05
16 changed files with 54 additions and 53 deletions
|
@ -14,7 +14,7 @@
|
|||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
||||
Add repository
|
||||
<div .modal .fade #workingmodal>
|
||||
|
|
|
@ -8,27 +8,28 @@
|
|||
content will be synced with the content of this repository.
|
||||
<p>
|
||||
$if (null writabledrives)
|
||||
<div .col-sm-6 .alert .alert-danger .alert-block>
|
||||
$if (null removabledrives)
|
||||
<h4 .alert-heading>
|
||||
No removable drives found
|
||||
Please make sure you have a removable drive plugged in and mounted.
|
||||
$else
|
||||
<h4 .alert-heading>
|
||||
No usable removable drives found
|
||||
Seems you cannot write to any of the removable drives that are #
|
||||
currently mounted. Try plugging in a removable drive that you can #
|
||||
write to, or correcting the write permissions.
|
||||
<p>
|
||||
<a .btn .btn-primary href="@{AddDriveR}">
|
||||
Rescan for removable drives
|
||||
<div .row>
|
||||
<div .col-sm-6 .col-sm-offset-2 .alert .alert-danger .alert-block>
|
||||
$if (null removabledrives)
|
||||
<h4 .alert-heading>
|
||||
No removable drives found
|
||||
Please make sure you have a removable drive plugged in and mounted.
|
||||
$else
|
||||
<h4 .alert-heading>
|
||||
No usable removable drives found
|
||||
Seems you cannot write to any of the removable drives that are #
|
||||
currently mounted. Try plugging in a removable drive that you can #
|
||||
write to, or correcting the write permissions.
|
||||
<p>
|
||||
<a .btn .btn-primary href="@{AddDriveR}">
|
||||
Rescan for removable drives
|
||||
$else
|
||||
<form method="post" enctype=#{enctype} .form-horizontal>
|
||||
<fieldset>
|
||||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit>Use this drive</button> #
|
||||
<a .btn .btn-default href="@{AddDriveR}">
|
||||
Rescan for removable drives
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
||||
Add Glacier repository
|
||||
<div .modal .fade #workingmodal>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
||||
Add Internet Archive item
|
||||
<div .modal .fade #workingmodal>
|
||||
|
|
|
@ -1,27 +1,27 @@
|
|||
<div .col-sm-9>
|
||||
<div .jumbotron>
|
||||
<h2>
|
||||
Adding an Amazon S3 repository
|
||||
<p>
|
||||
<a href="http://aws.amazon.com/s3/">Amazon S3</a> is a cloud storage #
|
||||
provider. If you need a professional level of storage for your data, #
|
||||
this is a good choice.
|
||||
<p>
|
||||
<span .glyphicon .glyphicon-warning-sign>
|
||||
\ You will be charged by Amazon for data #
|
||||
uploaded to S3, as well as data downloaded from S3, and a monthly fee #
|
||||
for data storage. #
|
||||
<a href="http://aws.amazon.com/s3/pricing/">
|
||||
Pricing details, including one year Free Usage Tier promotion
|
||||
<p>
|
||||
<form method="post" .form-horizontal enctype=#{enctype}>
|
||||
<fieldset>
|
||||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
||||
Add S3 repository
|
||||
<h2>
|
||||
Adding an Amazon S3 repository
|
||||
<p>
|
||||
<a href="http://aws.amazon.com/s3/">Amazon S3</a> is a cloud storage #
|
||||
provider. If you need a professional level of storage for your data, #
|
||||
this is a good choice.
|
||||
<p>
|
||||
<span .glyphicon .glyphicon-warning-sign>
|
||||
\ You will be charged by Amazon for data #
|
||||
uploaded to S3, as well as data downloaded from S3, and a monthly fee #
|
||||
for data storage. #
|
||||
<a href="http://aws.amazon.com/s3/pricing/">
|
||||
Pricing details, including one year Free Usage Tier promotion
|
||||
<p>
|
||||
<form method="post" .form-horizontal enctype=#{enctype}>
|
||||
<fieldset>
|
||||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .form-group>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
||||
Add S3 repository
|
||||
<div .modal .fade #workingmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit>
|
||||
Save Changes #
|
||||
<a .btn .btn-default href="@{DashboardR}">
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
||||
Enable Amazon repository
|
||||
<div .modal .fade #workingmodal>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
||||
Enable Internet Archive repository
|
||||
<div .modal .fade #workingmodal>
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
||||
Enable repository
|
||||
<div .modal .fade #workingmodal>
|
||||
|
|
|
@ -2,6 +2,6 @@
|
|||
<form method="post" .form-horizontal action=@{ConfigFsckPreferencesR} enctype=#{enctype}>
|
||||
^{form}
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit>
|
||||
Save
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit>
|
||||
$if start
|
||||
Start pairing
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit>
|
||||
Save Preferences
|
||||
<a .btn .btn-default href="@{ConfigurationR}">
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit onclick="$('#setupmodal').modal('show');">
|
||||
Use this rsync.net repository
|
||||
<div .modal .fade #setupmodal>
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit onclick="$('#testmodal').modal('show');">
|
||||
Check this server
|
||||
^{sshTestModal}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
<form method="post" .form-horizontal enctype=#{enctype}>
|
||||
<fieldset>
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit onclick="$('#testmodal').modal('show');">
|
||||
Check this server
|
||||
$case status
|
||||
|
|
|
@ -26,11 +26,11 @@
|
|||
^{form}
|
||||
^{webAppFormAuthToken}
|
||||
<div .form-group>
|
||||
<div .col-sm-offset-2>
|
||||
<div .col-sm-10 .col-sm-offset-2>
|
||||
<button .btn .btn-primary type=submit onclick="$('#workingmodal').modal('show');">
|
||||
Use this account
|
||||
<a .btn .btn-default href="@{DisconnectXMPPR}">
|
||||
Stop using this account
|
||||
<a .btn .btn-default href="@{DisconnectXMPPR}">
|
||||
Stop using this account
|
||||
<div .modal .fade #workingmodal>
|
||||
<div .modal-dialog>
|
||||
<div .modal-content>
|
||||
|
|
Loading…
Add table
Reference in a new issue