phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: felamimail/templates/default mainscreen.tpl,1.1.


From: Lars Kneschke <address@hidden>
Subject: [Phpgroupware-cvs] CVS: felamimail/templates/default mainscreen.tpl,1.1.1.1.2.3,1.1.1.1.2.4 view_message.tpl,1.1.1.1,1.1.1.1.2.1
Date: Sun, 27 Oct 2002 14:39:34 -0500

Update of /cvsroot/phpgroupware/felamimail/templates/default
In directory subversions:/tmp/cvs-serv23585/templates/default

Modified Files:
      Tag: Version-0_9_14-branch
        mainscreen.tpl view_message.tpl 
Log Message:
removed some Squirrelmail code again
the code for reading messages is now 100% based on phpGW
 


Index: mainscreen.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/templates/default/mainscreen.tpl,v
retrieving revision 1.1.1.1.2.3
retrieving revision 1.1.1.1.2.4
diff -C2 -r1.1.1.1.2.3 -r1.1.1.1.2.4
*** mainscreen.tpl      16 Oct 2002 08:09:38 -0000      1.1.1.1.2.3
--- mainscreen.tpl      27 Oct 2002 19:39:32 -0000      1.1.1.1.2.4
***************
*** 6,28 ****
  function doLoad()
  {
!     // the timeout value should be the same as in the "refresh" meta-tag
!     {refreshTime}
  }
  
  function refresh()
  {
!     //  This version of the refresh function will be invoked
!     //  for browsers that support JavaScript version 1.2
!     //
!     
!     //  The argument to the location.reload function determines
!     //  if the browser should retrieve the document from the
!     //  web-server.  In our example all we need to do is cause
!     //  the JavaScript block in the document body to be
!     //  re-evaluated.  If we needed to pull the document from
!     //  the web-server again (such as where the document contents
!     //  change dynamically) we would pass the argument as 'true'.
!     //  
!     window.location.reload( false );
  }
  
--- 6,19 ----
  function doLoad()
  {
!         // the timeout value should be the same as in the "refresh" meta-tag
!         // the timeout is in miliseconds
!         // setTimeout( "refresh()", {timeout} );
!         {refreshTime}
  }
  
  function refresh()
  {
!     var Ziel = '{refresh_url}'
!     window.location.href = Ziel;
  }
  

Index: view_message.tpl
===================================================================
RCS file: /cvsroot/phpgroupware/felamimail/templates/default/view_message.tpl,v
retrieving revision 1.1.1.1
retrieving revision 1.1.1.1.2.1
diff -C2 -r1.1.1.1 -r1.1.1.1.2.1
*** view_message.tpl    31 Dec 2001 00:59:11 -0000      1.1.1.1
--- view_message.tpl    27 Oct 2002 19:39:32 -0000      1.1.1.1.2.1
***************
*** 1,2 ****
--- 1,40 ----
+ <!-- BEGIN message_main -->
+ <table border="0" width="100%" cellspacing="0" bgcolor="white">
+ <tr>
+       <td>
+               {navbar}
+       </td>
+ </tr>
+ <tr>
+       <td>
+ {header}
+       </td>
+ </tr>
+ {rawheader}
+ <tr>
+       <td bgcolor="white">
+ <pre><font face="Verdana" size="-1">
+ {body}
+ </font></pre>
+       <td>
+ </tr>
+ <tr>
+       <td>
+               <table border="0" cellspacing="1" width="100%" bgcolor="white">
+                       {attachment_rows}
+               </table>
+       </td>
+ </tr>
+ </table>
+ <!-- END message_main -->
+ 
+ <!-- BEGIN message_raw_header -->
+ <tr>
+       <td bgcolor="white">
+               <pre><font face="Verdana" 
size="-1">{raw_header_data}</font></pre>
+       </td>
+ </tr>
+ <!-- END message_raw_header -->
+ 
  <!-- BEGIN message_navbar -->
  <table border="0" cellpadding="0" cellspacing="0" width="100%">
***************
*** 25,30 ****
                </td>
                <td align="right">
!                       {left_arrow}
!                       {right_arrow}
                </td>
        </tr>
--- 63,68 ----
                </td>
                <td align="right">
