How do I apply a DWT template to a selection of html page files?

I have a very large web site to bring over from another suppliers product into Dreamweaver CC 2014 on Windows 8.1.
The pages are "standard" htm pages with no DWT attached.
I wish to apply a DWT to a selection of pages only at a time.
There are a few thousand pages which I can only deal with in batches on a load, apply template, test basis, daily.
The only options I can see are the individual page or the entire site.
Dealing with individual pages is impractical, a mammoth task, so I need something more streamlined.
In other products I can select the pages in the files column and apply the template solely to those pages, with or without opening them.
Can I do this in any way on Dreamweaver?
Look forward to your suggestions.
Bob

This is all I want to be able to do in Dreamweaver. A major revamp is out of the question.
It is from the help in Microsoft Expression Web 4. It works.
It was also available last century in Microsoft FrontPage.
Can it be done?
To attach pages to a Dynamic Web Template
In the Folder List panel, select the file(s) that you want to attach to the DWT. To select multiple files, press CTRL and hold, and then click the files that you want to attach.
On the Format menu, point to Dynamic Web Template, and then click Attach Dynamic Web Template.
Locate and click the DWT you want to attach, and then click Open.
  If the body of a selected web page contains content, the Match Editable Regions dialog box appears. The dialog box displays the default settings for mapping content from the body of the web page to editable regions specified by the DWT. The Old column lists content in the body of the web page. The New column lists editable regions specified by the template. 
In the Match Editable Regions dialog box, do one of the following:
To move all of the content in the body of the web page to the default editable region, click OK. If the default editable region contains content, that content is replaced with the content in the web page.
To move all of the content in the body of the web page to a specific editable region, click (Body), and then click Modify. In the New Region list, click the editable region you want to move the content to. If you click (none), the content is removed from the web page.
To maintain all of the content and structure of the web page, click Skip Current Page. The template is not attached to the page.

