cccc / media-frontend

DEPRECATED frontend of media.ccc.de
1 stars 0 forks source link

provide a separate downloads-page per event that works without js #15

Closed MaZderMind closed 9 years ago

MaZderMind commented 9 years ago

it has the same look and feel as the original downloads-tab and will usual not be accessed when javascript is available. without these changes it's not possible to download files from the gui without javascript.

MaZderMind commented 9 years ago

im Prinzip sollte es wohl auch ohne diese Erweiterung gehen, weil die (Un-)Sichtbarkeit der Tabs durch reines CSS gelöst wurde:

  .tab-pane {
    display: block;
  }
  .tab-pane:not(:target) {
    // hide unselected tab panes
    // browser not supporting this selector will show all panes
    display: none;
  }

Im IRC wurde aber berichtet

interesting. ich nutz hier konqueror ohne js (und icew/tbb mit)

außerdem ermöglicht die Arbeit mit :active keine weiteren Informationen im Hash, wie z.B. die aktuelle Play-Time des Videoplayers (upcoming Pull-Request, Idee wäre #video@120 für Sekunde 120).

Daher lasse ich den PR mal offen.

MaZderMind commented 9 years ago

jetzt auch mit repariert und in rebased