?? hometaching.skin
字號:
?<%--
默認的外觀模板。以下外觀僅作為示例提供。
1. 命名的控件外觀。SkinId 的定義應唯一,因為在同一主題中不允許一個控件類型有重復的 SkinId。
<asp:GridView runat="server" SkinId="gridviewSkin" BackColor="White" >
<AlternatingRowStyle BackColor="Blue" />
</asp:GridView>
2. 默認外觀。未定義 SkinId。在同一主題中每個控件類型只允許有一個默認的控件外觀。
<asp:Image runat="server" ImageUrl="~/images/image1.jpg" />
--%>
<asp:image runat="Server" ImageUrl="images/logo.jpg" skinid="logo_img" />
<asp:image runat="Server" ImageUrl="images/title.jpg" skinid="title_img" />
<asp:HyperLink runat="server" ImageUrl="images/gongshang.gif"
NavigateUrl="http://www.hd315.gov.cn/beian/view.asp?bianhao=xxx" skinid="gongshang_link" >工商</asp:HyperLink>
<asp:HyperLink runat="server" ImageUrl="images/baojing.gif"
NavigateUrl="http://www.bj.cyberpolice.cn/alarm/alarm.htm" skinid="baojing_link">110</asp:HyperLink>
<asp:SiteMapPath runat="server" Font-Names="宋體" Font-Size="9pt"
PathSeparator=" > " RenderCurrentNodeAsLink="False">
<PathSeparatorStyle Font-Bold="True" ForeColor="#507CD1" />
<CurrentNodeStyle ForeColor="#000000" />
<NodeStyle Font-Bold="True" ForeColor="#284E98" />
<RootNodeStyle Font-Bold="True" ForeColor="#507CD1" />
</asp:SiteMapPath>
<asp:FormView runat="server" CellPadding="4"
ForeColor="#333333" EmptyDataText="沒有找到相關數(shù)據(jù),可能是操作數(shù)據(jù)庫時發(fā)生錯誤……">
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<EditRowStyle BackColor="#EFF3FB" />
<RowStyle BackColor="#EFF3FB" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
</asp:FormView>
<asp:ValidationSummary runat="server" ShowMessageBox="True" ShowSummary="False" />
<asp:imagebutton runat="server" Imageurl="Images/button-login.gif" skinid="login" />
<asp:image runat="server" Imageurl="Images/button-create.gif" skinid="create" />
<asp:image runat="server" ImageUrl="Images/button-download.gif" skinid="download"/>
<asp:image runat="Server" ImageUrl="images/button-dwn_res.gif" skinid="dwn_res" />
<asp:image runat="Server" ImageUrl="images/button-gallery.jpg" skinid="gallery" />
<asp:imagebutton runat="server" imageurl="Images/button-tog8.jpg" skinid="tog8"/>
<asp:imagebutton runat="server" imageurl="Images/button-tog24.jpg" skinid="tog24"/>
<asp:ImageButton runat="server" ImageUrl="Images/button-first.jpg" skinid="first"/>
<asp:ImageButton runat="server" ImageUrl="images/button-prev.jpg" skinid="prev"/>
<asp:ImageButton runat="server" ImageUrl="images/button-next.jpg" skinid="next"/>
<asp:ImageButton runat="server" ImageUrl="Images/button-last.jpg" skinid="last"/>
<asp:image runat="Server" ImageUrl="images/album-l1.gif" skinid="b01" />
<asp:image runat="Server" ImageUrl="images/album-mtl.gif" skinid="b02" />
<asp:image runat="Server" ImageUrl="images/album-mtr.gif" skinid="b03" />
<asp:image runat="Server" ImageUrl="images/album-r1.gif" skinid="b04" />
<asp:image runat="Server" ImageUrl="images/album-l2.gif" skinid="b05" />
<asp:image runat="Server" ImageUrl="images/album-r2.gif" skinid="b06" />
<asp:image runat="Server" ImageUrl="images/album-l3.gif" skinid="b07" />
<asp:image runat="Server" ImageUrl="images/album-r3.gif" skinid="b08" />
<asp:image runat="Server" ImageUrl="images/album-l4.gif" skinid="b09" />
<asp:image runat="Server" ImageUrl="images/album-mbl.gif" skinid="b10" />
<asp:image runat="Server" ImageUrl="images/album-mbr.gif" skinid="b11" />
<asp:image runat="Server" ImageUrl="images/album-r4.gif" skinid="b12" />
<asp:ImageButton Runat="server" ImageUrl="images/button-add.gif" skinid="add"/>
<asp:gridview runat="server" CellPadding="4" ForeColor="#333333" GridLines="Horizontal" EmptyDataText="沒有找到相關數(shù)據(jù)……" >
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<RowStyle BackColor="#EFF3FB" />
<EditRowStyle BackColor="White" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<PagerStyle BackColor="White" ForeColor="#2461BF" HorizontalAlign="Left" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<AlternatingRowStyle BackColor="White" />
<PagerSettings FirstPageText="&lt;首頁&gt;" LastPageText="&lt;末頁&gt;" Mode="NumericFirstLast" NextPageText="下一頁>>" PreviousPageText="<<上一頁" />
</asp:gridview>
<asp:gridview runat="server" CellPadding="4" GridLines="Horizontal" BorderWidth="1px" skinid="grid_simple">
<HeaderStyle BackColor="LightGray" />
</asp:gridview>
<asp:image runat="Server" ImageUrl="Images/button-edit.gif" skinid="edit" />
<asp:ImageButton Runat="server" ImageUrl="Images/button-rename.gif" SkinID="rename" />
<asp:ImageButton Runat="server" ImageUrl="Images/button-delete.gif" SkinID="delete" />
<asp:ImageButton Runat="server" ImageUrl="Images/button-save.gif" SkinID="save" />
<asp:ImageButton Runat="server" ImageUrl="Images/button-cancel.gif" SkinID="cancel" />
<asp:ImageButton Runat="server" ImageUrl="Images/button-import.gif" SkinID="import" />
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -