]> git.ipfire.org Git - people/shoehn/ipfire.org.git/blobdiff - templates/talk/diagnosis.html
basic styling talk.ipfire.org
[people/shoehn/ipfire.org.git] / templates / talk / diagnosis.html
index a609e7bae0c20da7a2ec15a3dafabea8d54fef06..515012fffcfb94ebbd8132ffce4bb31e55ae63d1 100644 (file)
@@ -3,23 +3,25 @@
 {% block title %}{{ _("Diagnosis") }}{% end block %}
 
 {% block body %}
-       <div class="page-header">
-               <h2>{{ _("Diagnosis") }}</h2>
-       </div>
-
-       <section id="test-call">
-               <h3>{{ _("Test Call") }}</h3>
-
-               <div class="well">
-                       <span class="glyphicon glyphicon-earphone text-success"></span>
-                       <a href="/call/9999"">9999<span class="text-muted">@ipfire.org</span></a>
-                       - {{ _("A music playing service") }}
+<div class="container">
+       <section class="features-content col-12">
+               <h2 class="display-2 text-center">{{ _("Diagnosis") }}</h2>
+               
+               <div class="row">
+                       <div class="col-6">
+                               <i class="fa fa-phone" aria-hidden="true"></i>
+                               <span class="text-success"></span>
+                               <a href="/call/9999">9999<span class="text-muted">@ipfire.org</span></a> - {{ _("A music playing service") }}
+                       </div>
+                       
+                       <div class="col-6">
+                               {% if current_user.is_admin() %}
+                                       <section id="lines">
+                                               {% module TalkLines(show_account=True) %}
+                                       </section>
+                               {% end %}
+                       </div>
                </div>
        </section>
-
-       {% if current_user.is_admin() %}
-               <section id="lines">
-                       {% module TalkLines(show_account=True) %}
-               </section>
-       {% end %}
+</div>
 {% end block %}