[Hiki-dev:00934] プレビュー画面に編集フォームへのリンクが欲しい

Back to archive index

Kouhei Sutou kou****@cozmi*****
2005年 7月 13日 (水) 11:50:04 JST


須藤です.

ページの内容が長くなると,プレビューしてから編集フォームまで
移動するのが億劫です.プレビュー画面の先頭に編集フォームへの
リンクを作ってもらえませんか?

参考までにパッチをつけます.どういうことかメージしてもらいや
すくなると思います.
# もっとtDiaryっぽくとかいうのがあると思うので,パッチからは
# 私の意図だけを汲み取ってもらえると嬉しいです.
-------------- next part --------------
Index: template/edit.html
===================================================================
RCS file: /cvsroot/hiki/hiki/template/edit.html,v
retrieving revision 1.9
diff -u -p -r1.9 edit.html
--- template/edit.html	12 Jul 2005 16:03:41 -0000	1.9
+++ template/edit.html	13 Jul 2005 02:46:19 -0000
@@ -12,7 +12,7 @@
 <h1 class="header"><%= @contents[:title] %></h1>
 
 <div class="update day">
-  <% if @contents[:msg] %><div class="msg"><strong><%= @contents[:msg] %></strong></div><% end %>
+  <% if @contents[:msg] %><div class="msg"><strong><a href="#form"><%= @contents[:msg] %></a></strong></div><% end %>
   <% if @contents[:freeze_msg] %><div class="msg"><%= @contents[:freeze_msg] %></div><% end %>
   <% if @contents[:body] %><div class="preview"><%= @contents[:body] %></div><% end %>
   <% if @contents[:differ] %><div><%= @contents[:differ] %></div><% end %>
@@ -21,6 +21,7 @@
     <input type="hidden" name="p" value="<%= @contents[:pagename] %>">
     <input type="hidden" name="c" value="save">
     <input type="hidden" name="md5hex" value="<%= @contents[:md5hex] %>">
+    <a name="form"></a>
     <p>
       <%=****@conf*****_title%> <input type="text" name="page_title" size="60" accesskey="T" value="<%= @contents[:page_title] %>">
     </p>


Hiki-dev メーリングリストの案内
Back to archive index