|
|
@ -150,8 +150,8 @@ class pageParts(object): |
|
|
|
except: |
|
|
|
None |
|
|
|
output += ' </td>\n' |
|
|
|
output += ' <td>\n' |
|
|
|
output += ' <p align = "right"><a href="view-all.py" style = "text-decoration: none; border-bottom: 1px solid white; color: white;">Все журналы</a> <a href="index.py" style = "text-decoration: none; border-bottom: 1px solid white; color: white;">Сегодня</a> <a href="index.py?day=%s&month=%s&year=%s" style = "text-decoration: none; border-bottom: 1px solid white; color: white;">Завтра</a></p>\n' % (self.tomorrow.day, self.tomorrow.month, self.tomorrow.year) |
|
|
|
output += ' <td align = "right">\n' |
|
|
|
output += ' <a href="view-all.py" style = "text-decoration: none; border-bottom: 1px solid white; color: white;">Все журналы</a> <a href="index.py" style = "text-decoration: none; border-bottom: 1px solid white; color: white;">Сегодня</a> <a href="index.py?day=%s&month=%s&year=%s" style = "text-decoration: none; border-bottom: 1px solid white; color: white;">Завтра</a>\n' % (self.tomorrow.day, self.tomorrow.month, self.tomorrow.year) |
|
|
|
output += ' </td>\n' |
|
|
|
output += ' </tr>\n' |
|
|
|
output += ' </table>\n' |
|
|
|