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.


Messages - RVO

Pages: 1
1
I can not put it to

2
Good Morning. I've been doing some tests and I think it's possible to do pagination with? Offset = 10 & limit = 10 for example. But I can not make a script to do it automatically. The most I got was this:

<script language="JavaScript" type="text/javascript">
<!--
var vCont = 0;
function conta(){
vCont = vCont + 10;
document.getElementById('contador').value = vCont;
}
//-->
<!--
var vCont = 0;
function deconta(){
vCont = vCont - 10;
document.getElementById('contador').value = vCont;
}
//-->
</script>

</head>
<body>
<div class="pager" align="center">

<form >

   <input type="button" value="prev" onclick="deconta();" />
      <input type="text" value="" id="contador" name="isso"  size="5" />
   <input type="button" value="next" onclick="conta();" />
 
           <a class="command" href="#" onclick="this.href='?offset='+document.getElementById('contador').value+'&limit=10'" > Ir</a>
        </form >

</div>


But it is very handmade. Can you help me do what it should be? Another problem I have is that using this system does not work when I want to organize by date added files. They are always organized by name. Thank you in advance for the help.

3
HFS ~ HTTP File Server / Re: HFS on External HDD (NAS)
« on: November 23, 2015, 07:04:08 PM »
Thanks for assistance

4
HFS ~ HTTP File Server / Re: HFS on External HDD (NAS)
« on: November 23, 2015, 07:03:07 PM »
It does not work like that. The HFS does not recognize the new network drives.
But I think already resolved. When I want to add a folder on vfs, I have to manually type the path of the folder you want to add and how it works.
Example:




5
HFS ~ HTTP File Server / Re: HFS on External HDD (NAS)
« on: November 22, 2015, 06:21:36 PM »
Sorry to be boring, but ... how do it?

6
HFS ~ HTTP File Server / Re: HFS on External HDD (NAS)
« on: November 22, 2015, 09:32:55 AM »
But I do not want to share the computer.
In the first image there is a folder "movies" shared. in the second image and when I try to add this folder to the HFS it no longer is.

7
HFS ~ HTTP File Server / Re: HFS on External HDD (NAS)
« on: November 20, 2015, 10:26:26 PM »
I need help on something that for me crazy.
I have a portable pc with windows 8.1 to manage HFS.
And I have two pc with shared disks trough network domestic group. It works as shown in the following image:


but the problem is that windows is unstable and needs some maintenance.
I'm trying to switch to a Freenas because and "easy" maintenance browser trough.
The problem is when I want to add a folder to the HFS vfs and locate the disc in FreeNAS, but not espande to the folder I want. Although usually get the windows as if ve in the second image.




  How do I do?

Sorry errors but I used the google translator.

Thank you

Pages: 1