aboutsummaryrefslogtreecommitdiffstats
path: root/www/html
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xwww/html/index.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/html/index.py b/www/html/index.py
index bf4face..a23a18d 100755
--- a/www/html/index.py
+++ b/www/html/index.py
@@ -2,7 +2,7 @@
# -*- coding: utf-8 -*-
import mod_python
-from fonctions import baseHTML, connexionBD
+from fonctions import baseHTML, connexionBD, lien
def index(req):
req.content_type="text/html"
@@ -25,7 +25,7 @@ def index(req):
"""<td>""" + str(i[1]) + """</td>""" +
"""<td>""" + str(i[2]) + """</td>""" +
"""<td>""" + str(i[3]) + """</td>""" +
-"""<td>""" + str(i[4]) + """</td>""" +
+"""<td>""" + lien('destination.py?ip=' + str(i[4]), str(i[4])) + """</td>""" +
"""<td>""" + str(i[5]) + """</td>""" +
"""<td>""" + str(i[6]) + """</td>""" +
"""</tr>""")
h=v1.2.0&id=5bd2e3f7d89a2ef624a520064e4711a59755d900&showmsg=1&follow=1'>DetailTopMangaController.kt (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-13DetailSearchAnimeController.kt and activity OKrelease/3.0Clyhtsuriva2-61/+79
2021-05-13DetailSearchMangaController.kt and activity OKClyhtsuriva2-59/+80
2021-05-13DetailTopAnimeController.kt and the activity are working fine.Clyhtsuriva2-89/+111
2021-05-13Redefining how the controller is started.Clyhtsuriva2-5/+2
2021-05-13DetailTopMangaController.kt and the activity are working fine.Clyhtsuriva2-91/+116
2021-05-12creating empty controller files for detail pagesClyhtsuriva4-0/+12
2021-05-12creating anime and manga packages for controllersClyhtsuriva8-8/+8