File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9292 < span style ="opacity:.5; " v-if ="localeData.footer.one " v-html ="localeData.footer.one "> </ span >
9393 < span style ="opacity:.5; " v-else v-html ="fallbackLocaleData.footer.one "> </ span >
9494 </ div >
95+ < a class = "donate_link " :title ="localeData.donate_title " @click ="showDonate() " class ="item "> < i :class ="{ inverted: settings.dark } " class ="big donate icon "> </ i > < span v-if ="localeData.donate " v-html ="localeData.donate "> </ span > < span v-else v-html ="fallbackLocaleData.donate "> </ span > </ a >
9596 < a target ="_blank " href ="https://github.com/drlight17 ">
9697 < img class ="developed_by " src ="{{ url_for('static', filename='images/developed_by_drlight.png')|version }} " />
9798 </ a >
9899 </ div >
99100 </ div >
101+ < div class ="ui modal " id ="donate-modal " :class ="{ inverted: settings.dark } ">
102+ < i class ="close icon "> </ i >
103+ < div id ="donate " v-if ="!loading ">
104+ < div class ="ui segment ">
105+ < h3 > < i class ="big donate icon "> </ i > < span v-if ="localeData.donate_message " v-html ="localeData.donate_message "> </ span > < span v-else v-html ="fallbackLocaleData.donate_message "> </ span > </ h3 >
106+ < div class =donate_buttons >
107+ < button id ="show_ton_to_clipboard_button " @click ="show_ton() " class ="ui button "> < i class ="coins large icon "> </ i > < span v-if ="localeData.donate_copy_ton_wallet "> [[ localeData.donate_copy_ton_wallet ]]</ span > < span v-else > [[ fallbackLocaleData.donate_copy_ton_wallet ]]</ span > </ button >
108+ < div id ="ton_address_placeholder " class ="ui input left icon ">
109+ < input type ="text " class ="ui input " @click ="copy_ton_to_clipboard() ">
110+ < i class ="copy icon "> </ i >
111+ </ div >
112+ < iframe
113+ src ="https://ghbtns.com/github-btn.html?user=drlight17&repo=mta-log-parser&type=star&count=true&size=large " frameborder ="0 "
114+ scrolling ="0 "
115+ width ="125 "
116+ height ="30 "
117+ title ="GitHub ">
118+ </ iframe >
119+ </ div >
120+ </ div >
121+ </ div >
122+ </ div >
100123
101124 {% block scripts %}
102125 {% endblock %}
Original file line number Diff line number Diff line change @@ -375,25 +375,22 @@ <h3><i class="big bookmark icon"></i><span v-if="localeData.tips.title" v-html="
375375 < li >
376376 < span v-if ="localeData.tips.seventeen " v-html ="localeData.tips.seventeen "> </ span >
377377 < span v-else v-html ="fallbackLocaleData.tips.seventeen "> </ span >
378- < details > : < summary > [...]</ summary >
379- < strong > {{ settings.exclude_from_top_senders }}</ strong >
380- </ details >
378+ < strong > {{ settings.exclude_from_top_senders }}</ strong >
381379 </ li >
382380 {% endif %}
383381 {% if settings.exclude_from_top_recipients %}
384382 < li >
385383 < span v-if ="localeData.tips.eighteen " v-html ="localeData.tips.eighteen "> </ span >
386384 < span v-else v-html ="fallbackLocaleData.tips.eighteen "> </ span >
387- < details > : < summary > [...]</ summary >
388- < strong > {{ settings.exclude_from_top_recipients }}</ strong >
389- </ details >
385+ < strong > {{ settings.exclude_from_top_recipients }}</ strong >
390386 </ li >
391387 {% endif %}
392388 </ ul >
393389 </ div >
394390 </ div >
395391 </ div >
396392
393+
397394{% endblock %}
398395
399396{% block scripts %}
You can’t perform that action at this time.
0 commit comments