search for: first_floor

Displaying 2 results from an estimated 2 matches for "first_floor".

2004 Nov 12
0
insconsistent server behavior
...0.0 (2.4.26) Service: Samba 3.0.4 (as PDC) Netbios Name : TUX Client 1 Os: Windows XP SP1 Netbios Name: xp Client 2 Os: Windows Me Netbios Name: me Here is the content of my /etc/samba directory: smb.conf me.conf -> /etc/samba/second_floor.conf xp.conf -> /etc/samba/first_floor.conf first_floor.conf second_floor.conf Here is the content of the smb.conf file [global] logon script = common.bat [netlogon] include /etc/samba/%m.conf Here is the content of first_floor.conf [global] logon script = first.bat [first_share] Here is t...
2006 Mar 10
0
link_to(... :popup => true) problem
...to a pdf. I want that pdf to open in a new window, thus wrote the code: <%= link_to(''PDF version'', url_for_file_column(''floor_plan'', ''pdf_file''), :popup => true) %> which generates the code: <a href="/floor_plan/pdf_file/12/first_floor.pdf" onclick="window.open(this.href);return false;">PDF version</a> The problem is that while this works in IE/Win it opens a blank popup on Safari and Mozilla, and opens the PDF in Preview (well, Mozilla asks first). So, the only case where this construct works is IE/Wi...