File tree 2 files changed +25
-0
lines changed
2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -73,3 +73,15 @@ <h3 class="panel-title">
73
73
{% endif %}
74
74
</ div >
75
75
{% endblock %}
76
+ {% block css %}
77
+ < link rel ="stylesheet " href ="https://tools-static.wmflabs.org/cdnjs/ajax/libs/jquery.tablesorter/2.28.5/css/theme.default.min.css " crossorigin ="anonymous ">
78
+ {% endblock %}
79
+ {% block js %}
80
+ {{ super() }}
81
+ < script src ="https://tools-static.wmflabs.org/cdnjs/ajax/libs/jquery.tablesorter/2.28.5/js/jquery.tablesorter.min.js " crossorigin ="anonymous "> </ script >
82
+ < script type ="text/javascript ">
83
+ $ ( document ) . ready ( function ( ) {
84
+ $ ( ".tablesorter" ) . tablesorter ( ) ;
85
+ } ) ;
86
+ </ script >
87
+ {% endblock %}
Original file line number Diff line number Diff line change @@ -88,3 +88,16 @@ <h3 class="panel-title">
88
88
< p > Unknown DNS zone '{{ name }}'. Are you just guessing?</ p >
89
89
{% endif %}
90
90
{% endblock %}
91
+
92
+ {% block css %}
93
+ < link rel ="stylesheet " href ="https://tools-static.wmflabs.org/cdnjs/ajax/libs/jquery.tablesorter/2.28.5/css/theme.default.min.css " crossorigin ="anonymous ">
94
+ {% endblock %}
95
+ {% block js %}
96
+ {{ super() }}
97
+ < script src ="https://tools-static.wmflabs.org/cdnjs/ajax/libs/jquery.tablesorter/2.28.5/js/jquery.tablesorter.min.js " crossorigin ="anonymous "> </ script >
98
+ < script type ="text/javascript ">
99
+ $ ( document ) . ready ( function ( ) {
100
+ $ ( ".tablesorter" ) . tablesorter ( ) ;
101
+ } ) ;
102
+ </ script >
103
+ {% endblock %}
You can’t perform that action at this time.
0 commit comments