Advertisement
Guest User

Elements.xml

a guest
Dec 4th, 2012
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.36 KB | None | 0 0
  1. <?xml version="1.0" encoding="utf-8"?>
  2.   <Elements xmlns="http://schemas.microsoft.com/sharepoint/">
  3.     <Module Name="MasterPages" Url="_catalogs/masterpage" Path="">
  4.       <!-- Custom Master page for Google Chrome users -->
  5.       <File Path="MasterPages\GoogleChrome.master" Url="GoogleChrome.master" Type="GhostableInLibrary" />
  6.    
  7.       <!-- Custom Master page for IE7 users -->
  8.       <File Path="MasterPages\IE7.master" Url="IE7.master" Type="GhostableInLibrary" />
  9.      
  10.       <!-- Google Chrome Page Layout: Web Parts everywhere -->
  11.       <File Path="MasterPages\GoogleChromeWebPartPage.aspx" Url="GoogleChromeWebPartPage.aspx" Type="GhostableInLibrary">
  12.         <Property Name="Title" Value="Web Part Page Layout for Google Chrome devices" />
  13.         <Property Name="ContentType" Value="$Resources:cmscore,contenttype_pagelayout_name;" />
  14.         <Property Name="PublishingPreviewImage" Value="~SiteCollection/_catalogs/masterpage/$Resources:core,Culture;/Preview Images/BlankWebPartPage.png, ~SiteCollection/_catalogs/masterpage/$Resources:core,Culture;/Preview Images/BlankWebPartPage.png" />
  15.         <Property Name="PublishingAssociatedContentType" Value=";#$Resources:cmscore,contenttype_welcomepage_name;;#0x010100C568DB52D9D0A14D9B2FDCC96666E9F2007948130EC3DB064584E219954237AF390064DEA0F50FC8C147B0B6EA0636C4A7D4;#" />
  16.       </File>    
  17.   </Module>
  18. </Elements>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement