Template Creation

I know how to create a general template (locked regions and editable regions), but is there a way to take the original template and build secondary templates (that can still be changed by editing the primary).  Basically I want a primary template with the borders/border links locked (home, firm, about us, projects, services...) and then within the projects link, I want to lock its designated, constant links (current, old, local...).
Also, my page layouts will change from link to link and therefor I need to be able to do this within the editable area.  Is there a way to do this in Dreamweaver?  I am not sure if I am wording this correctly, so I will try and come up with a better way of asking this question, but for right now, hopefully this will suffice.

Yes, there is. It is called "Nested Templates."
The basic logic is this:
Create a base Template containing those things that will remain the same throughout the site.
Make the rest of the Template Editable Regions.
Cast a page from that Template (File > New... > New Document > Page from Template).
Save the new page.
Alter the page to suit your new 'departmental' page.
Save as Template. This 'secondary' Template is called a Nested Template.
Make Template Editable Regions in your new Template.
Create 'departmental' pages by casting them from your Nested Template.
In the child page made from the original Template, you will be working only in the Editable Regions, of course, as you state.
In a child page made from the secondary or Nested Template, your Editable Regions will be smaller.
You will want to read up on the ins and outs of Templates and Nested Templates here: http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-7acda.h tml
Your question was worded very clearly. I hope I matched you in my answer's clarity!
Beth

Similar Messages

  • How to use XDOXSLT in rtf template layout for etext template creation

    <DEFINE CONCATENATION>     BookDetails
    <BASE LEVEL>     Category
    <ELEMENT> Name || '/' || Price     
    <DELIMITER>      '/'
    <END DEFINE CONCATENATION>     BookDetails
    With EFTProcessor the above details are created in xsl file as follows
    <xsl:template name="CONCAT_BookDetails">
    *I need to declare one more variable here
    EG: <xsl:value-of select="xdoxslt:set_variable($mycount, count(.//Category))"/>
    --and use this variable for any dyanamic process inside this template. How to achieve this in rtf template by declaring a xdoxslt function. How to declare this
    syntax in rtf layout so that it creates a varibale in xsl template using the EFTProcessor. Please help me out. The main point here is to include xslt functions in
    rtf template layout for etext template creation.*
    <xsl:for-each select=".//Category">
    <xsl:call-template name="CONCAT_BookDetails_V"/>
    </xsl:for-each>
    </xsl:template>

    in the next time use BI Publisher forum - BI Publisher
    <?format-number(ENTERED_CR,'##,##0.00')?>it's works for me
    output:
    444    ->  444.00
    444.55 ->  444.55

  • VMM 2012 R2 Template creation fails with sysprep error via the gui, but works in powershell?

    I'm in the process of trying to convert an existing gen1 VM (Win Server 2012 R2) to a VM template using VMM 2012 R2 with rollup 1. The creation keeps failing with the following error :-
    "Error
    (2901)The operation did not complete successfully because of a parameter or call sequence
    that is not valid.Recommended ActionEnsure
    that the parameters are valid, and then try the operation again."
    I've checked that the local administrator account for the machine being converted to a template and it is blank as expected and in an attempt to troubleshoot I've output the template creation script via the VMM GUI and executed the commands in order which appears
    to have resolved the problem, well the template finishes creation, i'm yet to deploy a machine via it?
    # Create VM Template Wizard Script
    # Script generated on Thursday, April 3, 2014 12:52:15 PM by Virtual Machine Manager
    # For additional help on cmdlet usage, type get-help <cmdlet name>
    $VM = Get-SCVirtualMachine -VMMServer localhost -Name "MyTemplate_Template" -ID "98299447-83e1-4d98-a558-a96ebafcf9b5"
    | where {$_.VMHost.Name -eq "myhost.mydomain.com"}
    $LibraryServer = Get-SCLibraryServer -VMMServer localhost | where {$_.Name -eq "my.library.com"}
    $GuestOSProfile = Get-SCGuestOSProfile -VMMServer localhost | where {$_.Name -eq "Windows Server 2012
    R2"}
    $OperatingSystem = Get-SCOperatingSystem -VMMServer localhost -ID "50b66974-c64a-4a06-b05a-7e6610c579a2"
    | where {$_.Name -eq "Windows Server 2012 R2 Standard"}
    $template = New-SCVMTemplate -Name "My Template" -RunAsynchronously -VM $VM -LibraryServer $LibraryServer
    -SharePath "\\mylibrary.mydomain.com\SCVMM Library\Templates\mytemplatedestination" -GuestOSProfile $GuestOSProfile -JobGroup d2f2f539-85da-4091-ab08-abe739fc4761 -ComputerName "*" -TimeZone 85  -FullName "Administrator"
    -OrganizationName "My Organisation" -Workgroup "WORKGROUP" -AnswerFile $null -OperatingSystem $OperatingSystem 
    Now the only fields that weren't populated when I ran through the gui were FullName and Organization? Before I changed the script these two fields were just set to ""? Is that what has potentially caused the issue are they both required fields?

    Your not the only one who can reproduce this. Did you ever find out what it was? I saw your post and tried your same work-around and it also worked for me via Powershell.

  • Virtual desktop template creation with UR1 - two issues

    There are two new issues affecting Virtual Desktop template creation with WMS 2012 with UR1.
    Issue #1: Some systems fail to create a new or customized virtual desktop template with UR1 applied. UR1 includes an updated MultiPoint Connector which is compatible with a UR1 host. The Connector gets included in the Virtual Desktop template
    so that the virtual desktops can be managed by MultiPoint Dashboard. On some systems installation of the UR1 Connector will require a reboot that takes too long to complete and template creation will timeout.
    If you try to create a template without doing the following update to the unattend-t.xml file, and if the Connector reboot takes too long, the template creation process will never complete, appearing stuck at 80% until the timeout. If you check the running
    Virtual Machine Connection, you will see an error message that Windows could not complete the installation.
    To correct this:
    From MultiPoint Manager or Hyper-V Manager, shutdown the running template VM.
    Delete the template .vhd stored in Public Documents\Hyper-V\Virtual hard disks
     3. a) Make a backup copy of
    C:\Program Files\Windows MultiPoint Server\Unattend-t.xml
               e.g. rename it .bak
    b) open
    C:\Program Files\Windows MultiPoint Server\Unattend-t.xml in your favorite text editor.
    b) find “connector” in the file
    c) replace this string (starts with <Path> and ends with </Path>)
    <Path>powershell -Command &quot;try { $process = Start-Process -FilePath &apos;%Windir%\Temp\Connector\WmsConnector.Exe&apos; -ArgumentList &apos;/Quiet&apos; -PassThru -Wait; } catch { throw &apos;WmsConnector
    Install Failed&apos;}; exit $process.ExitCode&quot;</Path>
    with this string
    <Path>powershell -Command &quot;try {
    $p = Start-Process -FilePath &apos;%Windir%\Temp\Connector\WmsConnector.Exe&apos; -ArgumentList &apos;/Quiet
    /NoRestart&apos; -PassThru -Wait; } catch { throw &apos;WmsConnector Install Failed&apos;}; exit $p.ExitCode&quot;</Path>
    then save the file again as Unattend-t.xml  
    d) Proceed with Create and Customize virtual desktop template, and Create virtual desktop station as described on our blog at
    Virtual Desktop Templates – Part
    1 & Part 2
    We continue to investigate why this issue occurs on some machines and not others
    Issue #2: UR1 was intended to fix an issue creating virtual desktop templates on true UEFI systems, i.e. systems that don’t fall back to legacy support for earlier BIOS services. UR1 did not solve the issue. For now we are recommending
    doing template creation on systems that do fall back to legacy BIOS services. To check: from Device Manager under Disk Drives select your system hard drive. Double click and go to the Volumes tab and click Populate. The Partition Style entry should
    be Master Boot Record (MBR).  If it is GPT you have a UEFI system.
    We continue to investigate fixing this for UEFI systems.

    Any word on a UEFI fix?  My instructions on the other thread seem to work for me.
    Also, I imagine this won't be an issue on the next version of MultiPoint Server since the next Hyper-V in Server 2012 R2 now has those native UEFI VM's.  Have you guys played around with that yet?  Also, FWIW, I'm not sure why the pre-release docs
    mention that UEFI is only supported on Windows 8 VM's.  Why not x64 Windows 7 and Vista SP1 VM's?  I thought those already support full UEFI boot.  Is it because Hyper-V has mandatory restrictions to have Secure Boot turned on for UEFI VM's?

  • Project Template Creation in CProjects

    Hi,
    This is regarding project template creation for CProjects.
    I am now using the following BAPIs but not getting the templates created.
    1. For project definition creation: BAPI_BUS2172_CREATE
    2. For template creation: BAPI_BUS2170_CREATE
    I am getting the project definition created but not the template created.
    Please help.

    Hi,
    You can get this done in the IMG under the 'spro' transaction. In Collaboration projects, get to create the role type and specify the project types (Regular, Program etc.) where this role type would be applicable.
    Hope this helps...

  • CALL_FUNCTION_NOT_FOUND cProject Checklist Template creation

    Hi All,
           Am trying a create a checklist using the checklist template.
    During that process, if i don't save the transaction of checklist creation, system is giving a Run-time error in the background, which will be seen only in st22.
    Stating "CALL FUNCTION NOT FOUND".
    *_Dump briefed:*_
    Short text
        Function module "CRM_MKTPL_OL_LOAD_OBJECTS" not found.
    What happened?
        The function module "CRM_MKTPL_OL_LOAD_OBJECTS" is called,
        but cannot be found in the library.
        Error in the ABAP Application Program
        The current ABAP program "SAPMSSY1" had to be terminated because it ha
        come across a statement that unfortunately cannot be executed.
    Please do the needfull
    Rgds
    Sudhir

    Hi Sudhir,
    the listed function belongs to CRM component. I suppose, that it is not stored in your system.
    It is called dynamically, typically from the object link funtionality.  Please review your customizing of the active object link, if there is any CRM object link type and if the destination is set correctly. If it is not needed, please in-active it.
    Connection to External Systems -> Object Links in SAP Systems -> Make Settings for the Linked SAP Objects
    Kind regards,
    Zhenbo

  • Rule usage in Document template creation

    Dear all,
    In our scenerio,I am using document template(TS) creation step in WS.
    In this task I have created different word document templates.In my requirement based on the user, any one of the document template should come for creation.(not all the document templates).How can I do the config for that?Does it work,suppose the task is assigned with a Rule(The template is in creation mode)?

    Hi Srini,
    Use of background step indicates that it is additional step prior to your Document template. Do the processing what you were supposed to do in rule , get the required results from this step , store them in workfow container elements and Use them in your Document for template step.
    Regds,
    Akshay

  • Cm roomextension in room template creation

    Hi all ,
    when we create a room template it will ask for external parameters and Extensions . what actually CM extensions and the extension points . i read the documents in help.sap ,but it was very confusing to me .
    can anyone please explain me how to map the content and what are all the extensions and the parameters
    Thanks in advance,
    Rajeev.

    Hi rajeev,
    The external parameter is nothing but the parameters need to give at the time of creating room using that template. If youu2019re specifying that it will ask for that parameter value at creation of room.
    The room extension is like trigger. It will call on room creation, deletion and updating times. If you like to create any additional folder at the time of room creation , this call the extension point
    refer this link
    http://help.sap.com/saphelp_nw04/helpdata/en/5a/4e864007985537e10000000a1550b0/frameset.htm
    i think it will help u lot
    Thanks & Regards
    Kathiresan R

  • Template creation in BI Publisher

    I have an issue while creating template document in OPM. I have exported the schema (xsd) and created a new rtf document template in OPM. I edit the template to add some attributes (public) into it. I clicked on 'XML Schema' in BI Publisher tab and chose the exported xsd file which has all the attributes in it. I got the message box that says 'Data Loaded Successfully' followed by a window with all the attributes list.
    Now the problem starts. When I click on 'ab|Field' tab to add some attributes to my page, it opens up a window but no attributes are listed in it. Anyone got some idea what is happening here?
    My xsd is as follows:
    <?xml version="1.0" encoding="utf-8"?>
    <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
    <xs:element name="global-instance">
    <xs:complexType>
    <xs:all>
    <xs:element name="a1_value" type="xs:string" />
    <xs:element name="a1_text" type="xs:string" />
    </xs:all>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    And the filed window has the following fields
    Schema
    @xs
    Element
    @name
    Complextype
    All
    Element
    @name
    @type

    Thanks Kevin for your reply.
    I unstalled 11.1.1.6.0 version of BI Publisher and installed the version 11.1.1.5.0 and now when I click on 'XML Schema' in BI Publisher tab, nothing is happening. I can see the ab|Field tab is enabled even before loading some schema. But when I click on it, says 'Automation Error Unspecified error'.
    Any idea what is happening?

  • Template creation force repeating data

    Hi,
    I'm new to BI publisher and want to force the data in an outer group to repeat with the child data. I am starting with an oracle report and have set it up to generate the XML. I have Bi publisher plug-in in word. We want a basic table to be sent to excel.
    <!-- Generated by Oracle Reports version 6.0.8.27.0
    -->
    - <CSTRINVR>
    <LIST_G_IC_CAT />
    - <LIST_G_AC_ACCT>
    - <G_AC_ACCT>
    <AC_ACCT>011 011 0000 14111 0000</AC_ACCT>
    - <LIST_G_AC_SUBINV>
    - <G_AC_SUBINV>
    <AC_SUBINV>B1-ADV</AC_SUBINV>
    <AC_DESCRIPTION>OFFSITE BROKER LOCATION - ADVANCED MP</AC_DESCRIPTION>
    - <LIST_G_AC_ITEM>
    - <G_AC_ITEM>
    <AC_ITEM_NUM_SEG>121-0111-1244</AC_ITEM_NUM_SEG>
    <AC_ITEM_DESC>IC,ACTTTL,OCTAL BUFFER,SOIC</AC_ITEM_DESC>
    <AC_UOM>EA</AC_UOM>
    <AC_REVISION />
    <AC_CATEGORY>COMPONENTS</AC_CATEGORY>
    <AC_ITEM_STATUS>ACTIVE</AC_ITEM_STATUS>
    <AC_INV_ASSET>Yes</AC_INV_ASSET>
    <AC_MAKE_BUY>Buy</AC_MAKE_BUY>
    <AC_PLANNING_METHOD>MRP planning</AC_PLANNING_METHOD>
    <AC_DEFAULTED />
    - <LIST_G_AC_ELEMENT>
    - <G_AC_ELEMENT>
    <AC_ELEMENT_ID>1</AC_ELEMENT_ID>
    - <LIST_G_AC_MAIN>
    - <G_AC_MAIN>
    <AC_UNIT_COST>.175</AC_UNIT_COST>
    <AC_QUANTITY>4</AC_QUANTITY>
    <AC_ACCT_COST>.7</AC_ACCT_COST>
    </G_AC_MAIN>
    </LIST_G_AC_MAIN>
    <AC_ELEMENT_COST>.175</AC_ELEMENT_COST>
    <AC_ITEM_QUANTITY>4</AC_ITEM_QUANTITY>
    </G_AC_ELEMENT>
    </LIST_G_AC_ELEMENT>
    <AC_ITEM_NUM_PSEG>121-0111-1244</AC_ITEM_NUM_PSEG>
    <AC_CAT_SEG>COMPONENTS</AC_CAT_SEG>
    <AC_ITEM_QTY>4</AC_ITEM_QTY>
    <AC_ITEM_COST>.175</AC_ITEM_COST>
    <AC_ITEM_TOTAL>.7</AC_ITEM_TOTAL>
    <AC_ITEM_TOTAL1>.7</AC_ITEM_TOTAL1>
    <AC_ITEM_COST_DSP>0.17500</AC_ITEM_COST_DSP>
    <AC_ITEM_TOTAL_DSP>0.70</AC_ITEM_TOTAL_DSP>
    <AC_ITEM_SEGMENT>121-0111-1244</AC_ITEM_SEGMENT>
    <AC_ROWCOUNT>1</AC_ROWCOUNT>
    </G_AC_ITEM>
    </G_AC_ITEM>
    </LIST_G_AC_ITEM>
    <AC_SUBINV_RC>446</AC_SUBINV_RC>
    <AC_SUBINV_TOTAL>10702338.36</AC_SUBINV_TOTAL>
    <AC_SUBINV_TOTAL_DSP>10,702,338.36</AC_SUBINV_TOTAL_DSP>
    </G_AC_SUBINV>
    </LIST_G_AC_SUBINV>
    <AC_ACCT_SEG>011.011.0000.14111.0000</AC_ACCT_SEG>
    We want the AC_ACCT_SEG to display in the first column and repeat for each of the items.
    I have tried many combinations including dropping each field individually into the table but have been unable to get the template to do what I want.
    Any help is appreciated.

    Thought I found a way to upload the screen shots. but it does not appear to work. Not sure how to illistrate the point with out them.
    Thanks,
    Linda
    Edited by: Linda B on Nov 19, 2008 5:39 AM
    Ac Acct Seg
    Ac Acct Seg
    011.011.0000.14111.0000
    G Ac Item
    Ac Item Num Seg
    Ac Item Desc
    Ac Uom
    Ac Revision
    Ac Category
    Ac Item Status
    Ac Inv Asset
    Ac Make Buy
    Ac Planning Method
    Ac Defaulted
    Ac Item Num Pseg
    Ac Cat Seg
    Ac Item Qty
    Ac Item Cost
    Ac Item Total
    Ac Item Total1
    Ac Item Cost Dsp
    Ac Item Total Dsp
    Ac Item Segment
    Ac Rowcount
    Ac Acct Seg
    121-0111-1244
    IC,ACTTTL,OCTAL BUFFER,SOIC
    EA
    COMPONENTS
    ACTIVE
    Yes
    Buy
    MRP planning
    121-0111-1244
    COMPONENTS
    4
    0.175
    0.7
    0.7
    0.17500
    0.70
    121-0111-1244
    1
    708-0013-01
    APC,27 WATT DC UPS,13VDC OUTPUT,12V,7.2AH SLA BATTERY AT&T
    EA
    Not Defined
    OBS
    Yes
    Buy
    MRP planning
    708-0013-01
    Not Defined
    88
    39.6
    3484.8
    3484.8
    39.60000
    3,484.80
    708-0013-01
    1
    708-0015-01
    APC,27 WATT DC UPS,13VDC OUTPUT,12V,7.2AH SLA BATTERY
    EA
    Not Defined
    ACTIVE
    Yes
    Buy
    MRP planning
    708-0015-01
    Not Defined
    176
    42
    7392
    7392
    42.00000
    7,392.00
    708-0015-01
    1
    709-0001-01
    CYBERPOWER,UPS,DC,50W,20AH,48VDC FLOATING GROUND
    EA
    Not Defined
    ACTIVE
    Yes
    Buy
    MRP planning
    709-0001-01
    Not Defined
    53
    88
    4664
    4664
    88.00000
    4,664.00
    709-0001-01
    1
    ACCA6030-0001
    ASSY,CPU,ZT KRYPTON,PROGRAMMED
    EA
    BXR
    ACTIVE
    Yes
    Buy
    MRP planning
    ACCA6030-0001
    BXR
    18
    6618.75
    119137.5
    119137.5
    6,618.75000
    119,137.50
    ACCA6030-0001
    1
    Edited by: Linda B on Nov 19, 2008 6:52 AM

  • Error in Template creation in OSA

    HI ,
    We are in process of implementation of OSA , i have done all configurations on the Development system , it works fine , but when i do the same on to the quality or the production server i encounter the following detail error , the system shows An unexpected technical error has occurred when you create a template in the appraisal catalog.
    An unexpected technical error has occurred
    Message no. HRHAP00_TEMPLATE000
    Diagnosis
    A technical error has occurred. There could be several reasons for it.
    Procedure
    Use the following steps to look for a solution:
    1. Start the report RHHAP_CHECK_CUSTOMIZING_TABLES and check the results for any errors.
    2. If there are no errors in the results list, look at collective note 0497777. There may already be a description and a solution for you problem in a related note.
    3. If this does not help, write a problem message (component PA-PD-PM). Give us information about the transaction or report you started and how you started it. The best way is to give us a detailed description of the parameters you set, the actions you performed, and so on.
    This information helps us to reproduce the problem in our systems and give you a quick response and solution to the problem.
    If we cannot reproduce the problem in our test systems we have to ask you for a remote connection so we can reproduce the problem in your system.
    *****All the patch levels are same in all three servers , still the error persists .
    Please help me out guys.
    Regards
    sam.

    Hi
    Go to t-code SM34 and compare these 4 clusters between your dev and prd systems. Any differences in these clusters may be causing this issue.
    VC_T77HAP_BASIC     View Cluster: Appraisal Document Basic Data
    VC_T77HAP_CATEGORY     View Cluster: Appraisal Category Data
    VC_T77HAP_CAT_GROUP     View Cluster: Appraisal Category Group Data
    VC_T77HAP_T77SK     View Cluster: Standard Value List
    Hope this helps.
    Regards,
    Vikas Bhatia

  • Financial Report Templates - Creation and input of accounts

    Hi,
    At the time of creating Financial Report Templates, these templates can be very time consuming and tedious to create, as for the inputting of accounts within each account category - filling out one or more details...
    It would be helpful to have some kind of tool in which we could associate like in the GL all the sub accounts withing that account.
    I hope I have been clear enough,
    Regards
    Vivek Chand

    Hi:
    I'm agree with your post, all my customer are very angry with this functionality because the want use wildcards for input the account, if i input 71* the template will show all account which begin with 71.
    Now when they create a new account into the financial plan of accounts they must create also into the report templates and this work is hard and spend a lost time in it.
    Best Regards
    Joaquin Gomez

  • Template creation for logged in user

    Is there a variable or other means to auto check the 'Document and Settings\<current logged in users>\My Documents'
    I can not find how to auto check the box for the current logged in user. It's not in the template editor.
    Also searching returned dead end posts...
    http://forums.novell.com/novell-prod...shortcuts.html
    http://forums.novell.com/novell-prod...s-folders.html
    http://forums.novell.com/novell-prod...ing-admin.html
    Anyone have experience with this?

    myfirelight,
    It appears that in the past few days you have not received a response to your
    posting. That concerns us, and has triggered this automated reply.
    Has your problem been resolved? If not, you might try one of the following options:
    - Visit http://support.novell.com and search the knowledgebase and/or check all
    the other self support options and support programs available.
    - You could also try posting your message again. Make sure it is posted in the
    correct newsgroup. (http://forums.novell.com)
    Be sure to read the forum FAQ about what to expect in the way of responses:
    http://support.novell.com/forums/faq_general.html
    If this is a reply to a duplicate posting, please ignore and accept our apologies
    and rest assured we will issue a stern reprimand to our posting bot.
    Good luck!
    Your Novell Product Support Forums Team
    http://support.novell.com/forums/

  • Performance Management Pre-defind template creation errror

    hi all,
    I am getting one error on creating Pre-defind template in performance management.
    The following error text was processed in system PE6 : Exception text is : Category 00000001 (category group 00000010) does not exist
    i guess i have deleted category on working out some error.
    Please help me to resolve this error.
    Regards,
    Jayesh Talreja
    Edited by: jayesh talreja on May 27, 2011 7:51 AM

    Hello,
    Pls create any dummy/real category to resolve the error.
    thanks
    rafi

  • LMS 4.2.2 CLI TEMPLATE CREATION

    Is there a way to apply the template based on the response of the IOS CLI?
    Example:
    Var1 = "show dot1x"
    if var1 = disabled
    then
    dot1x system-auth-control
    end
    if
    Thanks
    Emiliano

    thx Marvin for the reply, but I cant see the attachment.
    I dont mean the own declared variables and I dont mean the compliance baseline templates. I mean the Template Center templates (analogue PI) and the global built-in variables that are also not documented inline in the ootb templates:
    One example is $(interface) for the current deployed interface I got answered in a diferent threat in the past from Joe Clark.
    But such important information belongs to a public product documentation. And that Im looking for.

  • Error in Room Template Creation

    hi,
    In portal we developed our own room template.Due to some reasons we have deleted that room template also.After deletion the room template name is not appearing in the dropdown when I try to create a room.
    But when we tried to create another room template with the same room template name which I have deleted earlier, it is giving an error 'No valid name for room template'. what is the reason.........
    Is the deleted room template existing anywhere?
    Thanks and regards.
    shami.

    Hello Shami,
    Deleted room is not existing but its record is maintained in Room Template Version Folder.( I am referring NW2004s, EP7.0, SP11)
    So it might not allow the deleted name to use.
    Sorry I can't attach the screen shot to prove my point .
    Thanks and regards,
    Pradnya

Maybe you are looking for