7. Content |
|
|
|
The Contents tab is used to access many functions that relate to the content, structure, and handling of the pages, templates, components, and files of your web site. From the Content tab you can access and edit pages, templates, and components. You can transfer files, to and from your local computer to the web site. You can also access and edit or create surveys. WARNING: The Content tab is normally an area used by developers. As such, Site Administrators should exercise caution when using this tab. Changes made here can and do affect the entire catalog. If you are not sure of what you are doing, don’t do it. Contact your Interchange Developer! Briefly, a Page is the entire HTML page that is viewed on the website. A Template is a way to structure a page, or how it is arranged. Slots are areas within the template that are created to hold Components. Components are somewhat self-contained “modules” created to be portable and used within the page. Components are meant to be useable in many different situations. For example, you may anticipate wanting to have a small search box that your customers can use to locate products on your site. You may not want this search box on all pages, only some of them. And you may want it in a different location on the page depending on which page it is! Components and slots, allow you to place the slots where you want them, and then put a component into the slot. The links below provide descriptions on how to create Pages, Templates, slots, and even Components. Components can be complex and you may want to contact your Interchange Developerfor assistance. The content tab has a slightly different layout from the Orders, Customers, and Items tabs. Each of those deals with individual items that are added, edited, or dropped according to established business rules. The content tab is used more in the design mode, and directly affects the appearance of your site. So you will not find the familiar “limit with search” box or other utilities that allowed you to manipulate Orders, Items, or Customers. The Content tab has 2 levels of sub tabs, unlike most of the other Main level tabs, which only have 1 level of sub tabs. The two layers of sub tabs only affect 2 of the tabs, Content Edit, and Surveys. The layout for the Content tab is shown in the image, and described below.
|
|
The content editor tab consists of 3 sub tabs. Page Edit, Template Edit, and Component edit.
|
|
7.1.1 – Content – Content Edit – Page edit The page editor is the “Master” view of your pages. From this view you can control what your page looks like, and what goes onto it. In general, as mentioned above, the Page is at the top of the design structure. You can use a Template to help layout your page, or you can do it from scratch. You can add pre-built Components to the page, to speed up the process of building a page. When you access the Page edit tab, as in the example above you will see a list of folders and pages.
You will also see a link to a
The next
link in line is the
To access pages in one of the folders shown,
simply click on the To access an existing page for edit or deletion, simply click on the page name and the link will take you to the edit page screen. Not shown but also important: When you have a page that you are working on that has not yet been published, an In Process section will be displayed. This will show which pages are currently being worked on, but have not yet been Published. In addition, the page(s) that have not been published will be listed as links, so that you can easily navigate to them to finish your work. Along with each page link, will be a (cancel) link, which allows you to simply click on the link to DISCARD any pending changes and revert the page back to the state it was in prior to your edit session. If you have any pages that have not been published, you will also see the following link: Purge all in-process (including page, template, component edits) This link will revert all pages that you may have in progress, which have not been published. This Purge all link will be seen in Page Edit, Template Edit, and Component edit whenever there is a page, template, or component that has been worked on but not edited. |
|
|
|
The New page screen is quite simple, you select a name for your new page and if you like, a template. There can be many template choices, depending on your setup, but the demo has 3 templates with 4 choices: No template, Page with top/bottom areas only, content in middle, Page with top/left areas, Page with top/left/right areas. We will talk more about templates in the Template section. Click on the Create Page button. Now that you have created a Page, you are taken to the Content Editor . |
|
7.1.1b – Content – Content Edit – Page edit – New File
The New File page allows you to upload a file from
your local machine to the web site. First make sure you are in the
folder that you wish to upload your file to. Next, click on the
|
|
|
|
7.1.1c – Content – Content Edit – Page edit – Content Editor The content editor page is shown above. There is a lot of information on this page, and much more information is accessible from this page. I will try to give you a brief example of the steps you might use to edit a page in your catalog using the content editor and discuss each area and it’s use individually. I have put the “aboutus.html” page up as an example, because it is a relatively simple page. So lets say I want to edit the page. There are many ways to edit the page, but I will describe as broadly as I can a basic approach for editing.
|
|
|
|
7.1.2 – Content – Content Edit – Template edit
|
|
The edit template tab is the “Master” view of your Templates. There are two main sections, Edit templates and Existing Templates. The Edit Templates section simply contains the New Template link, which allows you to create a new template from scratch. The Existing Templates simply gives a list of links so that you can edit existing templates. |
|
7.1.2a – Content – Content Edit – Template edit – New Template |
|
The first page you will come to after selecting the New Template link is the Template Name. Simply enter a name for your new template, and click on the Create New Template button, which will bring you to the following screen: |
|
|
|
The edit new template page has 3 main areas. It is similar to the page edit tab in that the left hand area of the page has 2 selectable areas, and the right hand or center area displays the selection you make from the left hand column. Templates are complex and should only be created by an experienced Interchange developer. There are 4 areas all told on the edit new template page and they are:
To create a new control, you click on the link Add a new control. This will bring up a selection window in the center or right area as shown above in the example. Once a control is created, they have some common features. Each has a name that is a link. Click on the link to bring up the central edit window for the control. The control that is being operated on will have a different background color, typically gray, to distinguish it from the other controls. Each control has a Label, or a user-friendly name for the control. Each has a Widget type, which displays what type of widget the control is using. Next there is a list of Actions, delete, up, and down. The delete link will delete the control, up will move the display of the control up one place, and down will move the display of the control down one place. One final common feature is the checkbox, which will contain a check if you modify the control from the center display window. There are 3 selections to fill in or chose from so we will discuss each in turn.
yes=Yes, no=No
The final selectable area in the Template Edit New is the Page Layout. The Page Layout area normally contains template areas, NAME_OF_TEMPLATE_TOP, and NAME_OF_TEMPLATE_BOTTOM. Each of these template areas is a link, which will change; you guessed it, the center display to show the contents of the selected area. To begin with, all that will be shown in the Page Layout window will be the Template area name, a checkbox “changed”, and the words No Component. Most Interchange templates are made up of two html pages, a Top and a Bottom. Like everything in Interchange, flexibility is key. If you look at one of the existing templates in Interchange, you can see that most of the HTML for the entire template is located in the Top area, and the Bottom area pretty much just closes things up. You can set up your template in an HTML editor, and then transfer that in pieces, to Top and Bottom areas. A simple trick is to create the page as you want it to appear, then put in comments where you want to start and end each section, for example <!—Start top here All of your top area html here <!—end top here<!—start bottom here All of your bottom area html <!—end bottom here Then simply cut and paste into the appropriate template areas. See an example of this commenting highlighted in blue here. We will discuss components in the next section, but remember to plan to make use of this powerful Interchange feature when designing your template. A component is a somewhat self-contained module that can be defined in Interchange, and called from within the template. To insert a component into your template, you need to create an area or slot for the component. You can create several slots in different areas of your template. The nice part about it is that you do not have to use the slot, unless you need it. To create a slot for a component, you will need to plan the page out in advance. Do you want a column down the left side of your page that you can insert components into? Do you want to have a spot at the bottom of the page for a component or two? You can put the slots virtually anywhere, but you need to plan your page in advance. So the first step is to create an HTML location for the slot. Do this by simply creating an HTML template as mentioned earlier, but build with slots in mind. For example you may have a table that is 3 columns wide. The first column may contain an area for small search boxes and shopping cart components. The second column may be quite a bit wider and contain room for the main content of the page, and the third column may contain an area for additional “Best seller” components. They can be arranged in any way you like. Now that you have a space for a slot, you put in the slot itself. You do this by inserting one of the following:
I have included an example from the Demo template “Page with top/left areas” below, with the component slots highlighted in yellow. Also I highlighted in light blue an example of the commenting technique I mentioned earlier, which helps you lay out your template.: Finally, once you have finished creating your template, you need to save it. You can do that by clicking on the OK button every time you make a change in the center window, and then by clicking on the Publish button when you are ready to commit your changes. Clone Template: You can easily create a new template based on an existing template by entering a name for your new template into the New Name window, and click on Publish. This will create a new template based on the one you are currently working on. |
|
7.1.2b – Content – Content Edit – Template edit – Existing Template |
|
|
|
The edit existing template page has 3 main areas. It is similar to the page edit tab in that the left hand area of the page has 2 selectable areas, and the right hand or center area displays the selection you make from the left hand column. WARNING: Templates are complex and should only be edited by an experienced Interchange developer. There are 4 areas all told on the edit new template page and they are:
To create a new control, you click on the link Add a new control. This will bring up a selection window in the center or right area as shown above in the example. Once a control is created, they have some common features. Each has a name that is a link. Click on the link to bring up the central edit window for the control. The control that is being operated on will have a different background color, typically gray, to distinguish it from the other controls. Each control has a Label, or a user-friendly name for the control. Each has a Widget type, which displays what type of widget the control is using. Next there is a list of Actions, delete, up, and down. The delete link will delete the control, up will move the display of the control up one place, and down will move the display of the control down one place. One final common feature is the checkbox, which will contain a check if you modify the control from the center display window. There are 3 selections to fill in or chose from so we will discuss each in turn.
yes=Yes, no=No
The final selectable area in the Template Edit Existing Templates is the Page Layout. The Page Layout area normally contains template areas, NAME_OF_TEMPLATE_TOP, and NAME_OF_TEMPLATE_BOTTOM. Each of these template areas is a link, which will change; you guessed it, the center display to show the contents of the selected area. To begin with, all that will be shown in the Page Layout window will be the Template area name, a checkbox “changed”, and the words No Component. Most Interchange templates are made up of two html pages, a Top and a Bottom. Like everything in Interchange, flexibility is key. If you look at one of the existing templates in Interchange, you can see that most of the HTML for the entire template is located in the Top area, and the Bottom area pretty much just closes things up. You can set up your template in an HTML editor, and then transfer that in pieces, to Top and Bottom areas. A simple trick is to create the page as you want it to appear, then put in comments where you want to start and end each section, for example <!—Start top here All of your top area html here <!—end top here<!—start bottom here All of your bottom area html <!—end bottom here Then simply cut and paste into the appropriate template areas. See an example of this commenting highlighted in blue here. We will discuss components in the next section, but remember to plan to make use of this powerful Interchange feature when designing your template. A component is a somewhat self-contained module that can be defined in Interchange, and called from within the template. To insert a component into your template, you need to create an area or slot for the component. You can create several slots in different areas of your template. The nice part about it is that you do not have to use the slot, unless you need it. To create a slot for a component, you will need to plan the page out in advance. Do you want a column down the left side of your page that you can insert components into? Do you want to have a spot at the bottom of the page for a component or two? You can put the slots virtually anywhere, but you need to plan your page in advance. So the first step is to create an HTML location for the slot. Do this by simply creating an HTML template as mentioned earlier, but build with slots in mind. For example you may have a table that is 3 columns wide. The first column may contain an area for small search boxes and shopping cart components. The second column may be quite a bit wider and contain room for the main content of the page, and the third column may contain an area for additional “Best seller” components. They can be arranged in any way you like. Now that you have a space for a slot, you put in the slot itself. You do this by inserting one of the following:
I have included an example from the Demo template “Page with top/left areas” below, with the component slots highlighted in yellow. Also I highlighted in light blue an example of the commenting technique I mentioned earlier, which helps you lay out your template.: Finally, once you have finished creating your template, you need to save it. You can do that by clicking on the OK button every time you make a change in the center window, and then by clicking on the Publish button when you are ready to commit your changes. You can easily create a new template based on an existing template by entering a name for your new template into the New Name window, and click on Publish. This will create a new template based on the one you are currently working on. |
|
|
|
7.1.3 – Content – Content Edit – Component edit |
|
We have discussed what components are, and where they are used, now lets see how to create and edit one. Shown above is the main component edit screen. There are two sections to this screen; one is inaptly named Edit Components, and the other Existing Components. The first section should be named Create New Component, and the second should be named Edit Existing Component. Lets start with creating a new Component. |
|
|
|
7.1.3a – Content – Content Edit – Component edit – New Component
Once you select the New Component link you are taken to the screen above, where you enter a name for your new component. Use alpha characters only. Then click on the Create New Component button. |
|
|
|
The Edit New Component page has four areas. It is similar to the page edit tab in that the left hand area of the page has 2 selectable areas, and the right hand or center area displays the selection you make from the left hand column. WARNING: Components are complex and should only be created by an experienced Interchange developer. There are four areas on the edit new component page and they are:
<td class="someclass"> [control name=banner default="Best sellers..."] </td> This will be our banner, and if the user does not specify otherwise, the display will be “Best sellers…” Next we would create a control (as described below) with the name “banner”. We would use “banner” for the identifier, and text entry for the widget type. That’s about it. We could also enter a default value, but we already have it in the HTML so it’s really not necessary. Now when the user selects our component to add into his page, he will simply enter whatever text value he wants into the widget, and when the page loads the banner will take the place of our [control name=banner] tag.
To create a new control, you click on the link Add a new control. This will bring up a selection window in the center or right area as shown below in the example. Once a control is created, they have some common features. Each has a name that is a link. Click on the link to bring up the central edit window for the control. The control that is being operated on will have a different background color, typically gray, to distinguish it from the other controls. Each control has a Label, or a user-friendly name for the control. Each has a Widget type, which displays what type of widget the control is using. Next there is a list of Actions, delete, up, and down. The delete link will delete the control, up will move the display of the control up one place, and down will move the display of the control down one place. One final common feature is the checkbox, which will contain a check if you modify the control from the center display window.
When you create a control, as shown above, within the center window there are 3 selections to fill in or chose from so we will discuss each in turn.
yes=Yes, no=No
Finally, once you have finished creating your component, you need to save it. You can do that by clicking on the OK button every time you make a change in the center window, and then by clicking on the Publish button when you are ready to commit your changes. You can easily create a new component based on an existing component by entering a name for your new component into the New Name window, and click on Publish. This will create a new component based on the one you are currently working on. |
|
7.1.3b – Content – Content Edit – Component edit – Existing Component |
|
The Edit Existing Component page has four areas. It is similar to the page edit tab in that the left hand area of the page has 2 selectable areas, and the right hand or center area displays the selection you make from the left hand column. WARNING: Components are complex and should only be created by an experienced Interchange developer. There are four areas on the edit existing component page and they are:
[control name=banner default="[L]Other items you may like[/L]"]
This will be our banner, and if the user does not specify otherwise, the display will be “Other items you may like …” Next we would create a control (as described below) with the name “banner”. We would use “banner” for the identifier, and text entry for the widget type. That’s about it. We could also enter a default value, but we already have it in the HTML so it’s really not necessary. Now when the user selects our component to add into his page, he will simply enter whatever text value he wants into the widget, and when the page delivers the banner will take the place of our [control name=banner] tag.
To create a new control, you click on the link Add a new control. This will bring up a selection window in the center or right area as shown below in the example. Once a control is created, they have some common features. Each has a name that is a link. Click on the link to bring up the central edit window for the control. The control that is being operated on will have a different background color, typically gray, to distinguish it from the other controls. Each control has a Label, or a user-friendly name for the control. Each has a Widget type, which displays what type of widget the control is using. Next there is a list of Actions, delete, up, and down. The delete link will delete the control, up will move the display of the control up one place, and down will move the display of the control down one place. One final common feature is the checkbox, which will contain a check if you modify the control from the center display window.
When you create or edit a control, as shown above, within the center window there are 3 selections to fill in or chose from so we will discuss each in turn.
yes=Yes, no=No
Finally, once you have finished creating your component, you need to save it. You can do that by clicking on the OK button every time you make a change in the center window, and then by clicking on the Publish button when you are ready to commit your changes. You can easily create a new component based on an existing component by entering a name for your new component into the New Name window, and click on Publish. This will create a new component based on the one you are currently working on. |
|
|
|
7.2 Content - Clone Component Sets
|
|
The Clone Component Sets tab of the Content tab is a tool for propagating changes two several pages at once. What this page allows you to do is develop a page, on a specific template, with the component sets that you want to use for a certain part of your web site. Lets say that you wanted to make sure that all pages which had anything to do with your products all contained a small search window, a shopping cart, and always displayed your best selling items. You could design your page with the proper component set, and then go to each individual page, select the proper components, put them into the proper slots, and save each one. Or you could simply go to the Clone Component tab and do it with the click of a button. The Clone Component page is very simple. You just choose a source file, then select which pages you want to “Push” the components and set up to, then press the Push Components button. As shown below, once you select a source page, the pages (and the directories that contain pages) that have the same template (and are therefore eligible to be cloned) are highlighted. The pages that do not have the same template are grayed and not selectable. There are a few other convenience tools for you in this window as well. There is a Check all, an Uncheck all, and a Back Files up checkbox. The check all simply selects all of the files that are eligible for the clone. Keep in mind that the Check all feature checks ALL of the eligible files; even all those in the directories shown that are in bold. So use with care. Uncheck… yes unchecks any boxes you have selected, so you can start over. Back files up; well it backs up any files that are changed. The standard location for these backed up files is “catalogname/backup/pages/” but may be different on your system. TIP: You can clone a Template as well as a Component or component set. |
|
|
|
|
|
7.3 Content - Surveys |
|
How many times have you wished you could get customer feed back on something? Well with Interchanges built in Survey builder, its easy. You can use the survey builder for things other than surveys, want to get some consumer information prior to allowing a customer to download a file, or view a certain page? It’s all just a few keystrokes away. So lets lay it out, and then build a survey. There are three sections under the Survey tab. They are Edit an Existing Survey, Create a New Survey, and Access Survey results. |
|
From the first screen, you click on the name of the existing survey you would like to edit. To the immediate right of the survey name link, there is a link (run). This allows you to run the survey from this location, perhaps for testing purposes. But we are interested in editing an existing survey, so here is the first screen you will encounter once you click on a survey from the front section: |
|
7.3.1a Content – Surveys – Edit existing survey – General
This is the first tab in the edit existing survey group, the General tab. There are six tabs under the edit existing survey group. Each of them will have the same display on the left, and the area to the right will change depending on the tab. The area on the left is a display of the list of questions in the survey. Because this area will be seen throughout the tabs, lets discuss how the left side works. You can see a number of questions on the left side, each is formatted the same way so we will pick the first one, Product Evaluation, and examine it. Under the title Product evaluation, there are 3 sets of items. First, product_value link, then “Was our product a good value?”, and finally a results link.
Note: At the time of writing, the Graphing option is not supported on most systems. There are some technical limitations that need to be overcome on a system level. While graphing is possible, in many cases it is not practical at this time. Please contact your Interchange Developer for more information.
Now that we have discussed the Left Hand area that is the same throughout the tabs, lets get back to discussing the tabs and their uses. The display on the right hand side of the screen will change with each tab, and we will be discussing that portion of each tab. There are 3 parts to the right display area on the General tab, Main Title, Display Type, and Intro text.
|
|
|
|
7.3.1b Content – Surveys – Edit existing survey – Questions |
|
The questions tab is fairly straight forward, if you know how it is supposed to be formatted. Kind of like riding a bike, once you have done it its easy! I have included a screen shot for questions so you can see an example of how to set up the questions. You can create a survey on multiple pages, or all on one. A title string for a new page is created with the following format: =Your Title for the Page Notice that there is a blank line before and after the string. Also the string begins with an “=” sign. Then to put questions on that page, put an identifier for each question, in the format shown. Make sure you have a blank line between the Title and your identifier. If you have multiple questions per page, the identifiers only need to be separated by a carriage return, not a blank line. Make sure identifiers are a simple descriptive word, with no spaces. So a page would look like: =Your Title for the Page question1 question2 question3
=A second Page
question_page2 question2_page2
The example above will create 2 pages, the first page with 3 questions and the second page with 2. Once you have the questions entered, and click on OK, the questions you have entered will appear on the left hand side of the screen, and you can edit each one using the links explained here. |
|
7.3.1c Content – Surveys – Edit existing survey – Display page |
|
The Display page has a few display options for the questions pages. First are two dropdowns, Buttons only on bottom and Buttons only on top. These buttons determine where the Continue, Next, Finish and similar buttons are positioned. This feature has been removed, so leave the settings at default no and no. If you require that your buttons need to be positioned differently, please contact your Interchange Developer for proper customization. The Width specification for the editor table, and the Width specification for the Label column. These set the respective areas of the question fields. The editor table is the box that contains the questions, and the Label column would be the TD that contains the question, in the example above one of the questions is “Was our product a good value?” so the area that displays that is set with Label column. |
|
7.3.1d Content – Surveys – Edit existing survey – HTML classes
|
|
Shown above is the HTML Class screen, along with a coded inset. The codes on the inset correspond to the codes listed next to the HTML classes above on the normal HTML class screen. You may have noticed that some of the codes listed next to the HMTL classes above are not shown on the inset. This is because not all of the HTML classes are used for this particular survey application. If the template was designed differently, they may have been used so we have left them in for possible future changes. Don’t let it confuse you! You can use any valid class that has been defined for your catalog. Valid classes will be defined in the current theme.cfg file, normally using variables defined in the variable.txt file. The current theme.cfg file will depend on the definition of the STYLE variable, also usually found in the variable.txt file. Some default classes include contentbar1, contentbar2, contentbar3, categorybar, and menubar, all of which can be partially manipulated with the variables of like name in the variable.txt file. Consult your Interchange Developer for additional information. |
7.3.1e Content – Surveys – Edit existing survey – Survey output

