mirror of https://gitlab.com/bashrc2/epicyon
Separators
parent
4827ae93ac
commit
377cb1eb6a
|
@ -116,7 +116,7 @@ def getLeftColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
'/users/' + nickname + '/editlinks">' + \
|
'/users/' + nickname + '/editlinks">' + \
|
||||||
'<img class="' + editImageClass + \
|
'<img class="' + editImageClass + \
|
||||||
'" loading="lazy" alt="' + \
|
'" loading="lazy" alt="' + \
|
||||||
translate['Edit Links'] + '" title="' + \
|
translate['Edit Links'] + ' | " title="' + \
|
||||||
translate['Edit Links'] + '" src="/' + \
|
translate['Edit Links'] + '" src="/' + \
|
||||||
'icons/edit.png" /></a>\n'
|
'icons/edit.png" /></a>\n'
|
||||||
|
|
||||||
|
|
|
@ -124,7 +124,7 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
'/users/' + nickname + '/editnewswire">' + \
|
'/users/' + nickname + '/editnewswire">' + \
|
||||||
'<img class="' + editImageClass + \
|
'<img class="' + editImageClass + \
|
||||||
'" loading="lazy" alt="' + \
|
'" loading="lazy" alt="' + \
|
||||||
translate['Edit newswire'] + '" title="' + \
|
translate['Edit newswire'] + ' | " title="' + \
|
||||||
translate['Edit newswire'] + '" src="/' + \
|
translate['Edit newswire'] + '" src="/' + \
|
||||||
'icons/edit_notify.png" /></a>\n'
|
'icons/edit_notify.png" /></a>\n'
|
||||||
else:
|
else:
|
||||||
|
@ -143,14 +143,14 @@ def getRightColumnContent(baseDir: str, nickname: str, domainFull: str,
|
||||||
' <a href="/categories.xml">' + \
|
' <a href="/categories.xml">' + \
|
||||||
'<img class="' + editImageClass + \
|
'<img class="' + editImageClass + \
|
||||||
'" loading="lazy" alt="' + \
|
'" loading="lazy" alt="' + \
|
||||||
translate['Hashtag Categories RSS Feed'] + '" title="' + \
|
translate['Hashtag Categories RSS Feed'] + ' | " title="' + \
|
||||||
translate['Hashtag Categories RSS Feed'] + '" src="/' + \
|
translate['Hashtag Categories RSS Feed'] + '" src="/' + \
|
||||||
'icons/categoriesrss.png" /></a>\n'
|
'icons/categoriesrss.png" /></a>\n'
|
||||||
rssIconStr += \
|
rssIconStr += \
|
||||||
' <a href="/newswire.xml">' + \
|
' <a href="/newswire.xml">' + \
|
||||||
'<img class="' + editImageClass + \
|
'<img class="' + editImageClass + \
|
||||||
'" loading="lazy" alt="' + \
|
'" loading="lazy" alt="' + \
|
||||||
translate['Newswire RSS Feed'] + '" title="' + \
|
translate['Newswire RSS Feed'] + ' | " title="' + \
|
||||||
translate['Newswire RSS Feed'] + '" src="/' + \
|
translate['Newswire RSS Feed'] + '" src="/' + \
|
||||||
'icons/logorss.png" /></a>\n'
|
'icons/logorss.png" /></a>\n'
|
||||||
if rssIconAtTop:
|
if rssIconAtTop:
|
||||||
|
|
Loading…
Reference in New Issue