Changeset 38312 for gs3-installations


Ignore:
Timestamp:
2023-10-15T23:56:49+13:00 (8 months ago)
Author:
davidb
Message:

Range of changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gs3-installations/thewillow/trunk/sites/thewillow/collect/community-contributions/etc/collectionConfig.xml

    r38073 r38312  
    7474              </p>
    7575
     76              <style>
     77                img.thewillow-googleform {
     78                  width: 80%;
     79                }
     80                @media (max-width: 640px) {
     81                  width: 80%;
     82                  min-width: 250px;
     83                }
     84              </style>
     85             
    7686              <p style="width: 100%; text-align: center;">
    7787                <a target="_blank" alt="Hyperlink to Google Form for:" href="https://docs.google.com/forms/d/e/1FAIpQLSfnO4e7YL-6ZCNRjbH0FsOpOlSZsnoTkjPOOh2-xgrbYpq6lA/viewform">
    78                   <img alt="Do you have a story to tell about The Willow?"
    79                    src="interfaces/{$interface_name}/images/streetlife-willow-t-image500.png" width="500"/>
     88                  <img class="thewillow-googleform" alt="Do you have a story to tell about The Willow?"
     89                   src="interfaces/{$interface_name}/images/streetlife-willow-t-image500.png" />
    8090                </a>
    8191              </p>
     
    374384              <option name="-srcicon" value="iconmp4"/>
    375385              <option name="-OIDtype" value="assigned"/>
    376               <option name="-OIDmetadata" value="tw.DLIdentifier"/>
     386              <!-- <option name="-OIDmetadata" value="tw.DLIdentifier"/> -->
     387              <option name="-OIDmetadata" value="tw.WCADocumentID"/>             
    377388            </plugin>
    378389           
     
    583594-->
    584595                <br id="br-before-docMetadataTableDiv"/>
     596                <style>
     597                  .metadataTable td:first-child {
     598                    min-width: 9rem;
     599                  }
     600                </style>
    585601                <div id="doc-metadata-table">
    586602                    <gsf:metadata-table>
     
    593609                        <gsf:metadata name="tw.InCopyright">In Copyright:</gsf:metadata>
    594610                        <gsf:metadata name="tw.Theme">Theme(s):</gsf:metadata>
    595                         <gsf:metadata name="tw.DLIdentifier">Document Id:</gsf:metadata>
     611                        <!-- <gsf:metadata name="tw.DLIdentifier">Document Id:</gsf:metadata> -->
     612                        <gsf:metadata name="tw.WCADocumentID">Document Id:</gsf:metadata>
    596613                        <gsf:metadata name="tw.Notes">Notes:</gsf:metadata>
    597614                    </gsf:metadata-table>
     
    648665                <xsl:variable name="twDLIdentifier">
    649666                    <xsl:value-of select="/page/pageResponse/document/documentNode/metadataList/metadata[@name='tw.DLIdentifier']"/>
     667                </xsl:variable>
     668                <xsl:variable name="twWCADocumentID">
     669                    <xsl:value-of select="/page/pageResponse/document/documentNode/metadataList/metadata[@name='tw.WCADocumentID']"/>
    650670                </xsl:variable>
    651671                <xsl:variable name="twNotes">
     
    709729                                <td>
    710730                                    <i>
    711                                         <xsl:value-of select="$twDLIdentifier"/>
     731                                        <xsl:value-of select="$twWCADocumentID"/>
    712732                                    </i>
    713733                                </td>
     
    815835                    </div>
    816836
     837                    <xsl:call-template name="documentPre"/>
    817838
    818839                    <gsf:switch>
     
    824845                              <xsl:call-template name="documentNodeVideo"/>
    825846                            </gsf:when>
     847                            <!--
    826848                            <gsf:otherwise>
    827849                              <xsl:call-template name="documentPre"/>
    828850                            </gsf:otherwise>                           
     851                            -->
    829852                          </gsf:switch>                       
    830853                        </gsf:when>
    831854                       
    832855                        <gsf:when test="equals" test-value="CSVPlugin">
    833                           <xsl:call-template name="documentPre"/>
     856                          <!-- <xsl:call-template name="documentPre"/> -->
    834857                          <i>Original document content not publicly available</i>
    835858                        </gsf:when>
     
    939962    </serviceRackList>
    940963    <importOption name="OIDtype" value="assigned"/>
    941     <importOption name="OIDmetadata" value="tw.DLIdentifier"/>
     964    <!-- <importOption name="OIDmetadata" value="tw.DLIdentifier"/> -->
     965    <importOption name="OIDmetadata" value="tw.WCADocumentID"/>
    942966</CollectionConfig>
Note: See TracChangeset for help on using the changeset viewer.