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 - Mara

Pages: 1 2 3
1
HTML & templates / Re: Hlp to do something else
« on: May 19, 2007, 01:03:58 AM »
10x for the help !!!!

2
HTML & templates / Hlp to do something else
« on: May 18, 2007, 01:51:24 AM »
I have a idea for icon view of the items but there is a problem.
see this basic tpl.

Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<link href="/img/style.css" rel="stylesheet" type="text/css">
  </style>
  <title>%folder%</title>
</head>
<body>
<div id=body>
%folder-comment%
%files%
</div>
</body>
</html>


[login-link]
<a href="~login" class=button><img src="/~img27" /> LOGIN</a>

[loggedin]
<span class=button><img src="/~img27" /> user: %user%</span>

[upload-link]
<a href="~upload" class=button><img src="/~img32" /> UPLOAD</a>

[up]
<a class=big href=".."><img src="/~img14" /> UP</a>

[nofiles]
<div class=big>No file</div>

[files]
<div align="left" valign="top">
  <table border="0" >
    <td>
%list%
    </td>

  </table>
</div>






[file]
<td  valign="top">
  <table width="60">
<tr>
      <td align="center">
      <a href="%item-url%"><img border="0" src="/~img_file" width="32" height="32"></a></td>
</tr>
    <tr>
     <td align="center"> <a href="%item-url%">%item-name%</a></td>
</tr>
</table>
</td>

[folder]
<td  valign="top">
  <table width="60">
<tr>
      <td align="center" >
         <a href="%item-url%"><img border="0" src="/img/folder_green.JPG" width="32" height="32"></a>
      </td>
</tr>
    <tr>
      <td  align="center"><a href="%item-url%">%item-name%</a></td>
</tr>
</table>
</td>


[link]
<tr><td>%new% <a href="%item-url%"><img src="/~img_link" /> <b>%item-name%</b></a>%comment%<td colspan=3 align=center><i>link</i>



