[Rapforums-developer] src/stylesheets/edu/fullcoll/uportal/channels/rap/forum admin.xml,1.2,1.3 admi
Status: Beta
Brought to you by:
brippe
From: Brad R. <br...@us...> - 2005-02-04 00:36:46
|
Update of /cvsroot/rapforums/src/stylesheets/edu/fullcoll/uportal/channels/rap/forum In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13817 Modified Files: admin.xml admin.xsl CForum.ssl Log Message: no message Index: admin.xml =================================================================== RCS file: /cvsroot/rapforums/src/stylesheets/edu/fullcoll/uportal/channels/rap/forum/admin.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** admin.xml 26 Jan 2004 19:04:03 -0000 1.2 --- admin.xml 4 Feb 2005 00:36:37 -0000 1.3 *************** *** 3,7 **** <username>Brad Rippe</username> <userid>brippe</userid> ! <type>deleteForum</type> <categories> <category> --- 3,7 ---- <username>Brad Rippe</username> <userid>brippe</userid> ! <type>renameForum</type> <categories> <category> Index: admin.xsl =================================================================== RCS file: /cvsroot/rapforums/src/stylesheets/edu/fullcoll/uportal/channels/rap/forum/admin.xsl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** admin.xsl 3 Feb 2004 22:21:24 -0000 1.3 --- admin.xsl 4 Feb 2005 00:36:37 -0000 1.4 *************** *** 20,27 **** } </style> ! <!-- todo remove ! <base href="G:/uportal/FCForums/FCForums/webpages/"/> ! <link rel="stylesheet" href="file://G:/uportal/FCForums/FCForums/webpages/stylesheets/edu/fullcoll/uportal/channels/rap/forum/sun001.css"></link> ! --> <!-- Show our logo --> <table class="uportal-background-light" cellpadding="1" cellspacing="0" border="0" width="100%"> --- 20,24 ---- } [...1002 lines suppressed...] + <a href="{$baseActionURL}?mode=admin&type=createCat" class="header" title="Add a new category">Add Category</a> + <br/> + <a href="{$baseActionURL}?mode=admin&type=deleteCat" class="header" title="Delete a category">Delete Category</a> + <br/> + <a href="{$baseActionURL}?mode=admin&type=createForum" class="header" title="Add a forum">Add Forum</a> + <br/> + <a href="{$baseActionURL}?mode=admin&type=deleteForum" class="header" title="Delete a forum">Delete Forum</a> + <br/> + <a href="{$baseActionURL}?mode=admin&type=renameForum" class="header" title="Rename forum">Rename + Forum</a> + <br/> + <hr/> + <a href="{$baseActionURL}?mode=admin&type=importCat" class="header" title="Add Categories and Forums">Import Categories and Forums</a> + <br/> + </td> + </tr> + </tbody> + </table> + </xsl:template> </xsl:stylesheet> Index: CForum.ssl =================================================================== RCS file: /cvsroot/rapforums/src/stylesheets/edu/fullcoll/uportal/channels/rap/forum/CForum.ssl,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** CForum.ssl 17 Sep 2003 19:54:03 -0000 1.1.1.1 --- CForum.ssl 4 Feb 2005 00:36:37 -0000 1.2 *************** *** 1,7 **** <?xml version="1.0"?> <!-- CForum.ssl channel --> - - <?xml-stylesheet href="normal_netscape.xsl" title="normal" type="text/xsl" media="netscape"?> - <?xml-stylesheet href="normal_explorer.xsl" title="normal" type="text/xsl" media="explorer"?> <?xml-stylesheet title="main" href="main.xsl" type="text/xsl" media="explorer"?> --- 1,4 ---- *************** *** 11,14 **** --- 8,12 ---- <?xml-stylesheet title="post" href="post.xsl" type="text/xsl" media="explorer"?> <?xml-stylesheet title="profile" href="profile.xsl" type="text/xsl" media="explorer"?> + <?xml-stylesheet title="unauthorizedaction" href="unauthorizedaction.xsl" type="text/xsl" media="explorer"?> <?xml-stylesheet title="admin" href="admin.xsl" type="text/xsl" media="explorer"?> <?xml-stylesheet href="about.xsl" title="about" type="text/xsl" default="true"?> |