This is an automated email generated because a ref change occurred in the
git repository for project duojsonparge.git.
The branch, master has been updated
via a83a80f077e3f06aa927a54a9fee5a9f9dfa5f3b (commit)
via 0065e2b2f8b8eaca2455ac73fe14e68feadcbf16 (commit)
from e9fc0349550058e6914777a35126ed1cf136ab00 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 0065e2b2f8b8eaca2455ac73fe14e68feadcbf16
Author: Someone <
hahahaha...@airmail.cc>
Date: Fri, 9 Feb 2024 08:39:24 +0700
URL: <
https://repo.or.cz/duojsonparge.git/0065e2b2f8b8eaca>
add current rows per page to page hyperlinks
---
comment/list.php | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/comment/list.php b/comment/list.php
index 50648489fba1..06a9ac9c5735 100644
--- a/comment/list.php
+++ b/comment/list.php
@@ -38,13 +38,12 @@ for ($p = 1; $p <= $n_pages; $p++) {
if ($p == $page) {
echo "| $p ";
} else {
- echo "<a href=\"/comment/?page=$p\">| $p </a>";
+ echo "| <a href=\"/comment/?page=$p&&nr=$n_rows\">$p </a>";
}
}
echo "</p>";
?>
-<form name="n_rows_form" action="<?=htmlspecialchars($_SERVER['PHP_SELF']);?>"
- method="get">
+<form name="n_rows_form" action="/comment/" method="get">
<p>Số kết quả mỗi trang (<= 50)
<input type="text" name="nr" value="<?=$n_rows;?>" size="10">
<input type="submit" name="submit" value="Xem"></p>
commit a83a80f077e3f06aa927a54a9fee5a9f9dfa5f3b
Author: Someone <
hahahaha...@airmail.cc>
Date: Fri, 9 Feb 2024 09:18:00 +0700
URL: <
https://repo.or.cz/duojsonparge.git/a83a80f077e3f06a>
index.php
---
index.php | 13 +++++++++++++
1 file changed, 13 insertions(+)
create mode 100644 index.php
diff --git a/index.php b/index.php
new file mode 100644
index 000000000000..0712f1631cf6
--- /dev/null
+++ b/index.php
@@ -0,0 +1,13 @@
+<?php
+include "{$_SERVER['DOCUMENT_ROOT']}/extra/header.html";
+?>
+<h1>Lưu trữ diễn đàn Duolingo tiếng Việt (894)</h1>
+<p>Đây là một trang lưu trữ một lượng lớn bài viết của diễn đàn Duolingo
+tiếng Việt</p>
+<p>mã nguồn: <a href="
https://repo.or.cz/duojsonparge.git">
repo.or.cz</a></p>
+<p><a href="
https://groups.google.com/g/duovn894">Hãy tham gia nhóm thư cho người dùng diễn đàn!</a><br></p>
+<h2><a href="/comment/">Xem danh sách bài viết</a></h2>
+
+<?php
+include "{$_SERVER['DOCUMENT_ROOT']}/extra/footer.html";
+?>
-----------------------------------------------------------------------
Summary of changes:
comment/list.php | 5 ++---
index.php | 13 +++++++++++++
2 files changed, 15 insertions(+), 3 deletions(-)
create mode 100644 index.php
repo.or.cz automatic notification. Contact project admin
hahahaha...@gmail.com
if you want to unsubscribe, or site admin
ad...@repo.or.cz if you receive
no reply.
--
duojsonparge.git ("UNNAMED PROJECT")