rejetto forum
May 24, 2012, 01:49:54 PM *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
News: This forum is free, you do NOT need to register to post. But you may.
PROBLEMS? QUESTIONS? CLICK HERE!
Fill the survey!
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: page in hfs  (Read 3446 times)
0 Members and 2 Guests are viewing this topic.
Alons0
Tireless poster
****
Offline Offline

Bulgaria Bulgaria

Posts: 197



View Profile WWW Email
« on: December 26, 2006, 06:07:40 AM »

I wanna make site with hfs interface(no folders) with some information. Can i create section in html templte and folder? And then I wanna edit html design in section. Any ideas?
« Last Edit: December 26, 2006, 06:19:28 AM by Alons0 » Logged

rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11829


View Profile
« Reply #1 on: December 26, 2006, 10:53:00 AM »

i don't understand what you want to do.
you'd better TRY and tell us what actual difficulties you find.
Logged
darkmatter
Experienced poster
***
Offline Offline

Posts: 52


GIANT SCRIBBLES!

hazardnuts@yahoo.com losthazardb
View Profile WWW Email
« Reply #2 on: December 27, 2006, 03:38:09 PM »

ok ya... im sry   you desin a normal html....... and when you want them to go to one of those folders.... just makee a link to that folder.....
Logged

rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11829


View Profile
« Reply #3 on: December 27, 2006, 07:11:31 PM »

if you have a folder named "aaa" you just have to use this html
<a href="/aaa/">go to aaa</a>

nothing else. it works.
Logged
Alons0
Tireless poster
****
Offline Offline

Bulgaria Bulgaria

Posts: 197



View Profile WWW Email
« Reply #4 on: December 30, 2006, 03:23:22 AM »

Rejetto  I wanna page in hfs with no folders and there to paste some information. And in html template to make section of this page ex. "abc" and i wann open it like ex. http://10.6.13.25/abc/. I made a picture which i edited with MS Paint to view what I want:

[attachment deleted by admin]
« Last Edit: December 30, 2006, 03:30:41 AM by Alons0 » Logged

rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11829


View Profile
« Reply #5 on: December 30, 2006, 05:59:24 AM »

no, you can't. sections in template are not made for this.
if you want to do /abc/, you must create a folder, doesn't matter if it is virtual or not.
you may even make all in a single html, using javascript to recognize the URL, though i don't see the gain.
Logged
rejetto forum
« Reply #5 on: December 30, 2006, 05:59:24 AM »

Do you like this software? Consider even $2
 Logged
Alons0
Tireless poster
****
Offline Offline

Bulgaria Bulgaria

Posts: 197



View Profile WWW Email
« Reply #6 on: December 30, 2006, 06:21:23 AM »

no, you can't. sections in template are not made for this.
if you want to do /abc/, you must create a folder, doesn't matter if it is virtual or not.
you may even make all in a single html, using javascript to recognize the URL, though i don't see the gain.
I wanna help my users about some things - this is the gain. If I use javascriptfor the single html, would it be it design which I want?
Logged

rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11829


View Profile
« Reply #7 on: December 30, 2006, 06:39:50 AM »

you can edit the template you are using, and replace the %list% with the content you want.
%list% is the list of files, this way the list won't show.

to have a different content in every subfolder, you can create a virtual folder and use the "diff template" feature (right click on the folder). this way you can enter a differet [files] section with the new content.
Logged
Alons0
Tireless poster
****
Offline Offline

Bulgaria Bulgaria

Posts: 197



View Profile WWW Email
« Reply #8 on: December 30, 2006, 06:55:51 AM »

I made virtual folder and I entered in diff template [files] section and when i go in the folder there is displayed "no files"
Logged

rejetto
Administrator
Insane programmer
*
Offline Offline

Italy Italy

Posts: 11829


View Profile
« Reply #9 on: December 30, 2006, 07:13:51 AM »

hahaha, right, didn't think of it, since you have an empty folder, you have to use the [nofiles] section
Logged
Bers
Regular poster
**
Offline Offline

Posts: 15


View Profile
« Reply #10 on: January 15, 2007, 07:29:42 AM »

I wanna make site with hfs interface(no folders) with some information. Can i create section in html templte and folder? And then I wanna edit html design in section. Any ideas?

why not
use one of this http://www.boutell.com/newfaq/creating/include.html metod

or use this
all java script possible use like this
Code:
document.write('your HTML-code');

inside JS file HTML

Code:
document.writeln('<head>');
document.writeln('<style type="text/css">');
document.writeln('A {text-decoration:underline}');
document.writeln('.menu {       textalign: left; font-size: medium; fontsize: medium;   font-weight: bold; fontweight: bold}');
document.writeln('.menu1 {text-align: left; textalign: left; font-size: small; fontsize: small; font-weight: bold; fontweight: bold}');
document.writeln('</style></head>');

create all needed HTML like this and save to whatyouwantname.js
at last include to TPL
<script language="JavaScript" src=whatyouwantname.js></script>
« Last Edit: January 15, 2007, 07:49:48 AM by Bers » Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines Valid XHTML 1.0! Valid CSS!


Google visited last this page May 13, 2012, 10:38:14 PM