FineUI/FineUI.Examples/window/group_panel.aspx
2013-11-01 14:13:51 +08:00

53 lines
3.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="group_panel.aspx.cs" Inherits="FineUI.Examples.window.group_panel" %>
<!DOCTYPE html>
<html>
<head runat="server">
<title></title>
<link href="../css/main.css" rel="stylesheet" type="text/css" />
</head>
<body>
<form id="form1" runat="server">
<x:PageManager ID="PageManager1" runat="server" />
<x:Panel ID="Panel1" BodyPadding="5px" runat="server" EnableFrame="true"
EnableCollapse="True" Title="面板" Width="600px">
<Items>
<x:GroupPanel runat="server" Title="分组面板一" ID="GroupPanel1" EnableCollapse="True">
<Items>
<x:SimpleForm ID="SimpleForm1" runat="server" ShowBorder="False"
ShowHeader="False">
<Items>
<x:TextBox ID="TextBox1" Label="名称" runat="server">
</x:TextBox>
<x:TextArea ID="TextArea1" Label="备注" runat="server">
</x:TextArea>
</Items>
</x:SimpleForm>
</Items>
</x:GroupPanel>
<x:GroupPanel ID="GroupPanel2" Title="分组面板二" runat="server" EnableCollapse="True">
<Items>
<x:ContentPanel ID="ContentPanel1" ShowBorder="false" ShowHeader="false"
runat="server">
<a href="http://tech.163.com/special/jobsdead/" rel="&amp;a=7"
style="font-size: 18px" target="_blank"><b>乔布斯</b></a><br />
<div>
<p>
乔布斯于1955年2月24日出生苹果创始人之一近年来多次被评为全美最佳CEO业界评论“苹果就是乔布斯乔布斯就是苹果”。在乔布斯的带领下苹果股价去年一路飙升超越微软成为世界第一大科技公司今年8月苹果超越埃克森美孚成为全球最大市值企业截止上季度持有现金达到762亿美金甚至超过了美国政府国库存款。
</p>
<p>
遗憾的是苹果的取得巨大成功还是无法给乔布斯一个健康的身体乔布斯2003年被发现患有胰脏癌随后又查出肝癌危在旦夕的乔布斯在经历了8年的抗癌斗争、3次病休、若干次手术后于2011年8月25日正式宣布从CEO位置辞职转做公司董事长原COO库克正式接任乔布斯任CEO。2011年10月6日乔布斯在苹果发布iPhone 4S后的第二天与世长辞。
</p>
</div>
</x:ContentPanel>
</Items>
</x:GroupPanel>
</Items>
</x:Panel>
<br />
<x:Button ID="Button2" Text="展开/折叠分组面板二" OnClick="Button2_Click" runat="server">
</x:Button>
</form>
</body>
</html>