public
Description: Meta Theme for Mephisto
Homepage: http://www.metaskills.net/meta-theme-for-mephisto
Clone URL: git://github.com/metaskills/metatheme.git
Search Repo:
Design search/error page.
metaskills (author)
Tue Mar 18 19:53:32 -0700 2008
commit  526e9832b242a535ede4094ecf3155044d4c88c0
tree    3765f11b5eb39e1c3eedd4cde0ae17618b73b1c2
parent  98e091136af7bcd8213d858f1414c2d20aff0322
...
1
2
3
4
5
 
6
7
8
 
9
10
...
1
2
 
 
 
3
4
5
6
7
8
9
0
@@ -1,10 +1,9 @@
0
 
0
 Mephisto Migration Notes
0
- * Get old metatheme info and bundle into one page.
0
- * Play with expanded/collapsed li classes on right.
0
- * Design search/error page
0
+ * Get old metatheme info and bundle into one page. Update about with permalink.
0
   
0
 Last Steps:
0
   * Make sure to comment out 'my' CSS.
0
+ * Make some sort of custom right content liquid partial.
0
   
0
 
...
1
2
3
 
 
4
...
1
 
 
2
3
4
0
@@ -1,4 +1,4 @@
0
 
0
-<!-- TODO: Do this -->
0
-<h2>Sorry, couldn't find what you were looking for!</h2>
0
+<div style="height:20px;"></div>
0
+<h1>Sorry, we could not find what you were looking for!</h1>
0
 
...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
 
 
31
...
1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0
@@ -1,31 +1,19 @@
0
 
0
-<div id="primary" class="single-post">
0
- <div class="inside">
0
- <div class="primary">
0
- <h1>Search results for <em>"{{search_string}}"</em></h1>
0
- <ul class="dates">
0
- {% for article in articles %}
0
- <li>
0
- <span class="date">{{article.published_at | date: '%d.%m.%y' }}</span>
0
- {{ article | link_to_search_result }} posted in
0
- {% for section in article.sections %}
0
- {{section | link_to_section }}
0
- {% endfor %}
0
- </li>
0
- {% endfor %}
0
- </ul>
0
- </div>
0
-
0
-
0
- <div class="secondary">
0
- <h2>Your search results</h2>
0
- <div class="featured">
0
- <p>We hope you found the results you were looking for.</p>
0
- </div>
0
- </div>
0
-
0
- <div class="clear"></div>
0
-</div>
0
-</div>
0
+<div class="node">
0
+
0
+ <h2>Search Results For: <em>"{{search_string}}"</em></h2>
0
+ <div>We hope you found the results you were looking for.</div>
0
+
0
+ <ul style="margin-top:20px;">
0
+ {% for article in articles %}
0
+ <li style="margin-bottom:5px;">
0
+ <span style="font-size:16px;">{{ article | link_to_search_result }}</span><br />
0
+ <strong>Posted On:</strong> {{ article.published_at | date: '%m/%d/%Y' }}<br />
0
+ <strong>Posted In:</strong> {% for section in article.sections %}{{section | link_to_section }}&nbsp; {% endfor %}
0
+ </li>
0
+ {% endfor %}
0
+ </ul>
0
 
0
+
0
+</div>
0
 

Comments

    No one has commented yet.