Changeset 25
- Timestamp:
- 02/03/07 16:47:28 (6 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
elixir/trunk/elixir/examples/videostore/videostore/templates/master.kid
r11 r25 26 26 </div> 27 27 28 <div py:if=" tg_flash" class="flash" py:content="tg_flash"></div>28 <div py:if="value_of('tg_flash', None)" class="flash" py:content="tg_flash"></div> 29 29 30 30 <div py:replace="[item.text]+item[:]"/>
