[Logilogi-svn] SF.net SVN: logilogi:[1720] trunk
Status: Beta
Brought to you by:
wybow
|
From: <wy...@us...> - 2010-05-28 15:01:56
|
Revision: 1720
http://logilogi.svn.sourceforge.net/logilogi/?rev=1720&view=rev
Author: wybow
Date: 2010-05-28 15:01:48 +0000 (Fri, 28 May 2010)
Log Message:
-----------
First move towards DBR suggestions, new nagivation-bar
Modified Paths:
--------------
trunk/app/models/global_config.rb
trunk/app/views/logis/_navigation_bar.html.erb
trunk/app/views/logis/_tag_list.html.erb
trunk/app/views/searches/create.html.erb
trunk/app/views/tags/_edit.html.erb
trunk/config/environment.rb
trunk/config/locales/en.yml
trunk/public/javascripts/taglist.js
trunk/public/stylesheets/logilogi.css
Added Paths:
-----------
trunk/public/images/background.png
trunk/public/images/background.svg
Modified: trunk/app/models/global_config.rb
===================================================================
--- trunk/app/models/global_config.rb 2010-05-24 16:29:25 UTC (rev 1719)
+++ trunk/app/models/global_config.rb 2010-05-28 15:01:48 UTC (rev 1720)
@@ -40,6 +40,8 @@
# creating prefs-profiles for the system users...
class GlobalConfig < ActiveRecord::Base
+ require 'config/config'
+
###### Relationships
belongs_to :anonymous_user, :class_name => 'User',
Modified: trunk/app/views/logis/_navigation_bar.html.erb
===================================================================
--- trunk/app/views/logis/_navigation_bar.html.erb 2010-05-24 16:29:25 UTC (rev 1719)
+++ trunk/app/views/logis/_navigation_bar.html.erb 2010-05-28 15:01:48 UTC (rev 1720)
@@ -1,4 +1,5 @@
-<% tabs = navigation_tabs() %>
-<%= render :partial => 'application/panel_with_tabs', :locals => {
- :tabs => tabs, :after_button => new_logi_button(),
- :selected => selected, :header => header, :id => "navigation_bar"} %>
+<div id="navigation_bar" class="box">
+ <div class="panel_content_padding">
+ <%= header %>
+ </div>
+</div>
Modified: trunk/app/views/logis/_tag_list.html.erb
===================================================================
--- trunk/app/views/logis/_tag_list.html.erb 2010-05-24 16:29:25 UTC (rev 1719)
+++ trunk/app/views/logis/_tag_list.html.erb 2010-05-28 15:01:48 UTC (rev 1720)
@@ -29,7 +29,8 @@
<%= end_form_tag() %>
<% end %>
<% javascript_tag do %>
- window.<%= name %> = new TagList('<%= name %>', null,
+ window.<%= name %> = new TagList('<%= name %>',
+ '<%= local_assigns[:url] %>',
'<%= param_name %>',
'<%= (local_assigns[:replace_string] ? local_assigns[:replace_string] :
Tag.replace.to_s(:for => :show)) %>',
Modified: trunk/app/views/searches/create.html.erb
===================================================================
--- trunk/app/views/searches/create.html.erb 2010-05-24 16:29:25 UTC (rev 1719)
+++ trunk/app/views/searches/create.html.erb 2010-05-28 15:01:48 UTC (rev 1720)
@@ -2,7 +2,7 @@
<% if !@query.nil? %>
<% render :layout => 'application/panel', :locals => {:id => "exact_matches"} do %>
<p><%= t('v.searches.count_same_tags',
- :count => @logis.size) %></p>
+ :count => @logis.size, :query => @query) %></p>
<% end %>
<% if !@logis.empty? %>
Modified: trunk/app/views/tags/_edit.html.erb
===================================================================
--- trunk/app/views/tags/_edit.html.erb 2010-05-24 16:29:25 UTC (rev 1719)
+++ trunk/app/views/tags/_edit.html.erb 2010-05-28 15:01:48 UTC (rev 1720)
@@ -6,7 +6,6 @@
<div class="spacer"></div>
<%= render :partial => 'logis/tag_list', :locals => {:name => name + '_list',
:link => link,
- :url => check_logi_url(:controller => 'logis', :action => 'check', :name => name),
:param_name => 'check_ll_link_string', :without_form => true} %>
<div class="spacer"></div>
<% end %><!-- end tags -->
Modified: trunk/config/environment.rb
===================================================================
--- trunk/config/environment.rb 2010-05-24 16:29:25 UTC (rev 1719)
+++ trunk/config/environment.rb 2010-05-28 15:01:48 UTC (rev 1720)
@@ -4,7 +4,7 @@
# you don't control web/app server and can't set it the proper way
# ENV['RAILS_ENV'] ||= 'production'
-RAILS_GEM_VERSION = '2.3.5' unless defined? RAILS_GEM_VERSION
+RAILS_GEM_VERSION = '2.3.8' unless defined? RAILS_GEM_VERSION
# Bootstrap the Rails environment, frameworks, and default configuration
require File.join(File.dirname(__FILE__), 'boot')
@@ -67,7 +67,7 @@
# in vendor/plugins are loaded in alphabetical order.
# :all can be used as a placeholder for all plugins not explicitly named
# config.plugins = [ :exception_notification, :ssl_requirement, :all ]
-
+
# Add additional load paths for your own custom dirs
config.load_paths += %W(
#{RAILS_ROOT}/lib/error
Modified: trunk/config/locales/en.yml
===================================================================
--- trunk/config/locales/en.yml 2010-05-24 16:29:25 UTC (rev 1719)
+++ trunk/config/locales/en.yml 2010-05-28 15:01:48 UTC (rev 1720)
@@ -880,8 +880,8 @@
searches:
back_browse: "Back to browse"
count_same_tags:
- one: "Found {{count}} match with exactly the same tags."
- other: "Found {{count}} matches with exactly the same tags."
+ one: "Found {{count}} match for \"{{query}}\"."
+ other: "Found {{count}} matches for \"{{query}}\"."
enter_query: "Enter a query and start searching."
search: Search
tags:
Added: trunk/public/images/background.png
===================================================================
(Binary files differ)
Property changes on: trunk/public/images/background.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/public/images/background.svg
===================================================================
--- trunk/public/images/background.svg (rev 0)
+++ trunk/public/images/background.svg 2010-05-28 15:01:48 UTC (rev 1720)
@@ -0,0 +1,425 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="1050"
+ height="1"
+ id="svg3519"
+ sodipodi:version="0.32"
+ inkscape:version="0.47pre4 r22446"
+ version="1.0"
+ sodipodi:docname="background.svg"
+ style="display:inline"
+ inkscape:output_extension="org.inkscape.output.svg.inkscape"
+ inkscape:export-filename="/home/wybo/logilogi/trunk/public/images/background.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs3521">
+ <linearGradient
+ id="linearGradient5571">
+ <stop
+ style="stop-color:#e0e1f3;stop-opacity:1;"
+ offset="0"
+ id="stop5573" />
+ <stop
+ style="stop-color:#a3c7e0;stop-opacity:0;"
+ offset="1"
+ id="stop5575" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient3406">
+ <stop
+ style="stop-color:#30367e;stop-opacity:1;"
+ offset="0"
+ id="stop3408" />
+ <stop
+ style="stop-color:#989cd7;stop-opacity:1"
+ offset="1"
+ id="stop3410" />
+ </linearGradient>
+ <marker
+ inkscape:stockid="Arrow2Lstart"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow2Lstart"
+ style="overflow:visible">
+ <path
+ id="path4497"
+ style="font-size:12px;fill-rule:evenodd;stroke-width:0.625;stroke-linejoin:round"
+ d="M 8.7185878,4.0337352 -2.2072895,0.01601326 8.7185884,-4.0017078 c -1.7454984,2.3720609 -1.7354408,5.6174519 -6e-7,8.035443 z"
+ transform="matrix(1.1,0,0,1.1,1.1,0)" />
+ </marker>
+ <linearGradient
+ id="linearGradient14556">
+ <stop
+ style="stop-color:#8ae234;stop-opacity:1"
+ offset="0"
+ id="stop14558" />
+ <stop
+ style="stop-color:#aefac0;stop-opacity:0;"
+ offset="1"
+ id="stop14560" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13900">
+ <stop
+ style="stop-color:#e1ffee;stop-opacity:1;"
+ offset="0"
+ id="stop13902" />
+ <stop
+ style="stop-color:#00fd6a;stop-opacity:0;"
+ offset="1"
+ id="stop13904" />
+ </linearGradient>
+ <linearGradient
+ id="linearGradient13854">
+ <stop
+ style="stop-color:#204a87;stop-opacity:1"
+ offset="0"
+ id="stop13856" />
+ <stop
+ style="stop-color:#003fa8;stop-opacity:0;"
+ offset="1"
+ id="stop13858" />
+ </linearGradient>
+ <marker
+ inkscape:stockid="Arrow1Lstart"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow1Lstart"
+ style="overflow:visible">
+ <path
+ id="path11533"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+ transform="matrix(0.8,0,0,0.8,10,0)" />
+ </marker>
+ <marker
+ inkscape:stockid="Arrow1Lend"
+ orient="auto"
+ refY="0"
+ refX="0"
+ id="Arrow1Lend"
+ style="overflow:visible">
+ <path
+ id="path11536"
+ d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
+ style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt;marker-start:none"
+ transform="matrix(-0.8,0,0,-0.8,-10,0)" />
+ </marker>
+ <inkscape:perspective
+ sodipodi:type="inkscape:persp3d"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ id="perspective3527" />
+ <inkscape:perspective
+ id="perspective4176"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <filter
+ inkscape:collect="always"
+ id="filter6076"
+ color-interpolation-filters="sRGB">
+ <feGaussianBlur
+ inkscape:collect="always"
+ stdDeviation="8.1619756"
+ id="feGaussianBlur6078" />
+ </filter>
+ <inkscape:perspective
+ id="perspective10"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5447"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective5483"
+ inkscape:persp3d-origin="372.04724 : 350.78739 : 1"
+ inkscape:vp_z="744.09448 : 526.18109 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 526.18109 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <linearGradient
+ inkscape:collect="always"
+ xlink:href="#linearGradient3406"
+ id="linearGradient3412"
+ x1="506"
+ y1="92"
+ x2="506"
+ y2="22.61586"
+ gradientUnits="userSpaceOnUse"
+ gradientTransform="matrix(0.984431,0,0,1,0.00379005,-400)" />
+ <inkscape:perspective
+ id="perspective25250"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective26081"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective26148"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective26179"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective14158"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective14222"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective14286"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective15202"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective15228"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective15250"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective15250-8"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective16981"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective17013"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective17038"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective17063"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective3264"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4095"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4173"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4284"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective4605"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ <inkscape:perspective
+ id="perspective7679"
+ inkscape:persp3d-origin="0.5 : 0.33333333 : 1"
+ inkscape:vp_z="1 : 0.5 : 1"
+ inkscape:vp_y="0 : 1000 : 0"
+ inkscape:vp_x="0 : 0.5 : 1"
+ sodipodi:type="inkscape:persp3d" />
+ </defs>
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ gridtolerance="10000"
+ guidetolerance="10"
+ objecttolerance="10"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="1"
+ inkscape:cx="528.91415"
+ inkscape:cy="-22.605262"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer6"
+ showgrid="false"
+ inkscape:window-width="1366"
+ inkscape:window-height="719"
+ inkscape:window-x="0"
+ inkscape:window-y="25"
+ showguides="true"
+ inkscape:guide-bbox="true"
+ inkscape:window-maximized="1" />
+ <metadata
+ id="metadata3524">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:groupmode="layer"
+ id="layer6"
+ inkscape:label="Background"
+ style="display:inline"
+ transform="translate(0,-1399)">
+ <rect
+ style="fill:#989cd7;fill-opacity:1;stroke:#ffffff;stroke-width:0.70514482;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline"
+ id="rect5932"
+ width="1812.2357"
+ height="99.775162"
+ x="-371.90356"
+ y="1368.5663"
+ ry="0"
+ rx="0" />
+ <rect
+ style="fill:#000000;fill-opacity:1;stroke:#000000;stroke-width:2.69644189;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;display:inline;filter:url(#filter6076)"
+ id="rect5958"
+ width="1023.9417"
+ height="1375.7275"
+ x="0.24343599"
+ y="9.9884434"
+ ry="0"
+ rx="0"
+ transform="matrix(0.98675614,0,0,0.1286185,19.569405,1324.8516)" />
+ </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer2"
+ inkscape:label="Logis"
+ style="display:inline"
+ transform="translate(0,-1399)">
+ <flowRoot
+ xml:space="preserve"
+ id="flowRoot3284"
+ style="font-size:10px;font-style:normal;font-weight:normal;fill:#000000;fill-opacity:1;stroke:none;font-family:Bitstream Vera Sans"><flowRegion
+ id="flowRegion3286"><rect
+ id="rect3288"
+ width="199.40411"
+ height="86.267029"
+ x="958.83679"
+ y="138.5215" /></flowRegion><flowPara
+ id="flowPara3290" /></flowRoot> </g>
+ <g
+ inkscape:groupmode="layer"
+ id="layer3"
+ inkscape:label="Mainpage"
+ style="display:inline"
+ transform="translate(0,-1399)" />
+ <g
+ inkscape:label="Browse tags"
+ inkscape:groupmode="layer"
+ id="layer1"
+ style="display:inline"
+ transform="translate(0,-1399)" />
+</svg>
Modified: trunk/public/javascripts/taglist.js
===================================================================
--- trunk/public/javascripts/taglist.js 2010-05-24 16:29:25 UTC (rev 1719)
+++ trunk/public/javascripts/taglist.js 2010-05-28 15:01:48 UTC (rev 1720)
@@ -144,7 +144,7 @@
// Submitting
submit: function() {
- if (this.url != null) {
+ if (this.url != null && this.url != "") {
new Ajax.Request(this.url, {
asynchronous: true, evalScripts: true, method: 'get',
parameters: this.param_name + '=' +
Modified: trunk/public/stylesheets/logilogi.css
===================================================================
--- trunk/public/stylesheets/logilogi.css 2010-05-24 16:29:25 UTC (rev 1719)
+++ trunk/public/stylesheets/logilogi.css 2010-05-28 15:01:48 UTC (rev 1720)
@@ -1,6 +1,9 @@
body {
font: 76% Arial,Verdana,sans-serif;
background-color: #989cd7;
+ background-image: url("/images/background.png");
+ background-repeat: repeat-y;
+ background-position: center top;
color: Black;
margin: 0;
padding: 0;
@@ -218,8 +221,8 @@
line-height: 2.2em;
}
.header {
- background-color: #989CD7;
- color: #43497E;
+ background-color: #989cd7;
+ color: #43497e;
}
.header .content_padding {
padding: 0.8em 1em 0.8em 1em;
@@ -231,8 +234,8 @@
.panel h3 {
padding: 0 0 0.3em 0;
margin: 0 0 0.3em 0;
- color: #43497E;
- border-bottom: 2px dotted #989CD7;
+ color: #43497e;
+ border-bottom: 2px dotted #989cd7;
}
.panel .logi_body {
padding: 0.5em;
@@ -301,7 +304,7 @@
/* panels with tabs */
.panel_with_tabs .tab_description {
- background-color: #999DD7;
+ background-color: #999dd7;
display: block;
font-size: 1.2em;
padding: 0;
@@ -643,8 +646,9 @@
/* navigation bar */
#navigation_bar {
- padding: 0em 1em 0 1em;
+ padding: 0em;
margin: 0;
+ background-color: #989cd7;
}
#navigation_bar_tabs .button { /* the create new logi button */
float: left;
@@ -657,12 +661,9 @@
#navigation_bar_tabs li {
margin-top: 10px;
}
-#navigation_bar .tab_description {
- font-size: 1em;
-}
#navigation_bar h2 {
float: left;
- color: #43497E;
+ color: #43497e;
font-weight: normal;
}
#navigation_bar .tag,
@@ -730,7 +731,7 @@
span.select {
-x-system-font: none;
background: transparent url(/images/select.png) no-repeat scroll 0 0;
- color: #FFFFFF;
+ color: #ffffff;
font-family: arial,sans-serif;
font-size-adjust: none;
font-stretch: normal;
@@ -800,7 +801,7 @@
color: #ffffff;
}
.tag:hover {
- background-color: #81AB65;
+ background-color: #81ab65;
}
/* contenders */
@@ -951,16 +952,16 @@
}
.logi a,
.logi a:link {
- color:#0000FF;
+ color:#0000ff;
}
.logi a:hover {
- color: #30367E;
+ color: #30367e;
}
.logi a:active {
- color: #30367E;
+ color: #30367e;
}
.logi a:visited {
- color: #30367E;
+ color: #30367e;
}
a.logilogi_annotation,
span.logilogi_annotation {
@@ -1099,7 +1100,7 @@
font-size: 1.1em;
font-weight: bold;
float: left;
- color: #43497E;
+ color: #43497e;
}
.main .main_column label,
.blank .main_column label {
@@ -1734,7 +1735,7 @@
}
#changes_index .panel_with_tabs .tab_description {
font-size: 1em;
- color: #43497E;
+ color: #43497e;
}
#changes_index .panel_with_tabs .tab_description h2 {
padding-top: 0.2em;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|