!                       <!-- {left_arrow}
!                       {right_arrow}-->
                </td>
        </tr>
***************
*** 32,36 ****
  <!-- END message_navbar -->
  
! <!-- BEGIN B_cc_data -->
  <tr>
        <td valign="top" bgcolor={bg01}>
--- 70,103 ----
  <!-- END message_navbar -->
  
! <!-- BEGIN message_attachement_row -->
! <tr>
!       <td valign="top" bgcolor={bg01}>
!               <font size="2" face="{theme_font}">
!               <b>{filename}</b></font>
!       </td> 
!       <td colspan="2" bgcolor={bg01}>
!               <font size="2" face="{theme_font}">
!               {mimetype}
!               </font>
!       </td>
!       <td colspan="2" bgcolor={bg01}>
!               <font size="2" face="{theme_font}">
!               {size}
!               </font>
!       </td>
!       <td colspan="2" bgcolor={bg01} width="10%" align="center">
!               <font size="2" face="{theme_font}">
!               <a href="{link_view}">{lang_view}</a>
!               </font>
!       </td>
!       <td colspan="2" bgcolor={bg01} width="10%" align="center">
!               <font size="2" face="{theme_font}">
!               <a href="{link_save}">{lang_save}</a>
!               </font>
!       </td>
! </tr>
! <!-- END message_attachement_row -->
! 
! <!-- BEGIN message_cc -->
  <tr>
        <td valign="top" bgcolor={bg01}>
***************
*** 38,48 ****
                {lang_cc}:</font>
        </td> 
!       <td colspan="2" bgcolor={row_on}>
                <font size="2" face="{theme_font}">
!               {cc_data_final}
                </font>
        </td>
  </tr>
! <!-- END B_cc_data -->
  
  <!-- BEGIN message_header -->
--- 105,115 ----
                {lang_cc}:</font>
        </td> 
!       <td colspan="2" bgcolor={bg01}>
                <font size="2" face="{theme_font}">
!               {cc_data}
                </font>
        </td>
  </tr>
! <!-- END message_cc -->
  
  <!-- BEGIN message_header -->
***************
*** 52,63 ****
                {lang_from}:
        </td>
!       <td bgcolor={row_on}>
                <font size="2" face="{theme_font}">
                <strong>{from_data}</strong>
                </font>
        </td>
!       <td nowrap align=right width="1%" bgcolor={row_on}>
                <font size="2" face="{theme_font}">
!               {view_header}
                </font>
        </td>
--- 119,130 ----
                {lang_from}:
        </td>
!       <td bgcolor={bg01}>
                <font size="2" face="{theme_font}">
                <strong>{from_data}</strong>
                </font>
        </td>
!       <td nowrap align=right width="1%" bgcolor={bg01}>
                <font size="2" face="{theme_font}">
!               <a href="{link_header}">{view_header}</a>
                </font>
        </td>
***************
*** 67,78 ****
                {lang_to}:
        </td> 
!       <td colspan="2" bgcolor="{row_off}">
                <font size="2" face="{theme_font}">
!               {to_data_final}
                </font>
        </td>
  </tr>
  
! {cc_data}
  
  <tr>
--- 134,145 ----
                {lang_to}:
        </td> 
!       <td colspan="2" bgcolor="{bg01}">
                <font size="2" face="{theme_font}">
!               {to_data}
                </font>
        </td>
  </tr>
  
! {cc_data_part}
  
  <tr>
***************
*** 81,85 ****
                {lang_date}:</font>
        </td> 
!       <td colspan="2" bgcolor="{bg_date}">
                <font size="2" face="{theme_font}">
                {date_data}
--- 148,152 ----
                {lang_date}:</font>
        </td> 
!       <td colspan="2" bgcolor="{bg01}">
                <font size="2" face="{theme_font}">
                {date_data}
***************
*** 93,97 ****
                {lang_subject}:</font>
        </td> 
!       <td colspan="2" bgcolor="{bg_subject}">
                <font size="2" face="{theme_font}">
                <strong>{subject_data}</strong>
--- 160,164 ----
                {lang_subject}:</font>
        </td> 
!       <td colspan="2" bgcolor="{bg01}">
                <font size="2" face="{theme_font}">
                <strong>{subject_data}</strong>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]