,
for Silverwrist Design Studios. Portions created by Eric J. Bowersox are
Copyright (C) 2003 Eric J. Bowersox/Silverwrist Design Studios. All Rights Reserved.
Contributor(s):
*#
#*
Parameters:
modlist = List of module file names which are not yet installed.
*#
#header1( "Uninstall Modules" )
Return to Previous Menu
#if( $modlist.isEmpty() )
No modules are curently installed in the system.
#else
The following modules are presently installed on the system. Click a module's name to uninstall it.
Name |
Description |
#foreach( $x in $modlist )
#set( $en = "#encodeURL( $x.name )" )
#encodeHTML( $x.name ) |
#encodeHTML( $x.descr ) |
#end
#end