-
Notifications
You must be signed in to change notification settings - Fork 2
/
Tasks Header
47 lines (47 loc) · 1.81 KB
/
Tasks Header
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
<!Docktype html>
<head class="image"><!-- Referencias de Office: -->
<link rel="stylesheet" type="text/css" href="Content/Office.css">
<script src="https://appsforoffice.microsoft.com/lib/1/hosted/office.js"></script>
<meta name="javascript" http-equiv="content-type" content="javascript/text/css" name="type">
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<title>Task Header</title>
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<meta name="Microsoft Theme" content="copy-of-blends 1111, default">
<meta name="Microsoft Border" content="tlb">
</head>
<body style="background-color: #000080"
<em>
<form id="head form1" runat="server"><ol>
<asp:Menu
id="Menu1" runat="server" BackColor="#F7F6F3"
DynamicHorizontalOffset="2" Font-Names="Verdana" Font-Size="0.8em"
ForeColor="#7C6F57" StaticSubMenuIndent="10px"
ScrollUpImageUrl="papillon-MSN.png" Target="Self" CssClass="windows-1252"
DataSourceID="SiteMapDataSource1">
<DataBindings>
<asp:MenuItemBinding />
</DataBindings>
<DynamicHoverStyle BackColor="#7C6F57" ForeColor="White" />
<DynamicMenuItemStyle HorizontalPadding="5px"
VerticalPadding="2px" />
<DynamicMenuStyle BackColor="#F7F6F3" />
<DynamicSelectedStyle BackColor="#5D7B9D" />
<Items>
<asp:MenuItem Text="New Item" Value="New Item" Target="self">
</asp:MenuItem>
</Items>
<StaticHoverStyle BackColor="#7C6F57" ForeColor="White" />
<StaticMenuItemStyle HorizontalPadding="5px"
VerticalPadding="2px" />
<StaticSelectedStyle BackColor="#5D7B9D" />
<StaticItemTemplate>
<%# Eval("Text") %>
</StaticItemTemplate>
</asp:Menu>
<em>
<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server">
</asp:SiteMapDataSource><br></ol>
</form>
</body>
</html>