Changeset 2142
- Timestamp:
- 11/29/07 16:33:32 (14 months ago)
- Files:
-
- 1 modified
-
lang/ruby/ssb/templates/ssb.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/ssb/templates/ssb.html
r2032 r2142 9 9 <link rel="stylesheet" href="stylesheets/ssb.css" type="text/css" media="screen" /> 10 10 11 <meta http-equiv="Content-type" content="text/html; charset= UTF-8" />11 <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> 12 12 <meta http-equiv="content-style-type" content="text/css" /> 13 <title><%= title %> - server side browser</title>13 <title><%= title.nil? ? 'no title' : title %> - server side browser</title> 14 14 </head> 15 15 <body> 16 16 <div id="header"> 17 17 <form action="./" id="location" method="get" name="location"> 18 <a href="http://localhost/~coji/ssb/?q=" class="ssb_logo">ssb</a>18 ssb 19 19 <input id="uri_input" name="q" size="60" value="<%= request_uri %>" type="text" /> 20 20 <input id="move_button" value="移動" type="submit" /> … … 29 29 30 30 <div id="qrcode"> 31 <!--32 <img class="qrcode_img" alt="QR CODE" src="?q=<%= request_uri %>"/>33 <p class="c1">34 <% if term[:mailaddr].nil? %>35 <img class="emoji" alt="□" src="emoji/docomo/F977.gif" /> URLをメール36 <% else %>37 <a href="#" onclick="send_mail('<%= request_uri.to_s %>', '<%= term[:mailaddr] %>')"><img class="emoji" alt="■" src="emoji/docomo/F977.gif" /> URLをメール</a>38 <% end %>39 <span id="mailstatus"></span>40 </p>41 -->42 31 </div> 43 32 … … 139 128 </body> 140 129 </html> 141 142
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)