Advertisement
Guest User

BioLogos Template

a guest
May 7th, 2012
21
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. {exp:channel:entries channel="questions" dynamic="off" limit="1" url_title="{segment_2}" cache="yes" refresh="60"}
  2. {embed="layout/.header" layout="generic" page_title="{title}"}
  3. <div id="content">
  4. <section id="main">
  5. <article>
  6. <h1>{title}</h1>
  7. <ul class="tab-nav">
  8. <li><a href="#nutshell">In a Nutshell</a></li>
  9. <li><a href="#detail">In Detail</a></li>
  10. {if further_reading}<li><a href="#reading">Further Reading</a></li>{/if}
  11. {if notes}<li><a href="#notes">Notes</a></li>{/if}
  12. {if pdf_link}<li class="no-tab pdf"><a href="{pdf_link}">Download</a></li>{/if}
  13. <li class="no-tab print"><a href="#">Print</a></li>
  14. </ul>
  15. <article id="response" class="glossary-enabled">
  16. {if response_image}<img class="main-image" src="{response_image}" alt="Image for: {title}" />{/if}
  17. <a name="nutshell"></a><h2>In a Nutshell</h2>
  18. {if nutshell}<p>{nutshell}<p>{/if}
  19. {/exp:channel:entries}
  20. <p>{exp:low_reorder:prev_entry field="question_order" url_title="{segment_2}"}<a href="/questions/{url_title}">Previous Question</a>{/exp:low_reorder:prev_entry}
  21. {exp:low_reorder:next_entry field="question_order" url_title="{segment_2}"}<a href="/questions/{url_title}" style="float:right;">Next Question</a>{/exp:low_reorder:next_entry}</p>
  22. {exp:channel:entries channel="questions" dynamic="off" limit="1" url_title="{segment_2}" cache="yes" refresh="60"}
  23. <a name="detail"></a><h2>In Detail</h2>
  24. {response}
  25. {/exp:channel:entries}
  26. <p>{exp:low_reorder:prev_entry field="question_order" url_title="{segment_2}"}<strong>Previous:</strong> <a href="/questions/{url_title}">{title}</a>{/exp:low_reorder:prev_entry}</p>
  27. <p align="right">{exp:low_reorder:next_entry field="question_order" url_title="{segment_2}"}<strong>Next:</strong> <a href="/questions/{url_title}">{title}</a>{/exp:low_reorder:next_entry}</p>
  28. {exp:channel:entries channel="questions" dynamic="off" limit="1" url_title="{segment_2}" cache="yes" refresh="60"}
  29.  
  30. </article>
  31.  
  32. {if further_reading}
  33. <article id="further_reading">
  34. <h2>Further Reading</h2>
  35. {further_reading}
  36. </article>
  37. {/if}
  38.  
  39. {if notes}
  40. <section id="response_notes">
  41. <h2>Notes</h2>
  42. {notes}
  43. </section>
  44. {/if}
  45.  
  46.  
  47.  
  48. </article>
  49. </section> <!-- end #main -->
  50. <aside id="sidebar">
  51. {embed="questions/.sidebar"}
  52. </aside>
  53. </div> <!-- end #content -->
  54.  
  55. {embed="layout/.footer"}
  56. {/exp:channel:entries}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement