[Zope3-checkins] CVS: Zope3/src/zope/app/browser - introspector.pt:1.8 marker.pt:1.2
Steve Alexander
steve@cat-box.net
Sat, 5 Jul 2003 09:42:29 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser
In directory cvs.zope.org:/tmp/cvs-serv14556/src/zope/app/browser
Modified Files:
introspector.pt marker.pt
Log Message:
Removed evil TAB characters.
Please keep tabs out of the code and templates and xml. They make the
formatting ambiguous.
=== Zope3/src/zope/app/browser/introspector.pt 1.7 => 1.8 ===
--- Zope3/src/zope/app/browser/introspector.pt:1.7 Wed Jul 2 11:23:01 2003
+++ Zope3/src/zope/app/browser/introspector.pt Sat Jul 5 09:41:55 2003
@@ -114,7 +114,7 @@
<th class="introspector">Bases:</th>
<td>
<div tal:repeat="base introspector/getBaseClassNames">
- <span tal:replace="repeat/base/item" />
+ <span tal:replace="repeat/base/item" />
<!--
<a href=""
tal:attributes="href
@@ -140,11 +140,11 @@
<th class="introspector">Interfaces from Class:</th>
<td>
<div tal:repeat="interface introspector/getInterfaceNames">
- <div tal:define="url python: view.getInterfaceURL(interface)">
+ <div tal:define="url python: view.getInterfaceURL(interface)">
<a href=""
tal:attributes="href url"
tal:content="interface"
- tal:condition="url">Interface</a>
+ tal:condition="url">Interface</a>
<span tal:condition="python: not url"
tal:content="interface" />
</div>
@@ -156,11 +156,11 @@
<td>
<div tal:repeat="interface introspector/getDirectlyProvidedNames"
tal:condition="introspector/getDirectlyProvided">
- <div tal:define="url python: view.getInterfaceURL(interface)">
+ <div tal:define="url python: view.getInterfaceURL(interface)">
<a href=""
tal:attributes="href url"
tal:content="interface"
- tal:condition="url">Interface</a>
+ tal:condition="url">Interface</a>
<span tal:condition="python: not url"
tal:content="interface" />
</div>
=== Zope3/src/zope/app/browser/marker.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/browser/marker.pt:1.1 Wed Jul 2 11:23:01 2003
+++ Zope3/src/zope/app/browser/marker.pt Sat Jul 5 09:41:55 2003
@@ -36,7 +36,7 @@
<th class="introspector">Bases:</th>
<td>
<div tal:repeat="base introspector/getBaseClassNames">
- <span tal:replace="repeat/base/item" />
+ <span tal:replace="repeat/base/item" />
<!--
<a href=""
tal:attributes="href
@@ -61,27 +61,27 @@
<tr>
<th class="introspector">Interfaces from Class:</th>
<td>
- <div tal:repeat="interface introspector/getInterfaceNames">
- <div tal:define="url python: view.getInterfaceURL(interface)">
- <a href=""
- tal:attributes="href url"
- tal:content="interface"
- tal:condition="url">Interface</a>
- <span tal:condition="python: not url"
- tal:content="interface" />
- </div>
+ <div tal:repeat="interface introspector/getInterfaceNames">
+ <div tal:define="url python: view.getInterfaceURL(interface)">
+ <a href=""
+ tal:attributes="href url"
+ tal:content="interface"
+ tal:condition="url">Interface</a>
+ <span tal:condition="python: not url"
+ tal:content="interface" />
</div>
+ </div>
</td>
</tr>
<tr tal:condition="introspector/getDirectlyProvided">
<th class="introspector">Interfaces from Object:</th>
<td>
<div tal:repeat="interface introspector/getDirectlyProvidedNames">
- <div tal:define="url python: view.getInterfaceURL(interface)">
+ <div tal:define="url python: view.getInterfaceURL(interface)">
<a href=""
tal:attributes="href url"
tal:content="interface"
- tal:condition="url">Interface</a>
+ tal:condition="url">Interface</a>
<span tal:condition="python: not url"
tal:content="interface" />
</div>
@@ -93,7 +93,7 @@
<th class="introspector">Remove Interfaces:</th>
<td>
<div tal:repeat="interface introspector/getDirectlyProvidedNames">
- <label><input type="checkbox"
+ <label><input type="checkbox"
tal:attributes="name string:rem_${interface}"/>
<span tal:replace="interface" />
</label>
@@ -106,7 +106,7 @@
<th class="introspector">Add Interfaces:</th>
<td>
<div tal:repeat="interface introspector/getMarkerInterfaceNames">
- <label><input type="checkbox"
+ <label><input type="checkbox"
tal:attributes="name string:add_${interface}"/>
<span tal:replace="interface" />
</label>