Changeset 5
- Timestamp:
- 08/20/06 20:38:58
- Files:
-
- www/trunk/templates/download.tpl (modified) (3 diffs)
- www/trunk/templates/error404.tpl (modified) (2 diffs)
- www/trunk/templates/frontpage.tpl (modified) (6 diffs)
- www/trunk/templates/header.tpl (modified) (1 diff)
- www/trunk/templates/support.tpl (modified) (2 diffs)
- www/trunk/templates/tour.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
www/trunk/templates/download.tpl
r1 r5 1 1 {*<smarty> To fool nxml into behaving with our Smarty template*} 2 2 3 {include file=" shorthike_public/header.tpl"}3 {include file="header.tpl"} 4 4 5 5 <div class="content"> 6 6 7 {include file=" shorthike_public/button_download.tpl"}7 {include file="button_download.tpl"} 8 8 9 9 <p>Click the above link and download the demo version of Space … … 18 18 19 19 <p><h3>ShortHike</h3> 20 {include file=" shorthike_public/file_download.tpl" target_file=$files[3]}<br />20 {include file="file_download.tpl" target_file=$files[3]}<br /> 21 21 </p> 22 22 … … 27 27 href="/support">Support Page</a> and fill in your email address.</p> 28 28 29 {include file=" shorthike_public/file_download.tpl" target_file=$files[2]}<br />30 {include file=" shorthike_public/file_download.tpl" target_file=$files[5]}<br />31 {include file=" shorthike_public/file_download.tpl" target_file=$files[6]}<br />32 {include file=" shorthike_public/file_download.tpl" target_file=$files[7]}<br />33 {include file=" shorthike_public/file_download.tpl" target_file=$files[8]}<br />29 {include file="file_download.tpl" target_file=$files[2]}<br /> 30 {include file="file_download.tpl" target_file=$files[5]}<br /> 31 {include file="file_download.tpl" target_file=$files[6]}<br /> 32 {include file="file_download.tpl" target_file=$files[7]}<br /> 33 {include file="file_download.tpl" target_file=$files[8]}<br /> 34 34 </p> 35 35 36 36 </div> 37 37 38 {include file=" shorthike_public/footer.tpl"}38 {include file="footer.tpl"} 39 39 40 40 www/trunk/templates/error404.tpl
r1 r5 1 1 {*<smarty> To fool nxml into behaving with our Smarty template*} 2 2 3 {include file=" shorthike_public/header.tpl"}3 {include file="header.tpl"} 4 4 5 5 <div class="content"> … … 8 8 </div> 9 9 10 {include file=" shorthike_public/footer.tpl"}10 {include file="footer.tpl"} 11 11 12 12 {*</smarty>*} www/trunk/templates/frontpage.tpl
r1 r5 1 1 {*<smarty> To fool nxml into behaving with our Smarty template*} 2 2 3 {include file=" shorthike_public/header.tpl"}3 {include file="header.tpl"} 4 4 5 5 … … 33 33 </td> 34 34 <td width="180" align="right" valign="top"> 35 {include file=" shorthike_public/button_download.tpl"}<br />36 {include file=" shorthike_public/button_buy.tpl"}<br />35 {include file="button_download.tpl"}<br /> 36 {include file="button_buy.tpl"}<br /> 37 37 38 38 <br /> … … 88 88 89 89 <td width="180" valign="top"> 90 {include file="s horthike_public/screenshot.tpl"}90 {include file="screenshot.tpl"} 91 91 </td> 92 92 </tr> … … 110 110 <td> 111 111 112 {include file=" shorthike_public/button_buy.tpl"}112 {include file="button_buy.tpl"} 113 113 114 114 <p>You can now purchase <b>ShortHike and Space Station … … 191 191 192 192 <td width="180" align="right" valign="top"> 193 {include file=" shorthike_public/button_download.tpl"}194 {include file=" shorthike_public/button_buy.tpl"}193 {include file="button_download.tpl"} 194 {include file="button_buy.tpl"} 195 195 </td> 196 196 </tr> … … 198 198 </div> 199 199 200 {include file=" shorthike_public/footer.tpl"}200 {include file="footer.tpl"} 201 201 202 202 {*</smarty>*} www/trunk/templates/header.tpl
r1 r5 1 1 {*<smarty> To fool nxml into behaving with our Smarty template*} 2 2 3 {include file=" shorthike_public/header_meta.tpl"}3 {include file="header_meta.tpl"} 4 4 5 5 www/trunk/templates/support.tpl
r1 r5 1 1 {*<smarty> To fool nxml into behaving with our Smarty template*} 2 2 3 {include file=" shorthike_public/header.tpl" title="ShortHike - Support"}3 {include file="header.tpl" title="ShortHike - Support"} 4 4 5 5 <div class="content"> … … 68 68 </p> 69 69 70 {include file="s horthike_public/signature.tpl"}70 {include file="signature.tpl"} 71 71 72 72 </div> 73 73 74 {include file=" shorthike_public/footer.tpl"}74 {include file="footer.tpl"} 75 75 76 76 www/trunk/templates/tour.tpl
r1 r5 1 1 {*<smarty> To fool nxml into behaving with our Smarty template*} 2 2 3 {include file=" shorthike_public/header_meta.tpl"}3 {include file="header_meta.tpl"} 4 4 5 5 <div class="tour">
