Skip to content

Instantly share code, notes, and snippets.

@DWboutin
Created July 15, 2015 17:17
Show Gist options
  • Save DWboutin/1bdb335bccbf724f2289 to your computer and use it in GitHub Desktop.
Save DWboutin/1bdb335bccbf724f2289 to your computer and use it in GitHub Desktop.
Editors meta informations Sharepoint 2010
<%@ Register Tagprefix="SharePointWebControls" 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="PublishingWebControls" Namespace="Microsoft.SharePoint.Publishing.WebControls" Assembly="Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %> <%@ Register Tagprefix="PublishingNavigation" Namespace="Microsoft.SharePoint.Publishing.Navigation" Assembly="Microsoft.SharePoint.Publishing, Version=14.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" %>
<%@Register TagPrefix="SharePoint" Assembly="Microsoft.SharePoint, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" namespace="Microsoft.SharePoint.WebControls"%>
<div id="pageMeta">
<div>
Crée par <SharePoint:FormField ID="FormField1" ControlMode="Display" FieldName="Author" DisableInputFieldLabel="true" runat="server"/> le <SharePointWebControls:ListItemProperty runat="server" id="ListItemProperty3" Property="Created"/>
</div>
<div>
Dernièrement modifié par <SharePointWebControls:ListItemProperty runat="server" id="ListItemProperty1" Property="Editor"/> le <SharePointWebControls:ListItemProperty runat="server" id="ListItemProperty2" Property="Modified"/>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment