Displaying 20 results from an estimated 40 matches for "navbar".
Did you mean:
navibar
2006 Jan 02
3
best to integrate dynamic navbar into layout
I''ve been trying to come up with a good way to integrate a dynamic
navbar into my layout. By dynamic, I meas that each link has 3 images.
Normal, rollover, and dark for the current page. I have it working but
it seems like there should be a better way. Here is how I did it,
please let me know if there is a better way. Rails makes so many things
simple, that this...
2020 Jun 07
1
Navbar for documentation is broken in Doxygen 1.8.18
Hi,
Here is a patch to update documentation to Doxygen 1.8.18 as the navbar is broken trying to use the latest Doxygen.
Also seems we are missing documentation for last releases here:
https://www.opus-codec.org/docs/
Best Regards Marcus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.xiph.org/pipermail/opus/attachments/20...
2011 Dec 30
2
CRAN link broken
The packages link on CRAN (http://cran.at.r-project.org/) seems to be
broken.
Paul
Object not found!
The requested URL was not found on this server. The link on the
referring page<http://cran.at.r-project.org/navbar.html> seems to be
wrong or outdated. Please inform the author of that page
<http://cran.at.r-project.org/navbar.html> about the error.
If you think this is a server error, please contact the webmaster
<mailto:%5bno%20address%20given%5d>.
Error 404...
2008 Oct 16
3
Rails: View specs and implicit parameters in link_to()
Hi all,
I''ve been cleaning up our routing file, and removed the default
map.connect ":controller/:action" route.
It''s thrown up a bunch of sloppy mistakes, which is great, but I also
think I''ve found a problem with the view specs.
We have a generic navbar partial which is rendered in the index page
of several different controllers. The navbar contains some call to
link_to of the form:
<%= link_to "By Concert", :sort => ''by_concert'' %>
Since I removed the default (catch-all) route, this fails in the view...
2006 Feb 27
0
application helper and tri-state images
I''ve come up with a very hackish way of creating a tri-state image
navbar. I don''t like it but it works pretty well. I would love to know
the ''rails'' way of doing this or even just a suggestion. Here''s my
helper.
module ApplicationHelper
# we use this function to create the tri-state image with rollovers
# todo I need to use...
2006 Mar 24
3
Changing sidebar in layout per controller
I am currently using 2 layouts in my site. One is for the admin area. I
am trying to get content in my sidebar to change depending upon the
current controller.
Example:
Within admin I have a users controller and a articles controller. When
in the users view I want the sidebar to display options (like add user
delete user etc).
What is the best actionview way to do this. I don''t
2008 Jan 13
2
access to webpage code
...ot;>
<link rel="stylesheet" type="text/css" href="R.css">
</head>
<FRAMESET cols="1*, 4*" border=0>
<FRAMESET rows="120, 1*">
<FRAME src="logo.html" name="logo" frameborder=0>
<FRAME src="navbar.html" name="contents" frameborder=0>
</FRAMESET>
<FRAME src="main.shtml" name="banner" frameborder=0>
<noframes>
<h1>The R Project for Statistical Computing</h1>
Your browser seems not to support frames,
here is the <A href=&qu...
2009 May 15
1
[PATCH server] First round of (largely) cosmetic changes to flexchart.
...import mx.events.MenuEvent;
+ import mx.events.FlexEvent;
import mx.formatters.DateFormatter;
import org.ovirt.data.*;
import org.ovirt.elements.*;
@@ -42,10 +45,22 @@ package org.ovirt.charts {
public class HostChart extends Chart {
private var yScale:Scale;
+ private var navBar:HBox;
private var chartFrame:HBox;
private var chartArea:Canvas;
private var XAxisLabelArea:Canvas;
+ //this has to happen after the scale area has been rendered, or it will have no width.
+ private function drawLine(event:Event):void {
+ var xg:Graphics = XAxisLabelArea...
2013 Jun 12
0
debug(session) output help
...;, :media => "all" %>
<%= javascript_include_tag "application" %>
<%= csrf_meta_tags %>
<%= yield(:head) %>
</head>
<body class="<%= controller_name %> <%= action_name %> gray">
<header class="navbar navbar-fixed-top">
<nav class="navbar-inner">
<div class="container">
<%= render ''layouts/navigation'' %>
</div>
</nav>
</header>
<div id="main" role="mai...
2007 Nov 15
3
modern-CentOS-1.7-2
...n li {
display: inline;
margin: 0;
- color: #204C8D;
+ color: #EEEEEE;
}
/* XXX Warning: non-ascii characters! */
-----%<-----%<-----%<-----%<-----%<-----%<-----%<-----%<-----%<-----%<
Second:
We still need to decide to which pages we link in the Navbar. Are any
changes needed regarding the pages we have there at the moment?
Cheers,
Ralph
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.centos.org/pipermail/...
2015 Jan 02
2
http://www.centos.org/ Help menu anchor
On http://www.centos.org/, the Help in the navbar is described by the anchor
<a href="http://wiki.centos.org/Documentation?action=show&redirect=GettingHelp
<view-source:http://wiki.centos.org/Documentation?action=show&redirect=GettingHelp>">Help</a>
Why does it contain ?action=show&redirect=Getting...
2007 Aug 01
4
Extracting a website text content using R
Dear useR,
Just wandering whether it is possible that there is any function in R could
let me get the text contents for a certain website.
Thanks a lot!
Best,
Leon
[[alternative HTML version deleted]]
2008 Dec 17
2
Help with link_to and its kin
Hi Everyone
I am a new user of Ruby and Rails, and would like some help with the
following problem.
I have created a navbar with a styled unordered list and I would like
to apply class="current" to the tab for the current page.
Currently I am using a large, cumbersome and ugly if..then block,
rendering the class="current" into the html and link_tos with
current_page?.
I am absolutely sure this is a...
2018 Oct 15
0
Introducing the new docs site
Hi everyone,
as you might have noticed, we now have an actual docs site with an
install guide: https://docs.centos.org/
It's very much a work in progress (I need to figure out how to get rid
of the two navbars on the main page and a bunch of other things), but I
believe even in the current state it's going to be useful to any CentOS
users. The Installation Guide is adapted from the RHEL7 Install Guide,
and I'll be looking at ways to get our own release notes published using
the new system as...
2006 Oct 22
2
url_for In a Component?
When I try to use url_for within a component I get the following:
NoMethodError in LinkController#get_links
undefined method `url_for'' for Navbar::LinkController:Class
The API docs show url_for as a public method of ActionController::Base.
Since my component is derived from ActionController::Base shouldn''t
url_for be available within the class?
Any ideas?
Thanks!
- Don
--
Posted via http://www.ruby-forum.com/.
--~--~------...
2007 Jun 06
1
"selected" in form.select
I have a search form in my navbar where a user can select in which
area he wants to search. After clicking the submit-button the
results get rendered but the previous selected area is no longer
selected.
<%= form.select (:suchfeld,
[ [''Beschreibungen'',''description''],
[''Headline...
2008 Oct 03
2
cannot open connection: Authorization Required
Hi, All:
Is there a way in R to access a file / web site that requires
permission?
Consider for example the following:
> readLines('http://www.r-project.org/', 4)
[1] "<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\">"
[2] "<html>"
[3]
2012 Oct 18
1
routing issue with mounted engine - Rails 3.2.8
...;, :as => :forums,
constraints: lambda { |r| r.subdomain.present? && r.subdomain !=
''www'' } , :defaults => { :locale => I18n.locale }
...
end
when I display the home page of the subdomain, http://bingo.lvh.me:3000/
I don''t have any problem with the navbar links in the header
in which I have :
= link_to t(:home), home_sites_path(:locale => I18n.locale)
= link_to t(:forums), forums_path(:locale => I18n.locale)
Upon clicking on ''forums'' item ( generated url: bingo.lvh.me:3000/
en/forums ) , I am redirected correctly to the...
2016 Aug 31
1
We need to change our AD domain
...fferent Windows versions. If there is
any issue just provide me the details of your environment and the exact
error. Then I can fix this in the next release. :)
Bugs can be opened at GitHub or SourceForge:
https://github.com/LDAPAccountManager/lam/issues
https://sourceforge.net/p/lam/bugs/?source=navbar
Best regards
Roland
On 31.08.2016 09:54, mj wrote:
> Hi John,
>
> This is strange. We have used LAM in the past on our samba4 AD, and
> lately we are using (mostly) ADUC, and partially still LAM. We have
> never seen the behaviour you describe below.
>
> My suggestion wo...
2006 Jan 15
7
Include extra partial in layouts
Hi all,
Does anybody know how to include a partial (next to @content_for_layout) in a
layout file?
I''m looking for a something like @partial_for_include => ''filename'' in my
layout files. So a linked .rhtml file gets picked up from within a layout
file. All my layout files (4 at the moment) have a <div class="navright">
tag, so one change in the