Take "simple leadership profile" as an example and you are welcome to correct me.
Background: The project needs to have a leadership profile of the module, began to produce leadership profile, is very simple, there is a list can be, and then displayed in the foreground, but the customer see our effect, especially input leadership information, SharePoint with NewForm page is more ugly, of course, does not hinder the use of , but after talks, still did not convince the customer, who let customer is God. Well, bite the bullet and do it.
1, the new leader list, this does not say much, how many columns, what needs to build what is good.
2, start customizing the NewForm page, the default time everyone knows, as the following picture as ugly
Then start customizing, open Designer, find our list, open the NewForm page (these should not say more), we see that there is a default in the area of the Listformwebpart, do not kill it, the TD hidden away on it, so as not to have problems, In the future, if you are not familiar with the students, you can copy a copy, and then change. Hide the original TD, add a new TD, insert the-sharepoint control-Custom list form, select our list, tick new, select items, OK.
3, find <xsl:template name= "Dvt_1.rowedit" >
See more highlights of this column: http://www.bianceng.cnhttp://www.bianceng.cn/web/sharepoint/
<xsl:param name= "Pos"/> The following TD, also a new line on the above tr, hidden away from this, hit a table we need, put it on the top, and then, the corresponding edit box to the location we need.
Custom effects such as figure, of course, my style is not added, you can follow their own needs or like the style, add the form line, background map, etc., can also change template page, see everyone needs.