· 8 years ago · Jun 03, 2018, 07:42 AM
1<p>Welcome to <em><TMPL_VAR NAME="SITE_TITLE"></em>!</p><p>This web site contains humorous quotes from MIT students, faculty, and alumni. It’s formatted similarly to the famous <a href="http:/
2/bash.org/">bash.org</a>. If you have MIT-related quotes, please submit them!</p>
3<p>Currently, the database contains a total of <TMPL_VAR NAME="APPROVED_QUOTE_COUNT"> quote(s).
4<TMPL_IF NAME="UNAPPROVED_QUOTE_COUNT">
5We also have <TMPL_IF NAME="MODERATION_QUEUE_PUBLIC"><a
6href="<TMPL_VAR NAME="MODERATION_QUEUE_URL">"></TMPL_IF><TMPL_VAR NAME="UNAPPROVED_QUOTE_COUNT">
7quote(s)<TMPL_IF NAME="MODERATION_QUEUE_PUBLIC"></a></TMPL_IF> awaiting moderation.
8</TMPL_IF>
9</p>
10<p>Feel free to look around! You can rate the quotes by clicking on the <em>Up↑</em> and <em>Down↓</em> links.
11If you feel any of the quotes are inappropriate, use the <em>Report</em> link to request removal.
12If you wish to contact us, please email us at mitbash.org [at] gmail.com.
13<!--you can do so by sending an e-mail to <a href="mailto:<TMPL_VAR NAME="WEBMASTER_EMAIL">"><TMPL_VAR NAME="WEBMASTER_EMAIL"></a>. --!>
14</p>
15
16<!--
17<p><TMPL_VAR NAME="SITE_TITLE">
18is powered by
19<TMPL_VAR NAME="CHIRPY_LINK">,
20a rather fabulous and freely available quote management system.</p>
21--!>
22<form method="get" action="<TMPL_VAR NAME="SITE_URL">">
23<div id="jump-to-quote-form">
24 <label for="jump-to-id-field">Jump to Quote:</label>
25 <input name="id" id="jump-to-id-field"/>
26 <input type="submit" value="→" id="jump-to-quote-submit-button"/>
27</div>
28</form>
29~