Displaying of timelines on profile screen

main
Bob Mottram 2020-11-27 16:05:52 +00:00
parent d87b66d847
commit ed781f8655
2 changed files with 40 additions and 40 deletions

View File

@ -644,7 +644,7 @@ def htmlProfile(rssIconAtTop: bool,
projectVersion, projectVersion,
YTReplacementDomain, YTReplacementDomain,
showPublishedDateOnly) + licenseStr showPublishedDateOnly) + licenseStr
if selected == 'following': elif selected == 'following':
profileStr += \ profileStr += \
htmlProfileFollowing(translate, baseDir, httpPrefix, htmlProfileFollowing(translate, baseDir, httpPrefix,
authorized, nickname, authorized, nickname,
@ -652,7 +652,7 @@ def htmlProfile(rssIconAtTop: bool,
wfRequest, personCache, extraJson, wfRequest, personCache, extraJson,
projectVersion, ["unfollow"], selected, projectVersion, ["unfollow"], selected,
usersPath, pageNumber, maxItemsPerPage) usersPath, pageNumber, maxItemsPerPage)
if selected == 'followers': elif selected == 'followers':
profileStr += \ profileStr += \
htmlProfileFollowing(translate, baseDir, httpPrefix, htmlProfileFollowing(translate, baseDir, httpPrefix,
authorized, nickname, authorized, nickname,
@ -661,14 +661,14 @@ def htmlProfile(rssIconAtTop: bool,
projectVersion, ["block"], projectVersion, ["block"],
selected, usersPath, pageNumber, selected, usersPath, pageNumber,
maxItemsPerPage) maxItemsPerPage)
if selected == 'roles': elif selected == 'roles':
profileStr += \ profileStr += \
htmlProfileRoles(translate, nickname, domainFull, htmlProfileRoles(translate, nickname, domainFull,
extraJson) extraJson)
if selected == 'skills': elif selected == 'skills':
profileStr += \ profileStr += \
htmlProfileSkills(translate, nickname, domainFull, extraJson) htmlProfileSkills(translate, nickname, domainFull, extraJson)
if selected == 'shares': elif selected == 'shares':
profileStr += \ profileStr += \
htmlProfileShares(actor, translate, htmlProfileShares(actor, translate,
nickname, domainFull, nickname, domainFull,