mirror of https://gitlab.com/bashrc2/epicyon
Link back to search screen
parent
b391bbdffb
commit
f7fd2a2857
|
@ -116,8 +116,10 @@ def htmlSearchSharedItems(cssCache: {}, translate: {},
|
||||||
sharedItemsForm = \
|
sharedItemsForm = \
|
||||||
htmlHeaderWithExternalStyle(cssFilename)
|
htmlHeaderWithExternalStyle(cssFilename)
|
||||||
sharedItemsForm += \
|
sharedItemsForm += \
|
||||||
'<center><h1>' + translate['Shared Items Search'] + \
|
'<center><h1>' + \
|
||||||
'</h1></center>'
|
'<a href="' + actor + '/search">' + \
|
||||||
|
translate['Shared Items Search'] + \
|
||||||
|
'</a></h1></center>'
|
||||||
resultsExist = False
|
resultsExist = False
|
||||||
for subdir, dirs, files in os.walk(baseDir + '/accounts'):
|
for subdir, dirs, files in os.walk(baseDir + '/accounts'):
|
||||||
for handle in dirs:
|
for handle in dirs:
|
||||||
|
|
Loading…
Reference in New Issue