phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


From: nomail
Subject: [Phpgroupware-cvs] sync/templates/default/listconflicts.tpl, 1.1
Date: Thu, 1 Jul 2004 10:47:40 +0200

Update of /sync/templates/default
Added Files:
        Branch: 
          listconflicts.tpl

date: 2004/07/01 08:47:40;  author: mleonhardt;  state: Exp;

Log Message:
- handful new functions for conflict-view in UI
=====================================================================
<!-- $Id: listconflicts.tpl,v 1.1 2004/07/01 08:47:40 mleonhardt Exp $ -->
<!-- BEGIN page_header -->
<style type="text/css">
<!--
.conflictequal {
        color: black;
}
.conflictunequal {
        color: red;
}
-->
</style>
<h2>{sync}</h2>
<h3>{head_conflictlist}</h3>
<!-- END page_header -->

<!-- BEGIN status -->
<p>{last_operation_status}</p>
<!-- END status -->
  
<!-- BEGIN table_header -->
  <table width="80%" border="1" cellpadding="2" cellspacing="2">
    <tr bgcolor="{th_bg}">
      <td width="20%" align="left"><font face="Arial, Helvetica, sans-serif" 
size="2">{head_fieldname}</font></td>
      <td width="20%" align="left"><font face="Arial, Helvetica, sans-serif" 
size="2">{head_fieldserver}</font></td>
      <td width="5%" align="left"><font face="Arial, Helvetica, sans-serif" 
size="2">{head_fieldclient}</font></td>
      <!--<td width="5%" align="left"><font face="Arial, Helvetica, sans-serif" 
size="2">{head_fieldresult}</font></td>-->
    </tr>

    <script type="text/javascript"><!--
    function RUSure(btn, s) { // aRe yoU Sure?
      return confirm({askfordelete});
    }
    //-->
    </script>
<!-- END table_header -->
  
<!-- BEGIN conflict_header -->
<tr>
<td colspace="4">{head_conflict}</td>
</tr>
<!-- END conflict_header -->
  
<!-- BEGIN conflict_field -->
    <tr bgcolor="{tr_color}">
      <td align="left">{conflict_fieldname}</td>
      <td align="left" class="{conflict_class}">{conflict_fieldserver}</td>
      <td align="left" class="{conflict_class}">{conflict_fieldclient}</td>
    </tr>
<!-- END conflict_field -->

<!-- BEGIN conflict_footer -->
<tr>
<td></td>
<td>
<form name="conflictform" method="post" action="{conflictformaction}">
<input type="hidden" name="conflictid" value="{conflictid}"/>
<input type="hidden" name="conflictaction" value="server"/>
<input type="submit" name="saveserver" value="{link_apply}"></input>
</form>
</td>
<td>
<form name="conflictform" method="post" action="{conflictformaction}">
<input type="hidden" name="conflictid" value="{conflictid}"/>
<input type="hidden" name="conflictaction" value="client"/>
<input type="submit" name="saveserver" value="{link_apply}"></input>
</form>
</td>
</tr>
<!-- END conflict_footer -->
  
<!-- BEGIN table_footer -->
  </table>
<!-- END table_footer -->

<!-- BEGIN page_footer -->
<br>
<a href="{GoBackLink}">{link_back}</a><br>
<!-- END page_footer -->




reply via email to

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