File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 4
4
< link rel = "icon " href ="static/images/roles/{{ image_name }}.png " type = "image/x-icon ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
6
< link rel ="stylesheet " href ="{{ url_for('static', filename='css/style.css') }} ">
7
+ {% block import %}{% endblock %}
7
8
</ head >
8
9
< table >
9
10
< tr >
Original file line number Diff line number Diff line change 4
4
< link rel = "icon " href ="static/images/roles/{{ image_name }}.png " type = "image/x-icon ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
6
< link rel ="stylesheet " href ="{{ url_for('static', filename='css/style.css') }} ">
7
- < script type ="text/javascript " src ="static/js/jquery-1.11.1.min.js "> </ script >
8
- < script type ="text/javascript " src ="static/js/shieldui-all.min.js "> </ script >
9
7
< script type ="text/javascript " src ="static/js/main.js "> </ script >
10
8
</ head >
11
9
< body >
Original file line number Diff line number Diff line change 4
4
FekroBot::mafia::{{ role_name }}
5
5
{% endblock %}
6
6
7
+ {% block import %}
8
+ < script >
9
+ var msg = "Hide your device! after clicking on OK your role will be shown." ;
10
+ { % if is_farsi == True % }
11
+ msg = "دستگاه خود را پنهان کنید! با زدن دکمه زیر نقش شما نشان داده خواهد شد." ;
12
+ { % endif % }
13
+ alert ( msg ) ;
14
+ </ script >
15
+ {% endblock %}
16
+
7
17
{% block avatar %}
8
18
< img class ="avatar " src ="static/images/roles/{{ image_name }}.png ">
9
19
{% endblock %}
You can’t perform that action at this time.
0 commit comments