⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 main.aspx

📁 贸易有限公司项目管理系统(C#.NET2003),供学习参考!
💻 ASPX
字号:
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Main.aspx.cs" Inherits="Main" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<link href="css/css.css" rel="stylesheet" type="text/css" />
<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>怡佳贸易有限公司项目管理系统</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    <table border="1" align="center" cellspacing="0" bordercolorlight="#FFFFFF" style="width: 780px; height: 418px;"  >
  <tr >
    <td colspan="2" background="images/back.gif" align="left" style="background-image: url(Images/bg1.gif); height: 27px">&nbsp; 
        <asp:Image ID="Image1" runat="server" ImageUrl="images/newse.gif" />
        您好:<asp:Label ID="lbUser" runat="server" Text="lbUser" Width="37px"></asp:Label>
         今天是<asp:Label ID="lbTime" runat="server" Text="Label" Width="42px"></asp:Label>
        您有未读信件:<asp:Label ID="lbMessage" runat="server" Text="Label" Width="35px"></asp:Label>
        
        已经上传文件:<asp:Label ID="lbSource" runat="server" Text="Label" Width="29px"></asp:Label>
        <asp:Label ID="lbTask" runat="server" Text="Label" Width="139px"></asp:Label>
        <asp:Label ID="lbDiary" runat="server" Text="Label" Width="117px"></asp:Label>
        &nbsp;;<asp:HyperLink ID="HyperLink1" runat="server" NavigateUrl="~/Logout.aspx">退出</asp:HyperLink>
        &nbsp; 
        <asp:HyperLink ID="HyperLink2" runat="server" ImageUrl="~/Images/help_b.gif" NavigateUrl="~/Help.aspx"
            Target="main">HyperLink</asp:HyperLink></td>
  </tr>
  
  <tr>
    <td  style="width: 121px; height: 376px;" valign="top" >
        
        <asp:TreeView ID="TreeView1" runat="server"  ForeColor="Black" Font-Bold="False" Font-Italic="False" Font-Size="12px" Font-Strikeout="False" ShowLines="True" Height="332px" >
            <Nodes>
                <asp:TreeNode  ImageUrl="images/home.gif"  >
                    <asp:TreeNode Text="我的信息" Value="我的信息" ImageUrl="images/user.gif">
                         
                         <asp:TreeNode Text="修改密码" Value="修改密码" NavigateUrl="PwdModify.aspx" Target="main" ImageUrl="images/bul73.gif"></asp:TreeNode>
                         <asp:TreeNode Text="同事列表" Value="同事列表" NavigateUrl="FriendsList.aspx" Target="main" ImageUrl="images/mans.gif"></asp:TreeNode>
                         <asp:TreeNode Text="短信管理" Value="短信管理" NavigateUrl="MessageList.aspx" Target="main" ImageUrl="images/m_issend_1.gif"></asp:TreeNode>
                    </asp:TreeNode>
                    <asp:TreeNode Text="工作日志" Value="工作日志" ImageUrl="images/ip.gif">
                      
                         <asp:TreeNode Text="撰写日志" Value="撰写日志" NavigateUrl="WriteWorkDiary.aspx" Target="main" ImageUrl="images/leavemessage.gif"></asp:TreeNode>
                         <asp:TreeNode Text="日志查询" Value="日志查询" NavigateUrl="SearchWorkDiary.aspx" Target="main" ImageUrl="images/files.gif"></asp:TreeNode>
                         <asp:TreeNode Text="考勤查询" Value="考勤查询" NavigateUrl="SearchEval.aspx" Target="main" ImageUrl="images/product.gif"></asp:TreeNode>

                    </asp:TreeNode>
                   
                    <asp:TreeNode Text="资源共享" Value="资源共享" ImageUrl="images/filesys.gif">
                        
                        <asp:TreeNode Text="上传资源" Value="上传资源" NavigateUrl="FileUp.aspx" Target="main" ImageUrl="images/earth.gif"></asp:TreeNode>
                         <asp:TreeNode Text="资源列表" Value="资源下载" NavigateUrl="FileList.aspx" Target="main" ImageUrl="images/download.gif"></asp:TreeNode>
                    </asp:TreeNode>
                   
                    <asp:TreeNode Text="日记管理" Value="日记管理" ImageUrl="images/research.gif">
                        <asp:TreeNode Text="撰写日记" Value="撰写日记" NavigateUrl="WriteDiary.aspx" Target="main" ImageUrl="images/010.gif"></asp:TreeNode>
                        <asp:TreeNode Text="日记列表" Value="日记列表" NavigateUrl="DiaryList.aspx" Target="main" ImageUrl="images/bul73.gif"></asp:TreeNode>
                    </asp:TreeNode>
                    <asp:TreeNode Text="工程进度" Value="工程进度" ImageUrl="images/198.gif">
                        <asp:TreeNode Text="工作计划" Value="工作计划" NavigateUrl="WorkPlan.aspx" Target="main" ImageUrl="images/018.gif"></asp:TreeNode>
                        <asp:TreeNode Text="进度列表" Value="进度列表" NavigateUrl="SheduReport.aspx" Target="main" ImageUrl="images/company.gif"></asp:TreeNode>
                    </asp:TreeNode>
                    
                </asp:TreeNode>
            </Nodes>
        <RootNodeStyle Font-Size="12pt" />
        </asp:TreeView>
    </td>
    <td valign=top  style="width: 364px; height: 376px;" ><iframe  src="Search.aspx"   name=main frameborder=0 scrolling=no  id="IFRAME1" language="javascript" onblur="return IFRAME1_onblur()" style="height: 380px;  width: 632px; " bordercolor="#EFF7FE"></iframe></td>
  </tr>
  
</table>

    </div>
    </form>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -