Esempio n. 1
0
def javacripts(filename):
    return static_file(filename, root='httpserver/www')
Esempio n. 2
0
def Visir():
    ClientInfo()
    return static_file("visir.html", root=VisirPath)
Esempio n. 3
0
def image(filename):
    return static_file(filename, root='httpserver/www')
Esempio n. 4
0
def Index():
    ClientInfo()
    return static_file("/static/login.html", root='httpserver/www')
Esempio n. 5
0
def stylesheets(filename):
    return static_file(filename, root='httpserver/www')