• R/O
  • SSH
  • HTTPS

ptiblogphp: 提交


Commit MetaInfo

修訂43 (tree)
時間2021-06-30 22:56:52
作者mateuszviste

Log Message

fixed message edition form

Change Summary

差異

--- trunk/index.php (revision 42)
+++ trunk/index.php (revision 43)
@@ -270,12 +270,12 @@
270270 }
271271 echo '<form action="' . PaginationLink($p, -1) . '" method="post" class="nowywpis">' . "\n";
272272 echo "<div class=\"nowywpis\">\n";
273- echo "<p>titre:</p>\n";
274273 if (! empty($artid)) {
275274 echo '<input type="hidden" id="artid" name="artid" value="' . $artid . '">' . "\n";
276275 }
277276 echo '<input type="hidden" id="action" name="action" value="dodajwpis">' . "\n";
278- if ($artid > 0) {
277+ if ($artid >= 0) {
278+ echo "<p>titre:</p>\n";
279279 echo '<input type="text" id="arttit" name="arttit" value="' . htmlentities($art_title) . '">' . "\n";
280280 echo "<p>message:</p>\n";
281281 }
--- trunk/welcome.txt (revision 42)
+++ trunk/welcome.txt (revision 43)
@@ -1,3 +1,3 @@
1-Welcome to ptiblogphp! This is a default welcome message. You should modify it by editing the welcome.txt file.
1+Welcome to ptiblogphp! This is a default message that you should modify. It uses the markdown syntax, so you may use all kinds of markdown constructs like ***special font effects*** or [cool links](http://ptiblogphp.osdn.io).
22
3-This file uses the markdown syntax, so you may use all kinds of markdown constructs like ***special font effects*** or [cool links](http://ptiblogphp.osdn.io). You may also use inline HTML for any <span title="hello, I am a popup message" style="text-decoration: underline wavy;">other fancy stuff</span>.
3+You may also use inline HTML for any <span title="hello, I am a popup message" style="text-decoration: underline wavy;">other fancy stuff</span>.
Show on old repository browser