<?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: adding the static html files inside ftl in Alfresco Archive</title>
    <link>https://connect.hyland.com/t5/alfresco-archive/adding-the-static-html-files-inside-ftl/m-p/310157#M263287</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should have a file named xyz.get.js which is the controller js.If you have other js file that should be called by xyz.get.js,you can put it in class path and import it into xyz.get.js.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for example if you place your xyz webscript in "classpath:/alfresco/templates/com/yourcompany/xyz" and also put corresponding js.under "classpath:/alfresco/templates/com/yourcompany/xyz".In xyz.get.js import corresponding js like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;import resource="classpath:/alfresco/templates/com/yourcompany/xyz/corresponding.js"&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Dec 2013 14:16:36 GMT</pubDate>
    <dc:creator>kaynezhang</dc:creator>
    <dc:date>2013-12-03T14:16:36Z</dc:date>
    <item>
      <title>adding the static html files inside ftl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-the-static-html-files-inside-ftl/m-p/310152#M263282</link>
      <description>Hi Team,I am using alfresco 4.1 enterprise edition, I have a static html and corresponding js and css files.I am creating the web-script for launching the static html from alfresco share&amp;nbsp; ,I have created the following files.1)xyz.get.desc 2)xyz.get.head3)xyz.get.html4)xyz.get5)corresponding js.I hav</description>
      <pubDate>Mon, 02 Dec 2013 10:35:11 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-the-static-html-files-inside-ftl/m-p/310152#M263282</guid>
      <dc:creator>srik</dc:creator>
      <dc:date>2013-12-02T10:35:11Z</dc:date>
    </item>
    <item>
      <title>Re: adding the static html files inside ftl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-the-static-html-files-inside-ftl/m-p/310153#M263283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It should be &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1)xyz.get.desc.xml&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;2)xyz.get.head.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;3)xyz.get.html.ftl&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;4)xyz.get.js&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;5)corresponding js.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;now from all this files which static html file you are referring? If it is no 3 then it should go along with rest of the files.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 11:50:25 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-the-static-html-files-inside-ftl/m-p/310153#M263283</guid>
      <dc:creator>mitpatoliya</dc:creator>
      <dc:date>2013-12-02T11:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: adding the static html files inside ftl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-the-static-html-files-inside-ftl/m-p/310154#M263284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;HI,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have static html as stand alone I have to include it in the ftl ,so how would I do it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Srikanth S&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 13:11:29 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-the-static-html-files-inside-ftl/m-p/310154#M263284</guid>
      <dc:creator>srik</dc:creator>
      <dc:date>2013-12-02T13:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: adding the static html files inside ftl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-the-static-html-files-inside-ftl/m-p/310155#M263285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just add your html into the ftl file.&amp;nbsp;&amp;nbsp; At its simplest take your html file and just rename it.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you want something more sophisticated then look at the import and/or include statement in freemarker.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Dec 2013 13:17:00 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-the-static-html-files-inside-ftl/m-p/310155#M263285</guid>
      <dc:creator>mrogers</dc:creator>
      <dc:date>2013-12-02T13:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: adding the static html files inside ftl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-the-static-html-files-inside-ftl/m-p/310156#M263286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the update it's working fine. But the corresponding java script files are not getting called where should we place the js files for correct rendering of the page.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Srikanth S&lt;/SPAN&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 06:50:34 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-the-static-html-files-inside-ftl/m-p/310156#M263286</guid>
      <dc:creator>srik</dc:creator>
      <dc:date>2013-12-03T06:50:34Z</dc:date>
    </item>
    <item>
      <title>Re: adding the static html files inside ftl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-the-static-html-files-inside-ftl/m-p/310157#M263287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You should have a file named xyz.get.js which is the controller js.If you have other js file that should be called by xyz.get.js,you can put it in class path and import it into xyz.get.js.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;for example if you place your xyz webscript in "classpath:/alfresco/templates/com/yourcompany/xyz" and also put corresponding js.under "classpath:/alfresco/templates/com/yourcompany/xyz".In xyz.get.js import corresponding js like this&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="language-none line-numbers"&gt;&lt;CODE&gt;&lt;BR /&gt;&amp;lt;import resource="classpath:/alfresco/templates/com/yourcompany/xyz/corresponding.js"&amp;gt;&lt;BR /&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Dec 2013 14:16:36 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-the-static-html-files-inside-ftl/m-p/310157#M263287</guid>
      <dc:creator>kaynezhang</dc:creator>
      <dc:date>2013-12-03T14:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: adding the static html files inside ftl</title>
      <link>https://connect.hyland.com/t5/alfresco-archive/adding-the-static-html-files-inside-ftl/m-p/310158#M263288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi ,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the update. I want to launch the new tool(review studio)&amp;nbsp; form alfresco.The review studio team has given the static html pages which I have put it in the xyz.get.html.ftl that is working fine and also they have given images folder and "8" java script files ,the problem is i imported the js files as u mentioned above but found few errors .Can u please provide me the configuration with an example that would be really helpful.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Srikanth S&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Dec 2013 04:50:23 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-archive/adding-the-static-html-files-inside-ftl/m-p/310158#M263288</guid>
      <dc:creator>srik</dc:creator>
      <dc:date>2013-12-04T04:50:23Z</dc:date>
    </item>
  </channel>
</rss>

