Font awesome

This commit is contained in:
Holger Trampe 2020-07-29 19:28:19 +02:00
parent 016a4afd1b
commit ccbc681afb
8 changed files with 24 additions and 30 deletions

View File

@ -1140,7 +1140,7 @@ $(document).ready(function(){
} }
</script> </script>
<script src="https://www.youtube.com/iframe_api"></script> <!-- <script src="https://www.youtube.com/iframe_api"></script> -->
<!-- VIDEOMODAL --> <!-- VIDEOMODAL -->
<div class="modal fade" id="youtubevideoinformation" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true"> <div class="modal fade" id="youtubevideoinformation" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document"> <div class="modal-dialog modal-lg" role="document">

View File

@ -438,7 +438,7 @@ $(document).ready(function(){
<script src="https://www.youtube.com/iframe_api"></script> <!-- <script src="https://www.youtube.com/iframe_api"></script> -->
<!-- YOUTUBE PART ENDE --> <!-- YOUTUBE PART ENDE -->

View File

@ -212,7 +212,7 @@ $(document).ready(function(){
} }
</script> </script>
<script src="https://www.youtube.com/iframe_api"></script> <!-- <script src="https://www.youtube.com/iframe_api"></script> -->
<!-- VIDEOMODAL --> <!-- VIDEOMODAL -->
<div class="modal fade" id="youtubevideoinformation" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true"> <div class="modal fade" id="youtubevideoinformation" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document"> <div class="modal-dialog modal-lg" role="document">

View File

@ -299,7 +299,7 @@ $(document).ready(function(){
} }
</script> </script>
<script src="https://www.youtube.com/iframe_api"></script> <!-- <script src="https://www.youtube.com/iframe_api"></script> -->
<!-- VIDEOMODAL --> <!-- VIDEOMODAL -->
<div class="modal fade" id="youtubevideoinformation" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true"> <div class="modal fade" id="youtubevideoinformation" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document"> <div class="modal-dialog modal-lg" role="document">

View File

@ -199,7 +199,7 @@ $(document).ready(function(){
} }
</script> </script>
<script src="https://www.youtube.com/iframe_api"></script> <!-- <script src="https://www.youtube.com/iframe_api"></script> -->
<!-- VIDEOMODAL --> <!-- VIDEOMODAL -->
<div class="modal fade" id="youtubevideoinformation" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true"> <div class="modal fade" id="youtubevideoinformation" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document"> <div class="modal-dialog modal-lg" role="document">

View File

@ -158,7 +158,7 @@ $(document).ready(function(){
} }
</script> </script>
<script src="https://www.youtube.com/iframe_api"></script> <!-- <script src="https://www.youtube.com/iframe_api"></script> -->
<!-- VIDEOMODAL --> <!-- VIDEOMODAL -->
<div class="modal fade" id="youtubevideoinformation" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true"> <div class="modal fade" id="youtubevideoinformation" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document"> <div class="modal-dialog modal-lg" role="document">

View File

@ -363,7 +363,7 @@ $(document).ready(function(){
} }
</script> </script>
<script src="https://www.youtube.com/iframe_api"></script> <!-- <script src="https://www.youtube.com/iframe_api"></script> -->
<!-- VIDEOMODAL --> <!-- VIDEOMODAL -->
<div class="modal fade" id="youtubevideoinformation" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true"> <div class="modal fade" id="youtubevideoinformation" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document"> <div class="modal-dialog modal-lg" role="document">

View File

@ -5,8 +5,8 @@
<small>Letzter Login: {{ request.user.last_login }}</small> <small>Letzter Login: {{ request.user.last_login }}</small>
<hr> <hr>
<h5>Agentur: <b>{{ request.user.profile.agency.name }}</b></h5> <h5>Agentur: <b>{{ request.user.profile.agency.name }}</b></h5>
<hr> <hr>
<div class="row" style="float: left;"> <div class="row" style="float: left;">
{% if request.user.profile.agency.module_news %} {% if request.user.profile.agency.module_news %}
<div class="card d-block mb-3 mr-3 " style="width: 60%" > <div class="card d-block mb-3 mr-3 " style="width: 60%" >
<div class="card-body" > <div class="card-body" >
@ -16,7 +16,7 @@
{% endif %} {% endif %}
<a class="btn btn-secondary btn-sm" href="{% url 'news-management' %} " style="float: right;" data-toggle="tooltip" data-placement="top" title="Alle News und das News-Archiv betrachten"><i class="fas fa-list"></i></a> <a class="btn btn-secondary btn-sm" href="{% url 'news-management' %} " style="float: right;" data-toggle="tooltip" data-placement="top" title="Alle News und das News-Archiv betrachten"><i class="fas fa-list"></i></a>
</h5> </h5>
<div class="table-responsive"> <div class="table-responsive">
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>
@ -29,9 +29,9 @@
<tr> <tr>
<td><a href="{% url 'news-single' news_single.pk %}">{{news_single.name }}</a></td> <td><a href="{% url 'news-single' news_single.pk %}">{{news_single.name }}</a></td>
<td>{{ news_single.created_by.first_name }} {{ news_single.created_by.last_name }}</td> <td>{{ news_single.created_by.first_name }} {{ news_single.created_by.last_name }}</td>
<td>{{ news_single.go_online_on|date:"d.m.Y, H:i" }}</td> <td>{{ news_single.go_online_on|date:"d.m.Y, H:i" }}</td>
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>
</div> </div>
</div> </div>
@ -51,16 +51,16 @@
{% else %} {% else %}
<div class="card d-block mb-3" style="width: 99%"> <div class="card d-block mb-3" style="width: 99%">
{% endif %} {% endif %}
<div class="card-body"> <div class="card-body">
<h5 class="card-title">Neueste Standards</h5> <h5 class="card-title">Neueste Standards</h5>
<div class="table-responsive"> <div class="table-responsive">
<table class="table"> <table class="table">
<thead> <thead>
<tr> <tr>
<th scope="col">Titel</th> <th scope="col">Titel</th>
<th scope="col">Erstellt von</th> <th scope="col">Erstellt von</th>
<th scope="col">Zuletzt bearbeitet am</th> <th scope="col">Zuletzt bearbeitet am</th>
</tr> </tr>
</thead> </thead>
{% for standard in standards_of_agency %} {% for standard in standards_of_agency %}
@ -69,10 +69,10 @@
<td>{{standard.created_standard_by.first_name}} {{standard.created_standard_by.last_name}}</td> <td>{{standard.created_standard_by.first_name}} {{standard.created_standard_by.last_name}}</td>
<td>{{standard.last_modified_on|date:"d.m.Y, H:i"}}</td> <td>{{standard.last_modified_on|date:"d.m.Y, H:i"}}</td>
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>
</div> </div>
</div> </div>
</div> </div>
{% if not request.user.profile.agency.module_news %} {% if not request.user.profile.agency.module_news %}
<div class="card d-block mb-3" style="width: 38%"> <div class="card d-block mb-3" style="width: 38%">
@ -95,9 +95,9 @@ var VIDEOURL = "zB1icna9YaA"
var MODALNAME = "#youtubevideoinformation" var MODALNAME = "#youtubevideoinformation"
var VIDEOTITLE = "Informationsvideo News" var VIDEOTITLE = "Informationsvideo News"
$(document).ready(function(){ $(document).ready(function(){
$("#modaltitle_video").html(VIDEOTITLE); $("#modaltitle_video").html(VIDEOTITLE);
//VIDEOCONTROLS //VIDEOCONTROLS
$( MODALNAME ).on('shown.bs.modal', function(e){ $( MODALNAME ).on('shown.bs.modal', function(e){
@ -115,12 +115,12 @@ $(document).ready(function(){
player = new YT.Player('video-placeholder', { player = new YT.Player('video-placeholder', {
width: 760, width: 760,
height: 500, height: 500,
videoId: VIDEOURL, videoId: VIDEOURL,
}); });
} }
</script> </script>
<script src="https://www.youtube.com/iframe_api"></script> <!-- <script src="https://www.youtube.com/iframe_api"></script> -->
<!-- VIDEOMODAL --> <!-- VIDEOMODAL -->
<div class="modal fade" id="youtubevideoinformation" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true"> <div class="modal fade" id="youtubevideoinformation" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true">
<div class="modal-dialog modal-lg" role="document"> <div class="modal-dialog modal-lg" role="document">
@ -135,16 +135,10 @@ $(document).ready(function(){
<div id="video-placeholder"></div> <div id="video-placeholder"></div>
</div> </div>
<div class="modal-footer"> <div class="modal-footer">
<button type="button" class="btn btn-primary" data-dismiss="modal">Schließen</button> <button type="button" class="btn btn-primary" data-dismiss="modal">Schließen</button>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
<!-- YOUTUBE PART ENDE --> <!-- YOUTUBE PART ENDE -->
{% endblock content %} {% endblock content %}