Commit 8fbcdc8d authored by Yoshinori Okuji's avatar Yoshinori Okuji

Not used.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1399 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 1f46c903
This diff is collapsed.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"DTD/xhtml1-strict.dtd">
<?xml-stylesheet href="erp5-26_11_01.css" rel="stylesheet" type="text/css"?>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>page2</title>
<link href="erp5.css" rel="stylesheet" type="text/css"/>
<META name="copyright" content="&copy; 2001 Coramy-Nexedi"/>
</head>
<body>
<div metal:define-macro="list_box">
<div tal:define="list_values
python:here.contentValues(portal_type=allowed_meta_types )">
<!-- List Summary -->
<div class="ListSummary">
<table border="0" cellpadding="0" cellspacing="0">
<tr height="10">
<td height="10"><img src="/images/pro/images/Left.png" border="0"
tal:attributes="src string:$portal_url/images/Left.png"/></td>
<td class="Top" colspan="2" height="10">
<img src="/images/pro/images/spacer.png" width="5" height="10" border="0"
alt="spacer" tal:attributes="src string:$portal_url/images/spacer.png"/>
</td>
<td class="Top" colspan="3" height="10">
<img src="/images/pro/images/spacer.png" width="5" height="10" border="0"
alt="spacer" tal:attributes="src string:$portal_url/images/spacer.png"/>
</td>
</tr>
<tr>
<td class="Left" width="17">
<img src="/images/pro/images/spacer.png" width="5" height="5" border="0"
alt="spacer" tal:attributes="src string:$portal_url/images/spacer.png"/>
</td>
<td valign="middle" nowrap>
<img src="/images/pro/images/text_block.png" border="0" alt="img"
tal:attributes="src string:$portal_url/images/text_block.png"/>
<img src="/images/pro/images/view_tree.png" border="0" alt="img"
tal:attributes="src string:$portal_url/images/view_tree.png"/>
<img src="/images/pro/images/view_choose.png" border="0" alt="img"
tal:attributes="src string:$portal_url/images/view_choose.png"/></td>
<td width="100%" valign="middle">&nbsp;
<a href="(Empty Reference!)">Interlocuteurs</a> : 2 enregistrements - 0
&eacute;l&eacute;ment(s) selectionn&eacute;(s)
</td>
<td nowrap valign="middle" align="center">
<input type="image" src="/images/pro/images/1leftarrowv.png" border="0"
tal:attributes="src string:$portal_url/images/1leftarrowv.png">
</td>
<td nowrap valign="middle" align="center">
<select name="selectName" size="1">
<option value="1">1/1</option>
</select></td>
<td nowrap valign="middle" align="center">
<input type="image" src="/images/pro/images/1rightarrowv.png" border="0"
tal:attributes="src string:$portal_url/images/1rightarrowv.png">
</td>
</tr>
</table>
</div>
<!-- List Content -->
<div class="ListContent">
<table cellpadding="0" cellspacing="0" border="0">
<tr >
<td class="Data" width="50" align="center" valign="middle">
<img src="/images/pro/images/checkall.png" border="0" alt="img"
tal:attributes="src string:$portal_url/images/checkall.png"/>
<img src="/images/pro/images/decheckall.png" border="0" alt="img"
tal:attributes="src string:$portal_url/images/decheckall.png"/></td>
<div tal:repeat="attribute list_box_attributes">
<td class="Data" tal:content="attribute">Nom</td>
</div>
</tr>
<tr>
<td class="DataA" width="50" align="center" valign="middle">&nbsp;
<img src="/images/pro/images/exec16.png" border="0" alt="img"
tal:attributes="src string:$portal_url/images/exec16.png"/></td>
<td class="DataA" tal:repeat="attribute list_box_attributes">
<input type="text" name="textfieldName" size="15" tal:attributes="name
attribute">
</td>
</tr>
<tr tal:repeat="item list_values">
<td tal:condition="repeat/item/odd" class="DataA" width="50"
align="center" valign="middle">&nbsp;
<input type="checkbox" value="checkboxValue" name="checkboxName"/></td>
<td tal:condition="repeat/item/even" class="DataB" align="center">&nbsp;
<input type="checkbox" value="checkboxValue" name="checkboxName"/></td>
<div tal:repeat="attribute list_box_attributes">
<td tal:condition="repeat/item/odd" class="DataA">
<div tal:condition="python:attribute in list_box_url_attributes">
<a href="url" tal:attributes="href item/absolute_url">
<div tal:condition="python:attribute in
list_box_function_attributes"
tal:replace="python:item[attribute]()" />
<div tal:condition="python:attribute not in
list_box_function_attributes"
tal:replace="python:item[attribute]" />
</a>
</div>
<div tal:condition="python:attribute not in list_box_url_attributes">
<div tal:condition="python:attribute in list_box_function_attributes"
tal:replace="python:item[attribute]()" />
<div tal:condition="python:attribute not in
list_box_function_attributes"
tal:replace="python:item[attribute]" />
</div>
</td>
<td tal:condition="repeat/item/even" class="DataB">
<div tal:condition="python:attribute in list_box_url_attributes">
<a href="url" tal:attributes="href item/absolute_url">
<div tal:condition="python:attribute in
list_box_function_attributes"
tal:replace="python:item[attribute]()" />
<div tal:condition="python:attribute not in
list_box_function_attributes"
tal:replace="python:item[attribute]" />
</a>
</div>
<div tal:condition="python:attribute not in list_box_url_attributes">
<div tal:condition="python:attribute in list_box_function_attributes"
tal:replace="python:item[attribute]()" />
<div tal:condition="python:attribute not in
list_box_function_attributes"
tal:replace="python:item[attribute]" />
</div>
</td>
</div>
</tr>
<tr >
<td colspan="1" tal:attributes="colspan
python:len(list_box_attributes)+1"
width="50" align="center" valign="middle"
class="DataA">
</td>
</tr>
</table>
</div>
</div>
</div>
</body>
</html>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment