search for: footer

Displaying 20 results from an estimated 1470 matches for "footer".

2006 Jan 16
2
render :file question
Hi, I have a layout xyz.rhtml. And a footer.rhtml. Both these files reside in app/views/layouts/. In that layout, I am making a call like this: <%= render :file => "footer", :use_full_path => true%> I have also tried: <%= render :file => "footer"%> footer.rhtml is in the...
2005 Nov 21
1
How to add the footer to multipart emails
I recently lerned that Mailman adds its footer to MIME multipart messages by putting the original message in the first part of a new multipart/mixed entity and the footer in the second part, with Content-Disposition: inline. It works well in Thunderbird at least, i.e. the footer is visible; the glitch is that the footer shows up as an attachmen...
2008 Sep 17
2
Layouts and content_for
...; <title>Todo List</title> <%= stylesheet_link_tag ‘application’ %> <%= yield :head %> </head> As per the tutorial they are calling the yiel:head & content_for :head has been written in index.html.erb. My question is if i want to call another yield such as yield :footer and if i write content_for :footer in some other file like footer.html.erb. Then in my layout yield :footer is not taking. Please give me some suggestions regarding this Thanks in advance -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You receive...
2004 May 15
1
Re: [Logcheck-commits] CVS logcheck/src
...then > - $CAT /etc/logcheck/header.txt >> $TMPDIR/report > + $CAT /etc/logcheck/header.txt >> $TMPDIR/report \ > + || error "Could not append header to $TMPDIR/report Disk full?" > fi > } > > @@ -152,7 +157,8 @@ > # Add a footer to the report. > setfooter() { > if [ -f /etc/logcheck/footer.txt ] ; then > - $CAT /etc/logcheck/footer.txt >> $TMPDIR/report > + $CAT /etc/logcheck/footer.txt >> $TMPDIR/report \ > + || error "Could not append footer to $TMPDIR/report Di...
2006 Feb 10
4
hiding header/footer on html print?
Hello all, I am using what might be a "poor mans" reporting... html -> print. Who knows a way to hide the browser-included header and footer of the print? thanks. -- ------------------------------ Forget the icing. Bake the Cake! - the epi-centered developer ------------------------------ Peter Fitzgibbons -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/a...
2013 Feb 08
1
<footer> and cie.
Question: what should be the output for this: > for me the point of having my blog as a static site is mainly easy deployment<br> > I don't have to worry about even configuring PHP<br> > I just put html on a web server and boom! instant win > > <footer>? [Igor Wiedler wins](https://igor.io)</footer> The real question is how to treat `<footer>`. Is it a block-level element like `<div>`? That should mean that the content would be passed to the output literally. One thing for sure, it's not a span element, as the HTML spec...
2009 Jan 28
6
unsubscribe
Nyarai Tunjera ICT Director Gateway Primary School Box EH 121 Emeraldhill Zimbabwe www.gatewayprimary.co.zw Forever God is Faithful Be exalted oh GOD above the heavens Let your Glory fill ALL the earth. Great is OUR God -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. -------------- next part -------------- An HTML attachment was
2022 Jun 09
1
Change request: Footer section of FrontPage
Hi, I'd like to request to update the footer section of CentOS Wiki FrontPage. Because I prepared a Japanese FrontPage on CentOS Wiki. https://wiki.centos.org/ja Could you update the footer section of CentOS Wiki FrontPage as below? This wiki in [[fr|French]] | [[de|German]] | [[ja|???]] | [[kr|Korean]] | [[ru|Russian]] | [[rs|Serbian]] | [...
2007 Oct 30
1
Place a string into the header/footer of a pdf file generated during a plot session
Dear useRs, Do you know, by any chance, if it is possible to write a string in the header/footer of a pdf file created during a plot session? To make sure that I know what R script generated a certain chart, I would like to add the path to the working directory into the header/footer of the corresponding pdf file. Thank you. Tudor -- Tudor Dan Bodea Georgia Institute of Technology School of...
2005 Nov 16
4
[OT] Witty one liners or computer related proverbs
Dear All, I need some witty computer related proverbs or one liners that some of have used in the past as footers for your emails for example. I particularly remember a PERL based transliteration joke/footer that when run in PERL produces a witty output.... This is to fix a problem internally created by an over zealous salesman at my company pinning up A4 sheets with bullSh*t sales proverbs on them!!! th...
2006 Aug 18
7
Rewriting URLs - help needed
Hello - I''m grappling with some tricky URL rewriting with Apache 2 and mod_rewrite, and could use a hand. Briefly: URL for application is: www.servername.com/path/to/app/ There is no Alias directive; the application is in the directory /www/content/path/to/app/ on the server file system. The FastCGI dispatcher (dispatch.fcgi) lives at: /www/fcgi-bin/path/to/app/dispatch.fcgi Inside
2008 Apr 11
4
request.params causing errors
Hello, I have a rhtml file that goes through the request.params. One of my test generates that file, but rspec pops an error saying : undefined method ''params'' for ... I''m not sure what to do with this, since request.params actually works with rails. Any idea? Thank you Olivier Dupuis -------------- next part -------------- An HTML attachment was scrubbed... URL:
2005 Apr 06
6
Mimic something like layout on a smaller scale?
I need to add various header and footer dressings around groups of form fields for GUI goodness, and am wondering if there''s already something out there that will suit my needs. These headers/footers have special properties for display(title, help links, etc...). I want to be able to easily take advantage of the existing HTML he...
2014 Nov 27
1
centos.org contacts in page footer are missing
Hello, I would like to propose to add a "Contact us" link to centos.org web site. The page footer currently looks like this: "? 2014 The CentOS Project | _Legal_" Unfortunately, even the Legal link does not contain any useful address. It took me a while to dig centos-docs at centos.org and it would be much more convenient to encourage users to report problems with the site without f...
2012 Jul 19
6
Rendering Partial
I am a bit confused when coming from layout and partials. To start of I have a file called application.html.erb which has my layout such has follow <html> <head> <body> <%= render ''layouts/footer'' %> </body </html> This call a new file _footer.html.erb This file his has follow <footer class="footer"> <nav> <%= render "pages/link" %> <ol class="footer_pages"> </ol> </nav> </footer>...
2007 Apr 11
5
WIN32OLE MS Word Help
...rying to create word document in ruby using WIN32OLE. as.. require ''win32ole'' word = WIN32OLE.new("Word.Application") word.visible = true word.documents.add selection = word.selection word.Selection.TypeText "This is some text." ... .. . Can we set header and footer to document? I want to generate a document such that its header contains an image on right side and a note on left side. please help me out. Thanks. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:...
2004 Jun 15
1
flat file mailbox formats
...of that. The code would be useful for all formats that require modifying message headers to store the metadata. How many such are there? I suppose all such formats could be implemented by separating mails into 3 logical parts: - header ("From ...\n") - mail data (headers and body) - footer ("\n") Except keeping a separate header and footer is kind of annoying, my current code uses: - mail separator ("\nFrom ...\n") - first message header's skip counter: how many characters to remove from mail separator for the first message (1, for \n before the "From...
2006 Jan 22
9
ERROR: undefined method `h'' for ERB::Util:Module
ERROR: undefined method `h'' for ERB::Util:Module i get above error when i use ERB::Util.h(content) in my controller''s action. can any one one tell me how to use this ''h'' method within controller? thanks, Jigar Gosar http://jigar.org -- Posted via http://www.ruby-forum.com/.
2020 Jan 10
1
FYI: intention to remove mail subject prefix & footer text
...OW, many subscribers are only receiving a subset of mails sent to the libvirt mailing lists. We believe the root cause of many of the problems is that mailman is modifying the mail subject to add the "[libvirt]" / "[libvirt-users]" prefix, and modifying the mail body to add the footer with links to the listinfo page. These modifications invalidate the DKIM signatures on mails sent to the list by some of our subscribers. This in turn causes DMARC policy rejections by the destination SMTP servers when mailman delivers messages. The solution is to disable any feature in mailman w...
2006 Mar 22
9
render partial from withit mail template
Hi, I''m trying to include a partial in an email template but it throws me this: undefined method `controller_path'' for SupportMailer:Class Extracted source (around line #12): 11: 12: <%= render :partial => ''footer'' %> I guess email views are a little different from normal ones as they don''t seem to have a access to a proper controller (?) is there a quick way around this? Jeroen