Beispiel #1
0
def serve_static_package_instances():
    	return static_file("packageinstance.htm", root='./pybitweb/static/')
Beispiel #2
0
def serve_static_lookups():
    	return static_file("lookups.htm", root='./pybitweb/static/')
Beispiel #3
0
def serve_static_jobs():
    	return static_file("job.htm", root='./pybitweb/static/')
Beispiel #4
0
def serve_static_buildboxes():
    	return static_file("buildd.htm", root='./pybitweb/static/')
Beispiel #5
0
def serve_static_idex():
    	return static_file("index.htm", root='./pybitweb/static/')
Beispiel #6
0
def serve_static_res(filepath):
    	return static_file(filepath, root='./pybitweb/static/bootstrap/')