-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTagged.aspx
More file actions
216 lines (211 loc) · 8.25 KB
/
Copy pathTagged.aspx
File metadata and controls
216 lines (211 loc) · 8.25 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
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeFile="Tagged.aspx.cs" Inherits="Accounting" EnableViewState="true" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" Runat="Server">
<style type="text/css">
.style4
{
width: 83%;
}
.style7
{
height: 40px;
}
.style9
{
width: 62%;
}
.style12
{
height: 42px;
width: 213px;
}
.style13
{
height: 42px;
width: 119px;
}
.style11
{
height: 42px;
}
.style15
{
width: 206px;
height: 40px;
}
.style17
{
width: 100%;
height: 45px;
}
.style18
{
width: 810px;
}
.style19
{
width: 791px;
height: 119px;
}
</style>
</asp:Content>
<asp:Content ID="Content2" ContentPlaceHolderID="MainContent" Runat="Server">
<p>
<asp:Label ID="Label7" runat="server" Font-Bold="True" Font-Size="Large"
Text="Search here"></asp:Label>
<asp:TextBox ID="TextBox7" runat="server" Width="202px"></asp:TextBox>
<asp:Button ID="Button4" runat="server" Font-Bold="True" style="margin-left: 0px"
Text="Go" Width="40px" BackColor="#3366CC" ForeColor="White"
onclick="Button4_Click" />
<br />
</p>
<p>
</p>
<table class="style17">
<tr>
<td class="style18" valign="top">
<img alt="" class="style19" src="Photos/image-2.jpg" /></td>
<td>
<asp:Menu ID="Menu1" runat="server" BackColor="#003366"
DynamicHorizontalOffset="2" Font-Bold="True" Font-Names="Verdana"
Font-Size="Small" ForeColor="White" StaticSubMenuIndent="10px">
<DynamicHoverStyle BackColor="#284E98" ForeColor="White" />
<DynamicMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
<DynamicMenuStyle BackColor="#B5C7DE" />
<DynamicSelectedStyle BackColor="#507CD1" />
<Items>
<asp:MenuItem Text="Productivity" Value="Poductivity ">
<asp:MenuItem NavigateUrl="~/Productivity.aspx" Text="Add to productivity"
Value="Add to productivity">
</asp:MenuItem>
<asp:MenuItem NavigateUrl="~/Checkprod.aspx" Text="Check list "
Value="Check list">
</asp:MenuItem>
</asp:MenuItem>
<asp:MenuItem Text="Minls tagged" Value="Minls tagged">
<asp:MenuItem NavigateUrl="Tagged.aspx" Text="Add minls tagged"
Value="Add minls tagged"></asp:MenuItem>
<asp:MenuItem NavigateUrl="Taggedcheck.aspx" Text="Check tagged minls"
Value="Check tagged minls"></asp:MenuItem>
</asp:MenuItem>
<asp:MenuItem Text="Team" Value="Team">
<asp:MenuItem NavigateUrl="Team.aspx" Text="Add Team" Value="Add Team">
</asp:MenuItem>
<asp:MenuItem NavigateUrl="Teamcheck.aspx" Text="Check Team list"
Value="Check Team list"></asp:MenuItem>
</asp:MenuItem>
<asp:MenuItem NavigateUrl="Mineralslist.aspx" Text="Minerals" Value="Minerals">
</asp:MenuItem>
<asp:MenuItem Text="Report" Value="Report">
<asp:MenuItem Text="All minerals mined " Value="All minerals mined "
NavigateUrl="Repproductivity.aspx">
</asp:MenuItem>
<asp:MenuItem NavigateUrl="Repuntaggedcoltan.aspx" Text="Untagged coltan"
Value="Untagged coltan"></asp:MenuItem>
<asp:MenuItem Text="Untagged cassterite" Value="Minerals tagged"
NavigateUrl="Repuntaggedcass.aspx"></asp:MenuItem>
</asp:MenuItem>
</Items>
<StaticHoverStyle BackColor="#284E98" ForeColor="White" />
<StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
<StaticSelectedStyle BackColor="#003300" />
</asp:Menu>
</td>
</tr>
</table>
<table class="style17">
</table>
<asp:Panel ID="Panel1" runat="server" Height="253px" Width="737px"
BackColor="White">
<br />
<table class="style4">
<tr>
<td class="style15">
<asp:Label ID="Label13" runat="server" Font-Bold="True" Font-Size="Medium"
style="color: #000000" Text="Tag_number"></asp:Label>
</td>
<td class="style7">
<asp:TextBox ID="tgnumber" runat="server" Width="221px" Height="25px"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style15">
<asp:Label ID="Label14" runat="server" Font-Bold="True" Font-Size="Medium"
style="color: #000000" Text="Productivity"></asp:Label>
</td>
<td class="style7">
<asp:DropDownList ID="DropDownList3" runat="server"
onselectedindexchanged="DropDownList3_SelectedIndexChanged"
AutoPostBack="True">
</asp:DropDownList>
</td>
</tr>
<tr>
<td class="style15">
<asp:Label ID="Label15" runat="server" Font-Bold="True" Font-Size="Medium"
style="color: #000000" Text="Quantity_tagged(kg)"></asp:Label>
</td>
<td class="style7">
<asp:TextBox ID="qtagged" runat="server" Width="221px" Height="25px"
ReadOnly="True"></asp:TextBox>
</td>
</tr>
<tr>
<td class="style15">
<asp:Label ID="Label16" runat="server" Font-Bold="True" Font-Size="Medium"
style="color: #000000" Text="Mineral Type"></asp:Label>
</td>
<td class="style7">
<asp:TextBox ID="mineraltype" runat="server" Height="25px" ReadOnly="True"
Width="221px"></asp:TextBox>
</td>
</tr>
</table>
<table class="style9">
<tr>
<td class="style12">
</td>
<td class="style13">
<asp:Button ID="Button9" runat="server" BackColor="Lime" Font-Bold="True"
Font-Size="Medium" ForeColor="White" Height="39px" onclick="Button9_Click"
Text="Save" Width="174px" />
</td>
<td class="style11">
</td>
</tr>
</table>
<br />
<br />
<br />
</asp:Panel>
</p>
<p>
<asp:GridView ID="GridView1" runat="server" BackColor="White"
BorderColor="White" BorderStyle="Ridge" BorderWidth="2px" CellPadding="3"
CellSpacing="1" GridLines="None">
<FooterStyle BackColor="#C6C3C6" ForeColor="Black" />
<HeaderStyle BackColor="#4A3C8C" Font-Bold="True" ForeColor="#E7E7FF" />
<PagerStyle BackColor="#C6C3C6" ForeColor="Black" HorizontalAlign="Right" />
<RowStyle BackColor="#DEDFDE" ForeColor="Black" />
<SelectedRowStyle BackColor="#9471DE" Font-Bold="True" ForeColor="White" />
<SortedAscendingCellStyle BackColor="#F1F1F1" />
<SortedAscendingHeaderStyle BackColor="#594B9C" />
<SortedDescendingCellStyle BackColor="#CAC9C9" />
<SortedDescendingHeaderStyle BackColor="#33276A" />
</asp:GridView>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
</asp:Content>