phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

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

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

Log Message:
- probusiness templates for sync-UI
=====================================================================
<!-- $Id: listdevices.tpl,v 1.1 2004/05/26 13:03:52 mleonhardt Exp $ -->
<!-- BEGIN page_header -->
<h3>{sync}</h3>
<span class="header">{head_devicelist}</span>
<!-- END page_header -->

<!-- BEGIN status -->
<p>{last_operation_status}</p>
<!-- END status -->
  
<!-- BEGIN table_header -->
  <table class="basic" style="border-spacing:0px; border-collapse:collapse">
    <tr class="header">
      <td width="10%" align="left">{head_account}</td>
      <td width="20%" align="left">{head_uri}</td>
      <td width="40%" align="left">{head_description}</td>
      <td width="10%" align="left">{head_username}</td>
<!--not yet used      <td width="5%" align="left">{head_edit}</td>  -->
      <td width="5%" align="left">{head_delete}</td>
    </tr>
<!-- END table_header -->
  
<!-- BEGIN device_list -->
    <script type="text/javascript"><!--
    function RUSure(btn, s) { // aRe yoU Sure?
      return confirm({askfordelete});
    }
    //-->
    </script>

    <tr class="bg_color1">
      <td align="left">{device_account}</td>
      <td align="left">{device_uri}</td>
      <td align="left">
      <form name="descriptionsettingform{deviceid}" method="post" 
action="{descriptionsettingformaction}">
      <input type="text" name="device_description_text" 
value="{device_description}" size="30" maxlength="128"/>
      <input type="hidden" name="deviceid" value="{deviceid}"/>
      <input type="submit" name="name" value="{save}"/>
      </form>
        </td>
      <td align="left">{device_username}<br>
      <form name="devicesettingform{deviceid}" method="post" 
action="{devicesettingformaction}">
      <input type="hidden" name="deviceid" value="{deviceid}"/>
      <input type="submit" name="name" value="{device_edit}"/>
      </form>
      </td>
<!--not yet used            <td align="left">{device_edit}</td> -->
      <td align="left">
      <form name="deletedeviceform{deviceid}" method="post" 
action="{DeviceDeleteLink}"  onsubmit="return 
RUSure(this,'{device_description}')">
      <input type="submit" name="name" value="{device_delete}"/>
      </form>
      </td>
    </tr>
<!-- END device_list -->

<!-- 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]