- Timestamp:
- 12/13/09 19:40:56 (2 years ago)
- Location:
- trunk/www/views
- Files:
-
- 2 edited
-
tags_header.php (modified) (2 diffs)
-
task_edit.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/views/tags_header.php
r1077 r1078 9 9 // Format a tag input box 10 10 // FIXME: Width parameter does not work, I hate CSS 11 function tag_format_input_box($field, $value = null, $width = "50", $name = "tags" ) {11 function tag_format_input_box($field, $value = null, $width = "50", $name = "tags", $autocomplete = true) { 12 12 $esc_name = html_escape($field['name']); 13 13 $esc_width = html_escape($width); … … 25 25 } 26 26 $output .= ' />'; 27 //$output .= '<script type="text/javascript" language="JavaScript" src="'.28 //html_escape(url_static("js/wick.js")).'"></script>';27 $output .= '<script type="text/javascript" language="JavaScript" src="'. 28 html_escape(url_static("js/wick.js")).'"></script>'; 29 29 $output .= "</li>"; 30 30 return $output; -
trunk/www/views/task_edit.php
r1077 r1078 148 148 <legend>Taguri</legend> 149 149 <ul class="form"> 150 <?= tag_format_input_box($tag_fields['author'], fval('tag_author') ); ?>151 <?= tag_format_input_box($tag_fields['contest'], fval('tag_contest') ); ?>152 <?= tag_format_input_box($tag_fields['year'], fval('tag_year') ); ?>153 <?= tag_format_input_box($tag_fields['round'], fval('tag_round') ); ?>154 <?= tag_format_input_box($tag_fields['age_group'], fval('tag_age_group') ); ?>155 <?= tag_format_input_box($tag_fields['method'], fval('tag_method') ); ?>156 <?= tag_format_input_box($tag_fields['algorithm'], fval('tag_algorithm') ); ?>150 <?= tag_format_input_box($tag_fields['author'], fval('tag_author'), 50, "tags", false); ?> 151 <?= tag_format_input_box($tag_fields['contest'], fval('tag_contest'), 50, "tags", false); ?> 152 <?= tag_format_input_box($tag_fields['year'], fval('tag_year'), 50, "tags", false); ?> 153 <?= tag_format_input_box($tag_fields['round'], fval('tag_round'), 50, "tags", false); ?> 154 <?= tag_format_input_box($tag_fields['age_group'], fval('tag_age_group'), 50, "tags", false); ?> 155 <?= tag_format_input_box($tag_fields['method'], fval('tag_method'), 50, "tags", false); ?> 156 <?= tag_format_input_box($tag_fields['algorithm'], fval('tag_algorithm'), 50, "tags", false); ?> 157 157 </ul> 158 158 </fieldset>
Note: See TracChangeset
for help on using the changeset viewer.
![[infoarena] development](/chrome/site/logo.png)