-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSearchadmin.aspx
More file actions
98 lines (95 loc) · 3.74 KB
/
Copy pathSearchadmin.aspx
File metadata and controls
98 lines (95 loc) · 3.74 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
<%@ Page Title="" Language="C#" MasterPageFile="~/Site.master" AutoEventWireup="true" CodeFile="Searchadmin.aspx.cs" Inherits="Searchadmin" %>
<asp:Content ID="Content1" ContentPlaceHolderID="HeadContent" Runat="Server">
<style type="text/css">
.style17
{
width: 100%;
height: 28px;
}
.style18
{
width: 810px;
}
.style19
{
width: 787px;
height: 127px;
}
</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" ForeColor="Black"></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" />
</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="STAFF" Value="STAFF">
<asp:MenuItem NavigateUrl="~/Staff.aspx" Text="New Staff" Value="New Staff">
</asp:MenuItem>
<asp:MenuItem NavigateUrl="~/Upstaff.aspx" Text="Update" Value="Update">
</asp:MenuItem>
</asp:MenuItem>
<asp:MenuItem Text="Minerals" Value="Minerals" NavigateUrl="Minerals.aspx"></asp:MenuItem>
<asp:MenuItem Text="Tagged" Value="Tagged" NavigateUrl="Taggedadmin.aspx"></asp:MenuItem>
<asp:MenuItem Text="Sales" Value="Sales" NavigateUrl="Salesadmin.aspx"></asp:MenuItem>
<asp:MenuItem Text="Production" Value="Production"
NavigateUrl="Productivityadmin.aspx"></asp:MenuItem>
<asp:MenuItem Text="Report" Value="Report">
<asp:MenuItem NavigateUrl="Salesreport.aspx" Text="SalesReport"
Value="SalesReport"></asp:MenuItem>
<asp:MenuItem Text="TaggedReport" Value="TaggedReport"></asp:MenuItem>
<asp:MenuItem Text="ProductivityReport" Value="ProductivityReport">
</asp:MenuItem>
<asp:MenuItem Text="StaffReport" Value="StaffReport"></asp:MenuItem>
</asp:MenuItem>
</Items>
<StaticHoverStyle BackColor="#284E98" ForeColor="White" />
<StaticMenuItemStyle HorizontalPadding="5px" VerticalPadding="2px" />
<StaticSelectedStyle BackColor="#507CD1" />
</asp:Menu>
</td>
</tr>
</table>
<p>
</p>
<p>
</p>
<asp:GridView ID="GridView1" runat="server">
</asp:GridView>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<p>
</p>
<br />
<br />
<br />
<br />
</asp:Content>