phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] sync/templates/probusiness/sync.tpl, 1.1


From: nomail
Subject: [Phpgroupware-cvs] sync/templates/probusiness/sync.tpl, 1.1
Date: Wed, 26 May 2004 15:03:52 +0200

Update of /sync/templates/probusiness
Added Files:
        Branch: 
          sync.tpl

date: 2004/05/26 13:03:52;  author: mleonhardt;  state: Exp;

Log Message:
- probusiness templates for sync-UI
=====================================================================
<!-- $Id: sync.tpl,v 1.1 2004/05/26 13:03:52 mleonhardt Exp $ -->
<!-- BEGIN page_header -->
<h3>{sync}</h3>
<!-- END page_header -->
<!-- BEGIN status -->
<p>{last_operation_status}</p>
<!-- END status -->
  
<!-- BEGIN table_header -->
  <table class="basic" cellpadding="2" cellspacing="2">
    <tr><td class="header" colspan="3" 
align="center">{last_sync_status}</td></tr>
    <tr class="bg_color1">
      <td width="20%" align="left" style="white-space:nowrap">{head_source}</td>
      <td width="20%" align="left" 
style="white-space:nowrap">{head_lastsync}</td>
      <td width="20%" align="left" 
style="white-space:nowrap">{head_fullsync}</td>
    </tr>
<!-- END table_header -->
  
<!-- BEGIN lastsync_device -->
    <tr>
      <td align="left" 
colspan="3">{lastsync_devicelabel}:{lastsync_devicename}</td>
    </tr>
<!-- END lastsync_device -->

<!-- BEGIN lastsync_list -->
    <tr bgcolor="{tr_color}">
      <td align="left">{lastsync_source_title}</td>
      <td align="left">{lastsync_lastsync}</td>
      <td align="left">
      <form name="resetchannelform" method="post" 
action="{resetchannelformaction}">
        <input type="hidden" name="deviceid" value="{deviceid}" />
        <input type="hidden" name="source" value="{lastsync_source}" />
        <input type="submit" name="name" value="{lastsync_fullsync}" />
      </form></td>
    </tr>
<!-- END lastsync_list -->

<!-- BEGIN table_footer -->
  </table>
<!-- END table_footer -->

<!-- BEGIN navigation -->
<br />
<table class="basic" style="border-collapse: collapse; border-spacing:0px">
        <tr><td class="header">&nbsp;</td></tr>
        <tr><td><div class="bg_color1"><a 
href="{DeviceListLink}">{link_showdevicelist}</a></div></td></tr>
        <tr><td><div class="bg_color1"><a 
href="{PreferencesLink}">{link_preferences}</a></div></tr></td>
</table>
<!-- END navigation -->

<!-- BEGIN debug -->
<br />
<table class="basic" style="border-collapse: collapse; border-spacing:0px">
        <tr><td class="header">debuglinks</td></tr>
        <tr><td class="bg_color1"><a 
href="{RunTestLink}">{link_testcase}</a></td></tr>
        <tr><td class="bg_color1"><a 
href="{RunClearLink}">{link_cleartables}</a></td></tr>
</table>
<!-- END debug -->

<!-- BEGIN page_footer -->

<!-- END page_footer -->




reply via email to

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