18 lines
356 B
Python
18 lines
356 B
Python
"""
|
|
$Id$
|
|
"""
|
|
|
|
from cybertools.browser.liquid import Liquid
|
|
from cybertools.browser.blue import Blue
|
|
|
|
|
|
class Loopy(Liquid):
|
|
""" The Loopy (neutral enduser) skin with all portlets on the
|
|
left-hand side """
|
|
|
|
class Loopz(Liquid):
|
|
""" The Loopz (neutral enduser) skin """
|
|
|
|
class Lobo(Blue):
|
|
""" The Lobo (neutral blueprint-based) skin """
|
|
|