Below please find a list of all pages on this site : SAPI Error #1 Error: Invalid character at line 211. <sapi:choose> 2. <sapi:when exp="1" title="Always true"> 3. <sapi:code title="display stylesheet and start DIV"> 4. <style> 5. a.inactive{ 6. text-decoration: none; 7. font-weight: normal; 8. } 9. a.active{ 10. font-weight: bold; 11. text-decoration: none; 12. } 13. </style> 14. <div style="width: 180px;"> 15. </sapi:code> 16. </sapi:when> 17. <sapi:when exp="1" title="Always true"> 18. <sapi:for-each select="get_tree()" name="enum" title="Get tree data"> 19. <sapi:choose> 20. <sapi:when exp="eq(this.this.currentpage.value,1)" title="if current document"> 21. <sapi:code title="current document"> 22. <sapi:apply name="this.this.spacer.value" /> › <a class="active" sapi:href="this.this.HREF.value"><sapi:apply name="this.this.TITLE.value" /></a><br /> 23. </sapi:code> 24. </sapi:when> 25. <sapi:when exp="neq(this.this.currentpage.value,1)" title="if not current document"> 26. <sapi:code title="display entry"> 27. <sapi:apply name="this.this.spacer.value" />› <a class="inactive" sapi:href="this.this.HREF.value"><sapi:apply name="this.this.TITLE.value" /></a><br /> 28. </sapi:code> 29. </sapi:when> 30. </sapi:choose> 31. </sapi:for-each> 32. </sapi:when> 33. <sapi:when exp="1" title="Always true"> 34. <sapi:code title="close DIV"> 35. </div> 36. </sapi:code> 37. </sapi:when> 38. </sapi:choose> |