From 6f6263415be7d893e332d6e6c3404c453304e9e4 Mon Sep 17 00:00:00 2001 From: Choom Date: Wed, 18 Jan 2023 23:06:56 -0300 Subject: Separando ID de timestamp --- cgi/templates/board.html | 3 +++ cgi/templates/board.jp.html | 3 +++ cgi/templates/txt_archive.html | 7 ++++++- cgi/templates/txt_board.en.html | 7 ++++++- cgi/templates/txt_board.html | 7 ++++++- cgi/templates/txt_thread.html | 3 +++ cgi/templates/txt_threadlist.html | 2 +- 7 files changed, 28 insertions(+), 4 deletions(-) (limited to 'cgi/templates') diff --git a/cgi/templates/board.html b/cgi/templates/board.html index 4a94dc4..ee0ae59 100644 --- a/cgi/templates/board.html +++ b/cgi/templates/board.html @@ -195,6 +195,9 @@ #{post['timestamp_formatted']} + + ID:#{post['posterid']} + No.#{post['id']} diff --git a/cgi/templates/board.jp.html b/cgi/templates/board.jp.html index 0c013ae..db24cc1 100644 --- a/cgi/templates/board.jp.html +++ b/cgi/templates/board.jp.html @@ -197,6 +197,9 @@ #{post['timestamp_formatted']} + + ID:#{post['posterid']} + No.#{post['id']} diff --git a/cgi/templates/txt_archive.html b/cgi/templates/txt_archive.html index 6a30375..cf7077b 100644 --- a/cgi/templates/txt_archive.html +++ b/cgi/templates/txt_archive.html @@ -64,7 +64,12 @@ #{post['name']} - : #{post['timestamp_formatted']} + + : #{post['timestamp_formatted']} + + ID:#{post['posterid']} + +