Changeset 2345
- Timestamp:
- 05/15/08 22:47:47 (6 months ago)
- Files:
-
- branches/release-38/search_templates/default.tmpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/release-38/search_templates/default.tmpl
r1098 r2345 1 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 3 3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard"> 4 4 <head> 5 <meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" /> 6 <meta name="generator" content="<$MTProductName version="1"$>" /> 7 8 <link rel="stylesheet" href="<$MTBlogURL$>styles.css" type="text/css" /> 5 <meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" /> 6 <meta name="generator" content="<$MTProductName version="1"$>" /> 7 <mt:IfBlog> 8 <link rel="stylesheet" href="<$MTLink template="styles"$>" type="text/css" /> 9 <mt:else> 10 <link rel="stylesheet" href="<$MTStaticWebPath$>themes-base/blog.css" type="text/css" /> 11 <link rel="stylesheet" href="<$MTStaticWebPath$>themes/minimalist-red/screen.css" type="text/css" /> 12 </mt:IfBlog> 9 13 <MTIgnore> 10 14 ########## <MT_TRANS phrase="SEARCH FEED AUTODISCOVERY LINK PUBLISHED ONLY WHEN A SEARCH HAS BEEN EXECUTED"> 11 15 </MTIgnore> 12 16 <MTNoSearch><MTElse> 13 <link type="application/atom+xml" rel="alternate" title="<MT_TRANS phrase="Blog Search Results">" href="<$MTCGIPath$><$MTSearchScript$>?<MTIfStraightSearch>search<MTElse>tag</MTElse></MTIfStraightSearch>=<$MTSearchString encode_url="1"$>&Template=feed&IncludeBlogs=<$MTSearchIncludeBlogs$>" />17 <link type="application/atom+xml" rel="alternate" title="<MT_TRANS phrase="Blog Search Results">" href="<$MTCGIPath$><$MTSearchScript$>?<MTIfStraightSearch>search<MTElse>tag</MTElse></MTIfStraightSearch>=<$MTSearchString encode_url="1"$>&Template=feed&IncludeBlogs=<$MTSearchIncludeBlogs$>" /> 14 18 </MTElse></MTNoSearch> 15 <title><MT_TRANS phrase="Search Results"></title>19 <title><MT_TRANS phrase="Search Results"></title> 16 20 </head> 17 21 <body class="<MTNoSearch>layout-one-column<MTElse>layout-two-column-right</MTElse></MTNoSearch> mt-search-results">
