root/branches/release-38/search_templates/comments.tmpl @ 2384

Revision 2384, 2.6 kB (checked in by fumiakiy, 19 months ago)

Condition the use of identifier because 3.2 and 3.3 templates does not have it. BugId:79256

  • Property svn:keywords set to Author Date Id Revision
Line 
1<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2
3<html xmlns="http://www.w3.org/1999/xhtml">
4<head>
5<meta http-equiv="Content-Type" content="text/html; charset=<$MTPublishCharset$>" />
6<meta name="generator" content="http://www.movabletype.org/" />
7
8<title><MT_TRANS phrase="Search Results"></title>
9<mt:IfBlog>
10    <mt:IfNonEmpty tag="Link" template="styles">
11    <link rel="stylesheet" href="<$MTLink template="styles"$>" type="text/css" />
12    <mt:else>
13    <link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" />
14    </mt:IfNonEmpty>
15<mt:else>
16    <link rel="stylesheet" href="<$MTStaticWebPath$>themes-base/blog.css" type="text/css" />
17    <link rel="stylesheet" href="<$MTStaticWebPath$>themes/minimalist-red/screen.css" type="text/css" />
18</mt:IfBlog>
19</head>
20
21<body>
22
23<div id="container">
24
25<div id="banner">
26<h1><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName$></a></h1>
27<h2><$MTBlogDescription$></h2>
28</div>
29
30<div class="content">
31
32<form method="post" action="<$MTCGIPath$><$MTSearchScript$>">
33<input type="hidden" name="Type" value="newcomments" />
34<input type="hidden" name="Template" value="comments" />
35
36<h3><MT_TRANS phrase="Search for new comments from:"></h3>
37
38<p>
39<select name="CommentSearchCutoff">
40<option value="9999999"><MT_TRANS phrase="the beginning"></option>
41<option value="7"><MT_TRANS phrase="one week back"></option>
42<option value="14"><MT_TRANS phrase="two weeks back"></option>
43<option value="30"><MT_TRANS phrase="one month back"></option>
44<option value="60"><MT_TRANS phrase="two months back"></option>
45<option value="90"><MT_TRANS phrase="three months back"></option>
46<option value="120"><MT_TRANS phrase="four months back"></option>
47<option value="150"><MT_TRANS phrase="five months back"></option>
48<option value="180"><MT_TRANS phrase="six months back"></option>
49<option value="365"><MT_TRANS phrase="one year back"></option>
50</select>
51<input type="submit" value="<MT_TRANS phrase="Find new comments">" />
52</p>
53
54</form>
55
56<MTSearchResults>
57<h3><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></h3>
58<p><$MTEntryExcerpt$> <$MTEntryEditLink$></p>
59<p class="posted"><MT_TRANS phrase="Posted in [_1] on [_2]" params="<$MTBlogName$>%%<$MTEntryDate$>"></p>
60</MTSearchResults>
61
62<MTNoSearchResults>
63<h2><MT_TRANS phrase="No results found"></h2>
64
65<p><MT_TRANS phrase="No new comments were found in the specified interval."></p>
66</MTNoSearchResults>
67
68<MTNoSearch>
69<h2><MT_TRANS phrase="Instructions"></h2>
70
71<p><MT_TRANS phrase="Select the time interval that you'd like to search in, then click 'Find new comments'"></p>
72</MTNoSearch>
73
74</div>
75</div>
76
77</body>
78</html>
Note: See TracBrowser for help on using the browser.