HTML template - file size
Moderators: helmut, XnTriq, xnview
HTML template - file size
Is it possible to add #FILESIZE# in KB for html templates... or is there one already?
Thanks.
Thanks.
Re: HTML template - file size
Is added in 1.90 beta as #<FileSize>#dcakovan wrote:Is it possible to add #FILESIZE# in KB for html templates... or is there one already?
Thanks.
Pierre.
For me, it works.dcakovan wrote:Yes. With the latest beta 5 as well.
For example, i've change in thumb.html
Code: Select all
<div>#THUMB_TEXT#</div>
Code: Select all
<div>#THUMB_TEXT#</div>
<div>#<Filename>#</div>
Pierre.
Does not work for me.xnview wrote:Is added in 1.90 beta as #<FileSize>#
From what I can see the place holder for file size is #<Size># and #<Size KB># (lower/uppercase doesn't matter).
I was about placing a question why there are placeholders with and without < >. But then the answer came to my mind: We have the original placeholders with #name#. In addition to those placeholders all placeholders which can be used for batch renaming (Tools > Batch rename) are available, but for those you have to use the less than and greater than characters <>, e.g. #<size>#.
It's very good that all those placeholders (original ones and the ones used in batch renaming) can be used, but the mixture of placeholders with '#' and with '#<' is not so good. Perhaps in addition to the # notation there could be the #< notation for all original placeholders.
Last edited by helmut on Wed Dec 20, 2006 10:32 am, edited 1 time in total.