Changeset 963
- Timestamp:
- 11/03/08 18:11:33 (2 months ago)
- Location:
- huginmunin/trunk/web/hm
- Files:
-
- 1 added
- 47 modified
-
app/media/css/blocks.css (modified) (2 diffs)
-
app/media/css/body.css (modified) (1 diff)
-
app/media/css/forms.css (modified) (1 diff)
-
app/media/css/general.css (modified) (9 diffs)
-
app/media/css/header.css (modified) (2 diffs)
-
app/media/css/menu.css (modified) (2 diffs)
-
app/media/js/jquery.rte.js (modified) (1 diff)
-
app/templates/account/confirmed.html (modified) (1 diff)
-
app/templates/account/login.html (modified) (1 diff)
-
app/templates/account/page.html (modified) (1 diff)
-
app/templates/account/register.html (modified) (1 diff)
-
app/templates/avatar_frame.html (modified) (1 diff)
-
app/templates/base.html (modified) (3 diffs)
-
app/templates/browse/browse_list.html (modified) (1 diff)
-
app/templates/browse_extension.html (modified) (1 diff)
-
app/templates/coming_soon.html (added)
-
app/templates/forms/login_form.html (modified) (1 diff)
-
app/templates/forms/node_type.html (modified) (1 diff)
-
app/templates/graph/nodes.html (modified) (1 diff)
-
app/templates/intro/intro_choices.html (modified) (1 diff)
-
app/templates/intro/intro_how_work.html (modified) (1 diff)
-
app/templates/intro/intro_page.html (modified) (6 diffs)
-
app/templates/intro/intro_values.html (modified) (1 diff)
-
app/templates/intro/intro_video.html (modified) (3 diffs)
-
app/templates/intro/intro_what_is.html (modified) (1 diff)
-
app/templates/left_menu.html (modified) (1 diff)
-
app/templates/login_menu.html (modified) (3 diffs)
-
app/templates/node/behaviors.html (modified) (1 diff)
-
app/templates/projects_extension.html (modified) (1 diff)
-
app/templates/user/user_page.html (modified) (1 diff)
-
app/templates/user_extension.html (modified) (1 diff)
-
app/views/account.py (modified) (1 diff)
-
app/views/account_api.py (modified) (1 diff)
-
app/views/account_forms.py (modified) (4 diffs)
-
app/views/main.py (modified) (1 diff)
-
app/views/main_urls.py (modified) (1 diff)
-
db/citation.py (modified) (1 diff)
-
db/feedback.py (modified) (1 diff)
-
db/graph.py (modified) (1 diff)
-
db/log.py (modified) (1 diff)
-
db/models.py (modified) (1 diff)
-
db/rating.py (modified) (1 diff)
-
db/search.py (modified) (1 diff)
-
db/state.py (modified) (1 diff)
-
db/tag.py (modified) (1 diff)
-
db/user.py (modified) (1 diff)
-
db/utils.py (modified) (1 diff)
-
settings.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
huginmunin/trunk/web/hm/app/media/css/blocks.css
r779 r963 15 15 } 16 16 .block_title { 17 color: # 302211;18 font-weight: 500;19 font-size: 2em;17 color: #120d07; 18 font-weight:normal; 19 font-size: 1.5em; 20 20 padding: 6px; 21 21 } … … 26 26 .block_minmax { 27 27 padding: 2px 0px 0px 3px; 28 color:# 302211;28 color:#120d07; 29 29 } 30 30 .block_content { -
huginmunin/trunk/web/hm/app/media/css/body.css
r884 r963 44 44 .help { /*font-variant: small-caps;*/ font-size:.95em; color: #774411; } 45 45 46 .center { text-align: center;}47 46 .right { text-align: right;} 48 47 .left { text-align: left;} -
huginmunin/trunk/web/hm/app/media/css/forms.css
r941 r963 14 14 color: #0055CC;*/ 15 15 background: none; 16 color:# 302211;16 color:#120d07; 17 17 text-decoration:none; 18 18 border-width:0 0 1px 0; 19 border-bottom:1px dotted # 302211;19 border-bottom:1px dotted #120d07; 20 20 font-size: 1em; 21 21 } -
huginmunin/trunk/web/hm/app/media/css/general.css
r962 r963 11 11 /* colors: 12 12 dk green: #097A21 13 lt green: #52DE1B 13 lt green: #52DE1B is this used? 14 14 bilumi_black_brown: #120d07 15 true black: #000000 16 true white: ffffff 15 17 blue: rgb(0,143,212): 008fd4 16 18 peachy: FFEFD6 17 19 gray: #D6D2D0 20 light gray: #f1edeb not used yet 18 21 purple gray: #d0d0dd 22 sunny highlight: fff9ce 19 23 */ 20 24 … … 25 29 padding: 0; 26 30 border: 0; 27 }28 29 h1 + h2 {30 margin-top: -1em;31 31 } 32 32 … … 88 88 89 89 /*Links*/ 90 a, .link { color: # 41a2e6; text-decoration: none; }90 a, .link { color: #008fd4; text-decoration: none; } 91 91 a:hover, .link:hover { color: #bac5ff; } 92 92 … … 175 175 176 176 .wrapper{ 177 color:# 120d07;177 color:#000000; 178 178 margin:1em auto; 179 179 padding-left:0em; … … 185 185 margin:0 auto; 186 186 } 187 188 h1 {189 text-decoration: none;190 margin-top: 0;191 margin-bottom: 0;192 }193 187 194 188 #left_general_column{ … … 299 293 } 300 294 295 /* h1 is used for content area headings */ 296 h1{ 297 font-family: Geneva, "MS Sans Serif", sans-serif; 298 color:#097A21; 299 letter-spacing:0.05em; 300 clear: both; 301 border-bottom:.06em solid #D6D2D0; 302 padding: .8em .5em 0em .5em; 303 } 304 305 /* h2 is used for ? */ 301 306 h2{ 302 /* font-family:Rockwell, serif;*/ 303 padding-top:1.1em; 304 padding-bottom:1.1em; 307 font-family: Geneva, "MS Sans Serif", sans-serif; 308 color:#097A21; 309 letter-spacing:0.08em; 310 clear: both; 311 border-bottom:.06em solid #D6D2D0; 312 padding: .8em .5em .33em .5em; 313 } 314 315 /* h3 is used for notes below h2 */ 316 h3{ 317 font-family:"Lucida Grande",Tahoma; 318 padding: 0em .5em .1em 1.8em; 319 margin-top: .07em; 320 margin-bottom: .8em; 305 321 color:#120d07; 322 font-weight:normal; 323 letter-spacing:0.05em; 324 } 325 326 /* h4 is used for spelling out details */ 327 h4{ 328 font-family:"Lucida Grande",Tahoma; 329 padding: 0em .2em 0em .8em; 330 text-transform: uppercase; 331 color:#097A21; 332 font-weight:normal; 333 letter-spacing:0.12em; 334 } 335 336 .background_title_offset { 337 margin: -8.2em 0 0 16em; 338 float: left; 339 display: inline; 306 340 } 307 341 … … 309 343 padding-bottom:.55em; 310 344 padding-top:.275em; 345 } 346 347 .line_height_extra{ 348 line-height: 300%; 311 349 } 312 350 … … 579 617 } 580 618 581 #behaviors{582 width:70em;583 }584 585 619 .label{ 586 620 margin:0 auto; … … 604 638 font-size:140%; 605 639 font-weight:700; 640 clear: both; 606 641 border-bottom:.06em solid #D6D2D0; 607 642 padding: 1em .5em .33em .5em; 608 clear: both; /* ok? lucy added this because admin needed it and it seemed like good thing in general */609 643 } 610 644 -
huginmunin/trunk/web/hm/app/media/css/header.css
r950 r963 42 42 43 43 #header_logo{ 44 padding: 0em .5em 1em .8em; 45 margin: 0 0 0em 0; 44 padding: 0em .5em 0 .8em; 46 45 width: 14%; 47 46 } … … 85 84 #linklist li{ 86 85 display:inline; 87 padding-left:. 55em;88 padding-right:. 55em;86 padding-left:.6em; 87 padding-right:.6em; 89 88 vertical-align: top; 90 89 } 91 90 92 91 #linklist a{ 92 font-family:"Lucida Grande",Tahoma; 93 93 color:#120d07; 94 font-weight:normal; 95 letter-spacing:0.08em; 94 96 border:none; 95 97 } -
huginmunin/trunk/web/hm/app/media/css/menu.css
r937 r963 1 #menu_border {1 .menu_border { 2 2 border:.11em solid #c0cdd1; 3 3 background-color:#f7fae9; … … 5 5 } 6 6 7 #menu_overall ul {7 .menu_overall ul { 8 8 list-style-type:none; 9 /*border: "medium 009cbc"; value should be more like 1px solid #009cbc right?*/10 9 list-style-position:inside; 11 10 margin: 1em 0 1em 0; 12 11 text-transform:uppercase; 13 font-weight: 500; 14 12 font-family:"Lucida Grande",Tahoma; 13 color:#120d07; 14 font-weight:normal; 15 letter-spacing:0.08em; 15 16 } 16 17 17 #menu_overall a {18 .menu_overall a { 18 19 color:#120d07; 19 20 } 20 21 21 #menu_overall ul li {22 .menu_overall ul li { 22 23 padding: .7em 1.5em; 23 24 } -
huginmunin/trunk/web/hm/app/media/js/jquery.rte.js
r396 r963 6 6 * 7 7 * Functionality extended by Lucy Mendel 8 * ThoughtAndMemory.org8 * bilumi.org 9 9 */ 10 10 -
huginmunin/trunk/web/hm/app/templates/account/confirmed.html
r632 r963 11 11 12 12 <p> 13 Welcome to ThoughtAndMemory.org!13 Welcome to Buy It Like You Mean It! 14 14 Thanks for validating your email address! 15 15 You can now <a href="/Main/account/login/">Login!</a> -
huginmunin/trunk/web/hm/app/templates/account/login.html
r931 r963 1 1 2 {# pane "login" "Log into ThoughtAndMemory.org" #}2 {# pane "login" "Log into bilumi.org" #} 3 3 4 4 <h1 class="center">Log in</h1> -
huginmunin/trunk/web/hm/app/templates/account/page.html
r779 r963 2 2 3 3 {% block title %} 4 ThoughtAndMemory.org {% if title %}- {{ title }}{% endif %}4 bilumi.org {% if title %}- {{ title }}{% endif %} 5 5 {% endblock %} 6 6 -
huginmunin/trunk/web/hm/app/templates/account/register.html
r781 r963 18 18 {% endform %} 19 19 20 21 {% comment %}22 <h1>what</h1>23 24 <div id="account_register_form">25 <form method="post" action="/Main/account/register/">26 <table style="width:330px;margin:auto;">27 28 {% for e in f.errors.base %}29 <tr><td colspan="2">{{ e.message }}</td></tr>30 {% endfor %}31 32 <tr>33 <td style="vertical-align:top;">First Name</td>34 <td>35 {% errors f.errors.first_name %}36 {% if f.errors.first_name %}37 <ul class="errors">38 {% for e in f.errors.first_name %}39 <li>{{ e }}</li>40 {% endfor %}41 </ul>42 {% endif %}43 <input value="{{f.first_name}}" name="first_name" class='create_account_input' type='text' />44 </td>45 </tr>46 47 <tr>48 <td>Last Name</td>49 <td>50 <ul class="errors">51 {% for e in f.errors.last_name %}52 <li>{{ e }}</li>53 {% endfor %}54 </ul>55 <input value="{{f.last_name}}" name="last_name" class='create_account_input' type='text' />56 </td>57 </tr>58 59 {% for e in f.errors.username %}60 <tr>61 <td></td>62 <td>{{e}}</td>63 </tr>64 {% endfor %}65 66 <tr>67 <td>Username</td>68 <td><input value="{{f.username}}" name="username" class='create_account_input' type='text' /></td>69 </tr>70 71 {% for e in f.errors.password %}72 <tr>73 <td></td>74 <td>{{e}}</td>75 </tr>76 {% endfor %}77 78 <tr>79 <td>Password</td>80 <td><input value="" name="password" class='create_account_input' type='text' /></td>81 </tr>82 83 <tr>84 <td>Confirm password</td>85 <td><input value="" name="password_confirmation" class='create_account_input' type='text' /></td>86 </tr>87 88 {% for e in f.errors.email %}89 <tr>90 <td></td>91 <td>{{e}}</td>92 </tr>93 {% endfor %}94 95 <tr>96 <td>Email</td>97 <td><input value="{{f.email}}" name="email" class='create_account_input' type='text' /></td>98 </tr>99 100 <tr>101 <td colspan="2"><input type="submit" value="Register"></td>102 </tr>103 104 </table>105 </form>106 </div>107 {% endcomment %}108 109 20 {# endpane #} -
huginmunin/trunk/web/hm/app/templates/avatar_frame.html
r932 r963 1 1 <div id="avatar_frame_border"> 2 2 <div id="avatar_frame"> 3 <img src="{{avatar_frame_image}}" class="center_display" alt=" User image.">3 <img src="{{avatar_frame_image}}" class="center_display" alt="Avatar/Image Frame (coming soon)"> 4 4 </div> 5 5 </div> -
huginmunin/trunk/web/hm/app/templates/base.html
r950 r963 99 99 <div> 100 100 <a href="/Main"><img id="header_logo" alt="bilumi" src="/Main/media/img/LogoColors.png"></a> 101 Get started!102 101 <span id="login_header_area"> {% include 'login_menu.html' %} </span> 103 102 </div> … … 105 104 <div class="clr"></div> 106 105 107 <!--header--> 106 <span class="background_title_offset"><h4>Buy It Like You Mean It - Tools for Responsible Shopping</h4> 107 </span> 108 108 109 109 <div class="Line_Highlight"> … … 120 120 <li><a href="http://www.surveymonkey.com/s.aspx?sm=pwAXDzy9ysZ3rQsWotZGYg_3d_3d">Feedback</a></li> 121 121 </ul> 122 </div> <!--linklist-->122 </div> 123 123 </div><!--navigation--> 124 124 -
huginmunin/trunk/web/hm/app/templates/browse/browse_list.html
r953 r963 3 3 {% block big_box %} 4 4 5 < div class="box_top">Browse List</div>6 < div class="small_spacer"></div>5 <h1>Browse List</h1> 6 <h3> Click on an item to learn more or to add your own perspective.</h3> 7 7 8 8 {% comment %} -
huginmunin/trunk/web/hm/app/templates/browse_extension.html
r953 r963 21 21 22 22 {% block rightmenu %} 23 <div id="menu_border">24 <div id="menu_overall">23 <div class="menu_border"> 24 <div class="menu_overall"> 25 25 <ul> 26 <li> Browse List</li>27 <li> Keyword Search</li>28 <li> My Recently Viewed</li>29 <li> Add Listing</li>30 <li> Notepad</li>26 <li> <a href="{% url coming_soon %}">Browse List</A> <span class="coming_soon">(coming soon)</span></li> 27 <li> <a href="{% url coming_soon %}">Keyword Search</A> <span class="coming_soon">(coming soon)</span></li> 28 <li> <a href="{% url coming_soon %}">My Recently Viewed</A> <span class="coming_soon">(coming soon)</span></li> 29 <li> <a href="{% url coming_soon %}">Add Listing</A> <span class="coming_soon">(coming soon)</span></li> 30 <li> <a href="{% url coming_soon %}">Notepad</A> <span class="coming_soon">(coming soon)</span></li> 31 31 </ul> 32 32 </div> -
huginmunin/trunk/web/hm/app/templates/forms/login_form.html
r924 r963 1 1 2 {% pane "login" "Log in to ThoughtAndMemory.org" %}2 {% pane "login" "Log in to bilumi.org" %} 3 3 4 4 {% tableform "login_form" "account/login" &form %} -
huginmunin/trunk/web/hm/app/templates/forms/node_type.html
r905 r963 3 3 4 4 {% block title %} 5 ThoughtAndMemory.org- Model Admin5 Buy It Like You Mean It - Model Admin 6 6 {% endblock %} 7 7 -
huginmunin/trunk/web/hm/app/templates/graph/nodes.html
r779 r963 1 2 1 {% pane "nodes" "Companies, Products and Groupings" %} 3 2 -
huginmunin/trunk/web/hm/app/templates/intro/intro_choices.html
r950 r963 3 3 {% block big_box %} 4 4 5 < div id="first_intro_page">5 <h1>Let's get started! </h1> 6 6 7 <div id="Intro_flash_banner"> 8 <embed 9 src='/Main/media/flash/Raj_animation.swf' 10 type='application/x-shockwave-flash' 11 wmode='transparent' 12 width=\'670' 13 height=\'670'> 14 </embed> 15 </div> 7 <div class="small_spacer"> </div> 16 8 17 <p><img src="/Main/media/img/spacer.gif" class="intro_banner_spacer"> 18 </img> 9 <h3>Think of bilumi as <i><b>your</b> socially responsible information location.</i> 10 <br>Your <b>involvement</b> means everything to us. 11 So <i>jump right in.</i> There is plenty to do:</h3> 12 13 <div class="small_spacer"> </div> 14 15 <ul class="line_height_extra"> 16 <li> 17 <A HREF="{% url browse %}">Learn</A> about (and review) socially responsible products and companies. 19 18 </p> 20 21 <div class="intro_paragraph_area"> 22 <div class="box_top">Your purchase, your values. 23 </div> 24 <div class="inner" > 25 <p>Your everyday choices can make the world a better place. 26 </p> 27 <p>Imagine knowing exactly which products support your own unique values when you first walk into a store or shop online. 28 </p> 29 <p>How can you find peer reviewed socially responsible product information? Click "next" to continue the tour. 30 </p>