Advertisement
Advertisement
| 03.12.2008 at 04:32PM PDT, ID: 23237099 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: 28: 29: 30: 31: 32: 33: 34: 35: 36: 37: 38: 39: 40: 41: 42: 43: 44: 45: 46: 47: 48: 49: 50: 51: 52: 53: 54: 55: 56: 57: 58: 59: 60: 61: 62: 63: |
<xsl:stylesheet version="1.0" exclude-result-prefixes="xsl msxsl ddwrt" xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime" xmlns:asp="http://schemas.microsoft.com/ASPNET/20" xmlns:__designer="http://schemas.microsoft.com/WebParts/v2/DataView/designer" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:msxsl="urn:schemas-microsoft-com:xslt" xmlns:SharePoint="Microsoft.SharePoint.WebControls" xmlns:ddwrt2="urn:frontpage:internal"> <xsl:output method="html" indent="no"/> <xsl:decimal-format NaN=""/> <xsl:param name="FileName" /> <xsl:param name="dvt_apos">'</xsl:param> <xsl:variable name="dvt_1_automode">0</xsl:variable> <xsl:template match="/"> <xsl:call-template name="dvt_1"/> </xsl:template> <xsl:template name="dvt_1"> <xsl:variable name="dvt_StyleName">Table</xsl:variable> <xsl:variable name="Rows" select="/Result"/> <table border="0" width="100%" cellpadding="2" cellspacing="0"> <tr valign="top"> <xsl:if test="$dvt_1_automode = '1'" ddwrt:cf_ignore="1"> <th class="ms-vh" width="1%" nowrap="nowrap"></th> </xsl:if> <th class="ms-vh" nowrap="nowrap">idm-vip</th> <th class="ms-vh" nowrap="nowrap">idm-hicn</th> <th class="ms-vh" nowrap="nowrap">idm-customerfirstname</th> <th class="ms-vh" nowrap="nowrap">idm-customermiddlename</th> <th class="ms-vh" nowrap="nowrap">idm-customerlastname</th> </tr> <xsl:call-template name="dvt_1.body"> <xsl:with-param name="Rows" select="$Rows"/> </xsl:call-template> </table> </xsl:template> <xsl:template name="dvt_1.body"> <xsl:param name="Rows"/> <xsl:for-each select="$Rows"> <xsl:call-template name="dvt_1.rowview"/> </xsl:for-each> </xsl:template> <xsl:template name="dvt_1.rowview"> <tr> <xsl:if test="position() mod 2 = 1"> <xsl:attribute name="class">ms-alternating</xsl:attribute> </xsl:if> <xsl:if test="$dvt_1_automode = '1'" ddwrt:cf_ignore="1"> <td class="ms-vb" width="1%" nowrap="nowrap"> <span ddwrt:amkeyfield="" ddwrt:amkeyvalue="string($XPath)" ddwrt:ammode="view"></span> </td> </xsl:if> <td class="ms-vb"> <xsl:value-of select="idm-vip"/> </td> <td class="ms-vb"> <xsl:value-of select="idm-hicn"/> </td> <td class="ms-vb"> <xsl:value-of select="idm-customerfirstname"/> </td> <td class="ms-vb"> <xsl:value-of select="idm-customermiddlename"/> </td> <td class="ms-vb"> <xsl:value-of select="idm-customerlastname"/> </td> </tr> </xsl:template> </xsl:stylesheet> |
| Microsoft |
| Apple |
| Internet |
| Gamers |
| Digital Living |
| Virus & Spyware |
| Hardware |
| Software |
| ITPro |
| Developer |
| Storage |
| OS |
| Database |
| Security |
| Programming |
| Web Development |
| Networking |
| Other |
| Community Support |
| 03.12.2008 at 11:27PM PDT, ID: 21113765 |
| 03.13.2008 at 06:18AM PDT, ID: 21115847 |
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20: 21: 22: 23: 24: 25: 26: 27: |
<Result>
<id>1</id>
<workid>xxx</workid>
<rank>xxxx</rank>
<title>xxxxxxxxxx</title>
<author>xxxxxxx</author>
<size>xxxxx</size>
<url>http://xxxxxxx/IDM Documents/Forms/DispForm.aspx?ID=536</url>
<urlEncoded>http%3A%2F%2Fxxxxxx%2FIDM%20Documents%2FForms%2FDispForm%2Easpx%3FID%3D536</urlEncoded>
<description></description>
<write>5/6/2005</write>
<sitename>http://xxxxxx</sitename>
<collapsingstatus>0</collapsingstatus>
<hithighlightedproperties>
<HHTitle>5909346MEDICARE</HHTitle>
<HHUrl>http://tssdocs/IDM Documents/Forms/DispForm.aspx?ID=536</HHUrl>
</hithighlightedproperties>
<contentclass>STS_ListItem_DocumentLibrary</contentclass>
<isdocument>0</isdocument>
<picturethumbnailurl></picturethumbnailurl>
<idm-vip>xxxxxxx</idm-vip>
<idm-hicn>xxxxxxxx</idm-hicn>
<idm-customerfirstname>xxxxx</idm-customerfirstname>
<idm-customermiddlename></idm-customermiddlename>
<idm-customerlastname>xxxxxxx</idm-customerlastname>
<imageurl imageurldescription="Result of type: document">/_layouts/images/html16.gif</imageurl>
</Result>
|
| 03.13.2008 at 06:50AM PDT, ID: 21116138 |
| 03.13.2008 at 08:29AM PDT, ID: 21117190 |
| 03.13.2008 at 08:31AM PDT, ID: 21117218 |
| 03.13.2008 at 10:26AM PDT, ID: 21118563 |
| 03.13.2008 at 11:49AM PDT, ID: 21119430 |
| 03.13.2008 at 11:49AM PDT, ID: 21119436 |