[pLog-svn] r2161 - plugins/trunk/mobile/templates/html-nokia

oscar at devel.plogworld.net oscar at devel.plogworld.net
Sat Jun 4 16:43:40 GMT 2005


Author: oscar
Date: 2005-06-04 16:43:39 +0000 (Sat, 04 Jun 2005)
New Revision: 2161

Modified:
   plugins/trunk/mobile/templates/html-nokia/header.template
   plugins/trunk/mobile/templates/html-nokia/post.template
   plugins/trunk/mobile/templates/html-nokia/postandcomments.template
Log:
some more template changes


Modified: plugins/trunk/mobile/templates/html-nokia/header.template
===================================================================
--- plugins/trunk/mobile/templates/html-nokia/header.template	2005-06-04 16:10:42 UTC (rev 2160)
+++ plugins/trunk/mobile/templates/html-nokia/header.template	2005-06-04 16:43:39 UTC (rev 2161)
@@ -1,8 +1,11 @@
 <HTML>
 <HEAD>
  <TITLE>{$blog->getBlog()}</TITLE>
+ <STYLE TYPE="text/css" media="handheld">
+  body { border:0px; padding:0px; }
+ </STYLE>
 </HEAD> 
-<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#004CA1" VLINK="#669900" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" LEFTMARGIN="0" RIGHTMARGIN="0">
+<BODY BGCOLOR="#FFFFFF" TEXT="#000000" LINK="#004CA1" VLINK="#B50394" TOPMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" LEFTMARGIN="0" RIGHTMARGIN="0">
 <TABLE WIDTH="100%" CELLSPACING=0 CELPADDING=0 BORDER=0>
  <TR BGCOLOR="#004CA1"><TD><FONT FACE="Arial" SIZE=3 COLOR="#FFFFFF">{$blog->getBlog()}</FONT></TD></TR>
  <TR><TD BGCOLOR="#002f64"><FONT FACE="Arial" SIZE=1 COLOR="#FFFFFF">{$blog->getABOUT()}</FONT></TD></TR>

Modified: plugins/trunk/mobile/templates/html-nokia/post.template
===================================================================
--- plugins/trunk/mobile/templates/html-nokia/post.template	2005-06-04 16:10:42 UTC (rev 2160)
+++ plugins/trunk/mobile/templates/html-nokia/post.template	2005-06-04 16:43:39 UTC (rev 2161)
@@ -4,9 +4,9 @@
 <TABLE WIDTH="100%" CELLPADDING=0 CELLSPACING="0" BORDER=0 BGCOLOR="#FFFFFF">
  <TR><TD WIDTH="100%">
   <FONT FACE="Arial" SIZE=2 COLOR="#B8B2AC"><B>{$post->getTopic()}</B></FONT><BR>
-  <FONT FACE="Arial" SIZE=2><B>{$postOwner->getUsername()} | {$locale->formatDate($postDate,"%d %B, %Y %H:%M")}</B></FONT><BR>
+  <FONT FACE="Arial" SIZE=2><B>{$postOwner->getUsername()} | {$locale->formatDate($postDate,"%d/%m/%Y %H:%M")}</B></FONT><BR>
  </TD></TR>
- <TR><TD WIDTH="100%" VALIGN="TOP"><FONT FACE="Arial" SIZE=2 COLOR="#000000">{$post->getIntroText()}<BR></TD></TR>
+ <TR><TD WIDTH="100%" VALIGN="TOP"><FONT FACE="Arial" SIZE=2 COLOR="#000000">{$post->getIntroText()}</TD></TR>
  <TR><TD WIDTH="100%"><FONT FACE="Arial" SIZE=1>
 <A HREF="{$murl->postPermalink($post)}" class="non">{$locale->tr("comment on this")} ({$post->getTotalComments()})</FONT></A></TD></TR>
 </TABLE>
\ No newline at end of file

Modified: plugins/trunk/mobile/templates/html-nokia/postandcomments.template
===================================================================
--- plugins/trunk/mobile/templates/html-nokia/postandcomments.template	2005-06-04 16:10:42 UTC (rev 2160)
+++ plugins/trunk/mobile/templates/html-nokia/postandcomments.template	2005-06-04 16:43:39 UTC (rev 2161)
@@ -1,13 +1,14 @@
 {include file="html-nokia/header.template"}
 {include file="html-nokia/post.template"}
 {foreach from=$comments item=comment}
-<TABLE CELLPADDING=2 CELLSPACING=0 BORDER=1 BORDERCOLOR="#C0C0C0" WIDTH="100%">
+<TABLE CELLSPACING=0 WIDTH="100%">
 <TR>
-<TD BGCOLOR="#D3D3D3" WIDTH="100%"><FONT FACE="Arial" SIZE=2 color="#334433"><B>{$comment->getTopic()}</B></FONT></TD>
+<TD WIDTH="100%"><FONT FACE="Arial" SIZE=2 COLOR="#B8B2AC"><B>{$comment->getTopic()}</B></FONT></TD>
 </TR>
 {assign var=commentDate value=$comment->getDateObject()}
-<TR><TD BGCOLOR="#DEDEDE" WIDTH="100%"> <FONT FACE="Verdana, Arial" SIZE=1><B>{$comment->getUsername()}</B> @ {$locale->formatDate($commentDate,"%d-%m-%Y %H:%M")}</FONT></TD></TR>
-<TR><TD VALIGN="TOP" WIDTH="100%" bgcolor="#EEEEEE"><FONT FACE="Arial, Sans-serif, Trebuchet MS" SIZE=2 color="#000000">{$comment->getText()}</FONT></TD></TR></TABLE>
+<TR><TD WIDTH="100%"><FONT FACE="Arial" SIZE=1><B>{$comment->getUsername()}</B> | {$locale->formatDate($commentDate,"%d/%m/%Y %H:%M")}</FONT></TD></TR>
+<TR><TD VALIGN="TOP" WIDTH="100%"><FONT FACE="Arial" SIZE=2 color="#000000">{$comment->getText()}</FONT></TD></TR></TABLE>
+<BR>
 {/foreach}
 {include file="html-nokia/pager.template"}
 {include file="html-nokia/footer.template"}
\ No newline at end of file




More information about the pLog-svn mailing list