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

Pages: 1
1
HTML & templates / HTML Color Chart
« on: September 07, 2005, 06:21:19 AM »
This site has a good chart.  Note that you can tweak your colors by adding (hex) to the code.

http://www.immigration-usa.com/html_colors.html

2
HTML & templates / Figured it out...
« on: July 14, 2005, 10:17:45 AM »
I figured it out.  Changed the Upload button link to:
<a href="%encoded-folder%~upload+progress" class=button> and removed the javascript code that creates the ADD/CLOSE Progress Status buttons.

Now, by default, the upload page has the progress status frame.  Cool.  I don't know a thing about HTML.  I'm just cutting, pasting, and changing values to see what happens.

Just one question... can mistakes in HTML coding lend themselves to security problems?

3
HTML & templates / Default Template for v2.0beta23
« on: July 13, 2005, 09:26:41 PM »
Can anyone explain how to alter the default template in v2.0beta23 such that instead of the "Add/Close Progress" buttons, the page just always shows the progress frame?

4
HTML & templates / Problem with Damn.to Template
« on: July 13, 2005, 01:47:42 PM »
This template is awesome, but I noticed a problem.  It seems to die on any folder or filename containing a ' character.  You just can't change to a directory such as "CD's".  It also sometimes pops up an error when changing to a directory that contains a subdirectory or file with a ' character.

I can see in the template where the problem lies, or at least an example of it such as:

<tr class="mout" onmouseover="this.className='mover'" onmouseout="this.className='mout'" onclick="location.href='%item-url%'">

When clicking on a directory named CD's, that code will result in something such as: 'CD's', which makes the page choke.

I'm not very familiar with scripting though, so I don't know how to change this to accept ' as a possibility in a file name.

Pages: 1