Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Working with .TPL files (PART 1)
Old 12-09-2004, 09:21 PM Working with .TPL files (PART 1)
ALX
Novice Talker

Posts: 12
Trades: 0
I've installed some scripts and now i need to do modifications. This is what i have:

<td align="right" class="txt" width="40%"><br>Country&nbsp;&nbsp;</td>
<td><br>&nbsp;&nbsp;
<select class="text" name="country">
<option value="">Select</option>
<OPTION value="" selected>Select One</OPTION>

{section name=country loop=$countries}
<option value="{$countries[country].abrev}" {$countries[country].selected}>{$countries[country].text}</option>
{/section}
</select>
</td>
</tr>
<tr>
<td align="right" class="txt" width="40%">Age&nbsp;&nbsp;</td>
<td>&nbsp;&nbsp;<select name="agefrom">
{section name=age loop=$ages}
<option value="{$ages[age].id}" {$ages[age].selected}>{$ages[age].id}</option>
{/section}
</select>
<select name="ageto">
{section name=age loop=$ageto}
<option value="{$ageto[age].id}" {$ageto[age].selected}>{$ageto[age].id}</option>
{/section}
</select>

I need to know where i go to find the data it's asking for. ie; age and country
ALX is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Reply     « Reply to Working with .TPL files (PART 1)
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.35086 seconds with 12 queries