mirror of https://gitlab.com/bashrc2/epicyon
Citations submit button
parent
fdeb35f39b
commit
fbebbdc3d2
|
@ -5889,7 +5889,6 @@ def htmlCitations(baseDir: str, nickname: str, domain: str,
|
||||||
htmlStr += '<img loading="lazy" class="timeline-banner" src="' + \
|
htmlStr += '<img loading="lazy" class="timeline-banner" src="' + \
|
||||||
'/users/' + nickname + '/' + bannerFile + '" /></a>\n'
|
'/users/' + nickname + '/' + bannerFile + '" /></a>\n'
|
||||||
|
|
||||||
# submit button
|
|
||||||
htmlStr += \
|
htmlStr += \
|
||||||
'<form enctype="multipart/form-data" method="POST" ' + \
|
'<form enctype="multipart/form-data" method="POST" ' + \
|
||||||
'accept-charset="UTF-8" action="/users/' + nickname + \
|
'accept-charset="UTF-8" action="/users/' + nickname + \
|
||||||
|
@ -5907,9 +5906,10 @@ def htmlCitations(baseDir: str, nickname: str, domain: str,
|
||||||
htmlStr += \
|
htmlStr += \
|
||||||
' <input type="hidden" name="blogContent" value="' + \
|
' <input type="hidden" name="blogContent" value="' + \
|
||||||
blogContent + '">\n'
|
blogContent + '">\n'
|
||||||
|
# submit button
|
||||||
htmlStr += \
|
htmlStr += \
|
||||||
' <input type="submit" name="submitCitations" value="' + \
|
' <input type="submit" name="submitCitations" value="' + \
|
||||||
translate['Citations'] + '">\n'
|
translate['Submit'] + '">\n'
|
||||||
htmlStr += ' </center>\n'
|
htmlStr += ' </center>\n'
|
||||||
|
|
||||||
# list of newswire items
|
# list of newswire items
|
||||||
|
|
Loading…
Reference in New Issue