Line 1,167: | Line 1,167: | ||
all_teams_info_page_data = all_teams_info_page_data + ("{'team_name':'"+data[x].team_name+"', "+ | all_teams_info_page_data = all_teams_info_page_data + ("{'team_name':'"+data[x].team_name+"', "+ | ||
"'region':'"+data[x].region+"', "+ | "'region':'"+data[x].region+"', "+ | ||
− | "'section':'"+data[x].section+"', "+ "'track':'"+data[x].track+"', "+ | + | "'section':'"+data[x].section+"', "+ |
+ | "'track':'"+data[x].track+"', "+ | ||
"'location':'"+data[x].location+"', "+ | "'location':'"+data[x].location+"', "+ | ||
"'medal':'"+data[x].medal+"', "+ | "'medal':'"+data[x].medal+"', "+ | ||
Line 1,177: | Line 1,178: | ||
"'abstract':'"+data[x].abstract+"' "+ | "'abstract':'"+data[x].abstract+"' "+ | ||
"'parts_link':'"+data[x].parts_link+"' "+ | "'parts_link':'"+data[x].parts_link+"' "+ | ||
− | "},"); | + | "}, "); |
} | } | ||
Revision as of 16:16, 19 September 2019
Code setup page
This page will help you setup the awards and results page
- Go to : here
- Place the variables indicated on the code on this page
- Place the resulting data bases into the results and all teams info pages