Exemple #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'))
Exemple #2
0
	def __init__(self):
		BasePage.__init__(self)
		
		# Object for wrapping HTML into the template
		self.__template = framework.Basics("networks")
Exemple #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'))
Exemple #4
0
	def __init__(self):
		BasePage.__init__(self)
		
		# Object for wrapping HTML into the template
		self.__template = framework.Basics("networks")