OSDN Git Service

Merge branch 'skinnable-master'
[nucleus-jp/nucleus-next.git] / skins / grey / skinbackup.xml
1 <nucleusskin>
2
3 <meta><skin name="grey" /><template name="grey/short" /><template name="grey/full" /><info><![CDATA[Default (sample) skin]]></info></meta>
4
5 <skin name="grey" type="text/html" includeMode="skindir" includePrefix="grey/"><description>Default skin to display your blog</description>
6
7 <part name="archive">
8
9 <![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
10
11 <html>
12 <head>
13   <title><%blogsetting(name)%></title>
14
15   <!-- some meta information (search engines might read this) -->
16   <meta name="generator" content="<%version%>" />
17   <meta name="description" content="<%blogsetting(desc)%>" />
18
19   <!-- stylesheet definition (points to the place where colors -->
20   <!-- and layout is defined -->
21   <link rel="stylesheet" type="text/css" href="<%skinfile(grey.css)%>" />
22
23   <!-- prevent caching (can be removed) -->
24   <meta http-equiv="Pragma" content="no-cache" />
25   <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
26   <meta http-equiv="Expires" content="-1" />
27   
28   <!-- extra navigational links -->
29   <link rel="bookmark" title="Nucleus" href="http://nucleuscms.org/" />
30   <link rel="alternate" type="application/rss+xml" title="RSS" href="xml-rss2.php" />
31   <link rel="archives" title="Archives" href="<%archivelink%>" />
32   <link rel="top" title="Today" href="<%sitevar(url)%>" />
33   <link rel="up" href="<%todaylink%>" title="Today" />
34
35 </head>
36 <body>
37
38 <!-- here starts the code that will be displayed in your browser -->
39 <div class="contents">
40
41  <!-- this is a normally hidden link, included for accessibility reasons -->
42  <a href="#navigation" class="skip">Jump to navigation</a>
43
44  <!-- a title -->
45  <h1><%blogsetting(name)%></h1>
46
47  <!-- This tag inserts the archive using the grey/short template -->
48  <%archive(grey/short)%>
49
50 </div><!-- end of the contents div -->
51
52 <!-- definition of the logo left-top -->
53 <div class="logo">
54  <a href="<%sitevar(url)%>"><img src="<%skinfile(atom3.gif)%>" width="155" height="137" alt="" /></a>
55 </div>
56
57 <!-- definition of the menu -->
58 <div class="menu">
59  <!-- accessibility anchor -->
60  <a name="navigation" id="navigation" class="skip"></a>
61  <h1 class="skip">Navigation</h1>
62
63  <h2>Navigation</h2>
64
65  <ul class="nobullets">
66    <li><a href="<%prevlink%>">Previous <%archivetype%></a></li>
67    <li><a href="<%nextlink%>">Next <%archivetype%></a></li>
68    <li><a href="<%todaylink%>">Today</a></li>
69    <li><a href="<%archivelink%>">Archives</a></li>
70    <li><a href="<%adminurl%>">Admin Area</a></li>
71  </ul>
72
73  <h2>Categories</h2>
74  <%categorylist(grey/short)%>
75
76  <h2>Search</h2>
77  <%searchform%>
78  
79  <h2>Login</h2>
80  <%loginform%>
81
82  <h2>Powered by</h2>
83  <%nucleusbutton(nucleus.gif,85,31)%>
84  
85 </div>
86
87 </body>
88 </html>]]></part>
89
90 <part name="archivelist">
91
92 <![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
93
94 <html>
95 <head>
96   <title><%blogsetting(name)%></title>
97
98   <!-- some meta information (search engines might read this) -->
99   <meta name="generator" content="<%version%>" />
100   <meta name="description" content="<%blogsetting(desc)%>" />
101
102   <!-- stylesheet definition (points to the place where colors -->
103   <!-- and layout is defined -->
104   <link rel="stylesheet" type="text/css" href="<%skinfile(grey.css)%>" />
105
106   <!-- prevent caching (can be removed) -->
107   <meta http-equiv="Pragma" content="no-cache" />
108   <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
109   <meta http-equiv="Expires" content="-1" />
110   
111   <!-- extra navigational links -->
112   <link rel="bookmark" title="Nucleus" href="http://nucleuscms.org/" />
113   <link rel="alternate" type="application/rss+xml" title="RSS" href="xml-rss2.php" />
114   <link rel="archives" title="Archives" href="<%archivelink%>" />
115   <link rel="top" title="Today" href="<%sitevar(url)%>" />
116   <link rel="up" href="<%todaylink%>" title="Today" />
117
118 </head>
119 <body>
120
121 <!-- here starts the code that will be displayed in your browser -->
122 <div class="contents">
123
124 <!-- a title -->
125 <h1><%blogsetting(name)%></h1>
126
127  <!-- this is a normally hidden link, included for accessibility reasons -->
128  <a href="#navigation" class="skip">Jump to navigation</a>
129
130  <h2>Archives</h2>
131  <!-- This tag inserts the archivelist using the grey/short template -->
132  <%archivelist(grey/short)%>
133
134 </div><!-- end of the contents div -->
135
136 <!-- definition of the logo left-top -->
137 <div class="logo">
138  <a href="<%sitevar(url)%>"><img src="<%skinfile(atom3.gif)%>" width="155" height="137" alt="" /></a> 
139 </div>
140
141 <!-- definition of the menu -->
142 <div class="menu">
143  <!-- accessibility anchor -->
144  <a name="navigation" id="navigation" class="skip"></a>
145  <h1 class="skip">Navigation</h1>
146
147  <h2>Navigation</h2>
148  <ul class="nobullets">
149    <li><a href="<%todaylink%>">Today</a></li>
150    <li><a href="<%archivelink%>">Archives</a></li>
151    <li><a href="<%adminurl%>">Admin Area</a></li>
152  </ul>
153
154  <h2>Categories</h2>
155  <%categorylist(grey/short)%>
156  
157  <h2>Search</h2>
158  <%searchform%>
159  
160  <h2>Login</h2>
161  <%loginform%>
162
163  <h2>Powered by</h2>
164  <%nucleusbutton(nucleus.gif,85,31)%>
165
166 </div>
167
168 </body>
169 </html>]]></part>
170
171 <part name="error">
172
173 <![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
174
175 <html>
176 <head>
177   <title><%sitevar(name)%></title>
178
179   <!-- some meta information (search engines might read this) -->
180   <meta name="generator" content="<%version%>" />
181
182   <!-- stylesheet definition (points to the place where colors -->
183   <!-- and layout is defined -->
184   <link rel="stylesheet" type="text/css" href="<%skinfile(grey.css)%>" />
185
186   <!-- prevent caching (can be removed) -->
187   <meta http-equiv="Pragma" content="no-cache" />
188   <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
189   <meta http-equiv="Expires" content="-1" />
190   
191   <!-- extra navigational links -->
192   <link rel="bookmark" title="Nucleus" href="http://nucleuscms.org/" />
193   <link rel="top" title="Today" href="<%todaylink%>" />
194   <link rel="up" href="<%todaylink%>" title="Today" />
195 </div>
196
197 </head>
198 <body>
199
200 <!-- here starts the code that will be displayed in your browser -->
201 <div class="contents">
202
203  <!-- this is a normally hidden link, included for accessibility reasons -->
204  <a href="#navigation" class="skip">Jump to navigation</a>
205
206  <!-- a title -->
207  <h1><%sitevar(name)%></h1>
208
209  <h2>Error!</h2>
210
211  <p><%errormessage%></p>
212
213  <p><a href="javascript:history.go(-1);">Go back</a></p>
214
215 </div><!-- end of the contents div -->
216
217 <!-- definition of the logo left-top -->
218 <div class="logo">
219  <a href="<%sitevar(url)%>"><img src="<%skinfile(atom3.gif)%>" width="155" height="137" alt="" /></a>
220 </div>
221
222 <!-- definition of the menu -->
223 <div class="menu">
224  <!-- accessibility anchor -->
225  <a name="navigation" id="navigation" class="skip"></a>
226  <h1 class="skip">Navigation</h1>
227
228  <h2>Navigation</h2>
229
230  <ul class="nobullets">
231   <li><a href="<%todaylink%>">Today</a></li>
232   <li><a href="<%adminurl%>">Admin Area</a></li>
233  </ul>
234  
235  <h2>Login</h2>
236  <%loginform%>
237
238  <h2>Powered by</h2>
239  <%nucleusbutton(nucleus.gif,85,31)%>
240
241 </div>
242
243 </body>
244 </html>]]></part>
245
246 <part name="imagepopup">
247
248 <![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
249
250 <html>
251 <head>
252   <title><%imagetext%></title>
253   <style type="text/css">
254    img { border: none; }
255    body { margin: 0px; }
256   </style>
257 </head>
258 <body onblur="window.close()">
259   <a href="javascript:window.close();"><%image%></a>
260 </body>
261 </html>]]></part>
262
263 <part name="index">
264
265 <![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
266
267 <html>
268 <head>
269   <title><%blogsetting(name)%></title>
270
271   <!-- some meta information (search engines might read this) -->
272   <meta name="generator" content="<%version%>" />
273   <meta name="description" content="<%blogsetting(desc)%>" />
274
275   <!-- stylesheet definition (points to the place where colors -->
276   <!-- and layout is defined -->
277   <link rel="stylesheet" type="text/css" href="<%skinfile(grey.css)%>" />
278
279   <!-- prevent caching (can be removed) -->
280   <meta http-equiv="Pragma" content="no-cache" />
281   <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
282   <meta http-equiv="Expires" content="-1" />
283   
284   <!-- extra navigational links -->
285   <link rel="bookmark" title="Nucleus" href="http://nucleuscms.org/" />
286   <link rel="archives" title="Archives" href="<%archivelink%>" />
287   <link rel="top" title="Today" href="<%todaylink%>" />
288
289   <!-- link RSS as alternate version -->
290   <link rel="alternate" type="application/rss+xml" title="RSS" href="xml-rss2.php" />
291
292   <!-- RSD support -->
293   <link rel="EditURI" type="application/rsd+xml" title="RSD" href="rsd.php" />
294
295 </head>
296 <body>
297
298 <!-- here starts the code that will be displayed in your browser -->
299 <div class="contents">
300  <!-- page title -->
301  <h1><%blogsetting(name)%></h1>
302
303  <!-- this is a normally hidden link, included for accessibility reasons -->
304  <a href="#navigation" class="skip">Jump to navigation</a>
305
306  <!-- this tag inserts a weblog using the template named 'grey/short'   -->
307  <!-- and showing 15 entries                                                -->
308  <%blog(grey/short,15)%>
309
310 </div><!-- end of the contents div -->
311
312 <!-- definition of the logo (left-top) -->
313 <div class="logo">
314  <a href="<%sitevar(url)%>"><img src="<%skinfile(atom3.gif)%>" width="155" height="137" alt="" /></a>
315 </div>
316
317 <!-- definition of the menu -->
318 <div class="menu">
319  <!-- accessibility anchor -->
320  <a name="navigation" id="navigation" class="skip"></a>
321  <h1 class="skip">Navigation</h1>
322
323  <h2>Navigation</h2>
324  <ul class="nobullets">
325   <li><a href="<%todaylink%>">Today</a></li>
326   <li><a href="<%archivelink%>">Archives</a></li>
327   <li><a href="<%adminurl%>">Admin Area</a></li>
328  </ul>
329
330  <h2>Categories</h2>
331  <%categorylist(grey/short)%>
332
333  <h2>Search</h2>
334  <%searchform%>
335  
336  <h2>Login</h2>
337  <%loginform%>
338
339  <h2>My Links</h2>
340
341  <ul class="nobullets">
342   <li><a href="http://nucleuscms.org/" title="This site is Nucleus-powered">Nucleus</a></li>
343   <li><a href="http://www.weblogs.com/" title="latest updates">Weblogs</a></li>
344   <li><a href="http://www.daypop.com/" title="Search news &amp; weblog sites">DayPop</a></li>
345   <li><a href="http://www.google.com/" title="Search the web">Google</a></li>
346  </ul>
347
348  <h2>Powered by</h2>
349  <%nucleusbutton(nucleus.gif,85,31)%>
350
351 </div>
352
353 </body>
354 </html>]]></part>
355
356 <part name="item">
357
358 <![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
359
360 <html>
361 <head>
362   <title><%itemtitle%> - <%blogsetting(name)%></title>
363
364   <!-- some meta information (search engines might read this) -->
365   <meta name="generator" content="<%version%>" />
366   <meta name="description" content="<%blogsetting(desc)%>" />
367
368   <!-- stylesheet definition (points to the place where colors -->
369   <!-- and layout is defined -->
370   <link rel="stylesheet" type="text/css" href="<%skinfile(grey.css)%>" />
371
372   <!-- prevent caching (can be removed) -->
373   <meta http-equiv="Pragma" content="no-cache" />
374   <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
375   <meta http-equiv="Expires" content="-1" />
376   
377   <!-- extra navigational links -->
378   <link rel="bookmark" title="Nucleus" href="http://nucleuscms.org/" />
379   <link rel="alternate" type="application/rss+xml" title="RSS" href="xml-rss2.php" />
380   <link rel="archives" title="Archives" href="<%archivelink%>" />
381   <link rel="top" title="Today" href="<%sitevar(url)%>" />
382   <link rel="next" href="<%nextlink%>" title="Next Item" />
383   <link rel="prev" href="<%prevlink%>" title="Previous Item" />
384   <link rel="up" href="<%todaylink%>" title="Today" />
385
386 </head>
387 <body>
388
389 <!-- here starts the code that will be displayed in your browser -->
390 <div class="contents">
391
392  <!-- page title -->
393  <h1><%blogsetting(name)%></h1>
394
395  <!-- this is a normally hidden link, included for accessibility reasons -->
396  <a href="#navigation" class="skip">Jump to navigation</a>
397
398  <!-- inserts the selected item using the template named 'grey/full'     -->
399  <%item(grey/full)%>
400
401  <!-- this tag inserts the comments on the selected item, also using the -->
402  <!-- template with name 'grey/full'                                     -->
403  <h2>Comments</h2>
404  <%comments(grey/full)%>
405
406  <h2>Add Comments</h2>
407  <%commentform%>
408
409 </div><!-- end of the contents div -->
410
411 <!-- definition of the logo left-top -->
412 <div class="logo">
413  <a href="<%sitevar(url)%>"><img src="<%skinfile(atom3.gif)%>" width="155" height="137" alt="" /></a>
414 </div>
415
416 <!-- definition of the menu -->
417 <div class="menu">
418
419  <!-- accessibility anchor -->
420  <a name="navigation" id="navigation" class="skip"></a>
421  <h1 class="skip">Navigation</h1>
422
423  <h2>Navigation</h2>
424  <ul class="nobullets">
425   <li><a href="<%nextlink%>">Previous Item</a></li>
426   <li><a href="<%prevlink%>">Next Item</a></li>
427   <li><a href="<%todaylink%>">Today</a></li>
428   <li><a href="<%archivelink%>">Archives</a></li>
429   <li><a href="<%adminurl%>">Admin Area</a></li>
430  </ul>
431
432  <h2>Categories</h2>
433  <%categorylist(grey/short)%>
434
435  <h2>Search</h2>
436  <%searchform%>
437  
438  <h2>Login</h2>
439  <%loginform%>
440
441  <h2>Powered by</h2>
442  <%nucleusbutton(nucleus.gif,85,31)%>
443
444 </div>
445
446 </body>
447 </html>]]></part>
448
449 <part name="member">
450
451 <![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
452
453 <html>
454 <head>
455   <title><%sitevar(name)%></title>
456
457   <!-- some meta information (search engines might read this) -->
458   <meta name="generator" content="<%version%>" />
459
460   <!-- stylesheet definition (points to the place where colors -->
461   <!-- and layout is defined -->
462   <link rel="stylesheet" type="text/css" href="<%skinfile(grey.css)%>" />
463
464   <!-- prevent caching (can be removed) -->
465   <meta http-equiv="Pragma" content="no-cache" />
466   <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
467   <meta http-equiv="Expires" content="-1" />
468   
469   <!-- extra navigational links -->
470   <link rel="bookmark" title="Nucleus" href="http://nucleuscms.org/" />
471   <link rel="top" title="Today" href="<%todaylink%>" />
472   <link rel="up" href="<%todaylink%>" title="Today" />
473
474 </head>
475 <body>
476
477 <!-- here starts the code that will be displayed in your browser -->
478 <div class="contents">
479
480  <!-- this is a normally hidden link, included for accessibility reasons -->
481  <a href="#navigation" class="skip">Jump to navigation</a>
482
483  <!-- a title -->
484  <h1><%sitevar(name)%></h1>
485
486  <h2>Info about <%member(name)%></h2>
487
488  <ul>
489   <li>Real name: <%member(realname)%></li>
490   <li>Website: <a href="<%member(url)%>"><%member(url)%></a></li>
491  </ul>
492
493  <h2>Send Message</h2>
494  <%membermailform%>
495
496 </div><!-- end of the contents div -->
497
498 <!-- definition of the logo left-top -->
499 <div class="logo">
500  <a href="<%sitevar(url)%>"><img src="<%skinfile(atom3.gif)%>" width="155" height="137" alt="" /></a>
501 </div>
502
503 <!-- definition of the menu -->
504 <div class="menu">
505  <!-- accessibility anchor -->
506  <a name="navigation" id="navigation" class="skip"></a>
507  <h1 class="skip">Navigation</h1>
508
509  <h2>Navigation</h2>
510
511  <ul class="nobullets">
512   <li><a href="<%todaylink%>">Today</a></li>
513   <li><a href="<%adminurl%>">Admin Area</a></li>
514  </ul>
515  
516  <h2>Login</h2>
517  <%loginform%>
518
519  <h2>Powered by</h2>
520  <%nucleusbutton(nucleus.gif,85,31)%>
521
522 </div>
523
524 </body>
525 </html>]]></part>
526
527 <part name="search">
528
529 <![CDATA[<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
530
531 <html>
532 <head>
533   <title><%blogsetting(name)%></title>
534
535   <!-- some meta information (search engines might read this) -->
536   <meta name="generator" content="<%version%>" />
537   <meta name="description" content="<%blogsetting(desc)%>" />
538
539   <!-- stylesheet definition (points to the place where colors -->
540   <!-- and layout is defined -->
541   <link rel="stylesheet" type="text/css" href="<%skinfile(grey.css)%>" />
542   
543   <!-- prevent caching (can be removed) -->
544   <meta http-equiv="Pragma" content="no-cache" />
545   <meta http-equiv="Cache-Control" content="no-cache, must-revalidate" />
546   <meta http-equiv="Expires" content="-1" />
547   
548   <!-- extra navigational links -->
549   <link rel="bookmark" title="Nucleus" href="http://nucleuscms.org/" />
550   <link rel="alternate" type="application/rss+xml" title="RSS" href="xml-rss2.php" />
551   <link rel="archives" title="Archives" href="<%archivelink%>" />
552   <link rel="top" title="Today" href="<%sitevar(url)%>" />
553   <link rel="up" href="<%todaylink%>" title="Today" />
554
555 </head>
556 <body>
557
558 <!-- here starts the code that will be displayed in your browser -->
559 <div class="contents">
560
561  <!-- this is a normally hidden link, included for accessibility reasons -->
562  <a href="#navigation" class="skip">Jump to navigation</a>
563
564  <!-- a title -->
565  <h1><%blogsetting(name)%></h1>
566
567  <h2>Search</h2>
568  <%searchform%>
569
570  <h2>Search results</h2>
571  <%searchresults(grey/short)%>
572
573 </div><!-- end of the contents div -->
574
575 <!-- definition of the logo left-top -->
576 <div class="logo">
577  <a href="<%sitevar(url)%>"><img src="<%skinfile(atom3.gif)%>" width="155" height="137" alt="" /></a>
578 </div>
579
580 <!-- definition of the menu -->
581 <div class="menu">
582  <!-- accessibility anchor -->
583  <a name="navigation" id="navigation" class="skip"></a>
584  <h1 class="skip">Navigation</h1>
585
586  <h2>Navigation</h2>
587
588  <ul class="nobullets">
589    <li><a href="<%todaylink%>">Today</a></li>
590    <li><a href="<%archivelink%>">Archives</a></li>
591    <li><a href="<%adminurl%>">Admin Area</a></li>
592  </ul>
593
594  <h2>Search</h2>
595  <%searchform%>
596  
597  <h2>Login</h2>
598  <%loginform%>
599
600  <h2>Powered by</h2>
601  <%nucleusbutton(nucleus.gif,85,31)%>
602
603 </div>
604
605 </body>
606 </html>]]></part>
607
608 </skin>
609
610 <template name="grey/short"><description>The default template that is used to display your Nucleus blog</description>
611
612 <part name="ARCHIVELIST_FOOTER"><![CDATA[</ul>]]></part>
613 <part name="ARCHIVELIST_HEADER"><![CDATA[<ul>]]></part>
614 <part name="ARCHIVELIST_LISTITEM"><![CDATA[<li><a href="<%archivelink%>">%B, %Y</a></li>]]></part>
615 <part name="CATLIST_FOOTER"><![CDATA[</ul>]]></part>
616 <part name="CATLIST_HEADER"><![CDATA[<ul class="nobullets"><li><a href="<%blogurl%>">All</a></li>]]></part>
617 <part name="CATLIST_LISTITEM"><![CDATA[ <li><a href="<%catlink%>"><%catname%></a></li>]]></part>
618 <part name="COMMENTS_MANY"><![CDATA[comments]]></part>
619 <part name="COMMENTS_NONE"><![CDATA[<a href="<%itemlink%>" rel="bookmark">No <%commentword%></a>]]></part>
620 <part name="COMMENTS_ONE"><![CDATA[comment]]></part>
621 <part name="COMMENTS_TOOMUCH"><![CDATA[<a href="<%itemlink%>" rel="bookmark"><%commentcount%> <%commentword%></a>]]></part>
622 <part name="DATE_HEADER"><![CDATA[<h2>%d %B</h2>]]></part>
623 <part name="EDITLINK"><![CDATA[<a href="<%editlink%>" onclick="<%editpopupcode%>">edit</a> -]]></part>
624 <part name="FORMAT_DATE"><![CDATA[%x]]></part>
625 <part name="FORMAT_TIME"><![CDATA[%X]]></part>
626 <part name="IMAGE_CODE"><![CDATA[<%image%>]]></part>
627
628 <part name="ITEM"><![CDATA[
629 <h3 class="item"><%title%></h3>
630
631 <div class="itembody">
632   <%body%>
633   <%morelink%>
634 </div>
635
636 <div class="iteminfo">
637   <%time%> -
638   <a href="<%authorlink%>"><%author%></a> -
639   <%edit%>
640   <%comments%>
641 </div>
642 ]]></part>
643
644 <part name="MEDIA_CODE"><![CDATA[<%media%>]]></part>
645 <part name="MORELINK"><![CDATA[<a href="<%itemlink%>">[Read More!]</a>]]></part>
646 <part name="POPUP_CODE"><![CDATA[<%popuplink%>]]></part>
647 <part name="SEARCH_HIGHLIGHT"><![CDATA[<span class="highlight">\0</span>]]></part>
648 <part name="SEARCH_NOTHINGFOUND"><![CDATA[No search results found for <b><%query%></b>]]></part>
649
650 </template>
651
652 <template name="grey/full"><description>Used for detailed item pages</description>
653
654 <part name="COMMENTS_BODY"><![CDATA[<h3 class="comment"><%userlink%> wrote:</h3>
655
656 <div class="commentbody">
657   <%body%>
658 </div>
659
660 <div class="commentinfo">
661   <%date%> <%time%>
662 </div>]]></part>
663 <part name="COMMENTS_MANY"><![CDATA[comments]]></part>
664 <part name="COMMENTS_NONE"><![CDATA[<div class="comments">No comments yet</div>]]></part>
665 <part name="COMMENTS_ONE"><![CDATA[comment]]></part>
666 <part name="EDITLINK"><![CDATA[- <a href="<%editlink%>" onclick="<%editpopupcode%>">edit</a>]]></part>
667 <part name="FORMAT_DATE"><![CDATA[%x]]></part>
668 <part name="FORMAT_TIME"><![CDATA[%X]]></part>
669 <part name="IMAGE_CODE"><![CDATA[<%image%>]]></part>
670
671 <part name="ITEM"><![CDATA[
672 <h2><%date(%d %B)%></h2>
673 <h3 class="item"><%title%></h3>
674
675 <div class="itembody">
676   <%body%>
677   <br /><br />
678   <%more%>
679 </div>
680
681 <div class="iteminfo">
682   posted at <%time%> on <%date%>
683   by <a href="?memberid=<%authorid%>"><%author%></a> -
684   Category: <a href="<%categorylink%>"><%category%></a>
685   <%edit%>
686 </div>
687 ]]></part>
688
689 <part name="MEDIA_CODE"><![CDATA[<%media%>]]></part>
690 <part name="POPUP_CODE"><![CDATA[<%popuplink%>]]></part>
691 <part name="SEARCH_HIGHLIGHT"><![CDATA[<span class="highlight">\0</span>]]></part>
692
693 </template>
694
695 </nucleusskin>