mirror of https://gitlab.com/bashrc2/epicyon
Bookmark below button header
parent
3bfa33f1f9
commit
1e255fcd1e
|
@ -714,13 +714,13 @@ def htmlProfile(rssIconAtTop: bool,
|
||||||
navLinks = {
|
navLinks = {
|
||||||
translate['Switch to timeline view']: userPathStr + '/' + deft,
|
translate['Switch to timeline view']: userPathStr + '/' + deft,
|
||||||
translate['Edit']: userPathStr + '/editprofile',
|
translate['Edit']: userPathStr + '/editprofile',
|
||||||
translate['Following']: userPathStr + '/following#buttonheader',
|
translate['Following']: userPathStr + '/following#timeline',
|
||||||
translate['Followers']: userPathStr + '/followers#buttonheader',
|
translate['Followers']: userPathStr + '/followers#timeline',
|
||||||
translate['Roles']: userPathStr + '/roles#buttonheader',
|
translate['Roles']: userPathStr + '/roles#timeline',
|
||||||
translate['Skills']: userPathStr + '/skills#buttonheader',
|
translate['Skills']: userPathStr + '/skills#timeline',
|
||||||
translate['Shares']: userPathStr + '/shares#buttonheader',
|
translate['Shares']: userPathStr + '/shares#timeline',
|
||||||
translate['Logout']: '/logout'
|
translate['Logout']: '/logout'
|
||||||
}
|
}
|
||||||
profileStr = htmlKeyboardNavigation(navLinks)
|
profileStr = htmlKeyboardNavigation(navLinks)
|
||||||
|
|
||||||
profileStr += profileHeaderStr + donateSection
|
profileStr += profileHeaderStr + donateSection
|
||||||
|
@ -755,6 +755,9 @@ def htmlProfile(rssIconAtTop: bool,
|
||||||
profileStr += ' </center>'
|
profileStr += ' </center>'
|
||||||
profileStr += '</div>'
|
profileStr += '</div>'
|
||||||
|
|
||||||
|
# start of #timeline
|
||||||
|
profileStr += '<div id="timeline">\n'
|
||||||
|
|
||||||
profileStr += followApprovalsSection
|
profileStr += followApprovalsSection
|
||||||
|
|
||||||
cssFilename = baseDir + '/epicyon-profile.css'
|
cssFilename = baseDir + '/epicyon-profile.css'
|
||||||
|
@ -809,6 +812,8 @@ def htmlProfile(rssIconAtTop: bool,
|
||||||
_htmlProfileShares(actor, translate,
|
_htmlProfileShares(actor, translate,
|
||||||
nickname, domainFull,
|
nickname, domainFull,
|
||||||
extraJson) + licenseStr
|
extraJson) + licenseStr
|
||||||
|
# end of #timeline
|
||||||
|
profileStr += '</div>'
|
||||||
|
|
||||||
instanceTitle = \
|
instanceTitle = \
|
||||||
getConfigParam(baseDir, 'instanceTitle')
|
getConfigParam(baseDir, 'instanceTitle')
|
||||||
|
|
Loading…
Reference in New Issue