Commit e025035a authored by Jean-Paul Smets's avatar Jean-Paul Smets

example of dyamic images (skins)


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1026 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eb2ed088
...@@ -98,7 +98,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. ...@@ -98,7 +98,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
<tr> <tr>
<div class="OutMain"> <div class="OutMain">
<td width="5"><img src="/images/pro/images/spacer.png" width="5" height="5" <td width="5"><img src="/images/pro/images/spacer.png" width="5" height="5"
border="0" alt="img"/></td> border="0" alt="img" tal:attributes="src string:$portal_url/images/spacer.png" /></td>
</div> </div>
<td> <td>
<!-- Main Content --> <!-- Main Content -->
......
...@@ -26,7 +26,8 @@ ...@@ -26,7 +26,8 @@
global sort_actions filtered_actions/object_sort | nothing; global sort_actions filtered_actions/object_sort | nothing;
global user_actions filtered_actions/user | nothing; global user_actions filtered_actions/user | nothing;
global global_actions filtered_actions/global | nothing; global global_actions filtered_actions/global | nothing;
global ordered_global_actions python:here.getOrderedGlobalActionList(global_actions);" /> global ordered_global_actions python:here.getOrderedGlobalActionList(global_actions);
global portal_url python:here.portal_url();" />
</body> </body>
......
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