Sharepoint 2010 页面设计确实方便

网上找了个html模板,改了下,在sharepoint design 2010中编辑,插入相关数据视图和Webpart相当方便。

在页面头部加入

代码
<%@ Page Language="C#" inherits="Microsoft.SharePoint.WebPartPages.WebPartPage, Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register TagPrefix="wssuc" TagName="Welcome" src="~/_controltemplates/Welcome.ascx" %>
<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register tagprefix="WebPartPages" namespace="Microsoft.SharePoint.WebPartPages" assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@ Register tagprefix="SPSWC" namespace="Microsoft.SharePoint.Portal.WebControls" assembly="Microsoft.SharePoint.Portal, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<html dir="ltr" xmlns="http://www.w3.org/1999/xhtml" xmlns:mso="urn:schemas-microsoft-com:office:office" xmlns:msdt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882">

<%@ Register Tagprefix="SharePoint" Namespace="Microsoft.SharePoint.WebControls" Assembly="Microsoft.SharePoint, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>

就可以 实现对模板页头部相关功能的引用,比如登录用户,可操作的菜单等 。

还在研究中。

装了一个office web app,不需要PPT客户端,直接在浏览器中实现PPT播放。太强大了。

昨天 晚上为了装这个东西,折腾了一晚上。发现在已经MOSS2010环境下装 office web app后部分功能使用不正常。最好的安装方式是,先安装MOSS2010,最好不要创建网站集,然后安装office web app,安装结束后通过配置向导配置,创建网站集,之后一切功能正常。

昨天试了后多方法,把uac也关了。

原文地址:https://www.cnblogs.com/redroot/p/1653090.html