Skip to content

Nosferatu - v14 - Discovery of the movie #83

@staphon7

Description

@staphon7

Hello there,

My operating system is Arch Linux.

Here is the output of advene --version:

  • Advene development version release/3.13.1-1-gf2abf4d7

How to reproduce the issue:

  • Launch Advene with ./bin/advene /<path_to>/Nosfertu_v14.azp.

Navigation and steps:
We are there: http://localhost:1234/packages/Nosferatu_v14/view/Level1.

  1. Subpage: "Summary" - http://localhost:1234/packages/Nosferatu_v14/view/Summary

    • Link: "Details" - http://localhost:1234/packages/Nosferatu_v14/annotations/a605/view/Detail.
      • "Error in view Detail interpretation: :29:2:".
        ==> Edit "Detail" static view.
        ==> line 26 - end of image tag.
      • "Error in view enriched_link interpretation: :1:170".
        ==> Edit "enriched_link" static view.
        ==> at char 170 - missing double quotes.
      • Link: "Those leading to a shot included in the episode" - http://localhost:1234/packages/Nosferatu_v14/annotations/a2479/view/Detail_shot.
        • "Error in view Detail_shot interpretation: :23:0".
          ==> Edit "Detail_shot" static view.
          ==> line 23 - &nbsp into &#160 - &lt is not a problem.

        • "Error in view Detail_shot interpretation: :25:104".
          ==> Edit "Detail_shot" static view.
          ==> line 25 - &nbsp into &#160 - &gt is not a problem.

        • "Error in view Detail_shot interpretation: :28:84".
          ==> Edit "Detail_shot" static view.
          ==> Line 28 to 38 - below is an example.

          • "<tr><td>Duration</td><td tal:content="here/fragment/formatted/duration" />duration</td></tr>"

          Should be translated into:

          • "<tr><td>Duration</td><td tal:content="here/fragment/formatted/duration">duration</td></tr>"
  2. Subpage: "Cast" - http://localhost:1234/packages/Nosferatu_v14/view/Casting


Thank you

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions