| 3667 | | <th>Filter Expression:</th> |
|---|
| 3668 | | <td> |
|---|
| 3669 | | <input type="text" name="fexpr" value="" size="40"/> |
|---|
| | 3671 | <th>Filter:</th> |
|---|
| | 3672 | <td> |
|---|
| | 3673 | <input type="hidden" name="fexpr" value=""/> |
|---|
| | 3674 | <a href="javascript:toggleVisibility('filterCategories','visible')"> |
|---|
| | 3675 | show/hide categories for filtering on output |
|---|
| | 3676 | </a> |
|---|
| | 3677 | <div id="filterCategories" class="invisible"> |
|---|
| | 3678 | <ul class="catlist"> |
|---|
| | 3679 | <xsl:for-each select="/bedework/categories/all/category"> |
|---|
| | 3680 | <xsl:sort select="keyword" order="ascending"/> |
|---|
| | 3681 | <li> |
|---|
| | 3682 | <input type="checkbox" name="filterCatUid"> |
|---|
| | 3683 | <xsl:attribute name="value"><xsl:value-of select="uid"/></xsl:attribute> |
|---|
| | 3684 | <xsl:value-of select="keyword"/> |
|---|
| | 3685 | </input> |
|---|
| | 3686 | </li> |
|---|
| | 3687 | </xsl:for-each> |
|---|
| | 3688 | </ul> |
|---|
| | 3689 | </div> |
|---|
| 3873 | | <th>Filter Expression:</th> |
|---|
| 3874 | | <td> |
|---|
| 3875 | | <input type="text" name="fexpr" size="40"> |
|---|
| 3876 | | <xsl:attribute name="value"><xsl:value-of select="filterExpr"/></xsl:attribute> |
|---|
| 3877 | | </input> |
|---|
| | 3893 | <th>Filter:</th> |
|---|
| | 3894 | <td> |
|---|
| | 3895 | <input type="hidden" name="fexpr" value=""/> |
|---|
| | 3896 | <a href="javascript:toggleVisibility('filterCategories','visible')"> |
|---|
| | 3897 | show/hide categories for filtering on output |
|---|
| | 3898 | </a> |
|---|
| | 3899 | <div id="filterCategories" class="invisible"> |
|---|
| | 3900 | <ul class="catlist"> |
|---|
| | 3901 | <xsl:for-each select="/bedework/categories/all/category"> |
|---|
| | 3902 | <xsl:sort select="keyword" order="ascending"/> |
|---|
| | 3903 | <li> |
|---|
| | 3904 | <input type="checkbox" name="filterCatUid"> |
|---|
| | 3905 | <xsl:attribute name="value"><xsl:value-of select="uid"/></xsl:attribute> |
|---|
| | 3906 | <xsl:value-of select="keyword"/> |
|---|
| | 3907 | </input> |
|---|
| | 3908 | </li> |
|---|
| | 3909 | </xsl:for-each> |
|---|
| | 3910 | </ul> |
|---|
| | 3911 | </div> |
|---|
| 4585 | | <th>Filter Expression:</th> |
|---|
| 4586 | | <td> |
|---|
| 4587 | | <input type="text" name="fexpr" value="" size="40"/> |
|---|
| | 4619 | <th>Filter:</th> |
|---|
| | 4620 | <td> |
|---|
| | 4621 | <input type="hidden" name="fexpr" value=""/> |
|---|
| | 4622 | <a href="javascript:toggleVisibility('filterCategories','visible')"> |
|---|
| | 4623 | show/hide categories for filtering on output |
|---|
| | 4624 | </a> |
|---|
| | 4625 | <div id="filterCategories" class="invisible"> |
|---|
| | 4626 | <ul class="catlist"> |
|---|
| | 4627 | <xsl:for-each select="/bedework/categories/all/category"> |
|---|
| | 4628 | <xsl:sort select="keyword" order="ascending"/> |
|---|
| | 4629 | <li> |
|---|
| | 4630 | <input type="checkbox" name="filterCatUid"> |
|---|
| | 4631 | <xsl:attribute name="value"><xsl:value-of select="uid"/></xsl:attribute> |
|---|
| | 4632 | <xsl:value-of select="keyword"/> |
|---|
| | 4633 | </input> |
|---|
| | 4634 | </li> |
|---|
| | 4635 | </xsl:for-each> |
|---|
| | 4636 | </ul> |
|---|
| | 4637 | </div> |
|---|