The survey output tab allows you to direct the results of your survey. There are 8 areas in the main window, we will explain each.
Output Type - Which general type of output you desire.
Standard survey log -- outputs to a file in logs/survey directory, named for the name of the survey/poll.
Email Response – Outputs via email to the address specified in Target email address and Who to Cc: on email response.
Automatic bounce to page -- uses the forward-to page, the forward-to extra parameters, and the parameters collected via the form to create a URL to bounce to.
None -- generates a template on the final page with a link to a page using the URL as with Automatic bounce
Forward – to page or URL - The URL or Interchange page you want to bounce or link to. If it is to be internal to Interchange, just use the normal Interchange page specification (i.e. ord/basket). For an external URL, supply the complete URL with http://. This feature will effectively eliminate your “Thank You” page, so the page you forward to should be properly created so as not to leave the customer hanging. An additional feature of forwarding: Not only does Interchange allow you to forward to a different location, (allowing a great amount of flexibility for the results of the survey), the information from the survey will be carried in the URL. In other words, the URL that you place in this box will have all the parameters (questions and answers) that your customer entered appended to it (the URL) by Interchange. For example the url may look something like this: http://demo.icdevgroup.org/i/demo1/index.html?site_comments=It%20was%20a%20great%20site%21&improvement=I%20think%20this%20is%20a%20great%20site%2c%20thanks%2e&site_rating=8&personnel=9&product_value=Yes&prompt_receipt=Yes&tracking=Yes&id=pZtDLKa2&mv_pc=1622 . Your Interchange Developercan then take this information and use it in any number of ways at the destination URL that you have supplied.
Forward – to extra parameters - Extra parameters besides those collected in the form. For
example, you might want to specify "mv_action=return" to make the
collected values stick in the user space. Use this to add any
information you would like to the existing survey result
parameters.
Entered one per line, in key=value format.
Target email address – This is the address that the results of the survey will be sent to. Results will be sent if either the Standard Survey Log, or Email Output type is selected.
Email Template or file – Template for email fulfillment. Looks for a file if one line, such as pages/survey/my_email_template, or uses default template if empty. (can we give example of template, include variables, so if they want to create one on their own they have an idea of variable names and so on?) where is the default located? In the tag?
Address Emailed response is from – Use this to customize the From: field in the emailed results of the survey.
Who to CC: on email response - This is an additional address that the results of the survey will be sent to. Results will be sent if either the Standard Survey Log, or Email Output type is selected.
Allow repeated survey? – This is a simple yes or no box, if no (default) allows user only one response per session. Yes will allow multiple survey responses per session.
7.3.1f Content – Surveys – Edit existing survey – Thank you
The final tab of the Edit Existing Survey is the Thanks Tab. On this tab you will design the final page of the survey that will be shown to the customer upon completion of the survey. There are 4 fields that you can use to design you Thank you page and in the example above I have placed some typical entries:
Title for finished page – The title for your thank you page, will show up at the top of the page.
Body of finished page – The body of the thank you page, can contain HTML tags and so forth to make it look nice.
Title when already completed – If the Allow Repeated Survey has been set to no, then a page will be shown in the event that someone attempts to complete a survey more than once in a session. This field allows you to set the title/heading for that page.
Message to show when already completed – If the Allow Repeated Survey has been set to no, then a page will be shown in the event that someone attempts to complete a survey more than once in a session. This field allows you to set the message for that page. You can use HTML tags if you like.

