rejetto forum

Software => HFS ~ HTTP File Server => HTML & templates => Topic started by: pspguide on March 18, 2010, 03:24:28 AM

Title: new templated
Post by: pspguide on March 18, 2010, 03:24:28 AM
i like the hfs.tpl but i would like to request two thinks if possible, one to remove the SELECT and TOOLS section on the left side of the template. 2nd to add a header right above the files as the name of the webserver to read "YOUR FILES" ABOUT one INCH IN a half letters.

I hope this doesn't offend anyone but i have tried and have no been succesful

i would be will to donate a reasonable amount to have this done if possible.
thank you
Title: Re: new templated
Post by: rejetto on March 18, 2010, 03:11:16 PM
please, redownload the template, because i just updated it.
http://www.rejetto.com/forum/index.php/topic,8247.0.html

then this is your solution:
right click on the root/home > properties > diff template

and put this text:
Code: [Select]
[more onload]
$('#select, #tools').hide();
$('#files').before("<div style='font-size:1in;'>Your files</div>");

i hope you like it.
if you mean to donate, you will find details at www.rejetto.com/hfs-donate
Title: Re: new templated
Post by: pspguide on March 18, 2010, 10:11:42 PM
i will try this as soon as i get home.

thank you so much
Title: Re: new templated
Post by: pspguide on March 19, 2010, 01:12:19 AM
works great. how would i be able to put an image on this?
thanks again
Title: Re: new templated
Post by: rejetto on March 19, 2010, 09:46:37 AM
where?
Title: Re: new templated
Post by: pspguide on March 19, 2010, 03:35:02 PM
a logo above the sign on name, not that big of a logo maybe anound  1 1/2x1 1/2inch
Title: Re: new templated
Post by: rejetto on March 20, 2010, 02:03:45 PM
i don't understand what you mean by "the sign on name"
Title: Re: new templated
Post by: pspguide on March 22, 2010, 10:24:50 PM
i would like to put a logo on the upper left hand corner of the template
Title: Re: new templated
Post by: rejetto on March 23, 2010, 12:53:34 AM
add this other line to what i already said:

$('#panel').prepend("<img src='http://www.dovedove.it/stuff/logo100.gif'>");

clearly you may use a different picture