Changesets can be listed by changeset number.
The Git repository is here.
Changeset 244
Updates for new 17-Oct-2008 design.
- Comitted by: rool
- Date: Friday October 17 15:14:19 2008 (over 16 years ago)
Affected files:
- rool/rails/i2/trunk/app/views/layouts/application.rhtml (diff)
- rool/rails/i2/trunk/config/database.yml (diff)
- rool/rails/i2/trunk/public/stylesheets/instiki.css (diff)
rool/rails/i2/trunk/app/views/layouts/application.rhtml:
prev. | current | |
<!-- Wiki contents table --> | ||
18 | | |
19 | | |
18 | <div id="template_body_background"><div id="template_body_shadow_left" class="template_shadow_left"><div id="template_body_shadow_right" class="template_shadow_right"><div id="template_body_content" class="template_body_content template_overall_content"> | |
19 | ||
20 | <br /> | |
21 | <table align="center" cellpadding="0" cellspacing="0" width="100%"> | |
<tr valign="top" align="left"> | ||
21 | | |
23 | <td width="74%"> | |
<%= hubssolib_flash_tags %> | ||
<div id="Container"> | ||
25 | | |
27 | <div id="content" class="content"> | |
<h2 id="pageName"><%= page_heading %></h2> | ||
... | ... | |
</div> | ||
</td> | ||
44 | | |
45 | | |
46 | | |
46 | <td width="1%"> </td> | |
47 | <td bgcolor="#bbbbbb" class="template_column_divider"><img src="/images/utilities/blank.gif" width="1" height="1" alt="." border="0" /></td> | |
48 | <td width="1%"> </td> | |
48 | | |
49 | | |
50 | <td width="24%"> | |
51 | <div id="sidebar" class="template_sidebar"> | |
<!-- Simple global search via Google --> | ||
52 | | |
54 | <div class="template_sidebar_node"> | |
<h3>Search whole site</h3> | ||
<p /> | ||
56 | | |
57 | | |
58 | | |
59 | | |
60 | | |
61 | | |
62 | | |
58 | <div class="template_sidebar_static"> | |
59 | <form action="http://www.google.com/search" method="get" class="searchform"> | |
60 | <input type="hidden" name="num" value="10" /> | |
61 | <input type="hidden" name="hl" value="en" /> | |
62 | <input type="hidden" name="as_sitesearch" value="riscosopen.org" /> | |
63 | <input type="text" value="" maxlength="256" size="15" name="q" id="q" /> | |
64 | <b><input type="submit" value="Go" name="btnG" /></b> | |
65 | </form> | |
66 | </div> | |
</div> | ||
<%= render 'shared/fixed_sidebar' %> | ||
<p /> | ||
68 | | |
72 | <div class="template_sidebar_node"> | |
<h3>Options</h3> | ||
<p /> | ||
... | ... | |
</td> | ||
</tr> | ||
</table> | ||
87 | <br /> | |
89 | </div></div></div></div> | |
90 | ||
<%= render 'shared/fixed_footer' %> | ||
</body> | ||
</html> |
rool/rails/i2/trunk/config/database.yml:
prev. | current | |
adapter: postgresql | ||
host: /home/rool/postgres/ | ||
username: rool | ||
8 | | |
8 | password: set-password-here | |
# Warning: The database defined as 'test' will be erased and | ||
# re-generated from your development database when you run 'rake'. | ||
... | ... | |
development: | ||
<<: *dbinfo | ||
16 | | |
16 | database: i2-devel | |
test: | ||
<<: *dbinfo |
rool/rails/i2/trunk/public/stylesheets/instiki.css:
prev. | current | |
/* Set the page heading spacing */ | ||
10 | ||
10 | h2#pageName | |
{ | ||
margin-bottom: 16px; | ||
} | ||
15 | ||
15 | div#content h3 | |
{ | ||
17 | | |
18 | | |
19 | | |
17 | margin: 16px 0; | |
} | ||
22 | ||
20 | /* Put a thin line under the byline (revision info), | |
* above the links to edit the page, view changes etc. | ||
*/ | ||
26 | ||
24 | div.byline | |
{ | ||
margin-bottom: 10px; | ||
29 | | |
27 | border-bottom: 1px solid #c4ccd8; | |
padding-bottom: 10px; | ||
} | ||
31 | div#content table, div#content td, div#content tr | |
32 | { | |
33 | margin: 0; | |
34 | padding: 0; | |
35 | } | |
36 | ||
37 | div#content td { | |
38 | padding-right: 10px; | |
39 | } | |
40 | ||
/* Text used in the navigation part of the sidebar for | ||
* the currently selected page. | ||
*/ | ||
... | ... | |
form#navigationSearchForm { display: inline; } | ||
form#navigationSearchForm input { font-size: 80%; } | ||
48 | ||
56 | div#Container .navigation { margin-top: 0.3em; font-size : 90%; color: #999; } | |
.help { font-family: verdana, arial, helvetica, sans-serif; font-size: 70%; } | ||
... | ... | |
blockquote { display: block; font-size: 90%; margin: 0 0 1.5em 0; padding: 0 2.5em; line-height: 1.5em; font-style: italic; } | ||
56 | ||
57 | | |
58 | | |
59 | | |
60 | | |
61 | | |
62 | ||
63 | ||
ol.setup { font-size: 110%; font-family: georgia, verdana, sans-serif; padding-left: 1.5em; margin-top: 1em; } | ||
.byline { padding-top: 1em; font-size: 60%; font-style: italic; margin-bottom: 1em; color: #999; } |