Changeset 3026 for lang/perl/Moxy
- Timestamp:
- 12/11/07 01:16:23 (5 years ago)
- Location:
- lang/perl/Moxy/trunk
- Files:
-
- 1 added
- 1 modified
-
lib/Moxy/Plugin/Application.pm (modified) (1 diff)
-
t/xss.t (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Moxy/trunk/lib/Moxy/Plugin/Application.pm
r3025 r3026 58 58 sub _render_control_panel { 59 59 my ($class, $base, $current_url) = @_; 60 return <<"..."; 60 61 return sprintf(<<"...", encode_entities($current_url)); 61 62 <form method="get" action="$base"> 62 <input type="text" name="q" value=" $current_url" size="40" />63 <input type="text" name="q" value="\%s" size="40" /> 63 64 <input type="submit" value="go" /> 64 65 </form>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)