Existing template problem

Hello all,
I created a template for an existing web site and did all of
the updating ok. Well, I made the mistake of not backing up the
template and my computer crashed. I went through the pages and
detached them from the previous template and then created a new
template for the site.
Problem is, when I try to apply the new template to any of
the pages, it duplicates the editable region to all of the web
pages, essentially wiping out their different content. What am I
doing wrong?

> What am I doing wrong?
Just about everything.
Rule #1 - never detach pages from a template unless it's an
absolute last
resort. It would have been (most likely) a simple thing to
just recreate
the template from one of the child pages (simple, unless you
have used
Template parameters, or some of the more advanced Template
options).
Rule #2 - never apply a template to a page with existing
content. Instead,
spawn a new page from the Template, copy/paste content from
the old child
page to the new one, and then overwrite the old with the new.
Repeat until
done.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"scott koblich" <[email protected]> wrote in
message
news:gm7uv4$laq$[email protected]..
> Hello all,
>
> I created a template for an existing web site and did
all of the updating
> ok.
> Well, I made the mistake of not backing up the template
and my computer
> crashed. I went through the pages and detached them from
the previous
> template
> and then created a new template for the site.
>
> Problem is, when I try to apply the new template to any
of the pages, it
> duplicates the editable region to all of the web pages,
essentially wiping
> out
> their different content. What am I doing wrong?
>

Similar Messages

  • Help please - template problems

    2 questions please - actually:
    1.  Dreamweaver CS4... I think my template functionality has somehow become corrupted.  When I try to create new templates (regardless of which site I'm trying it within), they look ok.  But when I then try to create a new html page using the template, it garbles the format.  I tried it every way I can think of... I tried the 2 column fixed, the 3 column hybrid, etc. etc.  And I tried them as is in dreamweaver (without adding any formatting or anything... just create a new, save it, and then create a new page using the tempalte).  Still the same garbled end results. (it's keeping the spry menu bar, but loses the columnar format and places them on top of each other)
    Interestingly, it's only happening with new templates. (what started this was that I have a 2 column template I'm using, and I want to switch to a 3 column).  As long as I keep using the existing format with the existing templates, the new pages are ok.
    I tried re-installing dreamweaver, and that didn't fix it.  Any ideas?
    2.  I noticed in another post, that there were comments about largers sites don't do well with templates.  My site's content based (www.howtogardenadvice.com) with no fancy bells or whistles... but am well over 50 pages, and still growing.  Does that mean I have to stop using a template?
    Thanks so much for your help!

    2.  I noticed in another post, that there were comments about largers sites don't do well with templates.  My site's content based (www.howtogardenadvice.com) with no fancy bells or whistles... but am well over 50 pages, and still growing.  Does that mean I have to stop using a template?
    When you site becomes as large as yours sounds, the initial decision to use Templates becomes tedious, since each saved Template change requires that you upload ALL affected local files to reflect that change.  As the site becomes larger and larger, this requirement becomes more and more tedious.  It's not that the Templates don't work.
    I still use Templates on nearly every site I build, but I also use server-side includes to minimize this need.  I use the following scheme....
    First, I mentally separate the page layout into three sections:
    1.  Stuff that will not change for the life of the site (i.e., the basic
    structural elements)
    2.  Stuff that *could* change from time to time (e.g., navigation elements,
    burst advertisements, section-specific navigation, etc.)
    3.  Stuff that *will* change from one page to the next
    Then I create a Template containing all class1 elements.  Next I create
    server-side include files containing all class 2 elements and place them on
    the Template as needed.  Note - some of the class 2 elements may be
    "section-specific elements", and their placement on the Template will be
    subject to the next item.  Finally, I insert editable regions to cover the
    class 3 items, INCLUDING the section-specific navigation.
    This allows me to just cookie-cut the rest of the site.  I estimate that
    even for fairly large sites, about 80% of my work goes into planning and
    creating this Template file.
    To say anything about your #1 problem, we'd need to start by looking at the code on your Template page, and comparing that to the 'garbled' code on your child pages.  Can you show us?

  • WLI attempts to execute non existent template definition ID

    Reproduce Bug:
    Delete existing template definition and import again from jar.
    Input an XML event into EventQueue.
    WLI provides the following stack:
    <Aug 27, 2002 10:45:17 AM EDT> <Debug> <BPM> <000000> <EventProcessor 6442868
    ExecuteThread: '9' for queue: 'default': This EventCandidate TemplateDefinition:
    2003 is not the most active>
    I looked inside the TemplateDefinition table and it holds only one templateDefinitionID
    which is 5001. Clearly the WLI runtime attempts to execute a non existent templateDefinionID.
    Suggestions?

    To find the problem in the underlying WLI data, run the following SQL:
    select ew.EventDescriptor, ek.expression, t.name,td.templateDefinitionId, to.Templateid,
    to.orgid
    From EventWatch ew, EventKey ek, Template t, TemplateDefinition td, TemplateOrg
    to
    where ew.eventdescriptor = ew.eventdescriptor
    and t.templateid = ew.templateid
    and td.templateid = t.templateid
    and to.templateid = t.templateid
    "Giora Katz-Lichtenstein" <[email protected]> wrote:
    >
    Reproduce Bug:
    Delete existing template definition and import again from jar.
    Input an XML event into EventQueue.
    WLI provides the following stack:
    <Aug 27, 2002 10:45:17 AM EDT> <Debug> <BPM> <000000> <EventProcessor
    6442868
    ExecuteThread: '9' for queue: 'default': This EventCandidate TemplateDefinition:
    2003 is not the most active>
    I looked inside the TemplateDefinition table and it holds only one templateDefinitionID
    which is 5001. Clearly the WLI runtime attempts to execute a non existent
    templateDefinionID.
    Suggestions?

  • Create frameset based on an existing template

    I'm using DW CS4.  I'm using a template with header, sidebar and main content divs for most of my pages.  But I want one page to be a frameset with the same header and sidebar but the main content is a frame that changes based on selections from the sidebar.  I want it based on my existing template so when I update the header in the template, my frameset page gets updated.  I can't just save the header in the library because it contains a spry menu.  Any suggestions?

    I suggest to create a css based layout on your existing template. Here is a tutorial on the pros and cons of using frames.
    Make a common page with a header, sidebar and content and copy that to use in the rest. You can define background images for each so if you want to update your banner, you can do that in your css
    Here is a tutorial on css based layout

  • [URGENT] Ques::custom Template Problem in IF statement?

    kindly help me out in solving this template problem...
    this is what i have written for my JHEADSTART Template.. where i recieve error.
    #if ( #WIZARD_PAGE_LIST_BEAN().selectedStep==3)
    <af:panelPage title="#if (!${JHS.current.group.hasTreeLayout})#PAGE_TITLE()#end" id="panelPage" partialTriggers="CreateNewEquip_AccSpcEquip">
    #else
    <af:panelPage title="#if (!${JHS.current.group.hasTreeLayout})#PAGE_TITLE()#end" id="panelPage" >
    #end
    i want to check if wizard step has value 3 then corresponding line showed be executed....
    NEED URGENT REPLY... THANKS

    [CreateNewEquip_AccequipmentDefinition.jspx] org.apache.velocity.exception.ParseErrorException: Encountered "#WIZARD_PAGE_LIST_BEAN" at line 37, column 7.
    Was expecting one of:
    <STRING_LITERAL> ...
    "true" ...
    "false" ...
    <NUMBER_LITERAL> ...
    <IDENTIFIER> ...
    Kindly let me know the Right expression for it ...

  • Creating new template using existing template

    Is anyone aware of a way to create a new project template using an existing template? I am testing a few scenarios and want to quickly be able to create a template without setting one up from scratch.
    I tried a few ways but could not find a way to do this - you can only create a project using a template, not another template.
    Thanks,
    Sachin

    Hi,
    Find the template from setup->Projects->Templates and use copyto , new template will be created from existing one.
    Barathidasan

  • How to change background image in existing template?

    Hi 
    Current website needs overall change in background image which is already set in template. Is there anyone who knows how to change background image in existing templates?

    Make a friend with firebug &  you could find yourself from where it is getting applied.
    For the website you have given the background image it is using is [1] and it is getting set in css of body tag [2]. So Find the css at [3] and modify it OR replace [1] with other image with same file name.
    [1]   www.hanwha.com/etc/designs/hanwha/images/bg-body.jpg
    [2]
    body {
        background: url("images/bg-body.jpg") repeat-x scroll 50% 0 #FFFFFF;
        color: #757373;
        font: 14px/18px Arial,Verdana,Helvetica,sans-serif;
        margin: 0;
        min-width: 979px;
    [3]
    /etc/designs/hanwha/...../*.css

  • How can we run existing Templates

    HI,
    In EP development side, usually we will use the existing templates to print our sales reports etc., so i just imported the business package which is provided by other vendors, but i am trying to see the iview, it is giving the error as----
    <b>Portal Runtime Error
    An exception occurred while processing a request for :
    iView : N/A
    Component Name : N/A
    Unable to lookup System 'SAP_BW'. Please check the system object and the alias..
    See the details for the exception ID in the log file</b>
    and other error is,
    <b>com.sap.portal.appintegrator.sap.BWReport::BWReport/RoadRunnerSSOLayer</b>
    so, please tell me the steps to be taken to execute the Template reports, is there any necessity to create again system object? if so what system i need to create either a SAP R/3 or BW..tell me the procedure of this also.
    Thanks and Regards,
    Sireesha.

    Hi
    First, you can active the template in the SAP BW systems.
    In the system SAP BW across of the follow steps:
    1.- Run the transaction RSA1
    2.- Look by type of object and you should find "Web template"
    3.- Across of the option "Search",
    4.- Finally, this template you have, activate that.
    After, can you test in the portal.
    I hope that with this change the Business package work

  • Using Existing Template for new pdf's

    How do I use and existing template of pdf's to create new ones.  I just want to copy and past new pics and text where existing pics and text exist in a template that is already made? 
    Also, How can I make all pictures the same size?

    1) If you're using Adobe Reader, you can't edit PDFs at all.
    2) In Acrobat you can make some changes to a PDF file but they are not editable documents in the same way a Word or InDesign file is. PDFs are end destination files - you export them from another application, and if you want to make significant changes you edit the original document and re-export a whole new PDF.

  • Loading a pre existing template and editing.

    I bought an existing template from a website a year ago and was able to find out how to load it into dreamweaver so that it was editable because if you just opened the index page and starting typing it would tell you your editing a non editable region and would not update the other pages.  Now I cant figure out how to do that again!   I know it had something to do with the .DWT files and if you edit that then it would update the child pages also.   Ive been searching for about 2 hours and cant find anything even though the answer is probably right under my nose. 

    That is when editing the template.dwt here is the code.
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    <!-- metatags -->
    <!-- TemplateBeginEditable name="meta" -->
    <title>Welcome</title>
    <meta name="Keywords" content="place your keywords here" />
    <meta name="Description" content="place a description for your webpage here" />
    <!-- TemplateEndEditable -->
    <!-- /metatags -->
    <!-- language -->
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
    <!-- /language -->
    <!-- styles -->
    <link title="default" href="../Site/styles/misc/styles.css" rel="stylesheet" type="text/css" />
    <link title="default" href="../Site/styles/fonts.css" rel="stylesheet" type="text/css" />
    <link title="default" href="../Library/logo/css/logo.css" rel="stylesheet" type="text/css" />
    <!-- /styles -->
    <!-- editable styles -->
    <!-- TemplateBeginEditable name="styles" -->
    <link title="default" href="../Site/styles/primary.css" rel="stylesheet" type="text/css" />
    <link rel="stylesheet" href="../Library/component-mega-menu/css/mega-menu.css" type="text/css" title="default" />
    <!-- TemplateEndEditable -->
    <!-- /editable styles -->
    <!-- responsive styles -->
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <link title="default" href="../Site/styles/misc/responsive.css" rel="stylesheet" type="text/css" id="mobileSheet" />
    <!-- /responsive styles -->
    <!-- hidden -->
    <!-- TemplateBeginEditable name="hide_components" -->
    <style>
    /* copy the component style here, then add {visibility:hidden; display:none;} */
    </style>
    <!-- TemplateEndEditable -->
    <!-- /hidden -->
    <!-- variables -->
    <!-- TemplateBeginEditable name="rootLocation" -->
    <script type='text/javascript'>
    // if this page is in:
    //   the root folder, then set this variable to ./
    //   a sub folder one level deep, then set this variable to ../
    //   a sub folder two levels deep, then set this variable to ../../
    var rootLocation = "./";
    </script>
    <!-- TemplateEndEditable -->
    <!-- /variables -->
    <!-- scripts -->
    <script type='text/javascript' src="../Site/javascript/jquery-1.5.1.min.js"></script>
    <script type='text/javascript' src="../Site/javascript/jquery.cookie.js"></script>
    <script type='text/javascript' src="../Site/javascript/pxgradient-1.0.1.jquery.js"></script>
    <script type='text/javascript' src="../Site/javascript/jquery-ui-1.8.11.custom.min.js"></script>
    <script type="text/javascript" src="../Site/javascript/special_functions.js"></script>
    <script type="text/javascript" src="../Site/javascript/hoverIntent.js"></script>
    <script type="text/javascript" src="../Site/javascript/superfish.js"></script>
    <!-- TemplateBeginEditable name="misc scripting" -->
    <!-- TemplateEndEditable -->
    <!-- /scripts -->
    <!-- ie -->
    <!-- TemplateBeginEditable name="ie6-9 scripting" -->
    <!-- IE Styles and Scripts-->
    <!--[if lt IE 9]>
    <link title="default" rel="stylesheet" type="text/css" href="../Site/styles/ie/ie.css" />
    <link title="mobile" rel="alternate stylesheet" type="text/css" href="../Site/styles/ie/mobile.css" />
    <link title="narrow" rel="alternate stylesheet" type="text/css" href="../Site/styles/ie/narrow.css" />
    <link title="standard" rel="alternate stylesheet" type="text/css" href="../Site/styles/ie/standard.css" />
    <link title="wide" rel="alternate stylesheet" type="text/css" href="../Site/styles/ie/wide.css" />
    <script type='text/javascript' src="../Site/javascript/html5.js"></script>
    <script type='text/javascript' src="../Site/javascript/dynamiclayout.js" ></script>
    <![endif]-->
    <!-- IE6 transparent PNG -->
    <!--[if lte IE 6]>
    <script type='text/javascript' src="../Site/javascript/supersleight-min.js"></script>
    <![endif]-->
    <!-- TemplateEndEditable -->
    </head>
    <body>
    <!-- TemplateBeginEditable name="advertising_top" -->
    <!-- TemplateEndEditable -->
    <!-- bdy wrapper -->
    <div id="bdy_wrapper">
    <!-- main -->
    <div id="main">
    <!-- header -->
    <header id="headerTop">
      <div id="headerInner">
      <hgroup>
      <!-- seo1 -->
      <h1 id="seo_1">
      <!-- TemplateBeginEditable name="seo_1" -->Optional page title<!-- TemplateEndEditable -->
      </h1>
      <!-- /seo1 -->
      <!-- seo2 -->
      <h2 id="seo_2">
      <!-- TemplateBeginEditable name="seo_2" -->Optional page description text area...<!-- TemplateEndEditable -->
      </h2>
      <!-- /seo2 -->
      </hgroup>
      <!-- optional_content -->
      <div id="optional_content">
      <!-- TemplateBeginEditable name="optional_content" -->
      <hgroup>
      <h3>Header Content Region</h3>
      <h4>Insert text, image or banner ads here, or just delete this text and leave this area blank!</h4>
      </hgroup>
      <!-- TemplateEndEditable -->
      </div >
      <!-- /optional content -->
      <!-- TemplateBeginEditable name="header_wrapper" -->
      <!-- nivo_slider -->
      <div id="nivo_slider">
      <!-- #BeginLibraryItem "/Library/component-nivo-slider/nivo-slider.lbi" -->
    <div id="slider-wrapper">
    <div id="slider" class="nivoSlider">
    <!-- image 1: --> <a href="#"><img src="../Site/themed_images/portfolio-very-large-1.jpg" alt="portfolio1" title="#image1" /></a>
    <!-- image 2: --> <a href="#"><img src="../Site/themed_images/portfolio-very-large-2.jpg" alt="portfolio2" title="#image2" /></a>
    <!-- image 3: --> <a href="#"><img src="../Site/themed_images/portfolio-very-large-3.jpg" alt="portfolio3" title="#image3" /></a>
    <!-- image 4: --> <a href="#"><img src="../Site/themed_images/portfolio-very-large-4.jpg" alt="portfolio4" title="#image4" /></a>
    </div>
    <div id="slidercover"></div>
      <!-- image 1: title and captions -->               
                <div id="image1" class="nivo-html-caption">
                <h3>Heading 1</h3>
                <p>This is an example of the content for a specific image in the Nivo slider...</p>
            <div class="slider_readmore"><a href="../about.htm">View Page<br>
      <br></a></div>
                </div>
      <!-- /image 1: title and captions -->  
      <!-- image 2: title and captions -->               
                <div id="image2" class="nivo-html-caption">
                <h3>Heading 2</h3>
                <p>This is an example of the content for a specific image in the Nivo slider...</p>
            <div class="slider_readmore"><a href="../about.htm">View Page<br>
      <br></a></div>
                </div>
      <!-- /image 2: title and captions -->    
      <!-- image 3: title and captions -->               
                <div id="image3" class="nivo-html-caption">
                <h3>Heading 3</h3>
                <p>This is an example of the content for a specific image in the Nivo slider...</p>
            <div class="slider_readmore"><a href="../about.htm">View Page<br>
      <br></a></div>
                </div>
      <!-- /image 3: title and captions -->        
      <!-- image 4: title and captions -->               
                <div id="image4" class="nivo-html-caption">
                <h3>Heading 4</h3>
                <p>This is an example of the content for a specific image in the Nivo slider...</p>
            <div class="slider_readmore"><a href="../about.htm">View Page<br>
      <br></a></div>
                </div>
      <!-- image 4: title and captions -->               
            </div>
        <script type="text/javascript" src="../Site/javascript/jquery.nivo.slider.js"></script>
    <script type="text/javascript">
    jQuery(window).load(function() {
      // init the nivo slider on the #slider div
      jQuery('#slider').nivoSlider();
      // override the hover effects for the bullets
      jQuery('.nivo-control').hover(
        function() {jQuery(this).customAnimate({ opacity: 1.00 }, 300, 'linear')},
        function() {jQuery(this).customAnimate({ opacity: 0.50 }, 100, 'linear')});
    </script>
    <!-- #EndLibraryItem --></div>
      <!-- /nivo_slider -->
      <!-- nivo_slider_small -->
      <div id="nivo_slider_small">
      <!-- #BeginLibraryItem "/Library/component-nivo-slider-small/nivo-slider-small.lbi" -->
    <div id="slider-wrapper2">
    <div id="slider2" class="nivoSlider2">
    <!-- image 1: --> <a href="#"><img src="../Site/themed_images/portfolio-small-1.jpg" alt="small portfolio1" title="#image1" /></a>
    <!-- image 2: --> <a href="#"><img src="../Site/themed_images/portfolio-small-2.jpg" alt="small portfolio2" title="#image2" /></a>
    <!-- image 3: --> <a href="#"><img src="../Site/themed_images/portfolio-small-3.jpg" alt="small portfolio3" title="#image3" /></a>
    <!-- image 4: --> <a href="#"><img src="../Site/themed_images/portfolio-small-4.jpg" alt="small portfolio4" title="#image4" /></a>
    </div>
    <div id="slidercover2"></div>
            </div>
        <script type="text/javascript" src="../Site/javascript/jquery.nivo.slider.small.js"></script>
    <script type="text/javascript">
    jQuery(window).load(function() {
      // init the nivo slider on the #slider div
      jQuery('#slider2').nivoSlider();
      // override the hover effects for the bullets
      jQuery('.nivo-control').hover(
        function() {jQuery(this).customAnimate({ opacity: 1.00 }, 300, 'linear')},
        function() {jQuery(this).customAnimate({ opacity: 0.50 }, 100, 'linear')});
    </script>
    <!-- #EndLibraryItem --></div>
      <!-- /nivo_slider_small -->
      <!-- themed_object -->
      <div id="themed_object">
      <!-- #BeginLibraryItem "/Library/themed-object/themed-object.lbi" -->
    <img src="../Site/themed_images/themed_object.png" alt="themed object">
    <!-- #EndLibraryItem --></div>
      <!-- /themed_object -->
      <!-- text_logo -->
      <div id="text_logo">
      <!-- #BeginLibraryItem "/Library/logo/wrappers/logo-wrapper.lbi" -->
    <script type="text/javascript" src="../Library/logo/js/logo.js"></script>
          <div class="websitename">
      <!-- #BeginLibraryItem "/Library/logo/logo.lbi" -->
    <a href="../index.htm">Website Name</a>
    <!-- #EndLibraryItem --></div>
    <!-- #EndLibraryItem --></div>
      <!-- /text_logo -->
      <!-- graphic_logo -->
      <div id="graphic_logo">
      <!-- #BeginLibraryItem "/Library/logo/graphic-logo.lbi" -->
    <!-- add logo graphic here -->
    <!-- add logo graphic here -->
    <p> </p>
    <!-- #EndLibraryItem --></div>
      <!-- /graphic_logo -->
      <!-- logo_tagline -->
      <div id="logo_tagline">
      <!-- #BeginLibraryItem "/Library/logo/logo-tagline.lbi" -->
    Primary Tagline
    <!-- #EndLibraryItem --></div>
      <!-- /logo_tagline -->
         <!-- #BeginLibraryItem "/Library/menu-top/wrappers/menu-top-wrapper.lbi" -->
    <nav id="menu_top">
    <div id="menu">
    <div class="menu_bg">
    <div class="sf-menu-wrapper-top">
    <!-- DO NOT EDIT ABOVE THIS LINE -->
    <!-- DO NOT EDIT ABOVE THIS LINE -->
    <!-- DO NOT EDIT ABOVE THIS LINE -->
    <!-- #BeginLibraryItem "/Library/menu-top/menu-top.lbi" -->
    <ul id="MenuBarTop">
        <li><a href="../index.htm">Home</a></li>
        <li><a href="../contact.htm">Contact</a></li>
      <li><a href="javascript:return false;">Catalog</a><ul>
      <li><a href="../catalog.htm">Category 1</a></li>
      <li><a href="../catalog.htm">Category 2</a><ul>
      <li><a href="../catalog.htm">product 2a</a></li>
      <li><a href="../catalog.htm">product 2b</a></li>
      <li><a href="../catalog.htm">product 2c</a></li>
      </ul>
      </li>
      <li><a href="../catalog.htm">Category 3</a><ul>
      <li><a href="../catalog.htm">product 3a</a></li>
      <li><a href="../catalog.htm">product 3b</a></li>
      <li><a href="../catalog.htm">product 3c</a></li>
      </ul>
      </li>
      </ul>
      </li>
      <li><a href="../photo-gallery.htm">Photos</a></li>
      <li><a href="javascript:return false;">Components</a><ul>
      <li><a href="../Layouts/component-image-menu.htm">Image Menu (in Primary Page)</a></li>
      <li><a href="../Layouts/component-news-viewer.htm">News Viewer (in Primary Page)</a></li>
      <li><a href="../Layouts/component-parallax-slider.htm">Paralax Slider (in Primary Page)</a></li>
      <li><a href="../Layouts/component-accordian-menu.htm">Accordian Menu (in Primary Page)</a></li>
      <li>
      <a href="../Layouts/component-mega-menu.htm">Mega Menu</a><li>
      <a href="../Layouts/primary.htm">Nivo Slider (in Primary Page)</a></li>
      <li><a href="../Layouts/secondary.htm">Mini Nivo Slider (in Secondary Page)</a></li>
      </ul>
      </li>
      <li><a href="javascript:return false;">Layouts</a><ul>
      <li><a href="../Layouts/primary.htm">Primary Layout</a></li>
      <li><a href="../Layouts/secondary.htm">Secondary Layout</a></li>
      <li><a href="../Layouts/minimized.htm">Minimized Layout</a></li>
      <li><a href="../Layouts/magazine.htm">Magazine Layout</a></li>
      </ul>
      </li>
    </ul>
    <script type="text/javascript">
    //var MenuBarTop = new Spry.Widget.MenuBar("MenuBarTop");
    </script>
    <!-- #EndLibraryItem -->
    <!-- DO NOT EDIT BELOW THIS LINE -->
    <!-- DO NOT EDIT BELOW THIS LINE -->
    <!-- DO NOT EDIT BELOW THIS LINE -->
    </div>
    <script type="text/javascript">
        jQuery("div.sf-menu-wrapper-top > ul").addClass("sf-menu");
    </script>
    </div><div class="menu_bg_right"></div>
    </div>
    </nav>
    <!-- #EndLibraryItem -->
      <!-- news_ticker -->
      <div id="news_ticker">
      <!-- #BeginLibraryItem "/Library/news-ticker/wrappers/news-ticker-wrapper.lbi" -->
    <script type="text/javascript" src="../Site/javascript/webwidget_slideshow_common.js"></script>
    <script type="text/javascript">
                jQuery(function() {
                    jQuery("#webwidget_slideshow_common1").webwidget_slideshow_common({
                        slideshow_transition_effect: "slide_down",//slide_left slide_down fade_in
                        slideshow_time_interval: "15000",
                        slideshow_window_width: "500",
                        slideshow_window_height: "23",
                        slideshow_border_style: "none",//dashed dotted double groove hidden inset none outset ridge solid
                        slideshow_border_size: "0",
                        slideshow_border_color: "#AEDFE6",
                        slideshow_border_radius: "5",
                        slideshow_padding_size: "3",
                        slideshow_background_color: "transparent"
            </script>
    <div id="webwidget_slideshow_common1" class="webwidget_slideshow_common">
    <!-- #BeginLibraryItem "/Library/news-ticker/news-ticker.lbi" -->
    <h4></h4>
                <ul>
                    <li><a title="Link1" href="../index.htm">This is your news scroller, add your text and link to a web page!</a></li>
                    <li><a title="Link2" href="../index.htm">Create as many news links as you need. News links are simple bullet lists.</a></li>
                </ul>
    <!-- #EndLibraryItem -->
    <div style="clear: both"></div>
    </div>
    <!-- #EndLibraryItem --></div>
      <!-- /news_ticker -->
      <!-- twitter_facebook -->
      <div id="twitter_facebook">
      <!-- #BeginLibraryItem "/Library/social-networking/twitter-facebook-linkedIN.lbi" -->
    <div class="facebook_wrapper"><a href="http://www.facebook.com/i3dthemes/"> <img alt="follow me on facebook" title="Facebook" src="../Site/themed_images/facebook_badge.png" style="border:0px;" class="tfl" /></a></div>
    <div class="twitter_wrapper"><a href="http://www.twitter.com/i3dthemes/"> <img alt="tweet me" title="Twitter" src="../Site/themed_images/t_logo-a.png" style="border:0px;" class="tfl" /></a></div>
    <div class="linkedin_wrapper"><a href="http://www.linkedin.com"> <img alt="link to me" title="LinkedIN" src="../Site/themed_images/linkedin.png" style="border:0px;" class="tfl" /></a></div>
    <!-- #EndLibraryItem --></div>
      <!-- /twitter_facebook -->
      <!-- get_in_touch -->
      <div id="get_in_touch">
      <!-- #BeginLibraryItem "/Library/extras/get-in-touch.lbi" -->
    <a href="../contact.htm"><img src="../Site/graphics/get_in_touch.png" class="getintouch" alt="get in touch" style="border-style: solid; border-width: 0px" /></a>
    <!-- #EndLibraryItem --></div>
      <!-- /get_in_touch -->
      <!-- google-search -->
      <!--webbot bot="Include" U-Include="Library/component-google-site-search/google-site-search.htm" TAG="BODY" startspan --><strong>[Templates/Library/component-google-site-search/google-site-search.htm]</stron g><!-- #EndLibraryItem -->
      <!-- /google-search-->
      <!-- zoom_menu_component -->
      <div id="zoom_menu_component">
      <!-- #BeginLibraryItem "/Library/menu-zoom/zoom-menu.lbi" -->
      <script type='text/javascript' src='../Site/javascript/jquery.jqDock.min.js'></script>
      <script type='text/javascript'>
      <!--
      jQuery(function($){
    ** JQDOCK SETUPS... **
        //apply jqDock to each of the demo menus, setting varying options for each one...
        $('div.demo').each(function(i){ //opts updated so as not to use null as 'don't override default' - jQuery v1.2.5 changed extend() to not ignore nulls!
            var opts = { align:        [ 'bottom', 'right', 'top' , 'middle', 'left', 'center' ][i] || 'bottom' //default
                       , size:         [  48     ,  48    ,  48   ,  48     ,  36   ,  60      ][i] || 36       //default
                       , distance:     [  60     ,  60    ,  60   ,  60     ,  48   ,  80      ][i] || 54       //default
                       , coefficient : [  1.5    ,  1.5   ,  1.5  ,  1      ,  1.5  ,  1.5     ][i] || 1.5      //default
                       , labels:       [  true   ,  'mc'  ,  true ,  'br'   ,  true ,  false   ][i] || false    //default
                       , duration:     500 //default
                         //for menu1 and menu7, set a function to use the 'alt' attribute if present, else construct a PNG path from the 'src'...
                       , source:       (i==0 || i==6) ? function(i){ return (this.alt) ? false : this.src.replace(/(jpg|gif)$/,'png'); } : false //default
            $(this).jqDock(opts);
        $('div.demo a>img').not($('#menu1 a>img')).bind('click', function(){
            var Href = $(this).parent().get(0).href;
            if(Href && !/^javascript:/i.test(Href)){ //change location...
              location.href = Href;
            }else{ //trigger a click handler?...
              $(this).parent().trigger('click');
            return false;
      // -->
      </script>
    <div id='menu1' class='demo'></div>
    <div id='menu2' class='demo'></div>
    <div id='menu3' class='demo'></div>
    <div id='zoom_menu' class='demo'>
    <a title="About Us" href="../about.htm"> <img src='../Site/themed_images/zoom_about.png' alt='Zoom About Us' /></a>
    <a title="Contact" href="../contact.htm"> <img src='../Site/themed_images/zoom_contact.png' alt='Zoom Contact' /></a>
    <a title="Services" href="../services.htm"> <img src='../Site/themed_images/zoom_services.png' alt='Zoom Services' /></a>
    <a title="Sitemap" href="../sitemap.htm"> <img src='../Site/themed_images/zoom_sitemap.png' alt='Zoom Sitemap' /></a>
    </div>
    <!-- #EndLibraryItem --></div>
      <!-- /zoom_menu_component -->
      <!-- custom_component1 -->
      <div id="custom_component1">
      <!-- #BeginLibraryItem "/Library/custom-components/custom-component1.lbi" -->
    <!-- #EndLibraryItem --></div>
      <!-- /custom_component -->
      <!-- custom_component2 -->
      <div id="custom_component2">
      <!-- #BeginLibraryItem "/Library/custom-components/custom-component2.lbi" -->
    <!-- #EndLibraryItem --></div>
      <!-- /custom_component -->
      <!-- custom_component3 -->
      <div id="custom_component3">
      <!-- #BeginLibraryItem "/Library/custom-components/custom-component3.lbi" -->
    <!-- #EndLibraryItem --></div>
      <!-- /custom_component -->
      <!-- back_to_top -->
      <div class="back_to_top"><a id="top"></a></div>
      <!-- /back_to_top -->
      <!-- TemplateEndEditable -->
      </div>
    </header>
    <!-- /header -->
      <div class="clear"></div>
    <!-- main content -->
    <div id="main_content">
    <!-- TemplateBeginEditable name="advertising_1" -->
    <!-- TemplateEndEditable -->
      <div class="clear"></div>
    <!-- info boxes -->
    <aside id="leftinfo">
      <div class="boxi">
      <div class="boxi_inner">
      <!-- TemplateBeginEditable name="left_info" -->
      <!-- #BeginLibraryItem "/Library/news-boxes/info-left.lbi" -->
    <h3>Info Left</h3>
    <div class="centerpic">
    <a href="#" title="Your image caption here">
    <img src="../Site/themed_images/info_left.jpg" alt="Describe the photo or the page it links to" />
    </a>
    </div>
    <p>This is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s.</p>
    <!-- #EndLibraryItem -->
      <!-- TemplateEndEditable -->
      </div>
      </div>
    </aside>
    <!-- centerinfo -->
    <aside id="centerinfo">
      <div class="boxi">
      <div class="boxi_inner">
      <!-- TemplateBeginEditable name="center_info" -->
      <!-- #BeginLibraryItem "/Library/news-boxes/info-center.lbi" -->
    <h3>Info Center</h3>
    <div class="centerpic">
    <a href="#" title="Your image caption here">
    <img src="../Site/themed_images/info_center.jpg" alt="Describe the photo or the page it links to" />
    </a>
    </div>
    <p>This is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s.</p>
    <!-- #EndLibraryItem -->
      <!-- TemplateEndEditable -->
      </div>
      </div>
    </aside>
    <!-- rightinfo -->
    <aside id="rightinfo">
      <div class="boxi">
      <div class="boxi_inner">
      <!-- TemplateBeginEditable name="right_info" -->
      <!-- #BeginLibraryItem "/Library/news-boxes/info-right.lbi" -->
    <h3>Info Right</h3>
    <div class="centerpic">
    <a href="#" title="Your image caption here">
    <img src="../Site/themed_images/info_right.jpg" alt="Describe the photo or the page it links to" />
    </a>
    </div>
    <p>This is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&#39;s standard dummy text ever since the 1500s.</p>
    <!-- #EndLibraryItem -->
      <!-- TemplateEndEditable -->
      </div>
      </div>
    </aside>
    <!-- /info boxes -->
      <div class="clear"></div>
    <!-- TemplateBeginEditable name="advertising_2" -->
    <!-- TemplateEndEditable -->
    <!-- column bgs -->
    <div id="columns_top"></div>
    <div id="columns_bg">
    <!-- column1 -->
    <section id="column1">
    <!-- TemplateBeginEditable name="column1" -->
      <!-- sidemenu -->
      <nav class="sidemenu">
      <div class="box1">
      <div class="box1_inner">
      <!-- #BeginLibraryItem "/Library/menu-side/wrappers/menu-side-wrapper.lbi" -->
    <div class="sf-menu-wrapper-side">
    <!-- DO NOT EDIT ABOVE THIS LINE -->
    <!-- DO NOT EDIT ABOVE THIS LINE -->
    <!-- DO NOT EDIT ABOVE THIS LINE -->
    <!-- #BeginLibraryItem "/Library/menu-side/menu-side.lbi" -->
    <h3>Main Menu:</h3>
    <div class="sf-menu-wrapper-side">
    <ul id="MenuBarSide">
        <li><a href="../index.htm">Home</a></li>
      <li><a href="../about.htm">About</a></li>
      <li><a href="../faqs.htm">FAQs</a></li>
      <li><a href="javascript:return false;">Contact</a>
       <ul>
      <li><a href="../contact.htm#1">Email</a></li>
       <li><a href="../contact.htm#3">Telephone</a></li>
      <li><a href="../contact.htm#4">Fax</a></li>
        <li><a href="../contact-form.htm">Web Form</a></li>
        <li><a href="../contact.htm#5">Address</a><ul>
      <li><a href="../contact.htm#6">Directions</a></li>
      </ul>
       </li>
       </ul>
      </li>
      <li><a href="javascript:return false;">Catalog</a><ul>
      <li><a href="../catalog.htm">Category 1</a></li>
      <li><a href="../catalog.htm">Category 2</a></li>
      <li><a href="../catalog.htm">Category 3</a></li>
      </ul>
      </li>
      <li><a href="javascript:return false;">Services</a><ul>
      <li><a href="../services.htm#silver">Service 1</a></li>
      <li><a href="../services.htm#gold">Service 2</a><ul>
      <li><a href="../catalog.htm">service 2a</a></li>
      <li><a href="../catalog.htm">service 2b</a></li>
      <li><a href="../catalog.htm">service 2c</a></li>
      </ul>
      </li>
      <li><a href="../services.htm#platinum">Service 3</a></li>
      </ul>
      </li>
      <li><a href="../photo-gallery.htm">Photos</a></li>
      <li><a href="javascript:return false;">Components</a><ul>
      <li><a href="../Layouts/component-image-menu.htm">Image Menu (in Primary Page)</a></li>
      <li><a href="../Layouts/component-news-viewer.htm">News Viewer (in Primary Page)</a></li>
      <li><a href="../Layouts/component-parallax-slider.htm">Paralax Slider (in Primary Page)</a></li>
      <li><a href="../Layouts/component-accordian-menu.htm">Accordian Menu (in Primary Page)</a></li>
      <li>
      <a href="../Layouts/component-mega-menu.htm">Mega Menu</a><li>
      <a href="../Layouts/primary.htm">Nivo Slider (in Primary Page)</a></li>
      <li><a href="../Layouts/secondary.htm">Mini Nivo Slider (in Secondary Page)</a></li>
      </ul>
      </li>
      <li><a href="javascript:return false;">Layouts</a><ul>
      <li><a href="../Layouts/primary.htm">Primary Layout</a></li>
      <li><a href="../Layouts/secondary.htm">Secondary Layout</a></li>
      <li><a href="../Layouts/minimized.htm">Minimized Layout</a></li>
      <li><a href="../Layouts/magazine.htm">Magazine Layout</a></li>
      </ul>
      </li>
      <!-- numo vertical links -->
    </ul>
    <script type="text/javascript">
    //var MenuBarSide = new Spry.Widget.MenuBar("MenuBarSide");
    </script>
    <div class="clear" style=" clear:both"></div>
    </div>
    <!-- #EndLibraryItem -->
    <!-- DO NOT EDIT BELOW THIS LINE -->
    <!-- DO NOT EDIT BELOW THIS LINE -->
    <!-- DO NOT EDIT BELOW THIS LINE -->
    </div>
    <script type="text/javascript">
         jQuery("div.sf-menu-wrapper-side > ul").addClass("sf-menu sf-vertical");
    </script>
    <!-- #EndLibraryItem -->
      </div>
      </div>
      </nav>
      <!-- /sidemenu -->
      <!-- numo box left -->
      <!-- whatsnew -->
      <aside class="whatsnew">
      <div class="box1">
      <div class="box1_inner">
      <!-- #BeginLibraryItem "/Library/news-boxes/whats-new.lbi" -->
    <h3>WhatsNew</h3>
    <a href="#" class="sidepic">
    <img src="../Site/themed_images/portfolio-small-4.jpg" alt="Describe the photo or the page it links to" />
    </a>
    <p>Your "What's New" content includes an image that 'AUTO' scales. No need to
    resize the image, the CSS style sheet will resize the images for you, once
    rendered in your web page.</p>
    <!-- #EndLibraryItem -->
      </div>
      </div>
      </aside>
      <!-- /whatsnew -->
      <!-- currentnews -->
      <aside class="currentnews">
      <div class="box1">
      <div class="box1_inner">
      <!-- #BeginLibraryItem "/Library/news-boxes/current-news.lbi" -->
    <h3>CurrentNews</h3>
    <a href="#" class="sidepic">
    <img src="../Site/themed_images/portfolio-small-6.jpg" alt="Describe the photo or the page it links to" />
    </a>
    <p>The Current News content includes an image that 'AUTO' scales. No need to
    resize the image, the CSS style sheet will resize the images for you, once
    rendered in your web page.</p>
    <!-- #EndLibraryItem -->
      </div>
      </div>
      </aside>
      <!-- /currentnews -->
      <!-- recentevents -->
      <aside class="recentevents">
      <div class="box1">
      <div class="box1_inner">
      <!-- #BeginLibraryItem "/Library/news-boxes/recent-events.lbi" -->
    <h3>RecentEvents</h3>
    <a href="#" class="sidepic">
    <img src="../Site/themed_images/portfolio-small-5.jpg" alt="Describe the photo or the page it links to" />
    </a>
    <p>The Recent Events content includes an image that 'AUTO' scales. No need to
    resize the image, the CSS style sheet will resize the images for you, once
    rendered in your web page.</p>
    <!-- #EndLibraryItem -->
      </div>
      </div>
      </aside>
      <!-- /recentevents -->
    <!-- TemplateEndEditable -->
    </section>
    <!-- /column1 -->
    <!-- column2 -->
    <section id="column2">
      <!-- box4 -->
      <article class="box4">
      <div class="box4_inner">
      <!-- TemplateBeginEditable name="body1" -->
    <!-- numo box right -->
    <h3>What is Lorem Ipsum</h3>
    <p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p><p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
      <!-- TemplateEndEditable -->
      </div>
      </article>
      <!-- box4 -->
    </section>
    <!-- /column2 -->
    <!-- column3 -->
    <section id="column3">
    <!-- TemplateBeginEditable name="column3" -->
      <!-- optional box ... to enable ... delete this line
      <div class="box1">
      <h3>Heading</h3>
      <p>This is where you would add your text, images, or advertising banner</p>
      </div>
      /optional box  ... to enable ... delete this line  -->
    <!-- TemplateEndEditable -->
    </section>
    <!-- /column3  -->
    <!-- column4 -->
    <section id="column4">
    <!-- TemplateBeginEditable name="column4" -->
      <!-- optional box ... to enable ... delete this line
      <div class="box1">
      <h3>Heading</h3>
      <p>This is where you would add your text, images, or advertising banner</p>
      </div>
      /optional box  ... to enable ... delete this line  -->
    <!-- TemplateEndEditable -->
    </section>
    <!-- /column4  -->
      <div class="clear"></div>
    </div>
    <div id="columns_bottom"></div>
    <!-- /column bgs -->
    <!-- TemplateBeginEditable name="advertising_3" -->
    <!-- TemplateEndEditable -->
      <div class="clear"></div>
    </div>
    <!--/content -->
    </div>
    <!--/main -->
    <!-- advertising -->
    <section id="advertising_wrapper">
      <div id="advertising">
      <!-- TemplateBeginEditable name="advertising_4" -->
      <!-- #BeginLibraryItem "/Library/advertising/advertising.lbi" -->
    <p>This is advertising space for google ads, affiliate links or anything else you can think of</p>
    <p>... this space will grow as you add more information ...</p>
    <!-- #EndLibraryItem --><!-- TemplateEndEditable --></div>
    </section >
    <!-- /advertising -->

  • How to delete existing templates -- because they override DW files

    I can't figure out how to crreate a new BC site and delete all the existing template files.
    Some I can. Others override the Dreamweaver files that I try to upload.

    I didn't want any BC templates. And I don't have one in DW to replace BC default one with.
    The BC CSS Style sheet defintiely overrides DW style sheets. Here's what I'm talking about after I delete lots of BC CSS files:
    http://ms-welcomemat.businesscatalyst.com/
    I can't delete this, this is from BC template:
    My Website
    Home
    About Us
    Contact
    Menu
    Home
    About Us
    Contact

  • Existing Template editing issues

    My webmaster no longer works with my company and I need to edit an existing template on one of my sites.
    I have downloaded the entire site opened templates and edited same saved as a template and re uploaded.
    Does not show any improvements...please advise, and thanks in advance!

    No Gary
    I do know basic dreamweaver but I have never set up a defined dreamweaver site.
    I did try the save a as template and went thru the process but go confused
    as to where to save the file ie define the site because first i tried to save it
    in the existing site..that did not work
    then i tried to save it in a new file and could not find that.
    If you could walk me thru step by step or point me to the correct info to do
    this it would be greatly appreciated
    thank you

  • Unlocking an existing template

    I was asked to update a friends website and its all
    templates, with editable/uneditable areas. How do I or is it
    possible to unlock an existing template?

    > and its all templates, with editable/uneditable areas
    Okay. How many pages are in this site?
    What's your understanding on how dreamweaver templates work?
    and- to be sure, what are you going to edit the files with?
    Dreamweaver or
    some other editor?
    Terminology of locked or uneditable areas, and editable areas
    is clear?
    Do you or the friend who owns the site want it to end up
    after the updates
    with functional templates, or do you just want to make the
    needed changes
    and be done with it?

  • Migrating from standalone ITS to internal ITS u0096 copy existing templates

    Dear Sirs,
    I am in the process of migrating from Standalone ITS to the internal one. I have found several documents on the issue and the help section for the migration, http://help.sap.com/saphelp_nw04/helpdata/en/cd/8a424089ff2571e10000000a155106/content.htm
    Currently I am using a standalone ITS server, 6.20 PL13, to access/run IAC components on ERP2004 server ZXY. In the new setup I wan to run the internal ITS on server ZXY instead.
    I have however a question regarding the process. Step one in the process is to Copy the existing templates.
    If I enter the transaction SE80, I am not able to see all of the IAC component names which are referenced in my portal iViews.  I therefore assume that the ones which does not show up, has not been converted properly.
    I therefore go into transaction SIAC1 to look for them there (as described in ITS – New storage structures as of Web SAP AS 6.40, 678904), but I am however unable to find them there either.
    Do I have to go the current ITS server and somehow copy the files/IAC manually (save on disk), and then upload then with SIAC_UPLOAD (from se38) onto the R/3 system. Or do they exist already on my R/3 system just that they aren’t shown?
    Could a solution be that the name of the IAC component in the portal iview, differs from the name actually used in the R/3 system.
    Any pointers or hints on this issue are appreciated.
    Best regards,
    Jørgen

    Deepak Sharma,
    Thank you for your reply. But I have already published the services internally and actually have used the 'webgui' service successfully.  What I am trying to do now is to copy the custom services (there are only 2) to the integrated ITS from my standalone ITS server.

  • Apply Template to existing page problems

    I've coinstructed a Dreamweaver Template (dwt) that I want to apply to existing pages in a web site.  I have onle two editable regions defined right now, "doctitle" and "propertyinfo".  When I try to attach my template to a page,  [modify, templates, apply templates to page, select the dwt file, and click select] I get a window named "Inconsistent Regiopn names" which indicates two other editable regions, "document body" and document head".  I've tried various combinations to the "move content to a new region" and get bad results in that other areas of my page are replaced.
    Is there somethign I have to place in the page to resolve this?  I'm very confused by this issue.

    You're right on again.
    Asking for the "body" and "head" regions threw me off and my tenacity kicked in.  I played with that for hours until I came to the conclusion that producing an "empty" page from a DWT, then constructing each page from those was definitely the way to go.
    Thank you.
    Steve

Maybe you are looking for