Update of /cvsroot/roller/roller/docroot/themes/grey2
In directory sc8-pr-cvs1:/tmp/cvs-serv22703/docroot/themes/grey2
Modified Files:
Weblog.vm _day.vm
Log Message:
Index: Weblog.vm
===================================================================
RCS file: /cvsroot/roller/roller/docroot/themes/grey2/Weblog.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** Weblog.vm 2 Feb 2003 14:03:02 -0000 1.1
--- Weblog.vm 14 Feb 2003 18:33:42 -0000 1.2
***************
*** 9,13 ****
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1252">
! <title>$macros.showWebsiteTitle()</title>
<style type="text/css">
--- 9,13 ----
<meta http-equiv="Content-Type"
content="text/html; charset=windows-1252">
! <title>#showWebsiteTitle()</title>
<style type="text/css">
***************
*** 74,78 ****
<tr>
<td width="538" height="1" valign="bottom" colspan="2">
! <p align="right"><b><font face="arial" size="5"
color="#404f64">$macros.showWebsiteTitle()
</font></b></p>
</td>
--- 74,78 ----
<tr>
<td width="538" height="1" valign="bottom" colspan="2">
! <p align="right"><b><font face="arial" size="5"
color="#404f64">#showWebsiteTitle()
</font></b></p>
</td>
***************
*** 93,98 ****
</tr>
<tr>
! <td bgcolor="#ffffff">$macros.showWeblogCalendar()<br>
! $macros.showRSSBadge()<br>
</td>
</tr>
--- 93,98 ----
</tr>
<tr>
! <td bgcolor="#ffffff">#showWeblogCalendar()<br>
! #showRSSBadge()<br>
</td>
</tr>
***************
*** 138,145 ****
</tr>
<tr>
! <td bgcolor="#ffffff" height="15">
$macros.showBookmarks("Blogrolling",true)<br>
! $macros.showBookmarks("News",true)<br>
! $macros.showNavBar(true)<br>
! <!-- Use the basic format to add as many links as you like -->
$macros.showEditorNavBar(true)<br>
<a href="http://comatised.com/design"><font face="Verdana"
style="font-size: 8pt;"><br>
--- 138,146 ----
</tr>
<tr>
! <td bgcolor="#ffffff" height="15">
! #showBookmarks("Blogrolling" true false)<br>
! #showBookmarks("News" true false)<br>
! #showBasicNavBar(true)<br>
! <!-- Use the basic format to add as many links as you like -->
#showEditorNavBar(true)<br>
<a href="http://comatised.com/design"><font face="Verdana"
style="font-size: 8pt;"><br>
***************
*** 162,167 ****
<p><font style="font-size: 8pt;" face="Verdana"
! color="#404f64">$macros.showWeblogCategoryChooser()<br>
! $macros.showWeblogEntries()</font></p>
</td>
</tr>
--- 163,168 ----
<p><font style="font-size: 8pt;" face="Verdana"
! color="#404f64">#showWeblogCategoryChooser()<br>
! #showBasicWeblogEntries()</font></p>
</td>
</tr>
Index: _day.vm
===================================================================
RCS file: /cvsroot/roller/roller/docroot/themes/grey2/_day.vm,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** _day.vm 2 Feb 2003 14:03:02 -0000 1.1
--- _day.vm 14 Feb 2003 18:33:42 -0000 1.2
***************
*** 1,14 ****
<div class="entry">
! $macros.showDayPermalink()
! $macros.showEntryDate()
</div>
#foreach( $entry in $entries )
<p>
! <b>$entry.title</b> $entry.text
<span class="dateStamp">($entry.pubTime)</span>
! $macros.showEntryPermalink( $entry )
! $macros.showCommentsLink( $entry )
</p>
#end
--- 1,16 ----
<div class="entry">
! #showDayPermalink( $day )
! #showEntryDate( $day )
</div>
#foreach( $entry in $entries )
<p>
! <b>$entry.title</b> #evaluateString( $entry.text )
<span class="dateStamp">($entry.pubTime)</span>
! #showEntryPermalink( $entry )
! #showCommentsLink( $entry )
</p>
#end
+
+ #showLinkbacks( $day )
-------------------------------------------------------
This SF.NET email is sponsored by: FREE SSL Guide from Thawte
are you planning your Web Server Security? Click here to get a FREE
Thawte SSL guide and find the answers to all your SSL security issues.
http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0026en
|