ÿþ<%@ page language="C#" masterpagefile="~/MasterPage.master" autoeventwireup="true" inherits="Videoteka_TVRadio, SvetlostIstine" title="Adventisti ki TV i radio" %> <asp:Content ID="Content1" ContentPlaceHolderID="Sadrzaj" Runat="Server"> <script language="javascript" type="text/javascript"> <!-- function TABLE1_onclick() { } // --> </script> </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="Glavni" Runat="Server"> <asp:ScriptManager ID="ScriptManager1" runat="server" /> <p style="text-align: center"> <strong>Adventisti ki TV </strong> <asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="Conditional"> <ContentTemplate> <p style="text-align: center"> <table align="center" border="0" cellpadding="0" cellspacing="0" style="width: 448px"> <tr> <td align="center" background="../Slike/TV.JPG" height="368" style="width: 448px"> &nbsp; <asp:Literal ID="Literal1" runat="server"></asp:Literal></td> </tr> <tr> <td align="center" bgcolor="dimgray" style="height: 16px; width: 448px;"> Izbor stanice: &nbsp;<asp:DropDownList ID="TVList" runat="server" OnSelectedIndexChanged="TVList_SelectedIndexChanged" AutoPostBack="True"> <asp:ListItem Value="0">Hope - Internacionalni</asp:ListItem> <asp:ListItem Value="1">Hope - Evropski</asp:ListItem> <asp:ListItem Value="2">Hope - Ameri ki</asp:ListItem> <asp:ListItem Value="3">Hope - `panski, Severna Amerika</asp:ListItem> <asp:ListItem Value="4">Hope - `panski, Ju~na Amerika</asp:ListItem> <asp:ListItem Value="5">Hope - Portugalski</asp:ListItem> <asp:ListItem Value="6">Hope - Rumunski</asp:ListItem> <asp:ListItem Value="7">3ABN - Three Angels Broadcasting Network</asp:ListItem> <asp:ListItem Value="8">Amazing Facts</asp:ListItem> <asp:ListItem Value="9">LLBN - Loma Linda University</asp:ListItem> </asp:DropDownList> &nbsp;&nbsp;&nbsp; </td> </tr> </table> </p> </ContentTemplate> <Triggers></Triggers> <Triggers> <asp:AsyncPostBackTrigger ControlID="TVList" EventName="SelectedIndexChanged" /> </Triggers> </asp:UpdatePanel> </p> <center><asp:UpdateProgress ID="UpdateProgress1" runat="server" AssociatedUpdatePanelID="UpdatePanel1" DisplayAfter="5"> <ProgressTemplate> Promena kanala...... </ProgressTemplate> </asp:UpdateProgress> </center> <p style="text-align: center"> <strong>Adventisti ki radio</strong> <asp:UpdatePanel ID="UpdatePanel2" runat="server" UpdateMode="Conditional"> <Triggers> <asp:AsyncPostBackTrigger ControlID="RadioList" EventName="SelectedIndexChanged" /> <asp:AsyncPostBackTrigger ControlID="RadioImageButton" EventName="Click" /> </Triggers> <ContentTemplate> <center> <table border="2" cellpadding="0" cellspacing="0" width="450" align="center" bordercolor="lightgrey" id="TABLE1" language="javascript" onclick="return TABLE1_onclick()"> <tr> <td height="170"> <asp:Literal ID="Literal2" runat="server"></asp:Literal><asp:ImageButton ID="RadioImageButton" runat="server" ImageUrl="~/Slike/Radio.JPG" OnClick="RadioImageButton_Click" ToolTip="Play" /></td> </tr> <tr> <td align="center" style="height: 17px" bgcolor="darkgray"> Izbor stanice: <asp:DropDownList ID="RadioList" runat="server" AutoPostBack="True" OnSelectedIndexChanged="RadioList_SelectedIndexChanged"> <asp:ListItem Value="0">Adventisti ki radio-Adventist World Radio</asp:ListItem> <asp:ListItem Value="1">Glas nade-Srbija</asp:ListItem> <asp:ListItem Value="2">Hymns &amp; Favorites</asp:ListItem> <asp:ListItem Value="3">Life Talk Radio</asp:ListItem> <asp:ListItem Value="4">Splash-UK</asp:ListItem> <asp:ListItem Value="5">WAUS-Andrews University Clasicsal Radio</asp:ListItem> <asp:ListItem Value="6">WJOU-Oakwood University</asp:ListItem> <asp:ListItem Value="7">Positive Life Radio-Walla Walla College</asp:ListItem> <asp:ListItem Value="8">VOAR - Christian Family Radio, Kanada</asp:ListItem> <asp:ListItem Value="9">Radio Sol - Porto Riko, `panski</asp:ListItem> <asp:ListItem Value="10">WGTS - Columbia Union College</asp:ListItem> <asp:ListItem Value="11">3ABN - Three Angels Broadcasting Network</asp:ListItem> <asp:ListItem Value="12">QMR - Quiet Moment Radio</asp:ListItem> <asp:ListItem Value="13">KJCR - Southwestern Adventist University</asp:ListItem> <asp:ListItem Value="14">KTSY - Family Friendly Music Station</asp:ListItem> <asp:ListItem Value="15">La Voz de La Esperanza</asp:ListItem> <asp:ListItem Value="16">Nuevo Tiempo - `panski</asp:ListItem> <asp:ListItem Value="17">Nuevo Tiempo - Portugalski</asp:ListItem> </asp:DropDownList></td> </tr> </table> </center> </ContentTemplate> </asp:UpdatePanel> </p> <center><asp:UpdateProgress ID="UpdateProgress2" runat="server" AssociatedUpdatePanelID="UpdatePanel2" DisplayAfter="5"> <ProgressTemplate> Promena kanala..... </ProgressTemplate> </asp:UpdateProgress> </center> </asp:Content>