root/branches/boomer/search_templates/default.tmpl @ 1098

Revision 1098, 10.2 kB (checked in by hachi, 2 years ago)

Branching for boomer from release-19, rev 62318

  • Property svn:keywords set to Author Date Id Revision
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3<html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
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" />
9<MTIgnore>
10 ##########  <MT_TRANS phrase="SEARCH FEED AUTODISCOVERY LINK PUBLISHED ONLY WHEN A SEARCH HAS BEEN EXECUTED">
11</MTIgnore>
12<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"$>&amp;Template=feed&amp;IncludeBlogs=<$MTSearchIncludeBlogs$>" />
14</MTElse></MTNoSearch>     
15   <title><MT_TRANS phrase="Search Results"></title>
16</head>
17<body class="<MTNoSearch>layout-one-column<MTElse>layout-two-column-right</MTElse></MTNoSearch> mt-search-results">
18   <div id="container">
19      <div id="container-inner" class="pkg">
20     
21         <div id="banner">
22            <div id="banner-inner" class="pkg">
23               <h1 id="banner-header"><MT_TRANS phrase="Blog search"></h1>
24            </div>
25         </div>
26
27         <div id="pagebody">
28            <div id="pagebody-inner" class="pkg">
29               <div id="alpha">
30                  <div id="alpha-inner" class="pkg">
31
32<MTIgnore>
33  ##########  <MT_TRANS phrase="STRAIGHT SEARCHES GET THE SEARCH QUERY FORM">
34</MTIgnore>
35                      <MTIfStraightSearch>
36                      <h2 class="search-results-header"><MT_TRANS phrase="Search this site"></h2>
37                      <form method="post" action="<$MTCGIPath$><$MTSearchScript$>" id="search-form">
38                         <input type="hidden" name="IncludeBlogs" value="<$MTSearchIncludeBlogs$>" />
39                         <p><input type="text" size="30" name="search" id="search" value="<$MTSearchString$>" /> <input type="submit" value="<MT_TRANS phrase="Search">" /></p>
40                         <p id="search-options"><input type="checkbox" name="CaseSearch" /> <MT_TRANS phrase="Match case"> <input type="checkbox" name="RegexSearch" /> <MT_TRANS phrase="Regex search"></p>
41                      </form>
42                      </MTIfStraightSearch>
43                     
44<MTIgnore>
45    ##########  <MT_TRANS phrase="SEARCH RESULTS DISPLAY">
46</MTIgnore>
47                      <MTSearchResults>
48                          <MTBlogResultHeader>
49                              <h3 class="search-results-header">
50                              <MTIfStraightSearch>
51                                  <MT_TRANS phrase="Matching entries from [_1]" params="<$MTBlogName$>">
52                              </MTIfStraightSearch>
53                              <MTIfTagSearch>
54                                  <MT_TRANS phrase="Entries from [_1] tagged with '[_2]'" params="<$MTBlogName$>%%<$MTSearchString$>">
55                                  </MTIfTagSearch>
56                              </h3>
57                              <div class="search-results-container">
58                          </MTBlogResultHeader>
59                     
60                              <h3><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></h3>
61                              <p><$MTEntryExcerpt$> <$MTEntryEditLink$></p>
62                              <MTIfTagSearch>
63                                  <div class="entry-tags">
64                                      <h4 class="entry-tags-header"><MT_TRANS phrase="Tags">:</h4>
65                                      <ul class="entry-tags-list">
66                                          <MTEntryTags>
67                                              <li class="entry-tag"><a href="<$MTTagSearchLink$>&amp;IncludeBlogs=<$MTSearchIncludeBlogs$>" rel="tag"><$MTTagName$></a></li>
68                                          </MTEntryTags>
69                                      </ul>
70                                  </div>
71                              </MTIfTagSearch>
72                     
73                              <p class="entry-footer">
74                                  <span class="post-footers"><MT_TRANS phrase="Posted <MTIfNonEmpty tag="EntryAuthorDisplayName">by [_1] </MTIfNonEmpty>on [_2]" params="<$MTEntryAuthorDisplayName$>%%<$MTEntryDate$>"></span>
75                              </p>
76                     
77                          <MTBlogResultFooter>
78                              </div>
79                          </MTBlogResultFooter>
80                          <MTIfMaxResultsCutoff>
81                          <MT_TRANS phrase="Showing the first [_1] results." params="<$MTMaxResults$>">
82                          </MTIfMaxResultsCutoff>
83                      </MTSearchResults>
84
85<MTIgnore>
86  ##########  <MT_TRANS phrase="NO RESULTS FOUND MESSAGE">
87</MTIgnore>
88                      <MTNoSearchResults>
89                          <h3 class="search-results-header">
90                              <MTIfStraightSearch>
91                                  <MT_TRANS phrase="Entries matching '[_1]'" params="<$MTSearchString$>">
92                              </MTIfStraightSearch>
93                              <MTIfTagSearch>
94                                  <MT_TRANS phrase="Entries tagged with '[_1]'" params="<$MTSearchString$>">
95                              </MTIfTagSearch>
96                          </h3>
97                          <p><MT_TRANS phrase="No pages were found containing '[_1]'." params="<$MTSearchString$>"></p>
98                      </MTNoSearchResults>
99                     
100                      <MTNoSearch>
101                          <h3 class="search-results-header"><MT_TRANS phrase="Instructions"></h3>
102                          <p><MT_TRANS phrase="By default, this search engine looks for all words in any order. To search for an exact phrase, enclose the phrase in quotes">:</p>
103                          <blockquote>
104                              <p><code>"<MT_TRANS phrase="movable type">"</code></p>
105                          </blockquote>
106                          <p><MT_TRANS phrase="The search engine also supports AND, OR, and NOT keywords to specify boolean expressions">:</p>
107                          <blockquote>
108                              <p><code><MT_TRANS phrase="personal OR publishing"></code></p>
109                              <p><code><MT_TRANS phrase="publishing NOT personal"></code></p>
110                          </blockquote>
111                      </MTNoSearch>
112                  </div>
113               </div>
114<MTIgnore>
115    ##########  <MT_TRANS phrase="END OF ALPHA SEARCH RESULTS DIV">
116    ##########  <MT_TRANS phrase="BEGINNING OF BETA SIDEBAR FOR DISPLAY OF SEARCH INFORMATION">
117</MTIgnore>
118               <MTNoSearch>
119               <MTElse>
120                   <MTIgnore>
121                       ##########  <MT_TRANS phrase="SET VARIABLES FOR SEARCH vs TAG information">
122                   </MTIgnore>
123
124                   <MTSetVar name="search_feed_text" value="<MT_TRANS phrase="Subscribe to feed">">
125                   <MTIfTagSearch>
126                       <MTSetVar name="search_feed_param" value="tag">
127                       <MTSetVarBlock name="search_feed_description"><MT_TRANS phrase="If you use an RSS reader, you can subscribe to a feed of all future entries tagged '[_1]'." params="<$MTSearchString$>"></MTSetVarBlock>
128                    <MTElse>   
129                       <MTSetVar name="search_feed_param" value="search">
130                       <MTSetVarBlock name="search_feed_description"><MT_TRANS phrase="If you use an RSS reader, you can subscribe to a feed of all future entries matching '[_1]'." params="<$MTSearchString$>"></MTSetVarBlock>
131                   </MTElse>   
132                   </MTIfTagSearch>
133
134                   <div id="beta">
135                      <div id="beta-inner" class="pkg">
136
137                          <MTIgnore>
138                              ##########  <MT_TRANS phrase="SEARCH/TAG FEED SUBSCRIPTION INFORMATION">
139                          </MTIgnore>
140                          <div class="module-search-feed module">
141                             <h2 class="module-header"><MT_TRANS phrase="Feed Subscription"></h2>
142                             <div class="module-content">
143                                 <p><$MTGetVar name="search_feed_description">  [<a href="<MT_TRANS phrase="http://www.sixapart.com/about/feeds">"><MT_TRANS phrase="What is this?"></a>]</p>
144                                 <p>
145                                     <img src="<$MTStaticWebPath$>images/status_icons/feed.gif" alt="<$MTGetVar name="search_feed_text"$>" width="9" height="9" /> <a href="<$MTCGIPath$><$MTSearchScript$>?<$MTGetVar name="search_feed_param"$>=<$MTSearchString encode_url="1"$>&amp;Template=feed&amp;IncludeBlogs=<$MTSearchIncludeBlogs$>" title="<MT_TRANS phrase="Subscribe to feed">"><MT_TRANS phrase="Subscribe to feed"></a>
146                                 </p>
147                             </div>
148                          </div>
149
150                          <MTIgnore>
151                              ##########  <MT_TRANS phrase="TAG LISTING FOR TAG SEARCH ONLY">
152                          </MTIgnore>
153                          <MTIfTagSearch>
154                          <div class="module-tags module">
155                             <h2 class="module-header"><MT_TRANS phrase="Other Tags"></h2>
156                             <div class="module-content module-tagcloud">
157                                 <p></p>
158                                 <ul class="module-list">
159                                 <MTTags>
160                                     <li class="module-list-item taglevel<$MTTagRank$>"><a href="<$MTTagSearchLink$>" title="<$MTTagCount$>"><$MTTagName$></a></li>
161                                 </MTTags>
162                                 </ul>
163                             </div>
164                          </div>
165                          </MTIfTagSearch>
166
167                      </div>
168                  </div>
169              </MTElse>
170              </MTNoSearch>
171
172            </div>
173         </div>  <MTIgnore>#### <MT_TRANS phrase="END OF PAGE BODY"> ####</MTIgnore>
174      </div>
175   </div> <MTIgnore>#### <MT_TRANS phrase="END OF CONTAINER"> ####</MTIgnore>
176</body>
177</html>
Note: See TracBrowser for help on using the browser.