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

Revision 1098, 2.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" "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<link rel="stylesheet" href="<$MTBlogURL$>styles-site.css" type="text/css" />
10</head>
11
12<body>
13
14<div id="container">
15
16<div id="banner">
17<h1><a href="<$MTBlogURL$>" accesskey="1"><$MTBlogName$></a></h1>
18<h2><$MTBlogDescription$></h2>
19</div>
20
21<div class="content">
22
23<form method="post" action="<$MTCGIPath$><$MTSearchScript$>">
24<input type="hidden" name="Type" value="newcomments" />
25<input type="hidden" name="Template" value="comments" />
26
27<h3><MT_TRANS phrase="Search for new comments from:"></h3>
28
29<p>
30<select name="CommentSearchCutoff">
31<option value="9999999"><MT_TRANS phrase="the beginning"></option>
32<option value="7"><MT_TRANS phrase="one week back"></option>
33<option value="14"><MT_TRANS phrase="two weeks back"></option>
34<option value="30"><MT_TRANS phrase="one month back"></option>
35<option value="60"><MT_TRANS phrase="two months back"></option>
36<option value="90"><MT_TRANS phrase="three months back"></option>
37<option value="120"><MT_TRANS phrase="four months back"></option>
38<option value="150"><MT_TRANS phrase="five months back"></option>
39<option value="180"><MT_TRANS phrase="six months back"></option>
40<option value="365"><MT_TRANS phrase="one year back"></option>
41</select>
42<input type="submit" value="<MT_TRANS phrase="Find new comments">" />
43</p>
44
45</form>
46
47<MTSearchResults>
48<h3><a href="<$MTEntryPermalink$>"><$MTEntryTitle$></a></h3>
49<p><$MTEntryExcerpt$> <$MTEntryEditLink$></p>
50<p class="posted"><MT_TRANS phrase="Posted in [_1] on [_2]" params="<$MTBlogName$>%%<$MTEntryDate$>"></p>
51</MTSearchResults>
52
53<MTNoSearchResults>
54<h2><MT_TRANS phrase="No results found"></h2>
55
56<p><MT_TRANS phrase="No new comments were found in the specified interval."></p>
57</MTNoSearchResults>
58
59<MTNoSearch>
60<h2><MT_TRANS phrase="Instructions"></h2>
61
62<p><MT_TRANS phrase="Select the time interval that you'd like to search in, then click 'Find new comments'"></p>
63</MTNoSearch>
64
65</div>
66</div>
67
68</body>
69</html>
Note: See TracBrowser for help on using the browser.