Template Creation Tutorial



Similar documents
Microsoft Expression Web

WEBSITE CONTENT MANAGEMENT SYSTEM USER MANUAL CMS Version 2.0 CMS Manual Version

FORM SIMPLICITY QUICK REFERENCE GUIDE PROFESSIONAL/ULTIMATE EDITION

Faculty Web Editing. Wharton County Junior College Employee Training Manual

Adding Images to Broadcast s - 1

Admin Reference Guide. PinPoint Document Management System

HOW TO UPLOAD HTML CODE INTO CONSTANT CONTACT

emarketing Manual- Creating a New

1. After installing you can launch the program by clicking on the Start button and then select Programs, then WS_FTP LE, and then WS_FTP LE.

In this tutorial I will be uploading multiple images to my ftp folder on my ktools site, and then add them using manager.

Overview... 2 How to Add New Documents... 3 Adding a Note / SMS or Phone Message... 3 Adding a New Letter How to Create Letter Templates...

High Impact & Alpha Five: A Mail Merge Guide.

Remote Viewer Recording Backup

Introducing our new Editor: Creator

enter the administrator user name and password for that domain.

JOOMLA 2.5 MANUAL WEBSITEDESIGN.CO.ZA

Making a Website with Hoolahoop

Content Management System QUICK START GUIDE

Bulk . What s Inside this Guide. Bulk and How To Get There 2. Bulk Setup 4. Bulk Details 7

Using Microsoft s CA Server with SonicWALL Devices

REDUCING YOUR MICROSOFT OUTLOOK MAILBOX SIZE

Word 2010: Mail Merge to with Attachments

DIY Manager User Guide.

Software User Guide. WordPress Plugin Version 1.0

A send-a-friend application with ASP Smart Mailer

Ecommerce and PayPal Shopping Cart

Cascade Server CMS Quick Start Guide

Web Ambassador Training on the CMS

Where do I start? DIGICATION E-PORTFOLIO HELP GUIDE. Log in to Digication

How to Attach the Syllabus and Course Schedule to a Content Item

SiteBuilder 2.1 Manual

Marketing Checklist

Livezilla How to Install on Shared Hosting By: Jon Manning

Basics. a. Click the arrow to the right of the Options button, and then click Bcc.

Making the Most of Files & Folders. Schoolwires Centricity2

Mail Chimp Basics. Glossary

Recreate your Newsletter Content and Layout within Informz (Workshop) Monica Capogna and Dan Reade. Exercise: Creating two types of Story Layouts

CREATING AND EDITING CONTENT AND BLOG POSTS WITH THE DRUPAL CKEDITOR

Using Internet or Windows Explorer to Upload Your Site

Google Sites: Creating, editing, and sharing a site

Word 2007: Mail Merge Learning Guide

An Newsletter Using ASP Smart Mailer and Advanced HTML Editor

Customizing Confirmation Text and s for Donation Forms

Process Document Campus Community: Create Communication Template. Document Generation Date 7/8/2009 Last Changed by Status

JMM Software Suite

Outlook. Getting Started Outlook vs. Outlook Express Setting up a profile Outlook Today screen Navigation Pane

User Guide. Chapter 6. Teacher Pages

How To Insert Hyperlinks In Powerpoint Powerpoint

Table of Contents. Creating a Newsletter. Loading a Video or Slideshow. Distributing a Newsletter through Exact Target

Advanced Digital Imaging

Schools Remote Access Server

HowTo. Planning table online

State of Nevada. Ektron Content Management System (CMS) Basic Training Guide

CRM CUSTOMER RELATIONSHIP MANAGEMENT

Terminal Four. Content Management System. Moderator Access

ANIMATED HEADER IMAGE WITH IMAGE HEADER SLIDESHOW (FL_HEADER_SLIDE)

Getting Started Guide. Getting Started With Quick Shopping Cart. Setting up and configuring your online storefront.

Previewing & Publishing

Introduction. Inserting Hyperlinks. PowerPoint 2010 Hyperlinks and Action Buttons. About Hyperlinks. Page 1

E-commerce. Further Development 85

Advanced Outlook Tutorials

Virtual Exhibit 5.0 requires that you have PastPerfect version 5.0 or higher with the MultiMedia and Virtual Exhibit Upgrades.

