From b4686fb15e8e6a87b430fe291ed3c61b26872a38 Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sat, 2 Jun 2001 18:20:22 +0000 Subject: [PATCH] Initial default git-svn-id: file:///svn/phpbb/trunk@411 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/templates/Default/search_body.tpl | 54 +++++++++++++ .../templates/Default/search_results_body.tpl | 77 +++++++++++++++++++ 2 files changed, 131 insertions(+) create mode 100644 phpBB/templates/Default/search_body.tpl create mode 100644 phpBB/templates/Default/search_results_body.tpl diff --git a/phpBB/templates/Default/search_body.tpl b/phpBB/templates/Default/search_body.tpl new file mode 100644 index 0000000000..1985dc2c7b --- /dev/null +++ b/phpBB/templates/Default/search_body.tpl @@ -0,0 +1,54 @@ + +
+ + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + +
 {L_SEARCH} 
Search query: 
{L_SEARCH_ANY_TERMS}
{L_SEARCH_ALL_TERMS}
{L_SEARCH_AUTHOR}: 
{L_FORUM}: 
{L_LIMIT_CHARACTERS}: 
{L_SORT_BY}:    {L_SORT_ASCENDING}    {L_SORT_DECENDING} 
{S_HIDDEN_FIELDS}
+ + + + + + + + + +
+ + + +
+ + + + +
{JUMPBOX}
+
+ \ No newline at end of file diff --git a/phpBB/templates/Default/search_results_body.tpl b/phpBB/templates/Default/search_results_body.tpl new file mode 100644 index 0000000000..e9bc2ec90d --- /dev/null +++ b/phpBB/templates/Default/search_results_body.tpl @@ -0,0 +1,77 @@ + +
+ + + +
+ + + +
 {L_SEARCH} - {SEARCH_MATCHES} Matches 
+ +
+ +
+ + + +
+ + + + + + + + + + + + + + + +
+ + + +
 {L_FORUM}: {searchresults.FORUM_NAME}
+ + + +
{searchresults.POSTER_NAME}

{L_REPLIES}: {searchresults.TOPIC_REPLIES}
{L_VIEWS}: {searchresults.TOPIC_VIEWS}
+ + + +
{L_TOPIC}: {searchresults.TOPIC_TITLE}
+ + + + + + +
Post image icon{L_POSTED}: {searchresults.POST_DATE}     Post Subject: {searchresults.POST_SUBJECT}
{searchresults.MESSAGE}

+ + + + +
 {L_PAGE} {ON_PAGE} {L_OF} {TOTAL_PAGES} {L_GOTO_PAGE}: {PAGINATION}
+ + + + + + + +
+ + + +
+ + + + +
{JUMPBOX}
+
+ \ No newline at end of file