home *** CD-ROM | disk | FTP | other *** search
/ ftp.tcs3.com / ftp.tcs3.com.tar / ftp.tcs3.com / DRIVERS / Audio / Office2010 / InfoPath.en-us / InfLR.cab / IPDSINTL.DLL_1033 / HTML / QUERYVIEWTRDATETIME.XSL < prev    next >
Text File  |  2010-03-29  |  1KB  |  19 lines

  1.             <div>%1!s!: 
  2. <div class="xdDTPicker" xd:CtrlId="CTRL%2!d!" title="" style="WIDTH: 130px" noWrap="noWrap" xd:xctname="DTPicker"><span class="xdDTText xdBehavior_FormattingNoBUI" hideFocus="hideFocus" contentEditable="true" xd:xctname="DTPicker_DTText" xd:binding="@%1" xd:datafmt=""datetime","dateFormat:Short Date;"" xd:boundProp="xd:num" xd:num="" tabIndex="0" xd:innerCtrl="_DTText">
  3.                         <xsl:attribute name="xd:num">
  4.                             <xsl:value-of select="@%1"/>
  5.                         </xsl:attribute>
  6.                         <xsl:choose>
  7.                             <xsl:when test="function-available('xdFormatting:formatString')">
  8.                                 <xsl:value-of select="xdFormatting:formatString(@%1,"datetime","dateFormat:Short Date;timeFormat:none;")"/>
  9.                             </xsl:when>
  10.                             <xsl:otherwise>
  11.                                 <xsl:value-of select="@%1"/>
  12.                             </xsl:otherwise>
  13.                         </xsl:choose>
  14.                     </span><button class="xdDTButton" xd:xctname="DTPicker_DTButton" tabIndex="-1" xd:innerCtrl="_DTButton">
  15.                         <img src="res://infopath.exe/calendar.gif"/>
  16.                     </button>
  17.                 </div>
  18.             </div>
  19.