<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Customize metadata profile to draw HTML page in Esri Geoportal Server Questions</title>
    <link>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567113#M702</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Clive, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One thing, it seems like the hintResourceKey doesn't work for input type="selectManyCheckbox". html markup doesn't appear in the web form for this particular input type. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Weedy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 30 Oct 2010 09:44:42 GMT</pubDate>
    <dc:creator>InWeedy</dc:creator>
    <dc:date>2010-10-30T09:44:42Z</dc:date>
    <item>
      <title>Customize metadata profile to draw HTML page</title>
      <link>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567108#M697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm doing some metadata customization work using GPT 9.3.1. The hints capabilities provided in GPT is definitely a good one, whereas, im wondering how to display another icon to the right of the input field and when this icon is clicked, a new browser (a preconfigured HTML pages) will be lauched automatically. In fact, i have tried adding some HTML code in gpt.properties file to display the icon and draw the HTML page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Adding the HTML code before the parameter Content Information:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;catalog.mdParam.general.content = &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://weedyexplorer/geoportal/catalog/page/page1.html" rel="nofollow" target="_blank"&gt;http://weedyexplorer/geoportal/catalog/page/page1.html&lt;/A&gt;&lt;SPAN&gt;" target="_blank" width="200" height="200"&amp;gt;&amp;lt;img src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://weedyexplorer/geoportal/catalog/images/mark.gif" rel="nofollow" target="_blank"&gt;http://weedyexplorer/geoportal/catalog/images/mark.gif&lt;/A&gt;&lt;SPAN&gt;" alt="Guideline to choose the correct content" height="15" width="15" border="0"/&amp;gt;&amp;lt;/a&amp;gt; Content Information:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Images (mark.gif) is stored in:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\geoportal\catalog\images&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;HTML guideline(page1) mentioned above is stored in a folder named page:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Program Files\Apache Software Foundation\Tomcat 6.0\webapps\geoportal\catalog\page&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However GPT seems like cannot read this HTML code. After the metadata is published and the "view details" is clicked, all the HTML code appears.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope to get some helps in order for me to link my HTML page to GPT 9.3.1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks, weedy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 02:42:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567108#M697</guid>
      <dc:creator>InWeedy</dc:creator>
      <dc:date>2010-10-28T02:42:09Z</dc:date>
    </item>
    <item>
      <title>Re: Customize metadata profile to draw HTML page</title>
      <link>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567109#M698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Weedy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Let me see if I understand.&amp;nbsp; The 'hints' you are referring to, are they the hintResourceKey property that you can set in the definitions.xml file for a metadata profile?&amp;nbsp; ... and are you saying that the resource string associated with that hintResourceKey displays the html markup when a user clicks 'view details' but the markup does not display properly when a publisher loads the web form?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Clive&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Oct 2010 13:17:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567109#M698</guid>
      <dc:creator>CliveReece</dc:creator>
      <dc:date>2010-10-28T13:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: Customize metadata profile to draw HTML page</title>
      <link>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567110#M699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Clive,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Yea, the hint i'm referring to is the hintResourceKey property that I set in the definitions.xml file for my customized metadata profile. And right now, I would like to display one more icon to the right of the input field and when this icon is clicked, it will open up a HTML pages (which is some descriptions I would like to show to users, I use Dreamweaver to customize this short description and save as .html). Any way to do this? Obviously my way of doing it is incorrect. But i can briefly explain what i did.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Initially I tried to put in some html tag(red color) in gpt.properties to display the icon i want and to make the icon to launch a html page when it is clicked, it is just some simple html markup added. As a result, when "view detail" is clicked, the markup displayed together with the metadata parameter as below:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;___________________________________________________________________________________&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Metadata Details&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;GENERAL INFORMATION (METADATA)&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt;&amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://weedyexplorer/geoportal/catalog/page/page1.html" rel="nofollow" target="_blank"&gt;http://weedyexplorer/geoportal/catalog/page/page1.html&lt;/A&gt;&lt;SPAN&gt;" target="_blank" width="200" height="200"&amp;gt;&amp;lt;img src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://weedyexplorer/geoportal/catalog/images/mark.gif" rel="nofollow" target="_blank"&gt;http://weedyexplorer/geoportal/catalog/images/mark.gif&lt;/A&gt;&lt;SPAN&gt;" alt="Guideline to choose the correct content" height="15" width="15" border="0"/&amp;gt;&amp;lt;/a&amp;gt; Content Information: Live Data &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; and Maps &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Metadata Language: English (en) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Character Set: 8859part3 (008) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Hierarchy Level: dataset (005) &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Metadata Create Date: 2010-10-25&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;_____________________________________________________________________________________&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I just want to add an icon and when this particular icon is clicked , it open up a HTML page. That's all. Thanks.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 01:03:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567110#M699</guid>
      <dc:creator>InWeedy</dc:creator>
      <dc:date>2010-10-29T01:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Customize metadata profile to draw HTML page</title>
      <link>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567111#M700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Weedy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I add a new resource key-value to the gpt.properties:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;SPAN style="font-family:&amp;quot;Courier New&amp;quot;;"&gt;&lt;SPAN&gt;catalog.mdParam.testHtml.hint = &amp;lt;a href="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://www.arcgis.com" rel="nofollow" target="_blank"&gt;http://www.arcgis.com&lt;/A&gt;&lt;SPAN&gt;" target="_blank"&amp;gt;&amp;lt;img src="&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://gptogc.esri.com/geoportal/catalog/images/ContentType_document.png" rel="nofollow" target="_blank"&gt;http://gptogc.esri.com/geoportal/catalog/images/ContentType_document.png&lt;/A&gt;&lt;SPAN&gt;" alt="Guideline to choose the correct content" height="16" width="16" border="0"/&amp;gt;ArcGIS.com&amp;lt;/a&amp;gt;&amp;nbsp;&amp;amp;lt;&amp;nbsp;Get more help here&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;and then add a new hintResourceKey="catalog.mdParam.testHtml.hint" to an input element on one of my metadata definition.xml files, then I can get the html markup to show in the web form for a publisher. As in ...&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[INDENT]&lt;/SPAN&gt;&lt;A href="http://www.arcgis.com" rel="nofollow"&gt;ArcGIS.com&lt;/A&gt;&lt;SPAN&gt; &amp;lt; Get more help here[/INDENT]&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, it won't show up in the View Details because the hintResourceKey is designed for use as a hint for Publishers using the web form.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Clive&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Oct 2010 14:53:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567111#M700</guid>
      <dc:creator>CliveReece</dc:creator>
      <dc:date>2010-10-29T14:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: Customize metadata profile to draw HTML page</title>
      <link>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567112#M701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Clive, I managed to do it with the solution you provided. Wonderful. Thumb up!! ^.^ Thanks a million.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Weedy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Oct 2010 09:31:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567112#M701</guid>
      <dc:creator>InWeedy</dc:creator>
      <dc:date>2010-10-30T09:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: Customize metadata profile to draw HTML page</title>
      <link>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567113#M702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Clive, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One thing, it seems like the hintResourceKey doesn't work for input type="selectManyCheckbox". html markup doesn't appear in the web form for this particular input type. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Weedy&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Oct 2010 09:44:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567113#M702</guid>
      <dc:creator>InWeedy</dc:creator>
      <dc:date>2010-10-30T09:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: Customize metadata profile to draw HTML page</title>
      <link>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567114#M703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;One thing, it seems like the hintResourceKey doesn't work for input type="selectManyCheckbox". html markup doesn't appear in the web form for this particular input type. &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Weedy,&amp;nbsp; Assuming you have maintenance support for Geoportal 9.3.1, please log this with Esri Technical Support and it will get logged into the the defect tracking system if needed.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Clive&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Nov 2010 15:30:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567114#M703</guid>
      <dc:creator>CliveReece</dc:creator>
      <dc:date>2010-11-01T15:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Customize metadata profile to draw HTML page</title>
      <link>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567115#M704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yea, forgot to say thank you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks a lot, Clive. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Weedy-&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Nov 2010 00:10:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/esri-geoportal-server-questions/customize-metadata-profile-to-draw-html-page/m-p/567115#M704</guid>
      <dc:creator>InWeedy</dc:creator>
      <dc:date>2010-11-09T00:10:31Z</dc:date>
    </item>
  </channel>
</rss>