|
7.3.2 Content – Surveys – Create a New survey
There are two ways to create a new Survey. You can copy an existing survey and edit it to fit your needs, or you can create a new one from scratch. In the picture above you can see that under the Create a new Survey title, there are two boxes. A text box labeled “Survey Name”, and a drop down labeled “Clone From”. To create a new survey using an existing survey as a starting point, enter the name for your new survey into the Survey Name text box. Next, select an existing survey to clone from in the drop down window of the same name. Then click on Create. To create a new survey from scratch, enter the name for your new survey into the Survey Name text box. Now click on Create and you are off to the races. Now that you have created a new survey, you can use the same steps described above in Edit Existing Survey, to edit or build your survey. It is recommended to use an existing survey to create your first few surveys. Once you get to know your way around using the sample survey, it will become quiet easy to create your own.
|
|
7.3.3 Content – Surveys – Access Survey Results
The
access survey results link will take you to the default display for
the txt file that holds your survey results. In many cases you may
want to simply use the
Code ip_address username date product_value site_rating site_comments prompt_receipt tracking personnel improvement 1 192.168.0.1 test 2003-03-13 08:56:05 Yes 8 web eval Yes Yes 9 end of survey 2 192.168.0.1 greg 2003-06-23 19:41:36 No 7 Yes Yes 7
These results are truncated somewhat for display here, but give you the general idea.
|
|
|
|
The File transfer tab is located in two places. First it is under the Content tab, and secondly it is also located under the Miscellaneous tab. I will describe it to you only once (-: . The File transfer tab allows you to transfer files between your local desktop and the Interchange web site. It is quite simple and offers only a few options. The first option we will talk about is located at the top of the page; it is a search utility for finding files on the server. You have two choices for the type of search, either looking in the contents of the files for a search string, or looking in the title of the file for a search string. To me, looking in the file name is kind of useless, it searches for files under the current directory only, and all of those files are already listed on the page in front of you! However the “In Contents” search can be extremely helpful. Say for example you want to know which files contain the variable __COMPANY__. Simply enter the string into the search box and click on the Find files button. A list of all files in this directory that use the variable __COMPANY__ will be displayed. There is also a checkbox labeled “Look in session and Temporary files.” This will expand the search to include session and temporary files, if you do not know what these are, DO NOT SELECT this box as it will needlessly substantially increase the search time! Next there is a link, Show File Details . This link will simply change the display to a view normally returned by the ls –l command in Unix. All file permissions and owner and date will be displayed.
To search a different directory, either click on
the Once you find the file you want to operate on, there are usually 4 choices, with an occasional 5th choice. They are:
|
|
|
|
|
||