|  | 网站首页 | .Net研究 | 
您现在的位置: 程序员之路 >> .Net研究 >> 领域技术 >> SharePoint >> 文章正文
赞助商链接
频 道 导 航
.Net研究频道栏目导航
相 关 文 章
MOSS 2007 入门(3) : 建立一个最精简的母版页           
MOSS 2007 入门(3) : 建立一个最精简的母版页
作者:wfconque… 文章来源:不详 更新时间:2007-5-10 10:40:44


  </head>
  
  
<%-- When loading the body of the .master page, MOSS 2007 also loads the SpBodyOnLoadWrapper class. This class handles .js calls for the master page. --%>
  
<body onload="javascript:_spBodyOnLoadWrapper();">
    
<%-- The SPWebPartManager manages all of the Web part controls, functionality, and events that occur on a Web page. --%>
    
<form runat="server" onsubmit="return _spFormOnSubmitWrapper();">
      
<wssuc:Welcome id="explitLogout" runat="server"/>
      
<PublishingSiteAction:SiteActionMenu runat="server"/>  
      
<PublishingWebControls:AuthoringContainer id="authoringcontrols" runat="server">
        
<PublishingConsole:Console runat="server" />
      
</PublishingWebControls:AuthoringContainer>
      
<%-- The PlaceHolderMain content placeholder defines where the page content should go for all the content from the page layout. The page layout can overwrite any content placeholder from the master page. Example: The PlaceHolderLeftNavBar can overwrite the left navigation bar. --%>
      
<asp:ContentPlaceHolder id="PlaceHolderMain" runat="server" />

上一页  [1] [2] [3] [4] [5] [6] [7] 下一页

文章录入:admin    责任编辑:admin 
  • 上一篇文章:

  • 下一篇文章:
  • .Net研究栏目导航
    网站频道导航