6/20/2008
Create a simple yet effective footer using <SharePoint:FieldValue> and <PublishingWebControls>
Copy and paste the following code into your master page on a publishing site in MOSS 2007:
|
Content owner: <a href="mailto:<SharePoint:FieldValue runat='server' fieldname='PublishingContactEmail' /> "><SharePoint:FieldValue runat="server" fieldname="PublishingContactName" /></a> Technical Help: <a href="mailto:support@yourcompany.com">Help Desk</a> Last Modified: <PublishingWebControls:LastModifiedIndicator runat="server" />
|
Here are some more fieldnames you can use:
Title FieldName
----- ------------
Approval Status _ModerationStatus
Approver Comments _ModerationComments
Article Date ArticleStartDate
Byline ArticleByLine
Check In Comment _CheckinComment
Checked Out To CheckedOutTitle
Checked Out To CheckoutUser
Checked Out To LinkCheckedOutTitle
Contact PublishingContact
Contact E-Mail Address PublishingContactEmail
Contact Name PublishingContactName
Contact Picture PublishingContactPicture