upgrade to font-awesome 4.0.2

This commit is contained in:
Thomas Waldmann 2013-11-06 04:02:37 +01:00
parent bd0ca16e70
commit e58afb792c
7 changed files with 14 additions and 14 deletions

View File

@ -3,7 +3,7 @@
{% block content %}
<div class="row">
<h3>{{ domain.domain }} <br><small><a href="{% url 'domain_overview' %}"><i class="icon-double-angle-left"></i> back to overview</a></small></h3>
<h3>{{ domain.domain }} <br><small><a href="{% url 'domain_overview' %}"><i class="fa fa-angle-double-left"></i> back to overview</a></small></h3>
<div class="col-lg-8">
<h3>Edit Domain</h3>
<p>You can't change the domain name. If you want to have another domain name, you have to delete this domain and create a new one.</p>

View File

@ -6,7 +6,7 @@
<div class="col-lg-12">
<div class="well">
<h3>Nameserver Shared Secret Generated <small><br>
<a href="{% url 'domain_overview' %}"><i class="icon-double-angle-left"></i> back to overview</a></small></h3>
<a href="{% url 'domain_overview' %}"><i class="fa fa-angle-double-left"></i> back to overview</a></small></h3>
<p>New nameserver shared secret generated for you. Everytime you visit this page a new secret will be generated and the old one becomes invalid.</p>
<p>Secret: <b>{{ shared_secret }}</b></p>
</div>

View File

@ -6,7 +6,7 @@
<div class="col-lg-4">
<div class="well">
<h3>Host Secret Generated <small><br>
<a href="{% url 'overview' %}"><i class="icon-double-angle-left"></i> back to overview</a></small></h3>
<a href="{% url 'overview' %}"><i class="fa fa-angle-double-left"></i> back to overview</a></small></h3>
<p>New secret generated for you. We store it hashed, so save it now, or you have to generate a new one again. Everytime you visit this page a new secret will be generated and the old one becomes invalid.</p>
<p>Secret: <b>{{ update_secret }}</b></p>
</div>

View File

@ -19,7 +19,7 @@
<h1>{{ WWW_HOST }} &mdash; the Dynamic DNS service you waited for.</h1>
</div>
<div class="col-sm-4" style="text-align: center">
<h1><i class="icon-thumbs-up-alt icon-3x"></i></h1>
<h1><i class="fa fa-thumbs-o-up fa-3x"></i></h1>
<h3>Free and Nice</h3>
<p>
{{ WWW_HOST }} is a free service.<br>
@ -27,7 +27,7 @@
</p>
</div>
<div class="col-sm-4" style="text-align: center">
<h1><i class="icon-code icon-3x"></i></h1>
<h1><i class="fa fa-code fa-3x"></i></h1>
<h3>Free and Open Source</h3>
<p>
nsupdate.info is free and open-source software.
@ -37,7 +37,7 @@
</p>
</div>
<div class="col-sm-4" style="text-align: center">
<h1><i class="icon-heart-empty icon-3x"></i></h1>
<h1><i class="fa fa-heart-o fa-3x"></i></h1>
<h3>Awesome Code</h3>
<p>
Empowered by Python and Django,<br>

View File

@ -3,7 +3,7 @@
{% block content %}
<div class="row">
<h3>{{ host.get_fqdn }} <br><small><a href="{% url 'overview' %}"><i class="icon-double-angle-left"></i> back to overview</a></small></h3>
<h3>{{ host.get_fqdn }} <br><small><a href="{% url 'overview' %}"><i class="fa fa-angle-double-left"></i> back to overview</a></small></h3>
<div class="col-lg-4">
<h3>Edit Host</h3>
<p>You can only change the comment. If you want to have another host name, you have to delete this host and create a new one.</p>

View File

@ -68,9 +68,9 @@
</li>
<li>The response status and content will be:
<ul>
<li>Status 200 and "good &lt;your ip&gt;" <i class="icon-long-arrow-right"></i> new IP accepted</li>
<li>Status 200 and "nochg &lt;your ip&gt;" <i class="icon-long-arrow-right"></i> IP accepted, but did not change since last update</li>
<li>Status 401: Authorization Required <i class="icon-long-arrow-right"></i> Incorrect authentication or no http basic auth header received</li>
<li>Status 200 and "good &lt;your ip&gt;" <i class="fa fa-long-arrow-right"></i> new IP accepted</li>
<li>Status 200 and "nochg &lt;your ip&gt;" <i class="fa fa-long-arrow-right"></i> IP accepted, but did not change since last update</li>
<li>Status 401: Authorization Required <i class="fa fa-long-arrow-right"></i> Incorrect authentication or no http basic auth header received</li>
</ul>
</li>
</ul>
@ -80,8 +80,8 @@
<hr>
<h5>Go to:</h5>
<div class="well well-sm">
Internet <i class="icon-long-arrow-right"></i>
Permit Access <i class="icon-long-arrow-right"></i>
Internet <i class="fa fa-long-arrow-right"></i>
Permit Access <i class="fa fa-long-arrow-right"></i>
Dynamic DNS
</div>
<h5>Enter the following data:</h5>
@ -108,7 +108,7 @@
<h4>DD-WRT</h4>
<h5>Go to:</h5>
<div class="well well-sm">
Setup <i class="icon-long-arrow-right"></i>
Setup <i class="fa fa-long-arrow-right"></i>
DDNS
</div>
<h5>Enter the following data:</h5>

View File

@ -10,7 +10,7 @@
<title>{% block title %}{{ WWW_HOST }}{% endblock %}</title>
<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.1/css/bootstrap.min.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.2/css/font-awesome.min.css" rel="stylesheet">
<link href="{% static 'css/nsupdate.css' %}" rel="stylesheet">
<link rel="icon" type="image/png" href="{% static 'favicon.png' %}" />
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>