mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 11:26:37 -04:00
Replace LocTags with LocSubjects missed in #351
This commit is contained in:
parent
6c8e819316
commit
2613871e2d
2 changed files with 4 additions and 4 deletions
|
@ -12,8 +12,8 @@
|
||||||
<rights>Public domain in the United States. Users located outside of the United States must check their local laws before using this ebook. Original content released to the public domain via the Creative Commons CC0 1.0 Universal Public Domain Dedication.</rights>
|
<rights>Public domain in the United States. Users located outside of the United States must check their local laws before using this ebook. Original content released to the public domain via the Creative Commons CC0 1.0 Universal Public Domain Dedication.</rights>
|
||||||
<summary type="text"><?= Formatter::EscapeXml($entry->Description) ?></summary>
|
<summary type="text"><?= Formatter::EscapeXml($entry->Description) ?></summary>
|
||||||
<content type="html"><?= Formatter::EscapeXml($entry->LongDescription) ?></content>
|
<content type="html"><?= Formatter::EscapeXml($entry->LongDescription) ?></content>
|
||||||
<? foreach($entry->LocTags as $subject){ ?>
|
<? foreach($entry->LocSubjects as $subject){ ?>
|
||||||
<category scheme="http://purl.org/dc/terms/LCSH" term="<?= Formatter::EscapeXml($subject) ?>"/>
|
<category scheme="http://purl.org/dc/terms/LCSH" term="<?= Formatter::EscapeXml($subject->Name) ?>"/>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
<? foreach($entry->Tags as $subject){ ?>
|
<? foreach($entry->Tags as $subject){ ?>
|
||||||
<category scheme="https://standardebooks.org/vocab/subjects" term="<?= Formatter::EscapeXml($subject->Name) ?>"/>
|
<category scheme="https://standardebooks.org/vocab/subjects" term="<?= Formatter::EscapeXml($subject->Name) ?>"/>
|
||||||
|
|
|
@ -19,8 +19,8 @@
|
||||||
<rights>Public domain in the United States. Users located outside of the United States must check their local laws before using this ebook. Original content released to the public domain via the Creative Commons CC0 1.0 Universal Public Domain Dedication.</rights>
|
<rights>Public domain in the United States. Users located outside of the United States must check their local laws before using this ebook. Original content released to the public domain via the Creative Commons CC0 1.0 Universal Public Domain Dedication.</rights>
|
||||||
<summary type="text"><?= Formatter::EscapeXml($entry->Description) ?></summary>
|
<summary type="text"><?= Formatter::EscapeXml($entry->Description) ?></summary>
|
||||||
<content type="html"><?= Formatter::EscapeXml($entry->LongDescription) ?></content>
|
<content type="html"><?= Formatter::EscapeXml($entry->LongDescription) ?></content>
|
||||||
<? foreach($entry->LocTags as $subject){ ?>
|
<? foreach($entry->LocSubjects as $subject){ ?>
|
||||||
<category scheme="http://purl.org/dc/terms/LCSH" term="<?= Formatter::EscapeXml($subject) ?>"/>
|
<category scheme="http://purl.org/dc/terms/LCSH" term="<?= Formatter::EscapeXml($subject->Name) ?>"/>
|
||||||
<? } ?>
|
<? } ?>
|
||||||
<? foreach($entry->Tags as $subject){ ?>
|
<? foreach($entry->Tags as $subject){ ?>
|
||||||
<category scheme="https://standardebooks.org/vocab/subjects" term="<?= Formatter::EscapeXml($subject->Name) ?>"/>
|
<category scheme="https://standardebooks.org/vocab/subjects" term="<?= Formatter::EscapeXml($subject->Name) ?>"/>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue