Custom Layout Template

Hi, created a custom layout par file base on the com.sap.portal.layouts.default.par which uses two tabs.
Each of the tabs has a title e.g. my details or my reports.  Example of the HTMLB code is below
<hbj:textView id="mytabText1" encode="false">
<% mytabText1.setText(tabText1);%>
</hbj:textView>
The portalapp.xml has also been created as such with a reference to the tab title
<property name="tabText1" value="Tab 1">
<property name="personalization" value="dialog"/>
<property name="inheritance" value="non-final"/>
<property name="type" value="String"/>
<property name="plainDescription" value="Tab 1"/>
<property name="longDescription" value="The first tab text"/>
</property>
To display the custom page layout, I create a new page template and base my page on that template, which works.  However to change the title of the tab requires me to change the template.  What I would like to do is inherit the title or description of the iViews which populate the page into the tab titles.  Thanks for any help in advance.  Brian

You can write a liitle javascript. Look at the generated html code. Find Tab's name id.
document.getElementById('Tabsid').value = document.title;

Similar Messages

  • Is it possible to deploy a default Custom Layout template?

    I was asked if we could deploy a Default Custom Layout template for Adobe Profiles .  So that when creating Firm Portfolios they are standardized?  It would be nice if it were defaulted and they didn’t have to choose the Layout.
    Thanks in advance for any info
    Ed

    Hi Chris,
    Looking through the BPEL client API, I think it might be possible to change the process state via java code. I say might, because the documentation is not that splendid. The IBPELProcessHandle interface has a method updateMetaData which allows you to change the state, among other things. I have not tried this yet so the solution a little theoretical.Sorry for that :-\
    Then, when you have your java class working, you can create an Ant task for it and invoke your Ant task in the build.xml, right after the deployment target.
    Kind regards,
    Harm

  • Creation of new layout templates

    Hello,
    in the portal there are some layout templates available for pages. They are used for the innerpage of default frameworkpage ,too. I like to change the width of first column of the narrowWide 2 columns layout. Found in online Help that you have to use the developer studio or change the *.jsp file directly to get a customized layout (template). I don`t like to change the available jsp files. Best idea would be to have a new jsp file in place on which a new template is based. I found the narrowWide.jsp in the file system where you can change easily the width of colums. But how can I get a new jsp File? Is this only possible by using the developer studio or is there another way to do that?
    Thanks for every response.
    Regards
    Alex

    Hello Ganesh,
    I like to go closer to your solution.
    Ok, my steps would be:
    1. Searching the folder where the narrowWide.jsp and the related portalapp.xml is found (usr\sap\...).
    2. Make a copy of the narrowWide.jsp, rename it to narrow35Wide65.jsp and save it in the same folder where the narrowWide were found.
    3. Edit the new *.jsp file and change the width of narrow column to 35% and wide column to 65% (result should be increasing the narrow column width)
    4. Rename the extension of current portalapp.xml in the same folder to portalapp.xml.bak and make a copy of the file in same folder giving the original file name.
    5. Editing the portalapp.xml and paste a new component entry based to the narrowWide component entry. Here I have to change the component name and the jsp file name only like in this example, right?
    </component>
    - <component name="<b>narrow35Wide65</b>">
    - <component-config>
      <property name="ClassName" value="com.sapportals.portal.pb.layout.PageLayout" />
      <property name="ResourceBundleName" value="pagebuilder_nls" />
      <property name="SafetyLevel" value="no_safety" />
      </component-config>
    - <component-profile>
      <property name="ComponentType" value="com.sapportals.portal.layout" />
      <property name="com.sap.portal.pcm.Title" value="2 Columns (Narrow:Wide)" />
      <property name="com.sap.portal.pcm.Description" value="Two-column layout displaying the narrow column on the left" />
      <property name="com.sap.portal.reserved.layout.TagLibLayout" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld" />
      <property name="com.sap.portal.reserved.layout.TagLibHtmlb" value="/SERVICE/com.sap.portal.htmlb/taglib/htmlb.tld" />
      <property name="com.sap.portal.reserved.layout.TemplateFile" value="<b>narrow35Wide65.jsp</b>" />
      <property name="AuthScheme" value="anonymous" />
    - <property name="com.sap.portal.reserved.layout.Cont1" value="column1">
      <property name="plainDescription" value="Column 1" />
      <property name="orientation" value="vertical" />
      <property name="designClass" value="prtlPageConL" />
      </property>
    - <property name="com.sap.portal.reserved.layout.Cont2" value="column2">
      <property name="plainDescription" value="Column 2" />
      <property name="orientation" value="vertical" />
      <property name="designClass" value="prtlPageConR" />
      </property>
      </component-profile>
    All other values can stay same?
    6. Is a restart of portal server necessary?
    7. It should be able to create a new layout template in PCD based to narrow35Wide65.
    Will this work?
    Thanks and regards
    Alex

  • Customized Page Layout templates

    How to develop new customized community page layout templates.
    Eg, I need to have a template with more than 3 column layout and also a 3 column page laypout template on which the first column will be the widest.
    Anyone can help me on this or guide me to some documentation reg this. Can ping me at [email protected]
    Regards,
    Satish

    Satish,
    I believe you are talking about portlet layout, not page layout. Page layout is related to navigation, while portlet layout deals with how you want your portlets to display and Developing custom portlet layout is very hard.
    It is not the layout aspect that is hard - you can edit MyPortalContentView to tweak the layout and use Activityspaces override to plugin your custom MyPortalContentView (see devcenter.plumtree.com for documentation on this) - it is all the other parts.
    For example, you can create a 4 column layout, but that would mean that you need to add this new portlet layout to the layout picker in the Edit Page editor, and you need to figure out how to store portlet to the 4th column and deal with wide and narrow portlets in the new column.
    The only situation where it would be feasible to create new column is if you have put one or a few hardcoded portlets there to avoid the management issues, but that is not trivial either, as you have to write custom code against the Server API.

  • How do I output custom CRM fields on a Customer Orders list layout template?

    I am familiar with using {module_customerfield, 123456, 789123} to show custom CRM fields for Customers, however I would like to know if I there is a way to do that for Orders. I have a Customer Orders list layout template with a table:
    Reference#          Details                         Name
    {tag_orderid}        {tag_ordername}         {module_orderfield, 168113,509283}
    Is there a way in BC to output custom CRM Order fields?

    I am familiar with using {module_customerfield, 123456, 789123} to show custom CRM fields for Customers, however I would like to know if I there is a way to do that for Orders. I have a Customer Orders list layout template with a table:
    Reference#          Details                         Name
    {tag_orderid}        {tag_ordername}         {module_orderfield, 168113,509283}
    Is there a way in BC to output custom CRM Order fields?

  • Reg: Custom Page Layouts and Custom iView Templates

    Dear Gurus,
    Can you please guide me with the Business Scenarios on when will we be creating Custom page layout?
    Any links which helps is creating them.
    Thanks & Regards,
    Pramod

    Hi Pramod,
    The only purpose of a page layout is to layout the iviews in a page according to your needs. It could be for WPC or regular portal pages as well. For this I can't think of any other business scenario.
    However, a template in general is like a blue print.
    You can create an iview template, layout template or a page template by setting the property "Is a Template" to YES for any iview, layout or page.
    So, in general:
    If the standard delivered components do not serve our purposes. we create custom components and deploy them onto portal as .par applications.
    Then from the .par deployed onto the portal,
    1. We can directly create an iview (or) create an iview template first and then create iviews using the template.
    2. We can directly create a layout (or) create a layout template first and then create layouts using the template.
    If you create something (iview/page/layout) as a template, then it could be used as a blue print to create similar objects in the future.
    Templates are generally created for ease of use and to maintain standards in the future.
    Thanks,
    Shanti

  • Custom RTF templates in Oracle Core Contracts ..

    Hello:
    We want to create custom RTF templates in Oracle Core Contracts along with custom data templates.
    We do not want to use XSL-FO templates since we are finding this too complex to work with ... also the fact that the XML data is being generated by some internal OAF processes that we cannot control.
    This is unnecessarily too complex for us.
    Can we create our own reporting using XML -Publisher and integrate it in the system ?
    Any thoughts on this would be appreciated ... Yesh

    Srini:
    I did read those pages and unless I am missing something .. it is basically saying the follwing:
    Copy the seeded XSL-FO templates and make changes to them and then upload them back. I have no real access to the xml data since it is somehow pre-generated. I do not have a choice of using RTF templates along with the ease of Word based formatting.
    The above process goes against the way in which we can write our own reports in XMLP:
    (a) Create our own data templates (use our own SQL)
    (b) Create our own layout templates (using RTF or XSl_FO)
    So I am stuck into undertsanding .... OAF, Java API's ,etc that I should not have to understand to generate a report ...
    yesh

  • Can i make a book in iPhoto without using any of the built in layout templates, which are too limiting when i have already cropped my pictures to show just what I want. Ideally I just want to drag and drop and arrange and size the pictures myself

    Can i make a book in iPhoto without using any of the built in layout templates, which are too limiting when i have already cropped my pictures to show just what I want. Ideally I just want to drag and drop and arrange and size the pictures myself

    If you have Pages you can create customs pages for your book as TD suggested. If you have Pages from iWork 09 or 11 this app will add 80 or so additional frames to those offered:  Frames and Strokes Installer. Don't use it on the latest Pages version, however.
    This tutorial shows how to create a custom page with the theme's background: iP11 - Creating a Custom Page, with the Theme's Background for an iPhoto Book.  Once the page is complete to get it into iPhoto as a jpeg file follow these steps:
    Here's how to get any file into iPhoto as a jpeg file:
    1 - open the file in any application that will open it.
    2 - type Command+P to start the print process.
    3  - click on the PDF button and select "Save PDF to iPhoto".
    NOTE:  If you don't have any of those options go to Toad's Cellar and download these two files:
    Save PDF to iPhoto 200 DPI.workflow.zip
    Save PDF to iPhoto 300 DPI.workflow.zip
    Unzip the files and place in the HD/Library/PDF Services folder and reboot.
    4 - select either of the files above (300 dip is used for photos to be included in a book that will be ordered).
    5 - in the window that comes up enter an album name or select an existing album and hit the Continue button.
    That will create a 200 or 300 dpi jpeg file of the item being printed and import it into iPhoto. For books to be printed choose 300 dpi.

  • Grid with File Preview (custom layout) in Acrobat X Pro Portfolios

    In Acrobat 9 Pro, there was a Portfolio layout called Grid with File Preview. We use it as our primary layout for PDF portfolios because it allows users to rapidly view PDFs within a portfolio. This was our primary reason for using Portfolios. Unfortunately, this important feature was removed in Acrobat X Pro resulting in clunky and very slow PDF viewing within a portfolio.
    Is there a custom layout which emulates Grid with File Preview?
    Thanks in advance.

    PDF Portfolios arrived out of the blue with Acrobat 9 and have been somewhat of an experiment - Acrobat contains some to get you started, but by also releasing the SDK it was hoped that the Flex programming community would have provided an ecosystem to support Acrobat users who wanted more choice - so just as you can buy or download hundreds of  templates for websites, you could find them for Portfolios too.
    Unfortunately it hasn't happened, and the technological landscape  has changed dramatically in the past three years - the rise of HTML5, dominance of tablets/iOS, security concerns and  Adobe's repositioning of Flash in the marketplace have all affected the commercial viability of Flex as a career, and consequently the availability of free third-party Portfolio layouts. It would have been nice to see a vibrant community of people sharing their designs, but the reality is that the majority of custom PDF Portfolios are created for enterprises as part of their brand identity, and there is an obvious cost involved in hiring one of the small number of expert programmers (of which Joel Geraci is the #1) to do the work.
    Adobe has never claimed that the layouts which ship with Acrobat were the best/only way to do things - just as with the default presets in Lightroom, they're examples of what can be done. With Acrobat X it became easier for non-programmers to style the layouts (via Themes) but there's no escaping the basic fact that making a layout itself is a Flex programming job, and not one you'd attempt as your first chunk of code.
    When Acrobat 9 launched, I saw pretty equal levels of complaints that the bundled layouts were too boring and too flashy. The target was shifted in Acrobat X to a less corporate style, but again people loved and hated them in equal measure. Given how much work is involved in writing and testing each layout, you can't expect Adobe to release a version for everyone.
    There were legitimate  reasons why the bundled layouts from A9 weren't included in AX. Speaking personally I don't expect my assessment to change: Portfolios may stick around, they may not - it depends on a mountain of bigger questions about Web standards, device popularity, politics and economics which Adobe have no control over.

  • Customized layout and data of the standard PO print Document

    I have developed a customized purchase order with Oracle Reports RDF file (to generate the XML) and BI Publisher template. I registered my Publisher template with the Document Type "Standard Purchase Order". When I open the Purchase Order using PO Summary Form drop-down menu: Inquire -> View Document, it shows my customized layout but without any data.
    I wonder how do I set up so that my RDF file will be executed alongside to generate the data needed for the layout.
    Thanks,
    Mike

    Hey can you please reply if this is applicable for 11i also..

  • How to create layout template pages?

    I'm attempting to layout pages of text in Page for an eBook using the Layout mode and linked text boxes.
    I think what I want to do (and I'm open to a better way of doing this) is to create a bunch of pages all with the same layout. While I can insert a new page from the supplied templates easily enough, none of them suit my needs, so I want to create my own Template document with its own subset of pages. Or at least, add my own Page to another template. The aim is to be able to click Insert/Page/MyPage for each new page, so that each one has - ideally - a new linked text box that the text will flow into automatically. Or less ideally, to have a load of pages, each with their own text box, that I can link.
    However I can find no way to do either of these things with a custom layout page I've created. Is it just not possible in Pages, or am I missing something? All advice/links etc. gratefull received.
    thanks
    Matt

    From my point of you, trying to teach you that the first thing to do is to search carefully in the user guide what you didn't is the best way to help. But it seems that you are unable to understand that.
    You just understand: the wanted info is in page #wx of resource ABC.
    For sure, trying to teach you that take more time that bottle-feeding you
    Searching with the keyword "template" bring this page quite immediately :
    Searching for "linked text box" brought this one quite immediately too.
    It required more time to upload the screenshots here than to reach the pages but my rules are given by Confucius :
    Quand on désire savoir, on interroge. Quand on veut être capable, on étudie.
    Revoyez sans arrêt ce que vous savez déjà. Etudiez sans cesse du nouveau. Alors vous deviendrez un Maître.
    When we wish to know, we question. When we want to be capable, we study.
    See again(Revise) non-stop what you already know. Study ceaselessly of the new. Then you will become Master(Teacher).
    Quand un homme a faim, mieux vaut lui apprendre à pêcher que de lui donner un poisson.
    When a man is hungry, it is better to teach to him(her) to fish that to give him(her) a fish.
    Quand vous plantez une graine une fois, vous obtenez une seule et unique récolte. Quand vous instruisez les gens, vous en obtenez cent.
    When you plant a seed once, you obtain the only harvest. When you educate people, you obtain one hundred from it.
    L'homme supérieur ne demande rien qu'à lui-même ; l'homme vulgaire et sans mérite demande tout aux autres.
    The upper man asks only himself(itself); the vulgar man and without merit asks for everything the others.
    The English version is the result of an automatic translation so I'm not sure that it's a good one.
    Yvan KOENIG (VALLAURIS, France) lundi 11 juillet 2011 18:29:57
    iMac 21”5, i7, 2.8 GHz, 4 Gbytes, 1 Tbytes, mac OS X 10.6.8
    Please : Search for questions similar to your own before submitting them to the community
    To be the AW6 successor, iWork MUST integrate a TRUE DB, not a list organizer !

  • Custom module templates for Web Apps

    Just wanting to see if there's anyone out there who knows if the custom module templates from the September release are available for Web Apps?  I can't seem to get them to work.
    When placing {module_webapps,8168,a template=”/custom/wap-contract.tpl”} I get a "No Items Found" response. I would appreciate help as this would be very useful in building Web Apps and I can't find documentation on it
    Thanks

    They do work with Web Apps, I've been able to use it successfully. Here is the only documentation I can find on it so far:
    http://helpx.adobe.com/business-catalyst/partner/using-custom-templates-modules.html
    Curious though, when  you get "No items found" that means there are no web app items to show. So we don't really know if your custom template worked or not. If you can get some items to show up and they use the default layout, then we know something is wrong.
    Hope this helps,
    Chad Smith | http://bcgurus.com/Business-Catalyst-Templates for only $7

  • Saving print layout templates

    In a future release, would it be possible to have a function whereby you can save your print layouts in a folder, as a backup precaution incase you accidentally delete or alter an original one?  At the moment, you can only back the PLD templates up via daily database backups.  I have a customer who has spent a very long time perfecting their print layout templates and he thinks this functionality would be very useful and reassuring.
    Thanks

    Hello Kate,
    Within 8.8 release, we are introducing new control of 'Report and Layout Management' which enables joint management of PLD and Crystal Reports layouts. This enhances the usability of maintenance of print layouts and should reduce a risk of accidential deletion of the print layout.
    Moreover, Crystal Reports can be also saved outside SAP Business One as a separate file (similarly like those for XL Reporter).
    Peter Dominik
    B1 Solution Management

  • Custom layout with DVT

    Dear All,
    I want to use dvt features (drag and drop,....) with my custom layout. It seems that dvt deals with specific hierarchy with specific class(style classes) but actually i didn't find any example or documentation.
    Here is my custom layout:
    <netuix:markup>
              <netuix:layout markupType="Layout" markupName="homePageTempLayout"
         title="Home Page Template Layout" presentationId="online-sidebar" presentationClass="grid"
         description="This layout has a right column and 2 rows on the left hand"
         htmlLayoutUri="/framework/markup/layout/homePageTemplate.html.txt"
         iconUri="/framework/markup/layout/twoby.gif" thumbnailUri="/framework/markup/layout/twoby.gif"
         type="homePageTempLayout" skeletonUri="/framework/markup/layout/homePageTemplate.jsp">
                   <netuix:placeholder markupType="Placeholder"
                        markupName="homePageTempLayout_heroSpace" title="heroSpace" usingFlow="true"
                        flow="vertical" description="heroSpace placeholder with horizontal flow">
                   </netuix:placeholder>
                   <netuix:placeholder markupType="Placeholder"
                        markupName="homePageTempLayout_upperModules" title="upperModules" usingFlow="true"
                        description="Upper Modules placeholder" flow="horizontal">
                   </netuix:placeholder>
                   <netuix:placeholder markupType="Placeholder"
                        markupName="homePageTempLayout_accordion" title="accordion" usingFlow="false"
                        description="Accordion placeholder" width="230px">
                   </netuix:placeholder>
                   <netuix:placeholder markupType="Placeholder"
                        markupName="homePageTempLayout_lowerModules" title="lowerModules" usingFlow="true"
                        description="Lower Modules placeholder" flow="horizontal" width="720">
                   </netuix:placeholder>
              </netuix:layout>
         </netuix:markup>
    and homePageTemplate.jsp:
    <jsp:root version="2.0" xmlns:jsp="http://java.sun.com/JSP/Page"
         xmlns:c="http://java.sun.com/jsp/jstl/core"
         xmlns:skeleton="http://www.bea.com/servers/portal/tags/netuix/skeleton">
         <jsp:directive.page session="false" />
         <jsp:directive.page isELIgnored="false" />
         <skeleton:context type="layoutpc">
              <skeleton:control name="table" presentationContext="${layoutpc}"
                   class="wlp-bighorn-layout" cellspacing="0" cellpadding="0"
                   width="950px">
                   <c:set var="ph" value="${layoutpc.placeholders}" />
                   <c:set var="heroSpace" value="${ph[0]}" />
                   <c:set var="upperModules" value="${ph[1]}" />
                   <c:set var="accordion" value="${ph[2]}" />
                   <c:set var="lowerModules" value="${ph[3]}" />
                   <tr>
                        <td colspan="2" width="${heroSpace.width}" class="heroSpace"><skeleton:child
                             presentationContext="${heroSpace}" /></td>
                   </tr>
                   <tr>
                        <td valign="top" width="${upperModules.width}" class="centerColRow1"><skeleton:child
                             presentationContext="${upperModules}" /></td>
                        <td valign="top" width="${accordion.width}" rowspan="2" ><div class="threeColumn"> <div class="mod3ColSidebar ${layoutpc.presentationId}">
    <div class="modBodyWrap clearfix">
    <div class="modCopy"><skeleton:child
                             presentationContext="${accordion}"/>
                             </div></div><div class="modFooter"><hr/></div></div></div></td>
                   </tr>
                   <tr>
                        <td valign="top" width="${lowerModules.width}"><div class="centerColBottom"><skeleton:child
                             presentationContext="${lowerModules}" /></div></td>
                   </tr>
              </skeleton:control>
         </skeleton:context>
    </jsp:root>
    I tried to use div instead of tables but i don't know the required hierarchy or classes, can anyone help me in that please?
    Thanks.

    Hi,
    As long as your layout conforms with the bighorn family of layouts you should be ok. In other words if the DISC apis work as expected dvt dnd should also work.

  • Custom Layout for Web Page Composer

    Hi everybody,
    I'm tring to follow a guide, to create a custom layout for the web page composer.
    This guide:
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/804bedee-377e-2e10-0f83-d5b33c743dbc?QuickLink=index&…
    I builded the portal project and I deployed it on the portal.
    Actualy i can see and select my custom layout and i can drop the element on the container from the page builder, but, when i save the content I can't see any elements anymore.
    If I publish the page I see my custom Layout... but empty, without any paragraph or article.
    Do u have any idea on why this could appen ?
    Best regards Enrico.

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <application>
    <application-config>
      <property name="SharingReference" value="knowledgemanagement,
                                                com.sap.portal.pagebuilder,
                                                com.sap.portal.navigation.navigationtaglibrary,
                                                com.sap.portal.useragent"/>
       <property name="SafetyLevel" value="no_safety"/>
    </application-config>
        <components>
            <component name="overview">
                  <component-config>
                    <property name="ClassName" value="com.sapportals.portal.pb.layout.PageLayout"/>
                    <property name="ResourceBundleName" value="pagebuilder_nls"/>
                    <property name="SafetyLevel" value="no_safety"/>
                  </component-config>
              <component-profile>     
                <property name="ComponentType" value="com.sapportals.portal.layout"/>
                <property name="TagLibSAPLayout" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
                <property name="TagLibSAPNavigation" value="/SERVICE/com.sap.portal.navigation.navigationtaglibrary/taglib/TagLibrary.tld"/>
                <property name="com.sap.portal.pcm.Title" value="Book (100,25|25|25|25)"/>
                <property name="com.sap.portal.pcm.Description" value="Book Layout (100% Top, 25% Bottom mostleft, 25% Bottom left, 25% Bottom right, 25 Bottom mostright)"/>
                <property name="com.sap.portal.reserved.layout.TemplateFile" value="book.jsp"/>
                <property name="AuthScheme" value="anonymous"/>
                <property name="com.sap.portal.reserved.layout.Cont1" value="top">
                <property name="title" value="Top Column"/>
                <property name="orientation" value="vertical"/>
                </property>
                    <property name="com.sap.portal.reserved.layout.Cont2" value="bottom1">
                        <property name="title" value="Bottom Column leftmost"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont3" value="bottom2">
                        <property name="title" value="Bottom Column left"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont4" value="bottom3">
                        <property name="title" value="Bottom Column right"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont5" value="bottom4">
                        <property name="title" value="Bottom Column rightmost"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="XML_Template" value="&lt;?xmlversion=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;PageLayoutxmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance"xsi:noNamespaceSchemaLocation="../xsd/PBlayout.xsd"layoutID="pcd:portal_content/templates/pcc/layouts/1Top4Bottom_(100__25_25_25_25)"pageID="1Top4Bottom"><CustomAttributes><Attributekey="JSP_Template"value="gpar:/1Top4BottomLayout/1Top4Bottom"/></CustomAttributes><TableLayout width=&quot;100%&quot; height=&quot;100%&quot;cols=&quot;4&quot;/&gt;&lt;ContainersRow&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont1&quot;&gt;&lt;TableCellData width=&quot;100%&quot; height=&quot;100%&quot; colSpan=&quot;4&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;/ContainersRow&gt;&lt;ContainersRow&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont2&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont3&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont4&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;ContainercontainerID=&quot;com.sap.portal.reserved.layout.Cont5&quot;&gt;&lt;TableCellData width=&quot;25%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot;vAlign=&quot;top&quot;/&gt;&lt;/Container&gt;&lt;/ContainersRow&gt;&lt;/PageLayout&gt;"/>
          </component-profile>
        </component>
            <component name="meli_layout">
                <component-config>
                    <property name="ClassName" value="com.sapportals.portal.pb.layout.PageLayout"/>
                    <property name="ResourceBundleName" value="pagebuilder_nls"/>
                    <property name="SafetyLevel" value="no_safety"/>
                </component-config>
                <component-profile>
                    <property name="ComponentType" value="com.sapportals.portal.layout"/>
                    <property name="TagLibSAPLayout" value="/SERVICE/com.sap.portal.pagebuilder/taglib/layout.tld"/>
                    <property name="TagLibSAPNavigation" value="/SERVICE/com.sap.portal.navigation.navigationtaglibrary/taglib/TagLibrary.tld"/>
                    <property name="com.sap.portal.pcm.Title" value="Meli Book Layout"/>
                    <property name="com.sap.portal.pcm.Description" value="Meli Book Layout"/>
                    <property name="com.sap.portal.reserved.layout.TemplateFile" value="meli_two_columns.jsp"/>
                    <property name="AuthScheme" value="anonymous"/>
                    <property name="com.sap.portal.reserved.layout.Cont1" value="top">
                        <property name="title" value="Left Column"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="com.sap.portal.reserved.layout.Cont2" value="top2">
                        <property name="title" value="Right Column"/>
                        <property name="orientation" value="vertical"/>
                    </property>
                    <property name="XML_Template" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;&lt;PageLayout xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation=&quot;../xsd/PBlayout.xsd&quot; layoutID=&quot;pcd:portal_content/templates/pcc/layouts/1Top4Bottom_(100__25_25_25_25)&quot; pageID=&quot;1Top4Bottom&quot;&gt;&lt;CustomAttributes&gt;&lt;Attribute key=&quot;JSP_Template&quot; value=&quot;gpar:/1Top4BottomLayout/1Top4Bottom&quot; /&gt;&lt;/CustomAttributes&gt;&lt;TableLayout width=&quot;100%&quot; height=&quot;100%&quot; cols=&quot;2&quot; /&gt;&lt;ContainersRow&gt;&lt;Container containerID=&quot;testoSinistra&quot;&gt;&lt;TableCellData width=&quot;50%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot; vAlign=&quot;top&quot; /&gt;&lt;/Container&gt;&lt;Container containerID=&quot;testoDestra&quot;&gt;&lt;TableCellData width=&quot;50%&quot; height=&quot;100%&quot; colSpan=&quot;1&quot; vAlign=&quot;top&quot; /&gt;&lt;/Container&gt;&lt;/ContainersRow&gt;&lt;/PageLayout&gt;"/>
                </component-profile>
            </component>
        </components>
    <services/>
    </application>
    <%@ taglib uri="prt:taglib:TagLibSAPLayout" prefix="lyt" %>
    <%@ taglib uri="prt:taglib:TagLibSAPNavigation" prefix="nav" %>
    <%@ page import="com.sapportals.portal.pb.layout.taglib.variabledef.RunMode" %>
    <lyt:template>
    <link rel="stylesheet" href="com.sap.km.cm.docs/meli_documents/Meli_common/Meli_css/meli_template_css.css" type="text/css"></link>
    <table border=0 cellSpacing=0 cellPadding=0 width="100%" height="100%">
        <tbody>   
            <tr>
                <td class="sfondo-testi-interni-dx" vAlign=top width="50%">
                    testo di prova cella 1
                    <lyt:container id="top" wrappingMethod="none" />
                </td>
                <td class="sfondo-testi-interni-sx" vAlign=top width="50%">
                    testo di prova cella 2
                    <lyt:container id="top2" wrappingMethod="none" />
                </td>
            </tr>
        </tbody>
    </table>
    </lyt:template>
    regards

Maybe you are looking for