Jose' Matos wrote:

> On Tuesday 01 March 2005 11:17, Angus Leeming wrote:
>> Which presumably requires a TOC with pointers to each page. Something
>> like the top of this:
>> http://www.devel.lyx.org/~leeming/www-user/archaeology/lyx_timeline.php
>>
>> The version number would become a hyperlink.
> 
>   I like that, do you want to commit it?
> 
>   You can get all the data from my area, the permission bits allow it. If
> not I can send you the tar.gz package.
> 
>   Should it go in the users or developers webpage?
> 
>> Alternative wild idea:
>> Click on the version number hyperlink to show otherwise hidden data
> 
>   If you want to fiddle with javascript, I would expect. It can be done
>   with css but then the exploder would require lots of tweaks.

Hmmmm. I was thinking along the lines of 

http://www.devel.lyx.org/~leeming/www-user/archaeology/lyx_timeline.php

  <form method="post"
action="http://www.devel.lyx.org/~leeming/www-user/archaeology/parser.cgi";>
  <table summary="LyX releases">
    <tr>
      <td>Version</td><td>Release date</td><td>File format</td><td>Show
details</td>
    </tr>
    <tr>
      <td>0.5&nbsp;&ndash;&nbsp;0.6</td><td>1995/09/xx</td><td>2.00</td>
      <td><input type="checkbox" name="lyx-details" value="0.5"/></td>
    </tr>
    <tr id="hidden-data">
      Foo bar
    </tr>
    <tr>
      <td>0.7</td><td>1995/10/24</td><td>2.10</td>
      <td><input type="checkbox" name="lyx-details" value="0.7"/></td>
    </tr>
  </table>
  <input type="checkbox" name="lyx-details" value="show all"/>Show all
  <input type="submit" value="Submit"/>
  </form>

parser.cgi would post a new page with the 'id="hidden-data"' attribute
removed from appropriate entries.

Of course, I've no idea if this could be made to work; I've just been
reading a new book on XHTML ;-)

-- 
Angus

Reply via email to