2222 < a class ="navbar-brand " id ="uptime "> </ a >
2323 < div id ="show_live "> </ div >
2424 </ div >
25- </ div >
25+ </ div >
2626</ div >
2727< div class ="container ">
2828
@@ -105,6 +105,7 @@ <h1 style="font-size: 20px" id="total_bandwidth_out">0</h1>
105105 < th class ="text-center "> < i class ='glyphicon glyphicon-user ' style ='color: #73afff; '> </ i > {{language.viewers}} </ th >
106106 < th class ="text-center "> < i class ='glyphicon glyphicon-time ' style ='color: #73afff; '> </ i > {{language.time}}</ th >
107107 < th class ="text-center "> < i class ='glyphicon glyphicon-time ' style ='color: #73afff; '> </ i > {{language.play}}</ th >
108+ < th class ="text-center "> < i class ='glyphicon glyphicon-time ' style ='color: #73afff; '> </ i > {{language.drop}}</ th >
108109 </ tr >
109110 </ thead >
110111 < tbody id ="live_stream ">
@@ -128,6 +129,25 @@ <h1 style="font-size: 20px" id="total_bandwidth_out">0</h1>
128129
129130< input type ="hidden " value ="{{language.play}} " id ="language_play ">
130131< input type ="hidden " value ="{{stream_server}} " id ="stream_server ">
132+ < input type ="hidden " value ="{{language.drop}} " id ="language_drop ">
133+ < input type ="hidden " value ="{{control_server}} " id ="control_server ">
134+
135+ < div id ="stream_drop_popup " class ="modal fade " role ="dialog ">
136+ < div class ="modal-dialog modal-sm ">
137+ < div class ="modal-content ">
138+ < div class ="modal-header ">
139+ < h4 class ="modal-title "> {{language.drop}} < span id ="channel_name "> </ span > </ h4 >
140+ </ div >
141+ < div class ="modal-body ">
142+
143+ </ div >
144+ < div class ="modal-footer ">
145+ < button type ="button " class ="btn btn-default " id ="modal-btn-yes "> Yes</ button >
146+ < button type ="button " class ="btn btn-primary " id ="modal-btn-no "> No</ button >
147+ </ div >
148+ </ div >
149+ </ div >
150+ </ div >
131151
132152< div id ="stream_popup " class ="modal fade " role ="dialog ">
133153 < div class ="modal-dialog ">
@@ -151,6 +171,7 @@ <h4 class="modal-title">{{language.playing}} <span id="channel_name"></span></h4
151171< script src ="js/library/numeral.js "> </ script >
152172< script src ="js/library/player.min.js "> </ script >
153173< script src ="js/bootstrap.js "> </ script >
174+ < script src ="js/confirm-bootstrap.js "> </ script >
154175< script src ="js/socket.js "> </ script >
155176< script src ="js/message.js "> </ script >
156177< script src ="js/helper.js "> </ script >
0 commit comments