Opened 20 years ago
Closed 20 years ago
#327 closed patch (fixed)
mythweb WAP theme update
Reported by: | Owned by: | xris | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythweb | Version: | |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
The scheduled recordings page doesn't display properly in the wap theme. This patch updates the wap theme as follows:
- takes the switch($show->recstatus) from the Default theme and uses that to generate appropriate commands, tweaked for display on a wap phone.
- Adds sort links at the top of the list
- Adds an indication of the record status with [R] [T] etc.
- made the display a bit 'denser' to get more on the screen at a time. Suggestions welcome on better layout
I've only tested this on my P910i in both Opera and the built-in WAP browser.
Attachments (3)
Change History (7)
Changed 20 years ago by
Attachment: | mythweb.wap.patch added |
---|
comment:1 Changed 20 years ago by
Owner: | changed from Isaac Richards to xris |
---|---|
Status: | new → assigned |
comment:2 Changed 20 years ago by
Summary: | mythweb WAP theme commands update → mythweb WAP theme update |
---|
Here's a better version of the patch.
It renders the list as a table, with the title row colourized according to recording status.
I discovered that opera on handhelds (Nokia 6600, p910i, and ???) use the 'handheld' media type for css, so added a <link> to that, and a handheld.css file. handheld.css is almost identical to styles.css, but I guess they might diverge over time.....
comment:3 Changed 20 years ago by
Component: | mythtv → mythweb |
---|
Note: See
TracTickets for help on using
tickets.
mythweb WAP theme update.