-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathView.aspx
More file actions
152 lines (126 loc) · 6.65 KB
/
View.aspx
File metadata and controls
152 lines (126 loc) · 6.65 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="View.aspx.cs" Inherits="View" %>
<asp:Content ID="Content1" ContentPlaceHolderID="head" Runat="Server">
<style type="text/css">
.style2
{
width: 407px;
}
.style3
{
height: 26px;
}
.gr
{
text-align:center;
margin-left:100%;
}
.l
{
font-family:'Open Sans';
font-size:x-large;
line-height:4em;
text-align:center;
color:Teal;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">
<div class="table-responsive container" style="text-align:center;width:20%;padding-bottom:30px" >
<asp:DropDownList ID="Drop_teamview" AutoPostBack="True" runat="server"
CssClass="form-control" style="font-size:larger;padding-left:80px;"
onselectedindexchanged="Drop_teamview_SelectedIndexChanged">
<asp:ListItem>Team 1</asp:ListItem>
<asp:ListItem>Team 2</asp:ListItem>
<asp:ListItem>Team 3</asp:ListItem>
<asp:ListItem>Team 4</asp:ListItem>
<asp:ListItem>Team 5</asp:ListItem>
<asp:ListItem>Team 6</asp:ListItem>
<asp:ListItem>Team 7</asp:ListItem>
<asp:ListItem>Team 8</asp:ListItem>
</asp:DropDownList>
</div>
<center>
<div style="font-family:Open Sans;font-size:xx-large;opacity:0.8"><span class="label label-info" >
<asp:Literal ID="Literal1" runat="server"></asp:Literal>
<asp:Literal ID="Literal2" runat="server"></asp:Literal>
<asp:Literal ID="Literal3" runat="server"></asp:Literal>
<asp:Literal ID="Literal4" runat="server"></asp:Literal>
</span><p>
</div>
<asp:GridView ID="GridView1" runat="server" AllowPaging="True"
AutoGenerateColumns="False"
GridLines="None" onselectedindexchanged="GridView1_SelectedIndexChanged"
PageSize="5" onpageindexchanging="GridView1_PageIndexChanging"
style="width:50%;margin-top:20px;background-color:rgba(255,255,255,0.8);"
CssClass="table table-condensed table-responsive table-striped table-hover l">
<%--<AlternatingRowStyle BackColor="White" />--%>
<Columns>
<asp:BoundField DataField="pl_name" HeaderText="NAME">
<FooterStyle HorizontalAlign="Center" VerticalAlign="Middle" />
<HeaderStyle HorizontalAlign="Center" VerticalAlign="Middle" />
<ItemStyle HorizontalAlign="Center" VerticalAlign="Middle" />
</asp:BoundField>
<asp:BoundField DataField="Club" HeaderText="CLUB" />
<asp:BoundField DataField="pl_pos" HeaderText="POSITION" />
<asp:BoundField DataField="cost" HeaderText="COST" />
</Columns>
<PagerStyle HorizontalAlign="Center" Font-Size="25px"/>
<%--<EditRowStyle BackColor="#2461BF" />--%>
<FooterStyle HorizontalAlign="Center"/>
<HeaderStyle HorizontalAlign="Center" Font-Bold="false" CssClass="gr"/>
<%-- <FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" HorizontalAlign="Center"/>--%>
<%--<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" HorizontalAlign="Center" />--%>
<%--<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />--%>
<%-- <RowStyle BackColor="#EFF3FB" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<SortedAscendingCellStyle BackColor="#F5F7FB" />
<SortedAscendingHeaderStyle BackColor="#6D95E1" />
<SortedDescendingCellStyle BackColor="#E9EBEF" />
<SortedDescendingHeaderStyle BackColor="#4870BE" />--%>
</asp:GridView>
</center>
<%--
<table style="height: 198px; width: 110%">
<tr>
<td rowspan="2" class="style2">
<asp:Panel ID="Teams" runat="server" Width="273px" GroupingText="Teams"
Height="182px">
<asp:ListBox ID="ListBox1" runat="server" AutoPostBack="True" Width="260px"
Height="160px" onselectedindexchanged="ListBox1_SelectedIndexChanged">
<asp:ListItem>Team 1</asp:ListItem>
<asp:ListItem>Team 2</asp:ListItem>
<asp:ListItem>Team 3</asp:ListItem>
<asp:ListItem>Team 4</asp:ListItem>
<asp:ListItem>Team 5</asp:ListItem>
<asp:ListItem>Team 6</asp:ListItem>
<asp:ListItem>Team 7</asp:ListItem>
<asp:ListItem>Team 8</asp:ListItem>
</asp:ListBox>
</asp:Panel>
</td>
<td class="style3">
<%--<asp:Literal ID="Literal1" runat="server"></asp:Literal>
<asp:Literal ID="Literal2" runat="server"></asp:Literal>
<asp:Literal ID="Literal3" runat="server"></asp:Literal>
<asp:Literal ID="Literal4" runat="server"></asp:Literal>
<br />
</td>
</tr>
<tr>
<td>
<div class="table-responsive container">
<asp:GridView ID="GridView1" runat="server" AllowPaging="True"
AutoGenerateColumns="False" CellPadding="4" ForeColor="#333333"
GridLines="None" onselectedindexchanged="GridView1_SelectedIndexChanged"
PageSize="5" onpageindexchanging="GridView1_PageIndexChanging"
class="table table-responsive table-hover"
>
</div>
</td>
</tr>
</table>--%>
<center><div style="padding-top:100px;opacity:0.8">
<asp:Label ID="Label_nopl" class="alert alert-danger" style="width :40%;text-align:center;font-family:Open Sans;font-size:large;" text="Oops! You have not selected any players yet!" runat="server" Visible="false"></asp:Label></div></center>
</asp:Content>