検索条件
全3件
(1/1ページ)
--- diary.skel/_main_onelog.html 2008-08-18 22:01:02.000000000 +0900
+++ diary.user.skel/_main_onelog.html 2008-08-20 20:10:02.000000000 +0900
@@ -13,6 +13,7 @@
<$ifmessage(v.diary_id, "日記帳 <@v.diary_id> が存在しません", "日記帳が指定されていません")>
<$ifmessage(v.diary_id && ! Auth.ok, "もしあなたが「ID:<@v.diary_id>」ならば、右上からログインしてください 。")>
<$else>
+<$if(!v.load_days, print_header("Status", "404"))>
<$ifmessage(!v.load_days, "該当する記事がありません")>
<$end>
<@ifexec(Message, begin)>
_main.htmlの方も修正した方がいいのかもしれないけど、一覧表示で記事が無いことは、blog開設直後だけだろう……ということで放置。$ w3m -dump_head http://mo.kerosoft.com/test HTTP/1.1 404 Not Found Date: Wed, 20 Aug 2008 11:10:28 GMT Server: Apache Cache-Control: max-age=0 Last-Modified: Tue, 19 Aug 2008 18:57:14 GMT Connection: close Content-Type: text/html; charset=UTF-8;w3mを自分の鯖にも導入しておこうかしら。
theme/satsuki/base.css line:132
- text-decoreation: none;
+ text-decoration: none;
theme/hatena/_additional.css line:83
- text-decoreation: none;
+ text-decoration: none;
theme/satsuki/bigblue/bigblue.css line:48
- line-height: 130%
+ line-height: 130%;
theme/satsuki/bigblue/bigblue.css line:604
- margin: 0.2em, 0;
+ margin: 0.2em 0;
theme/satsuki/bigblue/bigblue.css line:825
- background-position: center middle;
+ background-position: center center;
theme/satsuki/bigblue/bigblue.css line:881
- background-position: middle center;
+ background-position: center center;
※cf. http://www.w3schools.com/css/pr_background-position.asp
theme/resizeform.js line:147
- target.gripH.style.height = (target.base[3]-gripsize)+'px';
+ if(target.base[3]-gripsize >= 0){
+ target.gripH.style.height = (target.base[3]-gripsize)+'px';
+ }
※「日記を書く」ページでのスクリプトエラー対策。heightが負になるところがあるようなので、その暫定対応です。
このスクリプト自体は深く追ってないので、こうしていいものなのかよく分かってはいませんが…。