Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {exp:channel:entries channel="questions" dynamic="off" limit="1" url_title="{segment_2}" cache="yes" refresh="60"}
- {embed="layout/.header" layout="generic" page_title="{title}"}
- <div id="content">
- <section id="main">
- <article>
- <h1>{title}</h1>
- <ul class="tab-nav">
- <li><a href="#nutshell">In a Nutshell</a></li>
- <li><a href="#detail">In Detail</a></li>
- {if further_reading}<li><a href="#reading">Further Reading</a></li>{/if}
- {if notes}<li><a href="#notes">Notes</a></li>{/if}
- {if pdf_link}<li class="no-tab pdf"><a href="{pdf_link}">Download</a></li>{/if}
- <li class="no-tab print"><a href="#">Print</a></li>
- </ul>
- <article id="response" class="glossary-enabled">
- {if response_image}<img class="main-image" src="{response_image}" alt="Image for: {title}" />{/if}
- <a name="nutshell"></a><h2>In a Nutshell</h2>
- {if nutshell}<p>{nutshell}<p>{/if}
- {/exp:channel:entries}
- <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}
- {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>
- {exp:channel:entries channel="questions" dynamic="off" limit="1" url_title="{segment_2}" cache="yes" refresh="60"}
- <a name="detail"></a><h2>In Detail</h2>
- {response}
- {/exp:channel:entries}
- <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>
- <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>
- {exp:channel:entries channel="questions" dynamic="off" limit="1" url_title="{segment_2}" cache="yes" refresh="60"}
- </article>
- {if further_reading}
- <article id="further_reading">
- <h2>Further Reading</h2>
- {further_reading}
- </article>
- {/if}
- {if notes}
- <section id="response_notes">
- <h2>Notes</h2>
- {notes}
- </section>
- {/if}
- </article>
- </section> <!-- end #main -->
- <aside id="sidebar">
- {embed="questions/.sidebar"}
- </aside>
- </div> <!-- end #content -->
- {embed="layout/.footer"}
- {/exp:channel:entries}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement