public
Description: Meta Theme for Mephisto
Homepage: http://www.metaskills.net/meta-theme-for-mephisto
Clone URL: git://github.com/metaskills/metatheme.git
Fixed listings for pages. Anchors for comments. Fixed page view.
metaskills (author)
Tue Mar 18 13:26:14 -0700 2008
commit  c07482a6e9ccc1a3e81a6673b00120584679cb68
tree    001e5cafb80077eaa363a8cc01078c71dc854d92
parent  95a9efa7f24916d17f0596ca702e11fa191378ad
0
...
1
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
3
4
...
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
0
@@ -1,4 +1,25 @@
0
 
0
+
0
+Copyright (c) 2005-2008 Ken Collins
0
+
0
+Permission is hereby granted, free of charge, to any person obtaining a copy
0
+of this software and associated documentation files (the "Software"), to deal
0
+in the Software without restriction, including without limitation the rights
0
+to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
0
+copies of the Software, and to permit persons to whom the Software is
0
+furnished to do so, subject to the following conditions:
0
+
0
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
0
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
0
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
0
+AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
0
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
0
+OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
0
+SOFTWARE.
0
+
0
+
0
+
0
+
0
   First, thanks for downloading my theme contribution for Drupal 4.7, my first
0
 theme attempt using PHPTemplate. I have developed this theme so that I can help
0
 give back to the Drupal community by providing a unique (non-ported) personal
...
118
119
120
121
 
 
 
 
 
 
 
 
 
 
 
122
123
124
...
155
156
157
158
159
160
161
162
 
163
164
165
...
118
119
120
 
121
122
123
124
125
126
127
128
129
130
131
132
133
134
...
165
166
167
 
 
 
 
 
168
169
170
171
0
@@ -118,7 +118,17 @@
0
     
0
     <div id="contentarea-right1">
0
       <div id="contentarea-right2">
0
- <h2>Categories</h2>
0
+
0
+ {% if section %}{% if section.name != 'Home' %}
0
+ <h2>{{ section.name }}</h2>
0
+ <ul>
0
+ {% for page in section.pages %}
0
+ <li>{{ page | link_to_page }}</li>
0
+ {% endfor %}
0
+ </ul>
0
+ {% endif %}{% endif %}
0
+
0
+ <h2>Main Categories</h2>
0
         <ul>
0
           {% for category in site.blog_sections %}
0
             {% if category.name != 'Home' %}
0
@@ -155,11 +165,7 @@
0
   <div class='site-slogan'>{{ site.subtitle }}</div>
0
   <div id="site-mission"></div>
0
   <div id="secondary-links">
0
- <!-- <?php if (count($secondary_links)) : ?>
0
- <?php foreach ($secondary_links as $link): ?>
0
- <?php print $link?>&nbsp;&nbsp;&nbsp;
0
- <?php endforeach; ?>
0
- <?php endif; ?> -->
0
+ <!-- CSS Supports These. Use If Needed. -->
0
   </div>
0
   <div class="br"><br /></div>
0
   <div class='footer-message'>
...
1
 
 
2
3
4
 
5
6
7
...
29
30
31
32
 
33
34
35
...
1
2
3
4
5
6
7
8
9
10
...
32
33
34
 
35
36
37
38
0
@@ -1,7 +1,10 @@
0
 
0
+<a name="comments"></a>
0
+
0
 {% if article.comments_count > 0 %}
0
   {% for comment in article.comments %}
0
   
0
+ <a name="comment-{{ comment.id }}"></a>
0
    <div class="comment-box">
0
       
0
       <h3 class="title">{{ comment.author }}</h3>
0
@@ -29,7 +32,7 @@
0
 
0
 
0
 {% if article.accept_comments %}
0
-
0
+
0
   <h3 id="respond">Leave a Reply</h3>
0
   {% commentform %}
0
     <p>{{ form.name }}<label for="author"><small>Name (required)</small></label></p>
...
1
2
3
4
5
6
7
8
9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
...
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
0
@@ -1,8 +1,15 @@
0
-<h2>{{ article.title }}</h2>
0
-<div class="entry">{{ article.body }}</div>
0
-
0
-<ul>
0
-{% for page in section.pages %}
0
- <li>{{ page | link_to_page }}</li>
0
-{% endfor %}
0
-</ul>
0
\ No newline at end of file
0
+
0
+<div class="breadcrumb">&nbsp;</div>
0
+
0
+<h1 class="content-title">{{ article.title }}</h1>
0
+
0
+<div class="node">
0
+
0
+ <div class="info-top"></div>
0
+ <div class="info">Updated On: {{ article.updated_at | format_date: 'mdy', true }} by {{ article.author.login }}</div>
0
+ <div class="content">
0
+ {{ article.body }}
0
+ </div>
0
+
0
+</div>
0
+
...
1
2
 
 
...
 
1
2
3
0
@@ -1 +1,2 @@
0
-{% include 'shared' %}
0
\ No newline at end of file
0
+
0
+{% include 'list' %}
...
1
2
 
 
 
 
...
 
1
2
3
4
5
0
@@ -1 +1,4 @@
0
-<h2>Sorry, couldn't find what you were looking for!</h2>
0
\ No newline at end of file
0
+
0
+<!-- TODO: Do this -->
0
+<h2>Sorry, couldn't find what you were looking for!</h2>
0
+
...
1
2
 
 
...
 
1
2
3
0
@@ -1 +1,2 @@
0
-{% include 'shared' %}
0
\ No newline at end of file
0
+
0
+{% include 'list' %}
...
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
...
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
0
@@ -1,30 +1,31 @@
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 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
- <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
+
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
-
0
+
0
 
...
1
2
 
 
...
 
1
2
3
0
@@ -1 +1,2 @@
0
-{% include 'shared' %}
0
\ No newline at end of file
0
+
0
+{% include 'list' %}
...
1
2
3
 
 
4
5
6
 
 
 
...
1
 
 
2
3
4
 
 
5
6
7
0
@@ -1,6 +1,7 @@
0
 
0
-{% unless mode == 'page' %}
0
- {% include 'article' %}
0
+{% if mode == 'page' %}
0
+ {% include 'page' %}
0
 {% else %}
0
- {% include 'page' %}
0
-{% endunless %}
0
+ {% include 'article' %}
0
+{% endif %}
0
+
...
1
2
 
 
...
 
1
2
3
0
@@ -1 +1,2 @@
0
-{% include 'shared' %}
0
\ No newline at end of file
0
+
0
+{% include 'list' %}

Comments

    No one has commented yet.