the "style.css" :
Code: [Select]
[style]
body, th { font-family:tahoma, verdana, arial, helvetica, sans; font-weight:normal; font-size:9pt; }
body { margin:0; background:url('/img/bg1.gif'); padding:10px; }
p { margin:0 }
a { text-decoration:none;  background-color:Transparent; color:#05F; }
a:visited { color:#55F; }
a:hover { background-color:#EEF; }
img { border-style:none }
td { font-size:10pt; background:#FFF; border:1px solid #BBF }
td img { vertical-align:top }
th, th a, th a:visited { color:#555; font-size:13pt; font-weight:bold; padding-bottom:0; }
#foldercomment { font-size:10pt; color:#888; background:#EEE; padding:3px; border:1px solid #DDD; border-bottom:3px solid #DDD; margin-top:2px; }
#tools { text-align:right; font-size: 8pt; }
#folder, .big { font-size:14pt; font-weight:bold;  }
#folderlabel, #folderstats, #footer { font-size: 8pt; }
#FileList {position: absolute; left: 30%; width: 70%; height: 100%}
#body {
  border-bottom: 4px solid #BBF;
     border-top: 4px solid #BBF;
    border-left: 1px dotted #BBF;
   border-right: 1px dotted #BBF;
  background:url('/img/search_row_back.gif');
  padding:15px;
  margin:15px;
}
.comment { font-size:7pt; color:#888; background:#EEE; padding:3px; border:1px solid #DDD; margin-top:2px; }
.button { float:right; padding:5px; padding-top:7px; margin:15px; border:2px solid black; background:white; font-size:8pt; font-weight:bold; }
.button img { vertical-align:text-bottom; }
.flag { font-weight:bold; font-size:8pt; background:white; color:red; text-align:center; border:1px solid red; }





The problem is THE NEW LINE OF THE ICONS ...

5
HTML & templates / I want a message only on the first page
« on: April 20, 2006, 11:22:04 PM »
Make page and save it someware. Open hfs and plase the page in "/" directori. Right click on "/" and "Default file mask". Type xxx.html.
    "xxx" - the name of the page file.

6
HTML & templates / Check this!!!!!!!
« on: April 09, 2006, 11:49:16 AM »



7
HTML & templates / Check this!!!!!!!
« on: April 08, 2006, 12:53:40 AM »
Quote
In template go to [progress].  In %style% section under [progress] change .out_bar { width: 100px; to 200px;


But i need to change .in_bar width to 200.
On defult .in_bar width = %perc%. For 200px i need to do this %perc%*2, but this is not support of the brouser. And finali how rojetto seys, I need to write java script . :D


And thenks for the advise. Meny peoplle are disable the java scripts

8
HTML & templates / Check this!!!!!!!
« on: April 08, 2006, 12:42:39 AM »
ok thenks!

9
HTML & templates / Check this!!!!!!!
« on: April 08, 2006, 12:08:33 AM »
This is nice :D







Code: [Select]
<html>
<head>
<SCRIPT LANGUAGE="JavaScript1.2">
<!-- Web Site:  http://www.dynamicdrive.com -->
<!-- Begin
var menuskin = "skin0"; // skin0, or skin1
var display_url = 0; // Show URLs in status bar?
function showmenuie5() {
var rightedge = document.body.clientWidth-event.clientX;
var bottomedge = document.body.clientHeight-event.clientY;
if (rightedge < ie5menu.offsetWidth)
ie5menu.style.left = document.body.scrollLeft + event.clientX - ie5menu.offsetWidth;
else
ie5menu.style.left = document.body.scrollLeft + event.clientX;
if (bottomedge < ie5menu.offsetHeight)
ie5menu.style.top = document.body.scrollTop + event.clientY - ie5menu.offsetHeight;
else
ie5menu.style.top = document.body.scrollTop + event.clientY;
ie5menu.style.visibility = "visible";
return false;
}
function hidemenuie5() {
ie5menu.style.visibility = "hidden";
}
function highlightie5() {
if (event.srcElement.className == "menuitems") {
event.srcElement.style.backgroundColor = "highlight";
event.srcElement.style.color = "white";
if (display_url)
window.status = event.srcElement.url;
   }
}
function lowlightie5() {
if (event.srcElement.className == "menuitems") {
event.srcElement.style.backgroundColor = "";
event.srcElement.style.color = "";
window.status = "";
   }
}
function jumptoie5() {
if (event.srcElement.className == "menuitems") {
if (event.srcElement.getAttribute("target") != null)
window.open(event.srcElement.url, event.srcElement.getAttribute("target"));
else
window.location = event.srcElement.url;
   }
}
//  End -->
</script>
</head>
<body>
<div id="ie5menu" class="skin0" onMouseover="highlightie5()" onMouseout="lowlightie5()" onClick="jumptoie5();">
<div class="menuitems" url="javascript:history.back();">
  <img border="0" src="/~img14" width="16" height="16">&nbsp;&nbsp;Back</div>
<div class="menuitems" url="/">
  <img border="0" src="~img1" width="16" height="16">&nbsp;&nbsp;Home</div>
<hr>
<div class="menuitems" url="f.htm">
  <img border="0" src="/~img63" width="16" height="16">&nbsp;&nbsp; Fullscrean</div>
<hr>
<div class="menuitems" url="/data/~login">
  <img border="0" src="/~img26" width="16" height="16">&nbsp;&nbsp;Login</div>
<div class="menuitems" url=""><img border="0" src="/~img3">&nbsp;&nbsp;m1crosoft@abv.bg</div>
</div>
<script language="JavaScript1.2">
if (document.all && window.print) {
ie5menu.className = menuskin;
document.oncontextmenu = showmenuie5;
document.body.onclick = hidemenuie5;
}
</script>
</body>
</html>

10
HTML & templates / Check this!!!!!!!
« on: April 06, 2006, 07:26:49 PM »


rojetto what is this????<span class=in_bar style="width:%perc%">?????? How to make the bar with 200px width????

11
HFS ~ HTTP File Server / 100 % CPU Usage
« on: April 06, 2006, 08:18:48 AM »
When I have a problem, I run ms-dos type format c:/q and no problems anymore :DDDDD

12
HFS ~ HTTP File Server / Prevent users from uploading
« on: April 06, 2006, 07:45:23 AM »
just remove the section [upload], [upload-link].

13
HFS ~ HTTP File Server / 100 % CPU Usage
« on: April 06, 2006, 07:42:46 AM »
:) REINSTAL THE WINDOWS (:

14
HFS ~ HTTP File Server / Feature proposal
« on: April 06, 2006, 12:20:00 AM »
This will be very nice. I see this on one apache server before 1 year ago.

15
HFS ~ HTTP File Server / 100 % CPU Usage
« on: April 06, 2006, 12:06:17 AM »
becouse i have 634 viruset executible files on my PC.Every game, program make the same problem. I play minesweeper at 100% CPU ussage :) . This is SUPPOSITION. Download lastest updates for you antivirus soft and scan your system. I download lastest version of HFS and scan it, but nothing found :) .

Pages: 1 2 3