Changeset 50 for trunk/smarty
- Timestamp:
- 10/18/05 11:03:45 (7 years ago)
- Files:
-
- 1 modified
-
trunk/smarty/templates/friends/join.tpl (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/smarty/templates/friends/join.tpl
r1 r50 59 59 <a class='odd' href="javascript:display_form('import')">{t}Import from CSV{/t}</a> 60 60 </div> 61 <table id='form_invitation'> 61 <div id='form_invitation'> 62 <table> 62 63 <tr><th colspan='2' class='profileHeader'>{t}Fill this form to invite your friend{/t}</th></tr> 63 64 <tr class='{cycle values='odd,even'}'><td colspan='2' align='center'><a href='/my/settings'>{t}Personalize your invitation{/t} !</a></td></tr> … … 72 73 </td></tr> 73 74 </table> 74 <table id='form_import' style='display: none'> 75 </div> 76 <div id='form_import' style='display: none'> 77 <table> 75 78 <tr><th class='profileHeader'>{t}Import a CSV file{/t}</th></tr> 76 79 <tr class='{cycle values='odd,even'}'><td class='value'>{t}The CSV format is: {/t}"{t}First name{/t}","{t}Last name{/t}","address@email.tld"<br /> … … 80 83 <tr class='{cycle values='odd,even'}'><td align='right' class='label'><input type='submit' name='import' value='{t}Import{/t}' /></td></tr> 81 84 </table> 85 </div> 82 86 <input type="hidden" name="MAX_FILE_SIZE" value="30000" /> 83 87 </form> … … 148 152 current_pan_o.style.display = "none"; 149 153 current_pan_o = document.getElementById('form_'+what); 150 current_pan_o.style.display = "table";154 current_pan_o.style.display = "block"; 151 155 } 152 156 </script>