Creating an with Constant Contact. A step-by-step guide

Microsoft Expression Web Quickstart Guide

introduction to emarketing

Excel Reports User Guide

ONLINE MARKETING CENTER. User Guide

Dreamweaver Tutorials Creating a Web Contact Form

Content Management System Help. basic tutorial on Evergreen s CMS

Tutorial 5: Add-to-Cart Button

Working with the Ektron Content Management System

SSL Secure Server. Installation Requirements

Step 4 Traffic Leads 2 Income AWeber Auto-responder Set-up

How to Add Users 1. 2.

Using JCPS Online for Websites

OmniUpdate Training (Advanced OU users level 7+)

EDGETECH FTP SITE CUSTOMER & VENDOR ACCESS

Document Services Online Customer Guide

CHAPTER 12 DIGITAL ASSET MANAGEMENT

SimplyCast emarketing User Guide

Adobe Dreamweaver CC 14 Tutorial

What options do I have for creating a classroom website if I...

Creating Personal Web Sites Using SharePoint Designer 2007

Dreamweaver and Fireworks MX Integration Brian Hogan

ITCS QUICK REFERENCE GUIDE: EXPRESSION WEB SITE

Xtreeme Search Engine Studio Help Xtreeme

PaperStream Connect. Setup Guide. Version Copyright Fujitsu

1. Open Thunderbird. If the Import Wizard window opens, select Don t import anything and click Next and go to step 3.

Managing Files. On a PC, after you find your file, right click it and selet Rename from the pop-up menu.

Click the "Connect" button. You should now see the following screen:

QaTraq Pro Scripts Manual - Professional Test Scripts Module for QaTraq. QaTraq Pro Scripts. Professional Test Scripts Module for QaTraq

2) Log in using the Address and Password provided in your confirmation

Getting Started with SurveyGizmo Stage 1: Creating Your First Survey

ADOBE DREAMWEAVER CS3 TUTORIAL

Technology Business Solutions. Online Backup Manager INSTALLATION

USING THE INTRO (SPLASH) PAGE

Managing User Accounts and User Groups

Web Editing Tutorial. Copyright Esri All rights reserved.

How to Use Your Office 365 Account

Google Docs A Tutorial

Transcription:

Template Creation Tutorial Overview: The Files Template Control File: The Template Control File (.tcf) will generate a form of text your user will want inserted directly into the new page, such as title and keywords. You may have as many or as few form fields as you like. New Page Template: The New Page Template contains the HTML for your new blank template. It must be saved with the extension.tmpl, but it can be named anything you like. This page also contains the codes that will tell the Template Control File (.tcf) what and where to insert the text the user defines. New Page Thumbnail: The New Page Thumbnail image is a small picture that represents your new template; it will appear on the "Create New Page" page, where it and all other thumbnails will be listed alphabetically. It can look like anything you want it to, but it must be saved as a.gif file, and it must have the same file name as the Template Control File (.tcf). Step One: Creating a "Template Control File" 1. Open your choice of text editor. 2. Copy and paste the following code to use as an example (the parts in red are editable -- or, you could remove an entire line): <title>new Page Creation</title> <variable-list> <variable name="title" prompt="page Title" alt="give your new web page a title."></variable> <variable name="subtitle" prompt="subtitle" alt="give your new web page a subtitle."></variable> <variable name="metakey" prompt="keywords" alt="words that categorize your new page for search engines."></variable> <variable name="metadesc" prompt="description" alt="describe your new page in about 40 words."></variable> </variable-list> <template-list> <template prompt-prefix="new File" preferred-redirect="yes">templatename.tmpl</template> </template-list> 3. Edit the code you just pasted to reflect what you want users to enter into their new page. For example, if you have no use for a subtitle, you might remove the following line completely: <variable name="subtitle" prompt="subtitle" alt="give your new web page a subtitle."></variable> 1

