phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] addressbook/templates/default widget_lists.tpl, NONE,


From: Jonathan Rivera <address@hidden>
Subject: [Phpgroupware-cvs] addressbook/templates/default widget_lists.tpl, NONE, 1.1.2.1
Date: Thu, 27 Nov 2003 18:21:31 +0000

Update of /cvsroot/phpgroupware/addressbook/templates/default
In directory subversions:/tmp/cvs-serv5570/addressbook/templates/default

Added Files:
      Tag: Version-0_9_16-branch
        widget_lists.tpl 
Log Message:
This widget draws two boxes and you can pass values from one to another one and 
in the end of obtaining the differences


--- NEW FILE: widget_lists.tpl ---
<!-- BEGIN many_actions -->
<table border="0" align="center" width="80%">
  <tbody>
    <th bgcolor="{th_bg}">{lang_general_title}</th>
    {combos_lists}

    <tr>
      <td>
                <table border="0" align="center" width="100%">
                <tbody align="center">
                        <tr bgcolor="{row_on}">
                                <td 
width="45%">{lang_all_option_list_title}</td>
                                <td width="10%"></td>
                                <td 
width="45%">{lang_selected_option_list_title}</td>
                        </tr>
                        <tr bgcolor="{row_off}">
                        <td width="45%">
                                <select multiple size="5" 
name="{all_option_list_name}" style="width:220">{all_option_list}</select>
                        </td>
                        <td width="10%">
                                <table border="0" align="center">
                                <tbody align="center">
                                        <tr>
                                        <td>
                                                <input type="button" 
onClick="move('{all_option_list_name}','{selected_option_list_name}',
                                                                        
'{current_opt}','{selected_option_list_name}')" value=">>">
                                        </td>
                                        </tr>
                                        <tr>
                                        <td>
                                                <input type="button" 
onClick="move('{selected_option_list_name}','{all_option_list_name}',
                                                                        
'{current_opt}','{selected_option_list_name}')" value="<<">
                                        </td>
                                        </tr>
                                </tbody>
                                </table>
                        </td>
                        <td width="45%">
                                <select multiple size="5" 
name="{selected_option_list_name}" 
style="width:220">{selected_option_list}</select>
                        </td>
                        </tr>
                </tbody>
                </table>
          </td>
    </tr>
  </tbody>
</table>
<!-- END many_actions -->

<!-- BEGIN combos -->
    <tr>
      <td>
                <table border="0" align="center" width="100%">
                <tbody>
                        <tr bgcolor="{row_on}">
                        <td width="45%">{lang_left_combo_title} 
{left_combo}</td>
                        <td width="10%"></td>
                        <td width="45%">{lang_right_combo_title} 
{right_combo}</td>
                        </tr>
                </tbody>
                </table>
          </td>
    </tr>
<!-- END combos -->




reply via email to

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