rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - jerome

Pages: 1
1
Beta / lock icon is lost
« on: January 23, 2011, 04:31:19 AM »
hello everybody.

i have encounter another trouble about permission

if you move a locked sub folder to another unlocked folder parent location.

it loose the locks icon in hfs, when the properties of the file show it is still locked,
you need to unlock+ok lock again+ok to make the change visible and show the locked icon on it.

move a locked children folders make something on the permission like a lost parent address trouble.



2
Everything else / défouloir pour WE ARE WAITING FOR ...
« on: July 15, 2010, 08:42:04 AM »
never say WE ARE WAITING FOR,
it is not serious.

3
HFS ~ HTTP File Server / archivable
« on: October 21, 2009, 03:00:54 AM »
hello,
i have a little problem on virtual public folders normally not archivable from a "member of" account.
nothing to disable the tar download of a public folder ???



4
Bug reports / iframe problem
« on: May 16, 2009, 05:15:58 AM »
hello,
graphic bug "the return" in this version.

still a iframe layer problem with Flock and mozilla.
http://82.239.5.248/html/rar.html

name="iFrame" width="100%" height="43000"

in the bottom of the page, a black zone over the files.
iexplorer8 and chrome are ok, mozilla and flock not

5
Beta / not formated hard drive trouble
« on: May 09, 2009, 08:04:21 AM »
hello,
i have just installed new drives in my machine,
and when you have HFS opened and want to reach the windows drive manager to format a new partition.

the machine become mad and HFS bug, all windows opened appz bug
you cant use both at the same time when you have a not formated drive.

all is working only after you have formated your drive, and open HFS after.
something is not compatible in the drive management (on Windows XP PRO SP3 as usual)  ;D

i have moved to v337 directly from formated drives but the case can come again.

6
hello, ciao tutti !

i try to enable a floating search button in HFS but the javascript i use is not working in the template.
if someone have a working solution it should be appreciated.

i found a simple code on
http://www.dynamicdrive.com/dynamicindex1/staticmenu.htm
working in a HTML page hosted on HFS but not in the HFS template directly.


the custom script... with an alternative search function.
Code: [Select]
<script>
if (!document.layers)
document.write('<div id="divStayTopLeft" style="position:absolute">')
</script>

<layer id="divStayTopLeft">

<!--EDIT BELOW CODE TO YOUR OWN MENU-->
<table  width="200"   bgcolor="transparent">
<FORM name=form1  target=_parent  action=/?search= ><input name="search" type="text" style="POSITION: relative; TOP: 0px; LEFT:0px; width:90px; height:20px; z-index:2"><input class=button input name="form1" type="submit" value="search" style="POSITION: relative; TOP: 1px; LEFT:0px; width:60px;  height:22px; z-index:2"></FORM><FORM name=user><input name="user" type="hidden" value="%user%"></FORM>

</table>
<!--END OF EDIT-->

</layer>


<script type="text/javascript">



//Enter "frombottom" or "fromtop"
var verticalpos="frombottom"

if (!document.layers)
document.write('</div>')

function JSFX_FloatTopDiv()
{
var startX = 10,
startY = 100;
var ns = (navigator.appName.indexOf("Netscape") != -1);
var d = document;
function ml(id)
{
var el=d.getElementById?d.getElementById(id):d.all?d.all[id]:d.layers[id];
if(d.layers)el.style=el;
el.sP=function(x,y){this.style.left=x;this.style.top=y;};
el.x = startX;
if (verticalpos=="fromtop")
el.y = startY;
else{
el.y = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
el.y -= startY;
}
return el;
}
window.stayTopLeft=function()
{
if (verticalpos=="fromtop"){
var pY = ns ? pageYOffset : document.body.scrollTop;
ftlObj.y += (pY + startY - ftlObj.y)/8;
}
else{
var pY = ns ? pageYOffset + innerHeight : document.body.scrollTop + document.body.clientHeight;
ftlObj.y += (pY - startY - ftlObj.y)/8;
}
ftlObj.sP(ftlObj.x, ftlObj.y);
setTimeout("stayTopLeft()", 10);
}
ftlObj = ml("divStayTopLeft");
stayTopLeft();
}
JSFX_FloatTopDiv();
</script>

the floating search example... hosted on HFS, the input class= button  works in this case
http://82.239.5.248/test-floating-search-button.html

the search button alone can be placed in the template, (even if it give a input class= button error)
it enable to search on all the server from any folder, sub folder and the root.
the search result is very fast when you are not logged in, and a bit slow when you are logged,
it need sometime a mouse over on a frame or a text zone to debug the to long result.

Code: [Select]
{.if| {.get|can recur.} |
<td width='70%'>
<FORM name=form1  target=_parent  action=/?search= ><input name="search" type="text" style="POSITION: absolute; TOP: 16px; LEFT:14px; width:90px; height:19px; z-index:2"><input class=button input name="form1" type="submit" value="search" style="POSITION: absolute; TOP: 16px; LEFT:110px; width:60px;  z-index:2"></FORM>
<FORM name=user><input name="user" type="hidden" value="%user%"></FORM>

</div>
/if.}

the input class= button in the template don't give the same graphical result  ??? but it works,
the input hidden user is necessary to keep the user login in the search result,
i would like to make it floating but the template say no.

if anybody have an other simple javascript compatible? or something working better?
thank you.



Pages: 1