You are on page 1of 4

Chapter 8 

You can exclude disabled users by using this filter string instead:
(&(objectCategory=person)(objectClass=user)(
!(userAccountControl:1.2.840.113556.1.4.803:=2)))

Chapter 11 
<?xml version="1.0" encoding="UTF-8" ?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<html>
<body>
<xsl:for-each select="rss">
<xsl:for-each select="channel">
<xsl:for-each select="item">
<xsl:for-each select="title">
<a>
<xsl:attribute name="href">
<xsl:value-of select="../link" />
</xsl:attribute>
<B>
<span style="color:navy; font-family:Tahoma; font-size:8pt; font-style:normal;">
<xsl:apply-templates />
</span>
</B>
</a>
</xsl:for-each>
<br />
<xsl:for-each select="pubDate">
<span style="font-family:Tahoma; font-size:8pt;font-style:italic;">
<xsl:apply-templates />
</span>
</xsl:for-each>
<br />
</xsl:for-each>
</xsl:for-each>
</xsl:for-each>
</body>
</html>
</xsl:template>
</xsl:stylesheet>

Chapter 12 
/* Add a Page Curl to each SharePoint Page */
.ms-bodyareacell
{
background-image:url(“http://srv1/SiteDirectory/custom-css/Pagecurl.gif”);
background-repeat:no-repeat;
background-position:top left;
/* padding should be a few pixels more than the Pagecurl image height */
padding:30px;
}
/* Add a Page Curl to each SharePoint Page */
.ms-bodyareacell
{
background-image:url(“http://srv1/SiteDirectory/custom-css/Pagecurl.gif”);
background-repeat:no-repeat;
background-position:top left;
/* padding should be a few pixels more than the Pagecurl image height */
padding:30px;
/* Set the background color for the .ms-bodyareacell to Green */
background-color:green;
}

<asp:Content ContentPlaceHolderId="PlaceHolderMain" runat="server">


<table cellspacing="0" border="0" width="100%">
<tr>
<td class="ms-pagebreadcrumb">
<asp:SiteMapPath SiteMapProvider="SPContentMapProvider" id="ContentMap"
SkipLinkText="" NodeStyle-CssClass="ms-sitemapdirectional" runat="server"/>
</td>
</tr>
<tr>
<td class="ms-webpartpagedescription"><SharePoint:ProjectProperty
Property="Description" runat="server"/></td>
</tr>
<tr>

<td>
<table width="100%" cellpadding="0" cellspacing="0" style="padding: 5px 10px 10px
10px;">

<tr>
<td valign="top" width="100%" colspan="3">
<WebPartPages:WebPartZone runat="server" FrameType="TitleBarOnly" ID="Top"
Title="loc:Top" />
</td>
</tr>

<tr>
<td valign="top" width="70%">
<WebPartPages:WebPartZone runat="server" FrameType="TitleBarOnly" ID="Left"
Title="loc:Left" />
&nbsp;
</td>
<td>&nbsp;</td>
<td valign="top" width="30%">
<WebPartPages:WebPartZone runat="server" FrameType="TitleBarOnly" ID="Right"
Title="loc:Right" />
&nbsp;
</td>
<td>&nbsp;</td>
</tr>

<tr>
<td valign="top" width="100%" colspan="3">
<WebPartPages:WebPartZone runat="server" FrameType="TitleBarOnly"
ID="Bottom" Title="loc:Bottom" />
</td>
</tr>

</table>
</td>
</tr>
</table>
</asp:Content>

<?xml version="1.0" encoding="utf-8"?>


<!-- _lcid="1033" _version="12.0.4518" _dal="1" -->
<!-- _LocalBinding -->
<Templates xmlns:ows="Microsoft SharePoint">
<Template Name="stsdemo" ID="1001">
<Configuration ID="0" Title="Team Site w 4 Zones" Hidden="FALSE"
ImageUrl="/_layouts/images/blankprev.png" Description="A Team Site with 4 zones."
DisplayCategory="Custom" AllowGlobalFeatureAssociations="False" >
</Configuration>
</Template>
</Templates

Chapter 13 
<Project Title="$Resources:onet_TeamWebSite;" Revision="2"
ListDir="$Resources:core,lists_Folder;" xmlns:ows="Microsoft SharePoint";
DisableWebDesignFeatures=”wdfopensite”><!-- _locID@Title="camlidonet1"
_locComment="{StringCategory=HTX}" -->

7. Each theme has a section in this XML file; for example the theme VINTAGE:
<Templates>
<TemplateID>Vintage</TemplateID>
<DisplayName>Vintage</DisplayName>
<Description>Description</Description>
<Thumbnail>../images/thvintage.png</Thumbnail>
<Preview>../images/thvintage.gif</Preview>
</Templates>

8. Copy this section and paste it back. Then edit the copied section to match the names of your theme.
The TemplateID must match your folder name but must include small letters! You also need to change
the DisplayName and the Description field since they are displayed in SharePoints theme list.
<Templates>
<TemplateID>demo</TemplateID>
<DisplayName>Demo</DisplayName>
<Description>My Demo Theme</Description>
<Thumbnail>../images/thice.png</Thumbnail>
<Preview>../images/thice.gif</Preview>
</Templates>

<tr>
<td class='ms-bodyareaframe' valign="top" height="100%">
<A name="mainContent"></A>
<asp:ContentPlaceHolder id="PlaceHolderPageDescription" runat="server"/>
<asp:ContentPlaceHolder id="PlaceHolderMain" runat="server">
</asp:ContentPlaceHolder>
</td>
</tr>

<tr>
<td colspan="2">Copyright 2007 - Filobit Corporation</td>
</tr>

Chapter 14 
<?xml version="1.0" encoding="utf-8"?>
<SPBackupRestoreHistory>
<SPHistoryObject>
<SPId>75e3ad46-a64e-4941-a132-be05c21107c4</SPId>
<SPRequestedBy>FILOBIT\Administrator</SPRequestedBy>
<SPBackupMethod>Full</SPBackupMethod>
<SPRestoreMethod>None</SPRestoreMethod>
<SPStartTime>02/07/2007 21:11:18</SPStartTime>
<SPFinishTime>02/07/2007 21:17:49</SPFinishTime>
<SPIsBackup>True</SPIsBackup>
<SPBackupDirectory>\\srv2\bkup\spbr0000\</SPBackupDirectory>
<SPDirectoryName>spbr0000</SPDirectoryName>
<SPDirectoryNumber>0</SPDirectoryNumber>
<SPTopComponent>Farm</SPTopComponent>
<SPTopComponentId>26cfc071-9b35-478c-82d7-794dd892ef4e</SPTopComponentId>
<SPWarningCount>0</SPWarningCount>
<SPErrorCount>0</SPErrorCount>
</SPHistoryObject>
</SPBackupRestoreHistory>

You might also like