bootstrap3 glyphicons

This commit is contained in:
Sören Brunk 2014-04-18 01:58:27 +02:00
parent 23091cc318
commit d2b42c30ad
34 changed files with 71 additions and 71 deletions

View file

@ -10,7 +10,7 @@
$case status
$of UnusableServer msg
<div .alert .alert-danger>
<i .icon-warning-sign></i> #{msg}
<span .glyphicon .glyphicon-warning-sign></span> #{msg}
$of _
<p>
<form method="post" .form-horizontal enctype=#{enctype}>

View file

@ -8,12 +8,12 @@
Do you want to merge this repository's contents into your repository?
<p>
<a .btn .btn-default onclick="$('#setupmodal').modal('show');" href="@{CombineSshR sshdata}">
<i .icon-resize-small></i> Combine the repositories #
<span .glyphicon .glyphicon-resize-small></span> Combine the repositories #
The combined repositories will sync and share their files.
<p>
<p>
<a .btn .btn-default href="@{AddSshR}">
<i .icon-resize-full></i> Go back #
<span .glyphicon .glyphicon-resize-full></span> Go back #
Use a different directory than <tt>#{sshDirectory sshdata}</tt> to #
avoid combining the repositories.
^{sshSetupModal sshdata}

View file

@ -5,7 +5,7 @@
<div .col-sm-9>
$if not (hasCapability sshdata GitAnnexShellCapable)
<p>
<i .icon-warning-sign></i> #
<span .glyphicon .glyphicon-warning-sign></span> #
The server #{sshHostName sshdata} can be used as is, but #
installing #
$if not (hasCapability sshdata GitCapable)
@ -42,7 +42,7 @@
it good for sharing. And it's easy to set up and use.
<p>
<a .btn .btn-default href="@{MakeSshRsyncR sshdata}" onclick="$('#setupmodal').modal('show');">
<i .icon-lock></i> Use shared encryption
<span .glyphicon .glyphicon-lock></span> Use shared encryption
$if hasCapability sshdata GitCapable
<p style="text-align: center">
-or-
@ -58,11 +58,11 @@
$forall (keyid, name) <- secretkeys
<p>
<a .btn .btn-default href="@{MakeSshGCryptR sshdata (RepoKey keyid)}" onclick="$('#setupmodal').modal('show');" >
<i .icon-lock></i> Encrypt repository #
<span .glyphicon .glyphicon-lock></span> Encrypt repository #
to ^{gpgKeyDisplay keyid (Just name)}
<p>
<a .btn href="@{MakeSshGCryptR sshdata NoRepoKey}" onclick="$('#genkeymodal').modal('show');">
<i .icon-plus-sign></i> Encrypt repository #
<span .glyphicon .glyphicon-plus-sign></span> Encrypt repository #
with a new encryption key
^{sshTestModal}
^{sshSetupModal sshdata}

View file

@ -14,7 +14,7 @@
$case status
$of UnusableServer msg
<div .alert .alert-danger>
<i .icon-warning-sign></i> #{msg}
<span .glyphicon .glyphicon-warning-sign></span> #{msg}
$of _
^{form}
^{webAppFormAuthToken}

View file

@ -1,6 +1,6 @@
<div .col-sm-9 .jumbotron>
<h2>
<i .icon-warning-sign></i> Failed to make repository
<span .glyphicon .glyphicon-warning-sign></span> Failed to make repository
<p>
Something went wrong setting up the repository on the remote server.
<p>