39 <!-- content-wrap starts here --> |
39 <!-- content-wrap starts here --> |
40 <div id="content-wrap"><div id="content"> |
40 <div id="content-wrap"><div id="content"> |
41 |
41 |
42 {% block sidebar %} |
42 {% block sidebar %} |
43 <div id="sidebar" > |
43 <div id="sidebar" > |
44 |
|
45 <div class="sidebox"> |
|
46 |
|
47 <h1>Short About</h1> |
|
48 |
|
49 <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec libero. Suspendisse bibendum. |
|
50 Cras id urna. Morbi tincidunt, orci ac convallis aliquam, lectus turpis varius lorem, eu |
|
51 posuere nunc justo tempus leo.</p> |
|
52 |
|
53 </div> |
|
54 |
|
55 <div class="sidebox"> |
44 <div class="sidebox"> |
56 |
45 |
57 <h1>Links</h1> |
46 <h1>Links</h1> |
58 <ul class="sidemenu"> |
47 <ul class="sidemenu"> |
59 {% if user.is_authenticated %} |
48 {% if user.is_authenticated %} |
60 <p>Welcome, {{ user.username }}. Thanks for logging in.</p> |
49 <li>Welcome, {{ user.username }}</li> |
61 {% else %} |
50 <li><a href="/logout/" class="top">Logout</a></li> |
62 <p>Welcome, new user. Please log in.</p> |
51 {% if user.is_staff%} |
63 {% endif %} |
52 <li><a href="/proposal/review/" class="top">Review Proposals</a></li> |
64 |
53 {% else %} |
65 <li><a href="http://www.dreamhost.com/r.cgi?287326" class="top">Dreamhost</a></li> |
54 <li><a href="/proposal/submit/" class="top">Create/Edit Proposals</a></li> |
66 <li><a href="http://www.4templates.com/?aff=ealigam">4templates</a></li> |
55 {% endif %} |
67 <li><a href="http://store.templatemonster.com/?aff=ealigam">TemplateMonster</a></li> |
56 {% else %} |
68 <li><a href="http://www.fotolia.com/partner/114283">Fotolia.com</a></li> |
57 <li>Welcome, new user. Please log in.</li> |
69 <li><a href="http://www.text-link-ads.com/?ref=40025">Text Link Ads</a></li> |
58 <li><a href="/login/" class="top">Login</a></li> |
|
59 {% endif %} |
|
60 |
|
61 |
|
62 |
|
63 |
70 </ul> |
64 </ul> |
71 |
65 |
72 </div> |
66 </div> |
73 |
67 |
|
68 <div class="sidebox"> |
|
69 |
|
70 <h1>Short About</h1> |
|
71 |
|
72 <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec libero. Suspendisse bibendum. |
|
73 Cras id urna. Morbi tincidunt, orci ac convallis aliquam, lectus turpis varius lorem, eu |
|
74 posuere nunc justo tempus leo.</p> |
|
75 |
|
76 </div> |
74 <div class="sidebox"> |
77 <div class="sidebox"> |
75 |
78 |
76 <h1>Search Box</h1> |
79 <h1>Search Box</h1> |
77 <form action="#" class="searchform"> |
80 <form action="#" class="searchform"> |
78 <p> |
81 <p> |