Changeset 10046 for lang/perl/Moxy/trunk/lib/Moxy.pm
- Timestamp:
- 04/21/08 12:11:08 (5 years ago)
- Files:
-
- 1 modified
-
lang/perl/Moxy/trunk/lib/Moxy.pm (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/perl/Moxy/trunk/lib/Moxy.pm
r10042 r10046 147 147 148 148 return sprintf(<<"..."); 149 <script> 149 <?xml version="1.0" encoding="utf-8"?> 150 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 151 <html lang="ja" xml:lang="ja" xmlns="http://www.w3.org/1999/xhtml"> 152 <head> 153 <meta http-equiv="content-script-type" content="text/javascript" /> 154 <script type="text/javascript"> 150 155 window.onload = function () { 151 156 document.getElementById('moxy_url').focus(); 152 157 }; 153 158 </script> 159 </head> 160 <body> 154 161 <form method="get" action="$base" onsubmit="location.href=location.href+encodeURIComponent(document.getElementById('moxy_url').value);return false;"> 155 162 <input type="text" size="40" id="moxy_url" /> 156 163 <input type="submit" value="go" /> 157 164 </form> 165 </body> 166 </html> 158 167 ... 159 168 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)