OSDN Git Service

BugTrack2/15: Added label tag
authorhenoheno <henoheno>
Sun, 27 Feb 2005 08:10:27 +0000 (17:10 +0900)
committerhenoheno <henoheno>
Sun, 27 Feb 2005 08:10:27 +0000 (17:10 +0900)
lib/html.php
plugin/template.inc.php

index 35ab9dd..4b4849a 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 // PukiWiki - Yet another WikiWikiWeb clone.
-// $Id: html.php,v 1.27 2005/01/26 13:26:37 henoheno Exp $
+// $Id: html.php,v 1.28 2005/02/27 08:10:27 henoheno Exp $
 //
 // HTML-publishing related functions
 
@@ -208,8 +208,8 @@ $template
   <input type="submit" name="preview" value="$btn_preview" accesskey="p" />
   <input type="submit" name="write"   value="$_btn_update" accesskey="s" />
   $add_top
-  <input type="checkbox" name="notimestamp" value="true"$checked_time />
-  <span style="small">$_btn_notchangetimestamp</span> &nbsp;
+  <input type="checkbox" name="notimestamp" id="_edit_form_notimestamp" value="true"$checked_time />
+  <label for="_edit_form_notimestamp"><span style="small">$_btn_notchangetimestamp</span></label> &nbsp;
   <input type="submit" name="cancel"  value="$_btn_cancel" accesskey="c" />
   <textarea name="original" rows="1" cols="1" style="display:none">$s_original</textarea>
  </div>
index ea29aba..e7e9a3b 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-// $Id: template.inc.php,v 1.20 2005/01/23 08:25:16 henoheno Exp $
+// $Id: template.inc.php,v 1.21 2005/02/27 08:06:48 henoheno Exp $
 //
 // Load template plugin
 
@@ -70,7 +70,8 @@ function plugin_template_action()
   <input type="hidden" name="refer"  value="$s_refer" />
   $_msg_template_start <select name="begin" size="10">$begin_select</select><br /><br />
   $_msg_template_end   <select name="end"   size="10">$end_select</select><br /><br />
-  $_msg_template_refer <input type="text" name="page" value="$s_page" />
+  <label for="_p_template_refer">$_msg_template_refer</label>
+  <input type="text" name="page" id="_p_template_refer" value="$s_page" />
   <input type="submit" name="submit" value="$_btn_template_create" /> $tag
  </div>
 </form>