Templates
|
How can I change navigation appearance?
Version:
4.0
To create your own export template, please:
- Open the directory [WBTExpress]/templates_design_export_user
(as a default: C:\Program Files\4system\WBTExpress\templates_design_export_user)
- Copy to this directory any subdirectory from [WBTExpress]/templates_design_export - it'll the basis of this export template you'll be creating your own
- Please change the copied subdirectory name, to have ("my_export" name is only presented as an example in this description): [WBTExpress]/templates_design_export_user/my_export
Then, please edit in any text editor the following file: info.xml In the line: <caption></caption> please enter the name of your export template (e.g. <caption>My export</caption>)
- Then you can modify or change:
- CSS file responsible for the appearance of the page: pages\css\page.css
- CSS file responsible for the appearance of the tree: navi\css\tree.css
- Graphics (banners, bars, tree graphics): navi\images i navi\tree
- Files responsible for the position of the content (navigation bars, location of the tree, etc.): navi\designe\
- index.html - file that contains the structure of the page
- navi.html - bar that contains the navigation (<<, >>, contact)
- bottom.html - bottom bar
How to create a new template for a project?
Version:
4.0
You have to create a new project and save it in:
<WBTExpress directory>/ templates_project_user/<new_template>/data.wbtproject
Where:
<new_template>: is any name given by User;
<WBTExpress directory>: is a directory where WBTExpress was installed (usually it's C:\Program files\4system\WBTExpress);
data.wbtproject - name of the project (WARNING: it has to be 'data')
Now you have to add pages and resources to the project.
At the end in new template's directory you need to create a file "info.xml" (can be created via any text editor):
<?xml version="1.0"?>
<info>
<caption>
Here must be name of the template
</caption>
</info>
How to add a page template?
Version: 5.5 and 6.0
It is possible to expand template collection. You only have to desing a
new page with WBTExpress and choose from "Page" menu option "Save Page
As Template...". In a window, which will appear, you have to enter
information such as: template name, author, version, short description.
You can also choose if template can be used only in current project and
also in others.
What are the templates in WBTExpress?
Version:
4.0
In WBTExpress templates can be divided into two groups: project templates and page templates. Project template defines elements, such as: appearance, graphic style or course's colour scheme.
Page template defines arrangement of elements, such as: text, buttons, images, pop-ups, drag&drop objects, in newly created pages.
How to work with templates?
Version:
4.0
Setting appearance of the course as one defined in template in 2 steps:
I Step - during course design.
1. create new course and choose a template
2. add new page to the course
3. edit newly added page choosing it's type as "WBTExpress page"
4. in creator window choose: "Blank information page or with exercise edited with WBTExpress"
5. a window with defined templates will appear. Choose proper option, template page and press "OK"
6. from now on page is ready for editing
7. if you want to add another page, repeat everything from the point 2
II Step. If you have completed course editing in WBTExpress, it's time to export it in choosen template.
Export process is simple and uncomplicated. You only have to act along with hints showed during successive steps, but remember to choose your template when creator window appears.
If export process has been successfully completed, your newly exported course is ready.
How to add a template?
Version:
4.0
It is possible to expand template collection. You only have to desing a new page with WBTExpress and choose from "File" menu option "Save Page As Template". In a window, which will appear, you have to enter information such as: template name, author, version, short description. You can also choose if template can be used only in currect project and also in others.
How to change expand/collapse icons in the course tree in exported course?
Version:
4.2.9
Please exchange in your export template, which is placed in templates_design_export_user directory
2 files: minimize.gif and maximize.gif, placed in the directory [template's name]\navi\tree\
Or you can exchange them in the exported course, in the directory navi\tree\.
How can I switch the navigation bar and the tree off in the exported course?
Version:
4.2.9
You have to modify index.html in the directory templates_design_export_user\[your export template]\navi\designe\
in the following way:
- To switch the navigation bar off you would have to find a line
<frameset border="0" frameborder="no" rows="48,*,24">
and replace it by the following one:
<frameset border="0" frameborder="no" rows="0,*,24">
- To switch the course tree off you would have to find a line
<frameset border="0" frameborder="no" cols="200,*">
and replace it by the following one:
<frameset border="0" frameborder="no" cols="0,*">
Please save the changed file and export a course using the modified template.
|