[haiku-bugs] [Haiku] #10417: Create directory listing template for Web+

  • From: "pulkomandy" <trac@xxxxxxxxxxxx>
  • Date: Wed, 15 Jan 2014 20:01:22 -0000

#10417: Create directory listing template for Web+
--------------------------------------+------------------------------
 Reporter:  pulkomandy                |        Owner:  pulkomandy
     Type:  enhancement               |       Status:  new
 Priority:  low                       |    Milestone:  Unscheduled
Component:  Applications/WebPositive  |      Version:  R1/Development
 Keywords:                            |   Blocked By:
 Blocking:                            |  Has a Patch:  0
 Platform:  All                       |
--------------------------------------+------------------------------
 WebPositive got support for listing directories (local ones, and soon
 FTP).
 The listing looks very ugly.

 Create a self contained HTML/css document to make it look nicer.

 It must contain a {{{<table id="ftpDirectoryTable">}}} element. This will
 be filled with the directory entries using the following classes:
 {{{
 <tr class="ftpDirectoryEntryRow">
 <td class="ftpDirectoryIcon ftpDirectoryTypeDirectory">
 <td class="ftpDirectoryIcon ftpDirectoryTypeFile">
 <td class="ftpDirectoryFileName">
 <td class="ftpDirectoryFileDate">
 <td class="ftpDirectoryFileSize">
 }}}

 It should use UTF-8 encoding (set in the doctype and/or meta tag).

 Anything can be added: background pictures, logo, css effects, javascript
 sorting of the table, whatever. Be creative and make something that looks
 nice, but don't overdo it.

--
Ticket URL: <http://dev.haiku-os.org/ticket/10417>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: