Example #1
0
def pagePath():
  path = currentPath()
  schemaPath = gWebConfig.getSchemaPathFromURL( path )
  dirList = [ dir for dir in schemaPath.split( "/" ) if not dir.strip() == "" ]
  ver = getVersion()
  path = "'%s    %s'" % ( " > ".join( dirList ) , ver )
  print getVersion()
  return path
Example #2
0
def htmlPath():
  path = currentPath()
  schemaPath = gWebConfig.getSchemaPathFromURL( path )
  dirList = [ dir for dir in schemaPath.split( "/" ) if not dir.strip() == "" ]
  return " > ".join( dirList )
Example #3
0
def htmlPath():
  path = currentPath()
  schemaPath = gWebConfig.getSchemaPathFromURL( path )
  dirList = [ dir for dir in schemaPath.split( "/" ) if not dir.strip() == "" ]
  return " > ".join( dirList )