Similar Messages

  • How to open an Applet from a text link in a HTML Page

    Hi There
    How to open an Applet from a text link
    in a HTML page
    For example I have a HyperLink "Open Applet"
    When a user clicks that link i want to open a
    Applet in a AWT Window.
    How can i do this
    Will any one help me?
    -Ramya

    u can use javascript for that
    <SCRIPT language="javascript">
    function loadAppNow() {
    document.write("<APPLET ......></APPLET>")
    </SCRIPT>
    LoadApplet
    this will overwrite the applet on current window
    There are many good ways other than document.write to open in same window. I don't remember the syntax right now.
    Plz. refer to javascript tutorial for that.
    even you can insert the applet while retaining previous contents. its quite easy actually.
    regards....bhart

  • How ias integrate with Snacktory for getting main text from an html page

    Hi All,
    i am new to endeca and ias, i have an requirement, need to get main text from whole html page before ias save text to Endeca_Document_Text property,
    as ias save all text in page to endeca_document_text property, it is not ok for reading when show in web page, i use an third party API to filter out the main text from original page,
    now i want to save these text to endeca_document_text property,
    an another question,
    i get zero page when doing the logic of filtering main text from original html text in ParseFilter( HTMLMetatagFilter implements ParseFilter) using Snacktory.
    if only do little things, it will work fine, if do more thing, clawer fail to crawl page. any one know how to fix it.
    log for clawler.
    Successfully set recordstore configuration.
    INFO    2013-09-03 00:56:42,743    0    com.endeca.eidi.web.Main    [main]    Reading seed URLs from: /home/oracle/oracle/endeca/IAS/3.0.0/sample/myfirstcrawl/conf/endeca.lst
    INFO    2013-09-03 00:56:42,744    1    com.endeca.eidi.web.Main    [main]    Seed URLs: [http://www.liferay.com/community/forums/-/message_boards/category/]
    INFO    2013-09-03 00:56:43,497    754    com.endeca.eidi.web.db.CrawlDbFactory    [main]    Initialized crawldb: com.endeca.eidi.web.db.BufferedDerbyCrawlDb
    INFO    2013-09-03 00:56:43,498    755    com.endeca.eidi.web.Crawler    [main]    Using executor settings: numThreads = 100, maxThreadsPerHost=1
    INFO    2013-09-03 00:56:44,163    1420    com.endeca.eidi.web.Crawler    [main]    Fetching seed URLs.
    INFO    2013-09-03 00:56:46,519    3776    com.endeca.eidi.web.parse.HTMLMetatagFilter    [pool-1-thread-1]    come into EndecaHtmlParser getParse
    INFO    2013-09-03 00:56:46,519    3776    com.endeca.eidi.web.parse.HTMLMetatagFilter    [pool-1-thread-1]    come into HTMLMetatagFilter
    INFO    2013-09-03 00:56:46,519    3776    com.endeca.eidi.web.parse.HTMLMetatagFilter    [pool-1-thread-1]    meta tag viewport ==minimum-scale=1.0, width=device-width
    INFO    2013-09-03 00:56:52,889    10146    com.endeca.eidi.web.parse.HTMLMetatagFilter    [pool-1-thread-1]    come into EndecaHtmlParser getParse
    INFO    2013-09-03 00:56:52,889    10146    com.endeca.eidi.web.parse.HTMLMetatagFilter    [pool-1-thread-1]    come into HTMLMetatagFilter
    INFO    2013-09-03 00:56:52,890    10147    com.endeca.eidi.web.parse.HTMLMetatagFilter    [pool-1-thread-1]    meta tag viewport ==minimum-scale=1.0, width=device-width
    INFO    2013-09-03 00:56:59,184    16441    com.endeca.eidi.web.parse.HTMLMetatagFilter    [pool-1-thread-2]    come into EndecaHtmlParser getParse
    INFO    2013-09-03 00:56:59,185    16442    com.endeca.eidi.web.parse.HTMLMetatagFilter    [pool-1-thread-2]    come into HTMLMetatagFilter
    INFO    2013-09-03 00:56:59,185    16442    com.endeca.eidi.web.parse.HTMLMetatagFilter    [pool-1-thread-2]    meta tag viewport ==minimum-scale=1.0, width=device-width
    INFO    2013-09-03 00:57:07,057    24314    com.endeca.eidi.web.parse.HTMLMetatagFilter    [pool-1-thread-2]    come into EndecaHtmlParser getParse
    INFO    2013-09-03 00:57:07,057    24314    com.endeca.eidi.web.parse.HTMLMetatagFilter    [pool-1-thread-2]    come into HTMLMetatagFilter
    INFO    2013-09-03 00:57:07,057    24314    com.endeca.eidi.web.parse.HTMLMetatagFilter    [pool-1-thread-2]    meta tag viewport ==minimum-scale=1.0, width=device-width
    INFO    2013-09-03 00:57:07,058    24315    com.endeca.eidi.web.Crawler    [main]    Seeds complete.
    INFO    2013-09-03 00:57:07,090    24347    com.endeca.eidi.web.Crawler    [main]    Starting crawler shut down
    INFO    2013-09-03 00:57:07,095    24352    com.endeca.eidi.web.Crawler    [main]    Waiting for running threads to complete
    INFO    2013-09-03 00:57:07,095    24352    com.endeca.eidi.web.Crawler    [main]    Progress: Level: Cumulative crawl summary (level)
    INFO    2013-09-03 00:57:07,095    24352    com.endeca.eidi.web.Crawler    [main]    host-summary: www.liferay.com to depth 1
    host    depth    completed    total    blocks
    www.liferay.com    0    0    1    1
    www.liferay.com    1    0    0    0
    www.liferay.com    all    0    1    1
    INFO    2013-09-03 00:57:07,096    24353    com.endeca.eidi.web.Crawler    [main]    host-summary: total crawled: 0 completed. 1 total.
    INFO    2013-09-03 00:57:07,096    24353    com.endeca.eidi.web.Crawler    [main]    Shutting down CrawlDb
    INFO    2013-09-03 00:57:07,160    24417    com.endeca.eidi.web.Crawler    [main]    Progress: Host: Cumulative crawl summary (host)
    INFO    2013-09-03 00:57:07,162    24419    com.endeca.eidi.web.Crawler    [main]   Host: www.liferay.com:  0 fetched. 0.0 mB. 0 records. 0 redirected. 4 retried. 0 gone. 0 filtered.
    INFO    2013-09-03 00:57:07,162    24419    com.endeca.eidi.web.Crawler    [main]    Progress: Perf: All (cumulative) 23.6s. 0.0 Pages/s. 0.0 kB/s. 0 fetched. 0.0 mB. 0 records. 0 redirected. 4 retried. 0 gone. 0 filtered.
    INFO    2013-09-03 00:57:07,162    24419    com.endeca.eidi.web.Crawler    [main]    Crawl complete.
    ~/oracle/endeca
    -======================================
    source code for parsefilter
    package com.endeca.eidi.web.parse;
    import java.util.Map;
    import java.util.Properties;
    import org.apache.hadoop.conf.Configuration;
    import org.apache.log4j.Logger;
    import org.apache.nutch.metadata.Metadata;
    import org.apache.nutch.parse.HTMLMetaTags;
    import org.apache.nutch.parse.Parse;
    import org.apache.nutch.parse.ParseData;
    import org.apache.nutch.parse.ParseFilter;
    import org.apache.nutch.protocol.Content;
    import de.jetwick.snacktory.ArticleTextExtractor;
    import de.jetwick.snacktory.JResult;
    public class HTMLMetatagFilter implements ParseFilter {
        public static String METATAG_PROPERTY_NAME_PREFIX = "Endeca.Document.HTML.MetaTag.";
        public static String CONTENT_TYPE = "text/html";
        private static final Logger logger = Logger.getLogger(HTMLMetatagFilter.class);
        public Parse filter(Content content, Parse parse) throws Exception {
            logger.info("come into EndecaHtmlParser getParse");
            logger.info("come into HTMLMetatagFilter");
            //update the content with the main text in html page
            //content.setContent(HtmlExtractor.extractMainContent(content));
            parse.getData().getParseMeta().add("FILTER-HTMLMETATAG", "ACTIVE");
            ParseData parseData = parse.getData();
            if (parseData == null) return parse;
            extractText(content, parse);
            logger.info("update the content with the main text content");
            return parse;
        private void extractText(Content content, Parse parse){
            try {
                ParseData parseData = parse.getData();
                if (parseData == null) return;
                 Metadata md = parseData.getParseMeta();
                ArticleTextExtractor extractor = new ArticleTextExtractor();
                String sourceHtml = new String(content.getContent());
                JResult res = extractor.extractContent(sourceHtml);
                String text = res.getText();
                md.set("Endeca_Document_Text", text);
            } catch (Exception e) {
                // TODO: handle exception
        public static void log(String msg){
            System.out.println(msg);
        public Configuration getConf() {
            return null;
        public void setConf(Configuration conf) {

    but it only extracts URLs from <A> (anchor) tags. I want to be able to extract URLs from <MAP> tags as wellGee, do you think you could modify the code to check for "Map" attributes as well.
    Can someone maybe point a page containing info on the HTML toolkit for me?It's called the API. Since you are using the HTMLEditorKit and an ElementIterator and an AttributeSet, I would start there.
    There is no such API that says "get me all the links", so you have to do a little work on your own.
    Maybe you could use a ParserCallback and every time you get a new tag you check for the "href" attribute.

  • How can I find the name and path of the host html page

    Hi all,
    I want to make a banner using flash. This banner will be
    included in several pages in several domains.
    So, I want to count the clicks and store statistical data,
    calling an asp, and I want to get the host HTML page name which
    includes my banner.
    How can I do this?
    Thanks in advance

    or you can use the localConnection class inside of flash....
    it will return the domain name for you.
    var lc:LocalConnection = new LocalConnection();
    trace(lc.domain());

  • How do I apply a Design Template to an existing project, and...?

    I made some customizations to one of the design templates and saved those changes.  I want to have these changes applied to existing and new projects, how do I get this to happen?  Also when making the customizations to the design template, I seem to be able to only make certain changes.  For Example: The first item is a TEB - I am able to change the success and failure caption boxes but only in regard to style, I can't seem to change the text.  It reads "Type success text here."  I want that to always read "Correct!"  so how can I implement this without have to change the text for each item in the project?
    Thanks for your time!
    Tami

    Hi there
    btjra wrote:
    I made some customizations to one of the design templates and saved those changes.  I want to have these changes applied to existing and new projects, how do I get this to happen?
    After you create your design template, you apply it by opening a project that you wish to apply the template to. Then you click the Window menu and choose Design Template.
    This opens the Design Template panel. From there you choose a template to apply to your project.
    btjra wrote:
    Also when making the customizations to the design template, I seem to be able to only make certain changes.  For Example: The first item is a TEB - I am able to change the success and failure caption boxes but only in regard to style, I can't seem to change the text.
    Indeed you may only apply the visual characteristics. The text is influenced by editing the object later in the project.
    btjra wrote:
    I want that to always read "Correct!"  so how can I implement this without have to change the text for each item in the project?
    Thanks for your time!
    Tami
    I don't think you will be able to influence this. Not with a Design Template. What you can do is create a Project Template with the captions pre-configured. Then you could copy and paste as needed to accomplish it.
    You should add your voice to others that wish to see more flexibility with configuring defaults such as what you are asking. You do this via the Wish Form.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How can i apply a downloaded template?

    i've downloaded a dreamweaver template and i want to use it on my website. but how? should i copy-paste the codes? but if i do that, and click design button, the page shows all the codes. kindly help me pls.. and any advice how to make a good looking website? using simple backgrnd colors look newbish

    Hi,
    ok, then put it between the body:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>your document</title>
    </head>
    <body>
    HERE PUT YOUR TEMPLATE CODE
    </body>
    </html>
    Hans-G.

  • Serious SEO problem--How does one apply SEO description, keywords etc. to catalog and product pages?

    I'm working with the BC template TRIBECA. It comes with 2 page templates. I used one of the templates to create the catalog and product pages. Now I'm stuck with a single description tag and keyword tag for SEO purposes. Is there a workaround other than creating multiple template pages, one for each catalog and product page?
    UPDATE- I mistakenly mentioned I used template to create product pages. Actually product pages are created with a template but not one you can choose. This mystery template uses 2 h1 tags which is an SEO no,no. How do I remove one of the h1s?

    You should be able to ammend that layout by going to your Admin>>Site Manager>>Module Templates>>Online Shop Layouts.
    All the necessary files will be there. I suspect it is the Overall Layout and Individual Product - Large you are after...
    You can also make use of custom 1,2,3 and 4 tags for extra descriptions etc as BC will automatically render meta tags in the corect spot if they are included in the layout.
    ...also, note that when creating a catalog, you can add a title and description...
    ...and you can create custom layout templates too>> refer to this article: http://helpx.adobe.com/business-catalyst/partner/using-custom-templates-modules.html
    @webmosphere

  • How can I use an older template on the latest version of Pages?

    Hi,
    I just got my first Mac laptop/computer, a Macbook Pro. One of the things I wanted to use my Mac for was to create a newspaper. This newspaper has a template
    like this: galleio.png
    I am wondering if there is any way to get this on the newest version of Pages?
    Thank you in advance

    So what format is it in now?
    If it is in Pages '09, be prepared to to lose features and formatting by converting it to Pages 5 format.
    Do you have Pages '09? If so why not continue to use it, there is nothing to be gained by downgrading to Pages 5.
    Peter

  • How can I get Firefox to display 'preview in browser' Dreamweaver Web-page files?

    I chose Firefox as the primary browser for Adobe Dreamweaver's 'Preview in Browser' to display Web pages as I develop them. '''Firefox used to work just fine'''. Recently, however, when choosing Firefox to Preview in DW, FF merely opens to my home page. Once opened, FF will not accept/preview any files from Dreamweaver, regardless of how many times I choose to Preview. Safari and others - when selected as the preview browser - display them perfectly.
    PPC Mac, OS X 10.4.11, Firefox v. 3.6.21

    Have you tried the update to Fast Dial, version 4.2.1 or later? It should override the built-in new tab page: https://addons.mozilla.org/en-US/firefox/addon/fast-dial-5721/ ''(Note: I haven't tested it myself)''
    If you are using a similar add-on that isn't the same "Fast Dial", which one is it?

  • How do I hide the grey java applet box in a html page

    I have a page at http://www.iel.nzco.net/100/index.html with a java script box in the middle. The script runs a text around an image, but the page always shows the grey box until the image and the java class files download. Is there any way that I can hide the grey java box until the java stuff is loaded then "reveal" the image. I have tried using a layer with the star background in it but the grey box still shows up. Any ideas you may have will be appreciated

    Hi raypuddy,
    I have found only one example in a book I own "Java 2 - The Complete Reference" by Shildt and Naughton. Essentially it has to be performed in the init() method:
    public void init() {
    String s = getParameter("bgcolor");
    if(s != null) {
    Color color = new Color(Integer.parseInt(s.substring(1), 16));
    setBackground(color);
    getParent().setBackground(color);
    getParent().repaint();
    ... etc.
    The approach is to get the background painted ASAP and defer other class loading until after the Applet is up and running. Under IE there will still be some user feedback of the Applet loading (spinning globe, status line).
    IMHO it is a lot of extra effort for little esthetic value.
    Regards,
    John

  • How to process double click on rows of data displayed on html page?

    I need to display rows of data so that user could double click on a particular row to get more details.
    What I could think of doing is to embed an applet with a JTable that could easily process double click event. But the issues I have are:-
    1. I am not able to pass the data (the jsp got from processing some javabeans) to be displayed on the applet's table. It seems the applet needs to get loaded on the user's browser first and then the applet could ask the server (servlet / jsp) to send the data.
    Is there any way to provide data to applet other than html's parameter/value pairs?
    2. As per design, this applet should be used only to display the content. Double click on a row would only open a browser window to display the entire details of the data; there should not be any interaction with the server.
    Is there a better, more elegant way of doing this?
    Thanks.

    I posted a thread on Applet servlet communication here:
    http://forum.java.sun.com/thread.jsp?forum=33&thread=205887
    It uses the ObjectOutput/InputStream so you can send serializable objects rather than just text.
    Cheers,
    Anthony

  • How to apply different styles to Portlets on the same Portal page?

    How do you apply different styles to Portlets on the same Portal page?
    I'm new to this kind of thing, but understand that something called "cascading style sheets" can help here?
    What are these, how do you use them, and can you make different Portlets (all types - PL/SQL, Java, Applications, etc) on the same Portal page have different styles assigned?
    Thanks!

    Jeff,
    Apply Oracle Portal styles at the region level. Your portlets within each region will inherit the style defined for the region.
    You may want to check out Report #40050 at portalcenter.oracle.com, "Design an Attractive and Compelling Portal Interface" for a good overview of the various design features of Oracle Portal.
    Here is the link:
    http://portalcenter.oracle.com/pls/ops/docs/FOLDER/COMMUNITY/OTN_CONTENT/MAINPAGE/OWSF_2003_PAPERS/40050_STOVER.PDF
    Regards,
    Jay

  • How do I get banner & Spry Menu Bar to appear on every page?

    Hi,
    I am a new user of Dreamweaver CS6 an a relatively new user to website development in general.
    I just followed along through Davide Powers "Creating your first website" tutorial series and found it to be very helpful.  I made it through all six parts and managed to get the Check Magazine sample website up and running.  I now want to use what I learned to creat my own site, and I am stuck already.
    The tutorial does a great job of explaining how to setup a Spry Menu Bar to use for navigation.  The tutorial, however, only shows how to put this Spry Menu Bar on the main index.html page.  For my actual site, I would like my navigation bar (and my banner) to appear on every one of my pages.
    Can anyone here tell me where I can find instructions on the best way to do this? 
    My navigation requirements are very simple.  I just want a common banner with navigation buttons to appear at the top of every one of my pages.  The Spry Menu Bar that was created in the tutorial would work great for me assuming I can find a relatively simple way to get it (along with my banner) to appear at the top of every one of my pages.
    If it is very complicated to get it to appear on every page (or would require a large time investment in learning advanced techniques), then I would consider passing on the Spry Menu Bar and trying to setup my navigation in a simpler (if more old-fashioned) way.
    Any advice will be greatly appreciated.
    Thanks in advance,
    Paul

    If a small, 4-5 page site,  make a prototype page with all your columns, headers, footers, menus, etc...  and go to  File > SaveAs index.html,  and then File > SaveAs > page1.html,  and then File > SaveAs page2.html, etc...
    Or you can save your prototype page as a Dreamweaver Template (.dwt file).  Add editable regions for stuff that will change from page to page.  Everything outside editable regions is common to all site pages. Then use your Template to spawn site pages.  File > New > Page from Template, index.html, page1.html, page2.html, etc....    DW Templates are nice site management tool.  But before you use them, read all you can about them in F1 Help as they can be a little tricky to master.
    Last but not least, look at Server-Side Includes. They're a huge time saving feature. I use them on every site I build.
    Server-Side Includes
    http://www.smartwebby.com/web_site_design/server_side_includes.asp
    Nancy O.

  • Need help with creating template. Changes are not going through to index.html page

    Hi all,
    I have an issue with my template that I am creating and also a question about creating template Regions (Repeating and Editable).
    Somehow my changes to my index.dwt are not changing my index.html page.
    Also my other question is: For my top navigation bar and left navigation bar links, do I need to select and define each individual button or link as Repeating/Editable Region? or can I just select the whole navigation bar (the one on the top) etc...
    Below are my steps for creating my template...I am kinda fairly new to using DW and this is my first attempt to making a template following the DW tutorial CD that came with DW CS3.
    I appreciate any help with this...regards, Dano
    -Open my index.html file
    -File/save as template
    -Save
    -update links - yes
    -Select Repeating and Editable Regions (I selected the whole top navigation bar and selected Repeating Region and Editable Region, same with the left side navigation links)
    -File close all
    -Open the index.dwt
    -Save as and selected the index.html and chose to overide it..
    When I make changes to my index.dwt it is not changing the index.html
    I feel that I am missing some important steps here.....
    Website address
    www.defenseproshop.com

    Figured out

  • How to create a HTML page like iView, thanks in advance!

    How to create a HTML page like iView, thanks in advance!
    I'm a newcomer, would you please tell me how to create a HTML page in WebDynpro ? In fact, i want create one welcome page which use html format and include some javascript.
    thanks again.

    jakinapallykrishna , thank you very much for you reply.
    The pdf file is a simple application, but i want know how create a view in HTML format (<HTML>... </HTML>), maybe use HTMLB control, i don't sure it.
    In fact, I need create a view in portal, some pictures in it, once mouse over one picture, it need change another picture replace old one. I don't know how to do it, just know it can be handled in HTML page. So, i need help.
    Thanks.

Maybe you are looking for

  • Questions on web services in the CRM system from abap

    Hi, we are new to consuming web services within the abap engine and have a couple of questions When we consume the webservice do we have access to the web.xml and ejb-jar.xml deployment descriptors is there a standard servicref element Are these desc

  • App error 404 twaio

    I downloaded the app 'twatio' and when I try logging in in shows up 'error 404' •I reinstalled the app and same problem Anyone have any ideas how to fix the problem?

  • Color question

    Running Photoshop CS3 intel mac leopard. I made a .psd file with spot PMS 307 chosen from the PMS picker, not as a separate channel. I made another file at home on a imac running 10.4.11 CS2 with PMS 307 chosen the same way. Both are RGB files, both

  • Problem importing from scanner into Photoshop Elements

    I use Photoshop Elements 5 on a PC & am suddenly no loger able to import from my scanner (Canon MP990) & get the message: 'Could not complete the import because of a problem with the acquisition interface'. If I try scanning directly from the scanner

  • Broken OIM installation after creating user attribute

    Hi All, I tried to create a new user attribute with a list of values. I assume that I specified some of the required values incorrectly as I obtained an error message from the OIM application. Now however, I am not able to login into the OIM applicat