/[pac]/CMFGeographics/README
ViewVC logotype

Diff of /CMFGeographics/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by tvon, Fri Oct 3 18:29:58 2003 UTC revision 1.4 by tvon, Fri Oct 3 18:37:53 2003 UTC
# Line 31  Basic example of fetching US States and Line 31  Basic example of fetching US States and
31                  <div class="row">                  <div class="row">
32                      US State:                      US State:
33                      <select name="us_state">                      <select name="us_state">
34                          <div tal:repeat="us_state python:here.geographic_properties.getProperty('us_states')"                          <div tal:repeat="us_state python:here.portal_properties.geographic_properties.getProperty('us_states')"
35                              tal:omit-tag="">                              tal:omit-tag="">
36                              <option tal:define="values python:us_state.split('|')"                              <option tal:define="values python:us_state.split('|')"
37                                  value=""                                  value=""
# Line 45  Basic example of fetching US States and Line 45  Basic example of fetching US States and
45                  <div class="row">                  <div class="row">
46                      Country:                      Country:
47                      <select name="country">                      <select name="country">
48                          <div tal:repeat="country python:here.geographic_properties.getProperty('countries')"                          <div tal:repeat="country python:here.portal_properties.geographic_properties.getProperty('countries')"
49                              tal:omit-tag="">                              tal:omit-tag="">
50                              <option tal:define="values python:country.split('|')"                              <option tal:define="values python:country.split('|')"
51                                  value=""                                  value=""

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26