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