In addition, you can add your own variables to the Template Control File. Say you want the user to be able to insert their name at the bottom of the page. You would create a variable line that looks something like this: <variable name="name" prompt="your Name" alt="enter your name to be displayed on the page."></variable> Where each of these variable values shows up on the actual page is something we'll look at when creating the New Page Template. 4. Save the file as whatever file name you like, with the extension.tcf. It is suggested you use something descriptive of the page it goes with. For example, if your new page is for the "Admissions" section of your site, you may want to name it admissions.tcf. Were you to use the coding exactly as is seen in the example in #2, this is what it would look like when parsed by your browser: Step Two: Creating the New Page Template (HTML) 1. Open the text editor of your choice, and open the HTML file you want to base your New Page Template on. 2. Remove all text you don't want to be pre-existing when the user creates their new page. 3. Add the appropriate tagging to server-side includes and regions you want the user to be able to edit in OmniUpdate. Please note that include files must exist on both the staging and live servers. The tagging for includes looks like this: 2

<!-- com.omniupdate.div label="includename" path="includeurl.html" --> <!--#INCLUDE VIRTUAL="includeurl.html" --> <!-- /com.omniupdate.div --> And your editable regions should have this code: <!-- com.omniupdate.div label="area Name" group="z-areaname" button="editing Button Number" --> <!-- com.omniupdate.editor csspath="cssurl.css" cssmenu="cssmenuurl.txt" --> Editable text in here. <!-- /com.omniupdate.div --> 4. Because the Template Control File allows users to include some pre-defined text on their new page, you'll need to insert an echo tag wherever that text will go. For example, if you have a field in the.tcf for the user to enter the title that looks like this: <variable name="title" prompt="page Title" alt="give your new web page a title."></variable>...then in your New Page Template HTML, wherever you want that title to go, you will need to put an echo tag that looks like this: <!--%echo var="title" --> This echo tag can go inside tables, DIVs, etc. -- wherever the plain old text would go. 5. You'll need to save your New Page Template with the same "New File" name you used for the Template Control File (.tcf). In your.tcf file should be this block of coding: <template-list> <template prompt-prefix="new File" preferredredirect="yes">templatename.tmpl</template> </template-list> You can name this New Page Template (.tmpl) file whatever you like, as long as it's the same as the file name between the template tags. For simplicity's sake, you might consider giving all three files - Template Control File, New Page Template, and New Page Thumbnail -- the same name. Step Three: Creating New Page Thumbnails 1. Open the image editing program of your choice. 3

2. Create an image that represents your new page. There are no restrictions on size or appearance. Two popular options are to have it look like a small screen capture of the page, or to simply have text pertaining to the new page, as in the following examples: 3. Save the file as a.gif file. Be sure that the file name of your.gif matches the file name of your Template Control File (.tcf). Upload & Implementation 1. Once created, the three files --.tcf,.tmpl, and.gif-- need to be uploaded to the template directory. Where you store the templates will be up to you. In most cases, you will upload the template to the production server, typically in a folder called "wsatemplates". If you have SuperAdmin access, you have the option of uploading the template files to the OMNI-INF/templates INF/templates folder, found in your root folder on the staging server. 2. You'll need to direct OmniUpdate to the folder in which you've decided to store your templates. To do this, you must visit Setup > Web Sites > Edit: Then you'll need to change the folder under "Templates" to reflect where your template files are stored: 4

5

3. Users, when visiting the "Create New Page" page, can now pick from any of the templates you've uploaded. If you want to assign certain templates to certain folders on the site, you'll need to create template groups. Within OmniUpdate, visit the "Setup" tab, and then click on the "Templates" button. Click on "New Template Group" to start. You can have from one to as many templates as you'd like within a single group. It's generally helpful to start by putting each template into a group of its own. 4. To assign a template to a certain folder, visit the "Page Editor" tab, browse to that folder, and click on the "Access" button to the right of it. 6

Select the radio button "This folder and all existing items within"; then, at the bottom, check the "Update" option next to "Templates", and then select the template you want to apply to that folder and its items/subfolders from the drop-down list. When you've made your selection, click "Save". 7

Finish Your templates are now ready to use! To create a new page with your new template: 1. Click on the "File Manager" tab, browse to a folder to which you have assigned a template, and click on the "New Page" button at the top. 2. Click on the image representing the template you want to use. Remember, which templates are available is determined by you when creating template groups, as described above. 3. You will now be given a short form for you to enter pre-defined variables concerning the page (like title and keywords); after pressing the "Create" button at the bottom of the form, you'll be taken to your new page to begin editing. 8