gbvc 发表于 2015-9-25 10:17:40

微软Windows SharePoint Services 3.0 应用程序模板( Templates)中文版推出了

  概述
  此下载包包括 Windows SharePoint Services 3.0 的所有 20 个服务器管理应用程序模板、应用程序模板核心解决方案以及每个模板的对应业务和技术数据表(数据表只为英文版。)

此包中包括以下模板( Templates):

[*]休假申请书和假期安排管理
[*]预算和跟踪多个项目
[*]错误数据库
[*]呼叫中心
[*]更改请求管理
[*]规范流程支持网站
[*]联系人管理
[*]文档库和审阅
[*]活动计划
[*]费用报销和审批网站
[*]服务台
[*]库存跟踪
[*]IT 团队工作区
[*]职位申请和面试管理
[*]知识库
[*]出借库
[*]实物资产跟踪和管理
[*]项目跟踪工作区
[*]房间和设备预定
[*]销售线索渠道
  我把全部模板都安装上,并且建立了一个网站试试看:
  安装好之后,选择模板处多出一个Tab:应用程序模板

  
  新建出来的网站:

  安装的脚本共享给大家吧

@cd "C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\BIN"

@REM set templatePath=\\tianchi-doc\iso\SharePoint\AllTemplates\

@set templatePath=\\tianchi-doc\iso\SharePoint\ServerAdminTemplates\


@REM stsadm -o deletesolution -name ApplicationTemplateCore.wsp

@REM stsadm -o deletesolution -name SalesLeadPipeline.wsp


@REM stsadm -o addsolution -filename %templatePath%ApplicationTemplateCore.wsp

@REM stsadm -o deploysolution -name ApplicationTemplateCore.wsp -local -allowGacDeployment

@REM stsadm -o copyappbincontent

stsadm -o addsolution -filename %templatePath%ApplicationTemplateCore.wsp

stsadm -o deploysolution -name ApplicationTemplateCore.wsp -local -allowGacDeployment

stsadm -o copyappbincontent





stsadm -o addsolution -filename %templatePath%AbsenceVacationSchedule.wsp

stsadm -o deploysolution -name AbsenceVacationSchedule.wsp -local



stsadm -o addsolution -filename %templatePath%BudgetingTrackingMultipleProjects.wsp

stsadm -o deploysolution -name BudgetingTrackingMultipleProjects.wsp -local



stsadm -o addsolution -filename %templatePath%BugDatabase.wsp

stsadm -o deploysolution -name BugDatabase.wsp -local



stsadm -o addsolution -filename %templatePath%CallCenter.wsp

stsadm -o deploysolution -name CallCenter.wsp -local



stsadm -o addsolution -filename %templatePath%ChangeRequest.wsp

stsadm -o deploysolution -name ChangeRequest.wsp -local



stsadm -o addsolution -filename %templatePath%ComplianceProcessSupport.wsp

stsadm -o deploysolution -name ComplianceProcessSupport.wsp -local



stsadm -o addsolution -filename %templatePath%ContactsManagement.wsp

stsadm -o deploysolution -name ContactsManagement.wsp -local



stsadm -o addsolution -filename %templatePath%DocumentLibraryReview.wsp

stsadm -o deploysolution -name DocumentLibraryReview.wsp -local -allowGacDeployment



stsadm -o addsolution -filename %templatePath%EventPlanning.wsp

stsadm -o deploysolution -name EventPlanning.wsp -local



stsadm -o addsolution -filename %templatePath%ExpenseReimbursementApproval.wsp

stsadm -o deploysolution -name ExpenseReimbursementApproval.wsp -local



stsadm -o addsolution -filename %templatePath%HelpDesk.wsp

stsadm -o deploysolution -name HelpDesk.wsp -local



stsadm -o addsolution -filename %templatePath%InventoryTracking.wsp

stsadm -o deploysolution -name InventoryTracking.wsp -local -allowGacDeployment



stsadm -o addsolution -filename %templatePath%ITTeamWorkspace.wsp

stsadm -o deploysolution -name ITTeamWorkspace.wsp -local



stsadm -o addsolution -filename %templatePath%JobRequisition.wsp

stsadm -o deploysolution -name JobRequisition.wsp -local



stsadm -o addsolution -filename %templatePath%KnowledgeBase.wsp

stsadm -o deploysolution -name KnowledgeBase.wsp -local



stsadm -o addsolution -filename %templatePath%LendingLibrary.wsp

stsadm -o deploysolution -name LendingLibrary.wsp -local



stsadm -o addsolution -filename %templatePath%PhysicalAssetTracking.wsp

stsadm -o deploysolution -name PhysicalAssetTracking.wsp -local



stsadm -o addsolution -filename %templatePath%ProjectTrackingWorkspace.wsp

stsadm -o deploysolution -name ProjectTrackingWorkspace.wsp -local



stsadm -o addsolution -filename %templatePath%RoomEquipmentReservations.wsp

stsadm -o deploysolution -name RoomEquipmentReservations.wsp -local -allowGacDeployment



stsadm -o addsolution -filename %templatePath%SalesLeadPipeline.wsp

stsadm -o deploysolution -name SalesLeadPipeline.wsp -local

Pause     下载链接:
  http://www.microsoft.com/downloads/details.aspx?familyid=AAE4CB5A-91D2-4F1B-9A45-3BB894E218F8&displaylang=zh-cn
页: [1]
查看完整版本: 微软Windows SharePoint Services 3.0 应用程序模板( Templates)中文版推出了