Exemplo n.º 1
0
 def __init__(self):
     BasePage.__init__(self)
     # Object for wrapping HTML into the template
     self._template = framework.Basics(
         "admin",
         javascript=("/scripts/admin.js",
                     '/scripts/jquery/jquery.dimensions.js',
                     '/scripts/jquery/jquery.levitip.js'))
Exemplo n.º 2
0
	def __init__(self):
		BasePage.__init__(self)
		
		# Object for wrapping HTML into the template
		self.__template = framework.Basics("networks")
Exemplo n.º 3
0
	def __init__(self):
		BasePage.__init__(self)
		# Object for wrapping HTML into the template
		self._template = framework.Basics("admin", javascript=("/scripts/admin.js", '/scripts/jquery/jquery.dimensions.js', '/scripts/jquery/jquery.levitip.js'))
Exemplo n.º 4
0
	def __init__(self):
		BasePage.__init__(self)
		
		# Object for wrapping HTML into the template
		self.__template = framework.Basics("networks")