<%@ Page CodeBehind="constituency.aspx.vb" Language="vb" AutoEventWireup="false" Inherits="DoingNEW.constituency" %> D-スポット @ DOING.TV
D-スポット DOING.TV
<% '******* 全地区共通バナー ******** %> <% Select GetAreaValue() %> <% '******* 北海道地区のバナー ******* %> <% case = "1"%> <% '******* 東北地区のバナー ******* %> <% case = "2" %> <% '******* 関東地区のバナー ******* %> <% case = "3" %> <% '******* 信越・北陸区のバナー ******* %> <% case = "4" %> <% '****** 東海地区のバナー ******* %> <% case = "5" %> <% '******* 近畿地区のバナー ******* %> <% case = "6" %> <% '******* 中国・四国地区のバナー ******* %> <% case = "7" %> <% '******* 九州地区のバナー ******* %> <% case = "8" %> <% '******* 沖縄地区のバナー ******* %> <% case = "9" %> <% '******* 一般出馬地区のバナー ******* %> <% case = "10" %> <% End Select %>
チャンネルTOPに戻る
<% Dim rank As Integer Dim point As Integer rank = 0 point = GetPoint(0) For i As Integer = 0 To 2 if point > GetPoint(i) Then rank = i End if point = GetPoint(i) %>
ランキング<%= rank+1 %>位 <%= GetIdolName(i) %>
<%= GetIdolName(i) %>
<% Next i %>
※視聴するにはDMSプレーヤーのインストールが必要です
<% If GetRegist() = "" Then %>
映像を見るには登録が必要です。登録はこちら
<% Else %> <% If GetAreaState() = "2" Then %> <% Else %> <% End If %> <% End If %> <% rank = 0 point = GetPoint(0) For i As Integer = 0 To GetIdolCount() - 1 if point > GetPoint(i) Then rank = i End if point = GetPoint(i) %>
.png);">
<%= GetButtonState(i) %>
<%= GetIdolName(i) %>
<%= GetIdolComment(i) %>
<% Next i %>