[Rapforums-developer] src/stylesheets/edu/fullcoll/uportal/channels/rap/forum main.xml,1.2,1.3 main.
Status: Beta
Brought to you by:
brippe
From: Brad R. <br...@us...> - 2005-02-04 00:36:34
|
Update of /cvsroot/rapforums/src/stylesheets/edu/fullcoll/uportal/channels/rap/forum In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13774 Modified Files: main.xml main.xsl Log Message: no message Index: main.xsl =================================================================== RCS file: /cvsroot/rapforums/src/stylesheets/edu/fullcoll/uportal/channels/rap/forum/main.xsl,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.xsl 26 Jan 2004 19:04:03 -0000 1.2 --- main.xsl 4 Feb 2005 00:36:23 -0000 1.3 *************** *** 1,253 **** <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> ! ! <xsl:output method="html" indent="no" /> ! <xsl:variable name="newline"> ! <xsl:text> </xsl:text> ! </xsl:variable> ! ! <!-- this get's overwritten by the servlet --> ! <xsl:param name="baseActionURL">baseActionURL_false</xsl:param> ! <xsl:variable name="amp">&</xsl:variable> ! <xsl:variable name="nbsp"> </xsl:variable> ! <xsl:variable name="mediaPath" select="'media/edu/fullcoll/uportal/channels/rap'"/> ! ! <xsl:template name="incr"> ! <xsl:param name="current"/> ! <xsl:param name="max"/> ! <xsl:call-template name="loop"> ! <xsl:with-param name="current" select="$current + 1"/> ! <xsl:with-param name="max" select="$max"/> ! </xsl:call-template> ! </xsl:template> ! <xsl:template name="loop"> ! <xsl:param name="current"/> ! <xsl:param name="max"/> ! <xsl:if test="number($current) <= number($max)"> ! <!-- loop code to perform work goes here --> ! ! <xsl:variable name="currentMinus1"> ! <xsl:value-of select="$current - 1"/> ! </xsl:variable> ! <xsl:variable name="lastNumOnPg"> ! <xsl:value-of select="$currentMinus1 * 5"/> ! </xsl:variable> ! ! <!-- Don't link to the current page we are on --> ! <xsl:choose> ! <xsl:when test=" $current = /rap/currentpage "> ! <xsl:value-of select="$current"/>  </xsl:when> ! <xsl:otherwise> ! <a> ! <xsl:attribute name="href"><xsl:value-of select="$baseActionURL"/>?mode=main&t=5&lpg=<xsl:value-of select="$lastNumOnPg"/></xsl:attribute> ! <xsl:value-of select="$current"/> ! </a>   </xsl:otherwise> ! </xsl:choose> ! ! <!-- end loop code to perform work --> ! <xsl:call-template name="incr"> ! <xsl:with-param name="current" select="$current"/> ! <xsl:with-param name="max" select="$max"/> ! </xsl:call-template> ! </xsl:if> ! </xsl:template> ! ! <xsl:template match="/"> ! ! <!-- show our logo --> ! <table class="uportal-background-light" cellpadding="1" cellspacing="0" border="0" width="100%"> ! <tr> ! <td> ! <table class="uportal-background-light" cellpadding="6" cellspacing="0" border="0" width="100%"> ! <tr> ! <td> ! <a href="{$baseActionURL}"><img src="{$mediaPath}/logo.gif" width="300" height="38" border="0"/></a> ! </td> ! </tr> ! </table> ! </td> ! </tr> ! </table> ! ! ! <!-- greet the user --> ! <table cellpadding="0" cellspacing="0" border="0" width="100%"> ! <tr><td><img src="{$mediaPath}/blank.gif" width="1" height="10" border="0"/></td></tr> ! </table> ! <table cellpadding="0" cellspacing="0" border="0" width="100%"> ! <tr> ! <td valign="top" width="99%"> ! <table cellpadding="3" cellspacing="0" border="0" width="200"> ! <tr> ! <td colspan="2"> ! <font size="-1" face="arial,sans-serif" color="#000000"> ! <span class="uportal-channel-subtitle"> Welcome, <i><xsl:value-of select="/rap/username"/></i></span> ! </font> ! </td> ! </tr> ! </table> ! </td> ! </tr> ! </table> ! ! <!-- list the number of forums and links to navigate forum pages --> ! <table cellpadding="3" cellspacing="0" border="0" width="100%"> ! <tr> ! <td> ! ! <!-- OUTPUT THE NUMBER OF PAGES --> ! <font size="-1" face="arial,sans-serif">Forum pages: <xsl:variable name="pages"> ! <xsl:value-of select="/rap/forumnumber div 5"/> ! </xsl:variable> ! <xsl:value-of select="ceiling($pages)"/><xsl:text>:</xsl:text>   <b>[  <xsl:call-template name="loop"> ! <xsl:with-param name="current" select="1"/> ! <xsl:with-param name="max" select="ceiling($pages)"/> ! </xsl:call-template> ! ]</b></font> ! </td> ! <td align="right"> ! <a> ! <xsl:attribute name="href"><xsl:value-of select="$baseActionURL"/>?mode=admin&type=createForum</xsl:attribute>Forum Administration </a> ! </td> ! </tr> ! </table> ! <!-- show the available forums --> ! <table class="uportal-background-light" cellpadding="0" cellspacing="0" border="0" width="100%"> ! <tr> ! <td> ! <table class="uportal-background-content" cellpadding="3" cellspacing="1" border="0" width="100%"> ! ! <xsl:for-each select="rap/rapforums/rapforum"> ! <!-- the column categories --> ! <xsl:if test="not(categoryname = preceding-sibling::*[1]/categoryname)"> ! <tr class="uportal-background-med"> ! <td class="uportal-channel-strong" width="100%" colspan="4"> ! <b><xsl:value-of select="categoryname"/></b> ! </td> ! </tr> ! <!-- the column titles --> ! <tr class="uportal-background-light"> ! <td width="1%"></td> ! <td class="uportal-channel-strong" width="96%"> ! <b> FORUM</b> ! </td> ! <td class="uportal-channel-strong" width="1%" > ! <b> COMMENTS</b> ! </td> ! ! <td class="uportal-channel-strong" width="1%" align="center"> ! <b> LAST POST </b> ! </td> ! </tr> ! <!-- end of column titles --> ! </xsl:if> ! ! <!-- end of column categories --> ! <!-- here we get the forums in xml --> ! ! <tr class="uportal-background-content"> ! <td > ! <img src="{$mediaPath}/topic_old.gif" width="8" height="8" vspace="4" border="0"/> ! </td> ! <td class="uportal-channel-text"> ! <a> ! <xsl:attribute name="href"><xsl:value-of select="$baseActionURL"/>?mode=forum&forum=<xsl:value-of select="forumid"/>&start=0</xsl:attribute> ! <xsl:value-of select="name"/> ! </a> <br/> ! <font size="-2"> ! <xsl:value-of select="description"/> ! </font> ! </td> ! ! <td align="center"> ! <font size="-2"> ! <xsl:value-of select="numthreads"/>  Threads<br/> ! <xsl:value-of select="numcomments"/>  Comments ! </font> ! </td> ! <td > ! <table cellpadding="0" cellspacing="0" border="0" width="100%"> ! <tr><td > ! <font size="-1"> ! <xsl:value-of select="lastdate"/> ! </font> ! </td> ! ! <td> </td> ! <td align="right" > ! <font size="-2"> ! by: <xsl:value-of select="lastauthor"/> ! </font> ! </td> ! ! </tr> ! </table> ! </td> ! </tr> ! </xsl:for-each> ! <!-- end forum block --> ! ! </table> ! </td> ! </tr> ! </table> ! ! <!-- link to the forum pages --> ! <table cellpadding="1" cellspacing="0" border="0" width="100%"> ! <tr><td> ! <table cellpadding="3" cellspacing="0" border="0" width="100%"> ! <tr><td class="uportal-channel-text"> ! <!-- OUTPUT THE PAGES --> ! <font size="-2">Forum pages: ! <xsl:variable name="pages"> ! <xsl:value-of select="/rap/forumnumber div 5"/> ! </xsl:variable> ! <xsl:value-of select="ceiling($pages)"/><xsl:text>:</xsl:text> !   ! <b>[  ! ! <xsl:call-template name="loop"> ! <xsl:with-param name="current" select="1"/> ! <xsl:with-param name="max" select="ceiling($pages)"/> ! </xsl:call-template> ! ! ]</b></font> ! </td> ! </tr></table> ! </td></tr> ! </table> ! <br/> ! ! <!-- show search link --> ! <p/> ! <table cellpadding="6" cellspacing="0" border="0" width="100%"> ! <tr> ! <td class="uportal-channel-text" align="center"> ! <hr size="1" width="75%" color="#666666"/> ! <font size="-2"> ! <!-- <a href="{$baseActionURL}">Forum Home</a> | --> ! <a href="{$baseActionURL}?mode=search">Search</a> ! <br/><br/> ! ! </font> ! </td> ! </tr> ! </table> ! </xsl:template> </xsl:stylesheet> --- 1,228 ---- <?xml version="1.0" encoding="utf-8"?> <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> ! <xsl:output method="html" indent="no"/> ! <xsl:variable name="newline"> ! <xsl:text> </xsl:text> ! </xsl:variable> ! <!-- this get's overwritten by the servlet --> ! <xsl:param name="baseActionURL">baseActionURL_false</xsl:param> ! <xsl:variable name="amp">&</xsl:variable> ! <xsl:variable name="nbsp"> </xsl:variable> ! <xsl:variable name="mediaPath" select="'media/edu/fullcoll/uportal/channels/rap'"/> ! <xsl:param name="nodes" select="rap/rapforums/category"/> ! ! <xsl:template name="incr"> ! <xsl:param name="current"/> ! <xsl:param name="max"/> ! <xsl:call-template name="loop"> ! <xsl:with-param name="current" select="$current + 1"/> ! <xsl:with-param name="max" select="$max"/> ! </xsl:call-template> ! </xsl:template> ! <xsl:template name="loop"> ! <xsl:param name="current"/> ! <xsl:param name="max"/> ! <xsl:if test="number($current) <= number($max)"> ! <!-- loop code to perform work goes here --> ! <xsl:variable name="currentMinus1"> ! <xsl:value-of select="$current - 1"/> ! </xsl:variable> ! <xsl:variable name="lastNumOnPg"> ! <xsl:value-of select="$currentMinus1 * 5"/> ! </xsl:variable> ! <!-- Don't link to the current page we are on --> ! <xsl:choose> ! <xsl:when test=" $current = /rap/currentpage "> ! <xsl:value-of select="$current"/>  </xsl:when> ! <xsl:otherwise> ! <a> ! <xsl:attribute name="href"><xsl:value-of select="$baseActionURL"/>?mode=main&t=5&lpg=<xsl:value-of select="$lastNumOnPg"/></xsl:attribute> ! <xsl:value-of select="$current"/> ! </a>   </xsl:otherwise> ! </xsl:choose> ! <!-- end loop code to perform work --> ! <xsl:call-template name="incr"> ! <xsl:with-param name="current" select="$current"/> ! <xsl:with-param name="max" select="$max"/> ! </xsl:call-template> ! </xsl:if> ! </xsl:template> ! <xsl:template match="/"> ! <!-- show our logo --> ! <table class="uportal-background-light" cellpadding="1" cellspacing="0" border="0" width="100%"> ! <tr> ! <td> ! <table class="uportal-background-light" cellpadding="6" cellspacing="0" border="0" width="100%"> ! <tr> ! <td> ! <a href="{$baseActionURL}"> ! <img src="{$mediaPath}/logo.gif" width="300" height="38" border="0"/> ! </a> ! </td> ! </tr> ! </table> ! </td> ! </tr> ! </table> ! <!-- greet the user --> ! <table cellpadding="0" cellspacing="0" border="0" width="100%"> ! <tr> ! <td> ! <img src="{$mediaPath}/blank.gif" width="1" height="10" border="0"/> ! </td> ! </tr> ! </table> ! <table cellpadding="0" cellspacing="0" border="0" width="100%"> ! <tr> ! <td valign="top" width="99%"> ! <table cellpadding="3" cellspacing="0" border="0" width="200"> ! <tr> ! <td colspan="2"> ! <font size="-1" face="arial,sans-serif" color="#000000"> ! <span class="uportal-channel-subtitle"> Welcome, <i> ! <xsl:value-of select="/rap/username"/>  <br/> ! <font size="-2"> ! <xsl:value-of select="/rap/sessionnumber"/> users logged in.</font> ! </i> ! </span> ! </font> ! </td> ! </tr> ! </table> ! </td> ! </tr> ! </table> ! <!-- list the number of forums and links to navigate forum pages --> ! <table cellpadding="3" cellspacing="0" border="0" width="100%"> ! <tr> ! <!--<td>--> ! <!-- OUTPUT THE NUMBER OF PAGES --> ! <!--<font size="-1" face="arial,sans-serif">Forum pages: <xsl:variable name="pages"> ! <xsl:value-of select="/rap/forumnumber div 5"/> ! </xsl:variable> ! <xsl:value-of select="ceiling($pages)"/> ! <xsl:text>:</xsl:text>   <b>[  <xsl:call-template name="loop"> ! <xsl:with-param name="current" select="1"/> ! <xsl:with-param name="max" select="ceiling($pages)"/> ! </xsl:call-template> ! ]</b> ! </font> ! </td>--> ! <td align="right"> ! <a> ! <xsl:attribute name="href"><xsl:value-of select="$baseActionURL"/>?mode=admin&type=adminForum</xsl:attribute>Forum Administration </a> ! </td> ! </tr> ! </table> ! <!-- show the available forums --> ! <table cellpadding="0" cellspacing="0" border="0" width="100%"> ! <tr> ! <td valign="top"> ! ! <!-- Forum Layout --> ! <xsl:for-each select="rap/rapforums/category"> ! <table cellpadding="2" cellspacing="2" border="0" width="100%"> ! <xsl:if test="position() mod 2 = 1"> ! <tr valign="top"> ! <!-- left hand forums --> ! <td width="45%" valign="top"> ! <font size="-1"> ! <span class="uportal-text"> ! <b> ! <xsl:value-of select="name"/> ! </b> ! <hr size="1" width="75%" color="#666666"/> ! </span> ! <!-- Display forums from the category --> ! <xsl:for-each select="rapforum"> ! <a> ! <xsl:attribute name="class">uportal-channel-subtitle</xsl:attribute> ! <xsl:attribute name="href"><xsl:value-of select="$baseActionURL"/>?mode=forum&forum=<xsl:value-of select="forumid"/>&start=0</xsl:attribute> ! <xsl:value-of select="name"/> ! </a> ! <br/> ! </xsl:for-each> ! <!-- end of category table --> ! </font> ! </td> ! ! <!-- even forums --> ! <td width="45%" valign="top"> ! <font size="-1"> ! <span class="uportal-text"> ! <b> ! <xsl:value-of select="following-sibling::category/name"/> ! </b> ! <hr size="1" width="75%" color="#666666"/> ! </span> ! ! <xsl:for-each select="following-sibling::category[1]/rapforum"> ! <xsl:value-of select="following-sibling::category/name"/><br/> ! <a> ! <xsl:attribute name="class">uportal-channel-subtitle</xsl:attribute> ! <xsl:attribute name="href"><xsl:value-of select="$baseActionURL"/>?mode=forum&forum=<xsl:value-of select="forumid"/>&start=0</xsl:attribute> ! <xsl:value-of select="name"/> ! </a> ! <br/> ! </xsl:for-each> ! </font> ! </td> ! </tr> ! </xsl:if> ! <!-- Forum Layout --> ! </table> ! </xsl:for-each> ! <!-- end forum block --> ! ! <xsl:if test="not($nodes)"> ! <p>You currently don't have read access to any forums. Please contact your portal administrator to gain access. Thank you!</p> ! </xsl:if> ! </td> ! </tr> ! </table> ! <!-- link to the forum pages --> ! <table cellpadding="1" cellspacing="0" border="0" width="100%"> ! <tr> ! <td> ! <table cellpadding="3" cellspacing="0" border="0" width="100%"> ! <tr> ! <td class="uportal-channel-text"> ! </td> ! </tr> ! </table> ! </td> ! </tr> ! </table> <br/> ! <!-- show search link --> ! <p/> ! <table cellpadding="6" cellspacing="0" border="0" width="100%"> ! <tr> ! <td class="uportal-channel-text" align="center"> ! <hr size="1" width="75%" color="#666666"/> ! <font size="-2"> ! <!-- <a href="{$baseActionURL}">Forum Home</a> | --> ! <a href="{$baseActionURL}?mode=search">Search</a> ! <br/> ! <br/> ! </font> ! </td> ! </tr> ! </table> ! </xsl:template> </xsl:stylesheet> Index: main.xml =================================================================== RCS file: /cvsroot/rapforums/src/stylesheets/edu/fullcoll/uportal/channels/rap/forum/main.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** main.xml 26 Jan 2004 19:04:03 -0000 1.2 --- main.xml 4 Feb 2005 00:36:23 -0000 1.3 *************** *** 1,147 **** ! <?xml version="1.0" encoding="utf-8"?> ! <rap> ! <!--<username>Brad Rippe</username> ! <currentpage>1.0</currentpage> ! <forumnumber>1</forumnumber> ! <rapForums> ! <rapforum> ! <forumid>1</forumid> ! <name>New Forums Channel</name> ! <description>This is a tempory Forum for information about Rap Forums</description> ! <categoryname>General</categoryname> ! <numthreads>1</numthreads> ! <numcomments>1</numcomments> ! <lastcommentid/> ! <lastdate>Wednesday, October 16, 2002 5:22:00 PM PDT</lastdate> ! <lastauthor>000000</lastauthor> ! </rapforum> ! </rapForums>--> ! </rap> ! <!--<?xml version="1.0"?> ! <rap> ! <username>Brad</username> ! <forumnumber>11</forumnumber> ! <rapforums> ! <rapforum> ! <forumid>1</forumid> ! <name>Test Forum 1</name> ! <description>This a test forum. The forum id is 1.</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid/> ! <lastdate>Wednesday, October 16, 2002 5:22:00 PM PDT</lastdate> ! <lastauthor>000000</lastauthor> ! </rapforum> ! <rapforum> ! <forumid>2</forumid> ! <name>Test Forum 2</name> ! <description>This a test forum. The forum id is 2.</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid/> ! <lastdate>Wednesday, October 16, 2002 5:22:00 PM PDT</lastdate> ! <lastauthor>000000</lastauthor> ! </rapforum> ! <rapforum> ! <forumid>3</forumid> ! <name>Test Forum 3</name> ! <description>This a test forum. The forum id is 3.</description> ! <categoryname>WebCT</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid/> ! <lastdate>Wednesday, October 16, 2002 5:22:00 PM PDT</lastdate> ! <lastauthor>000000</lastauthor> ! </rapforum> ! <rapforum> ! <forumid>4</forumid> ! <name>Test Forum 4</name> ! <description>This a test forum. The forum id is 4.</description> ! <categoryname>WebCT</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid/> ! <lastdate>Wednesday, October 16, 2002 5:22:00 PM PDT</lastdate> ! <lastauthor>000000</lastauthor> ! </rapforum> ! <rapforum> ! <forumid>5</forumid> ! <name>Test Forum 5</name> ! <description>This a test forum. The forum id is 5.</description> ! <categoryname>WebCT</categoryname> ! <numthreads>1</numthreads> ! <numcomments>5</numcomments> ! <lastcommentid>12</lastcommentid> ! <lastdate>Wednesday, October 16, 2002 5:22:00 PM PDT</lastdate> ! <lastauthor>000000</lastauthor> ! </rapforum> ! <rapforum> ! <forumid>6</forumid> ! <name>Test Forum 6</name> ! <description>This a test forum. The forum id is 1.</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid/> ! <lastdate>Wednesday, October 16, 2002 5:22:00 PM PDT</lastdate> ! <lastauthor>000000</lastauthor> ! </rapforum> ! <rapforum> ! <forumid>7</forumid> ! <name>Test Forum 7</name> ! <description>This a test forum. The forum id is 2.</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid/> ! <lastdate>Wednesday, October 16, 2002 5:22:00 PM PDT</lastdate> ! <lastauthor>000000</lastauthor> ! </rapforum> ! <rapforum> ! <forumid>8</forumid> ! <name>Test Forum 8</name> ! <description>This a test forum. The forum id is 3.</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid/> ! <lastdate>Wednesday, October 16, 2002 5:22:00 PM PDT</lastdate> ! <lastauthor>000000</lastauthor> ! </rapforum> ! <rapforum> ! <forumid>9</forumid> ! <name>Test Forum 4</name> ! <description>This a test forum. The forum id is 9.</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid/> ! <lastdate>Wednesday, October 16, 2002 5:22:00 PM PDT</lastdate> ! <lastauthor>000000</lastauthor> ! </rapforum> ! <rapforum> ! <forumid>10</forumid> ! <name>Test Forum 10</name> ! <description>This a test forum. The forum id is 5.</description> ! <categoryname>General</categoryname> ! <numthreads>1</numthreads> ! <numcomments>5</numcomments> ! <lastcommentid>12</lastcommentid> ! <lastdate>Wednesday, October 16, 2002 5:22:00 PM PDT</lastdate> ! <lastauthor>000000</lastauthor> ! </rapforum> ! <rapforum> ! <forumid>11</forumid> ! <name>Test Forum 11</name> ! <description>This a test forum. The forum id is 5.</description> ! <categoryname>WebCT</categoryname> ! <numthreads>1</numthreads> ! <numcomments>5</numcomments> ! <lastcommentid>12</lastcommentid> ! <lastdate>Wednesday, October 16, 2002 5:22:00 PM PDT</lastdate> ! <lastauthor>000000</lastauthor> ! </rapforum> ! </rapforums> ! </rap>--> \ No newline at end of file --- 1,809 ---- ! <?xml version="1.0" encoding="utf-8"?><rap><username>Brad Rippe</username><currentpage>1.0</currentpage><forumnumber>67</forumnumber> ! <sessionnumber>1</sessionnumber><rapforums> ! <category><name>Archived</name><rapforum> ! <rownum>1</rownum> ! <forumid>84</forumid> ! <name>Test Archived Forums</name> ! <description>Test Forum</description> ! <categoryname>Archived</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! </category><category><name>General</name><rapforum> ! <rownum>2</rownum> ! <forumid>12</forumid> ! <name>New Web Site</name> ! <description>This forum is used to discuss the new Fullerton College web site. What features are good and what features are bad.</description> ! <categoryname>General</categoryname> ! <numthreads>16</numthreads> ! <numcomments>39</numcomments> ! <lastcommentid>71</lastcommentid> ! <lastdate>Wednesday, March 24, 2004 12:00:00 PM PST</lastdate> ! <lastauthor>00574557</lastauthor> ! </rapforum> ! <rapforum> ! <rownum>3</rownum> ! <forumid>16</forumid> ! <name>Accounting</name> ! <description>Accounting forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>4</rownum> ! <forumid>17</forumid> ! <name>Anatomy and Physiology</name> ! <description>Anatomy and Physiology forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>5</rownum> ! <forumid>18</forumid> ! <name>Antropology</name> ! <description>Antropology forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>6</rownum> ! <forumid>19</forumid> ! <name>Architecture</name> ! <description>Architecture forum</description> ! <categoryname>General</categoryname> ! <numthreads>1</numthreads> ! <numcomments>2</numcomments> ! <lastcommentid>63</lastcommentid> ! <lastdate>Saturday, November 29, 2003 12:13:00 PM PST</lastdate> ! <lastauthor>00826041</lastauthor> ! </rapforum> ! <rapforum> ! <rownum>7</rownum> ! <forumid>20</forumid> ! <name>Art</name> ! <description>Art Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>8</rownum> ! <forumid>21</forumid> ! <name>Automotive</name> ! <description>Automotive forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>9</rownum> ! <forumid>22</forumid> ! <name>Biology</name> ! <description>Biology forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>10</rownum> ! <forumid>23</forumid> ! <name>Business Management</name> ! <description>Business Management forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>11</rownum> ! <forumid>24</forumid> ! <name>Chemistry</name> ! <description>Chemistry forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>12</rownum> ! <forumid>25</forumid> ! <name>Child Development and Family Life</name> ! <description>Child Development and Family Life forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>13</rownum> ! <forumid>26</forumid> ! <name>Chinese</name> ! <description>Chinese forum</description> ! <categoryname>General</categoryname> ! <numthreads>1</numthreads> ! <numcomments>1</numcomments> ! <lastcommentid>69</lastcommentid> ! <lastdate>Friday, February 27, 2004 12:00:00 AM PST</lastdate> ! <lastauthor>00686013</lastauthor> ! </rapforum> ! <rapforum> ! <rownum>14</rownum> ! <forumid>27</forumid> ! <name>Computer Graphics</name> ! <description>Computer Graphics forum</description> ! <categoryname>General</categoryname> ! <numthreads>1</numthreads> ! <numcomments>1</numcomments> ! <lastcommentid>67</lastcommentid> ! <lastdate>Monday, January 26, 2004 11:13:00 AM PST</lastdate> ! <lastauthor>00031525</lastauthor> ! </rapforum> ! <rapforum> ! <rownum>15</rownum> ! <forumid>28</forumid> ! <name>Computer Information Systems</name> ! <description>Computer Information Systems forum</description> ! <categoryname>General</categoryname> ! <numthreads>4</numthreads> ! <numcomments>6</numcomments> ! <lastcommentid>76</lastcommentid> ! <lastdate>Monday, November 1, 2004 12:00:00 PM PST</lastdate> ! <lastauthor>00398786</lastauthor> ! </rapforum> ! <rapforum> ! <rownum>16</rownum> ! <forumid>29</forumid> ! <name>Computer Science</name> ! <description>Computer Science Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>17</rownum> ! <forumid>30</forumid> ! <name>Construction Technology</name> ! <description>Construction Technology Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>18</rownum> ! <forumid>31</forumid> ! <name>Cosmetology</name> ! <description>Cosmetology forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>19</rownum> ! <forumid>32</forumid> ! <name>Counseling and Guidance</name> ! <description>Counseling and Guidance Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>20</rownum> ! <forumid>33</forumid> ! <name>Drafting Technology</name> ! <description>Drafting Technology Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>21</rownum> ! <forumid>34</forumid> ! <name>Earth Science</name> ! <description>Earth Science Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! </category> ! <!-- ! <rapforum> ! <rownum>22</rownum> ! <forumid>35</forumid> ! <name>Economics</name> ! <description>Economics Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>23</rownum> ! <forumid>36</forumid> ! <name>Electronics</name> ! <description>Electronics Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>24</rownum> ! <forumid>37</forumid> ! <name>Engineering</name> ! <description>Engineering Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>25</rownum> ! <forumid>38</forumid> ! <name>English</name> ! <description>English Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>26</rownum> ! <forumid>39</forumid> ! <name>English As A Second Language</name> ! <description>English As A Second Language Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>27</rownum> ! <forumid>40</forumid> ! <name>Environmental Sciences</name> ! <description>Environmental Sciences Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>28</rownum> ! <forumid>42</forumid> ! <name>Ethnic Studies</name> ! <description>Ethnic Studies Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>29</rownum> ! <forumid>43</forumid> ! <name>Fashion</name> ! <description>Fashion Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>30</rownum> ! <forumid>44</forumid> ! <name>French</name> ! <description>French Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>31</rownum> ! <forumid>45</forumid> ! <name>Geography</name> ! <description>Geography Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>32</rownum> ! <forumid>46</forumid> ! <name>German</name> ! <description>German Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>33</rownum> ! <forumid>47</forumid> ! <name>Health Education</name> ! <description>Health Education Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>34</rownum> ! <forumid>48</forumid> ! <name>History</name> ! <description>History Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>35</rownum> ! <forumid>49</forumid> ! <name>Horticulture</name> ! <description>Horticulture Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>36</rownum> ! <forumid>50</forumid> ! <name>Interior Design</name> ! <description>Interior Design Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>37</rownum> ! <forumid>51</forumid> ! <name>Italian</name> ! <description>Italian Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>38</rownum> ! <forumid>52</forumid> ! <name>Japanese</name> ! <description>Japanese Forum</description> ! <categoryname>General</categoryname> ! <numthreads>1</numthreads> ! <numcomments>1</numcomments> ! <lastcommentid>70</lastcommentid> ! <lastdate>Wednesday, March 17, 2004 12:00:00 PM PST</lastdate> ! <lastauthor>jcraig</lastauthor> ! </rapforum> ! <rapforum> ! <rownum>39</rownum> ! <forumid>53</forumid> ! <name>Journalism</name> ! <description>Journalism Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>40</rownum> ! <forumid>54</forumid> ! <name>Library Technology</name> ! <description>Library Technology Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>41</rownum> ! <forumid>55</forumid> ! <name>Machine Technology</name> ! <description>Machine Technology Forum</description> ! <categoryname>General</categoryname> ! <numthreads>1</numthreads> ! <numcomments>1</numcomments> ! <lastcommentid>51</lastcommentid> ! <lastdate>Thursday, October 23, 2003 2:54:00 PM PDT</lastdate> ! <lastauthor>smckenzie</lastauthor> ! </rapforum> ! <rapforum> ! <rownum>42</rownum> ! <forumid>56</forumid> ! <name>Mathematics</name> ! <description>Mathematics Forum</description> ! <categoryname>General</categoryname> ! <numthreads>1</numthreads> ! <numcomments>2</numcomments> ! <lastcommentid>44</lastcommentid> ! <lastdate>Wednesday, October 1, 2003 11:00:00 AM PDT</lastdate> ! <lastauthor>00152280</lastauthor> ! </rapforum> ! <rapforum> ! <rownum>43</rownum> ! <forumid>57</forumid> ! <name>Microbiology</name> ! <description>Microbiology Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>44</rownum> ! <forumid>58</forumid> ! <name>Music</name> ! <description>Music Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>45</rownum> ! <forumid>59</forumid> ! <name>Nutrition and Foods</name> ! <description>Nutrition and Foods Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>46</rownum> ! <forumid>60</forumid> ! <name>Paralegal Studies</name> ! <description>Paralegal Studies Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>47</rownum> ! <forumid>61</forumid> ! <name>Philosophy and Religious Studies</name> ! <description>Philosophy and Religious Studies Forum</description> ! <categoryname>General</categoryname> ! <numthreads>1</numthreads> ! <numcomments>1</numcomments> ! <lastcommentid>74</lastcommentid> ! <lastdate>Saturday, May 15, 2004 12:00:00 PM PDT</lastdate> ! <lastauthor>00705744</lastauthor> ! </rapforum> ! <rapforum> ! <rownum>48</rownum> ! <forumid>62</forumid> ! <name>Photography</name> ! <description>Photography Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>49</rownum> ! <forumid>63</forumid> ! <name>Physical Education</name> ! <description>Physical Education Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>50</rownum> ! <forumid>64</forumid> ! <name>Physics</name> ! <description>Physics Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>51</rownum> ! <forumid>65</forumid> ! <name>Political Science</name> ! <description>Political Science Forum</description> ! <categoryname>General</categoryname> ! <numthreads>1</numthreads> ! <numcomments>2</numcomments> ! <lastcommentid>57</lastcommentid> ! <lastdate>Monday, November 17, 2003 1:59:00 PM PST</lastdate> ! <lastauthor>00704357</lastauthor> ! </rapforum> ! <rapforum> ! <rownum>52</rownum> ! <forumid>66</forumid> ! <name>Portuguese</name> ! <description>Portuguese Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>53</rownum> ! <forumid>68</forumid> ! <name>Printing Technology</name> ! <description>Printing Technology Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>54</rownum> ! <forumid>69</forumid> ! <name>Psychology</name> ! <description>Psychology Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>55</rownum> ! <forumid>70</forumid> ! <name>Radio-Television</name> ! <description>Radio-Television Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>56</rownum> ! <forumid>71</forumid> ! <name>Reading</name> ! <description>Reading Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>57</rownum> ! <forumid>72</forumid> ! <name>Real Estate</name> ! <description>Real Estate Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>58</rownum> ! <forumid>73</forumid> ! <name>Social Sciences</name> ! <description>Social Sciences Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>59</rownum> ! <forumid>74</forumid> ! <name>Sociology</name> ! <description>Sociology Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>60</rownum> ! <forumid>75</forumid> ! <name>Spanish</name> ! <description>Spanish Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>61</rownum> ! <forumid>76</forumid> ! <name>Speech</name> ! <description>Speech Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>62</rownum> ! <forumid>77</forumid> ! <name>Student Support Services</name> ! <description>Student Support Services Forum</description> ! <categoryname>General</categoryname> ! <numthreads>1</numthreads> ! <numcomments>1</numcomments> ! <lastcommentid>66</lastcommentid> ! <lastdate>Saturday, January 24, 2004 6:07:00 PM PST</lastdate> ! <lastauthor>00807954</lastauthor> ! </rapforum> ! <rapforum> ! <rownum>63</rownum> ! <forumid>78</forumid> ! <name>Technology-Related Courses</name> ! <description>Technology-Related Courses Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>64</rownum> ! <forumid>79</forumid> ! <name>Theatre Arts</name> ! <description>Theatre Arts Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>65</rownum> ! <forumid>80</forumid> ! <name>Welding</name> ! <description>Welding Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>66</rownum> ! <forumid>81</forumid> ! <name>Women's Studies</name> ! <description>Women's Studies Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum> ! <rapforum> ! <rownum>67</rownum> ! <forumid>82</forumid> ! <name>Wood Technology</name> ! <description>Wood Technology Forum</description> ! <categoryname>General</categoryname> ! <numthreads>0</numthreads> ! <numcomments>0</numcomments> ! <lastcommentid /> ! <lastdate /> ! <lastauthor /> ! </rapforum></category>--> ! </rapforums></rap> |