| 329 | | <xsl:variable name="startDate"><xsl:value-of select="substring(../start,1,8)"/>T<xsl:value-of select="start"/>00</xsl:variable> |
|---|
| 330 | | <xsl:variable name="minutes" select="length"/> |
|---|
| 331 | | <xsl:variable name="fbClass"> |
|---|
| 332 | | <xsl:choose> |
|---|
| 333 | | <xsl:when test="fbtype = '0'">busy</xsl:when> |
|---|
| 334 | | <xsl:when test="fbtype = '3'">tentative</xsl:when> |
|---|
| 335 | | <xsl:otherwise>free</xsl:otherwise> |
|---|
| 336 | | </xsl:choose> |
|---|
| 337 | | </xsl:variable> |
|---|
| 338 | | <td class="{$fbClass}"> |
|---|
| 339 | | <a href="/ucal/initEvent.do?startdate={$startDate}&minutes={$minutes}" title="{$startTime}"> |
|---|
| | 332 | <xsl:variable name="startDate"><xsl:value-of select="../dateString"/>T<xsl:value-of select="start"/>00</xsl:variable> |
|---|
| | 333 | <xsl:variable name="meetingDuration" select="length"/> |
|---|
| | 334 | <td> |
|---|
| | 335 | <xsl:attribute name="class"> |
|---|
| | 336 | <xsl:choose> |
|---|
| | 337 | <xsl:when test="fbtype = '0'">busy</xsl:when> |
|---|
| | 338 | <xsl:when test="fbtype = '3'">tentative</xsl:when> |
|---|
| | 339 | <xsl:otherwise>free</xsl:otherwise> |
|---|
| | 340 | </xsl:choose> |
|---|
| | 341 | </xsl:attribute> |
|---|
| | 342 | <a href="{$initInvitation}&meetingStartdt={$startDate}&meetingDuration={$meetingDuration}" title="{$startTime}"> |
|---|
| | 708 | </fieldset> |
|---|
| | 709 | </form> |
|---|
| | 710 | </div> |
|---|
| | 711 | </xsl:template> |
|---|
| | 712 | |
|---|
| | 713 | <xsl:template name="invitation"> |
|---|
| | 714 | <div id="content"> |
|---|
| | 715 | <h2>Send Meeting Invitation</h2> |
|---|
| | 716 | <form action="" method="post"> |
|---|
| | 717 | <!--<p> |
|---|
| | 718 | <input type="submit" value="send invitation" name="submit"/> |
|---|
| | 719 | <xsl:text> </xsl:text> |
|---|
| | 720 | <input type="submit" value="cancel" name="cancelled"/> |
|---|
| | 721 | </p>--> |
|---|
| | 722 | <fieldset id="commonForm"> |
|---|
| | 723 | <legend>meeting information</legend> |
|---|
| | 724 | <table cellspacing="0"> |
|---|
| | 725 | <tr> |
|---|
| | 726 | <th>Date:</th> |
|---|
| | 727 | <td> |
|---|
| | 728 | <strong><xsl:value-of select="substring(/bedework-fbaggregator/meetingStart,1,4)"/>-<xsl:value-of select="substring(/bedework-fbaggregator/meetingStart,5,2)"/>-<xsl:value-of select="substring(/bedework-fbaggregator/meetingStart,7,2)"/></strong> |
|---|
| | 729 | </td> |
|---|
| | 730 | </tr> |
|---|
| | 731 | <tr> |
|---|
| | 732 | <th>Duration:</th> |
|---|
| | 733 | <td> |
|---|
| | 734 | <input type="text" name="meetingDuration" size="3"><xsl:attribute name="value"><xsl:value-of select="/bedework-fbaggregator/meetingDuration"/></xsl:attribute></input> minutes |
|---|
| | 735 | </td> |
|---|
| | 736 | </tr> |
|---|
| | 737 | <tr> |
|---|
| | 738 | <th>Summary:</th> |
|---|
| | 739 | <td><input type="text" name="summary" size="90"/></td> |
|---|
| | 740 | </tr> |
|---|
| | 741 | <tr> |
|---|
| | 742 | <th>Description:</th> |
|---|
| | 743 | <td><textarea name="description" rows="6" cols="70"></textarea></td> |
|---|
| | 744 | </tr> |
|---|
| | 745 | <tr> |
|---|
| | 746 | <th>Location:</th> |
|---|
| | 747 | <td><input type="text" name="location" size="90"/></td> |
|---|
| | 748 | </tr> |
|---|
| | 749 | <tr> |
|---|
| | 750 | <th>URL:</th> |
|---|
| | 751 | <td><input type="text" name="url" size="90"/></td> |
|---|
| | 752 | </tr> |
|---|
| | 753 | <tr> |
|---|
| | 754 | <th></th> |
|---|
| | 755 | <td class="padTop"> |
|---|
| | 756 | <input type="submit" value="send invitation" name="submit"/> |
|---|
| | 757 | <xsl:text> </xsl:text> |
|---|
| | 758 | <input type="submit" value="cancel" name="cancelled"/> |
|---|
| | 759 | </td> |
|---|
| | 760 | </tr> |
|---|
| | 761 | </table> |
|---|
| | 762 | </fieldset> |
|---|
| | 763 | <fieldset> |
|---|
| | 764 | <legend>attendees</legend> |
|---|