phpgroupware-cvs
[Top][All Lists]
Advanced

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

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


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

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

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

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

<!-- BEGIN status -->
<p>{last_operation_status}</p>
<!-- END status -->
  
<!-- BEGIN device_settings -->
    <script type="text/javascript"><!--
    function ValidatePassword(form, s) {
      if (form.passwd1.value == form.passwd2.value) {
        return true;
      } else {
        alert('{error_wrongpassword}');
        return false;
      }
    }
    //-->
    </script>
    
    <h3>{head_auth}</h3>
    <p>{sync_devicelabel}: {device_description}</p>
    <div class="center"> 
      <form name="devicesettingsform" method="post" 
action="{devicesettingsformaction}" onsubmit="return ValidatePassword(this, 
'test')">
      <table class="basic">
      <tr><td>
      {head_username}
      </td><td>
      <input type="text" name="username" value="{device_username}">
      </td></tr>
      <tr><td>
      {head_password}
      </td><td>
      <input type="password" name="passwd1" value="{device_passwd1}">
      </td></tr>
      <tr><td>
      {head_passwordrepeat}
      </td><td>
      <input type="password" name="passwd2" value="{device_passwd2}">
      </td></tr>
      <tr><td>
      <input type="hidden" name="deviceid" value="{deviceid}"/>
      <input type="submit" name="name" value="{save}"/>
      </td><td align="right">
      <input type="reset" name="name" value="{reset}"/>
      </td></tr>
      </table>
    </div> 
      
<!-- END device_settings -->

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