| How to create your own WebTrack skin profile - Version: 3.5.11 (22-08-09) Author: Snille | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| How it works... | First I will describe how files are loaded and what they
do.
The first file that is loaded is the "index.php" in the webtrack root directory. This one looks in to your config.php file and selects you default skin if no selected skin has been done. After this is done it loads the index.htm in the selected (or default) skin folder. If you have set WebTrack to use the "login" feature it instead loads the "login_template.htm" from the selected (or default) skin folder. When logged in, it loads the index.htm file from the selected (or default) skin folder. Now we are inside current (or default) skin folder. The index.htm file sets up a frame set. One topframe and one mainframe. In the top frame it loads the search.php file from current skin folder. The search.php file inside the skin folder also opens the "layout.php" file from the webtrack root, in that file is the actual "layout" of the search field, search category, the checkboxes and the text around them. The layout can be configured in the webtrack/update when creating your config.php file. The search.php file makes a "dummy" search for "nothing" and there by displays a "0" hit result using the following templates head_template.htm, body_template.htm and foot_template.htm in the mainframe. Ok, let's go, use for example Notepad or any other text editor to do the changes. I VERY MUCH recommend you to use UltraEdit (you can find it here) or of course Dreamweaver if you have the money for it. :). UltraEdit is extremely good for all kinds of "coding". Dreamweaver is more of a "Web page maker tool". :) Remember this is a very simple layout of everything. I will only cover the absolute basics of creating a new skin. You can later on make your own "look" to everything via adding style sheets, pictures, java scripts and other cool things. To understand this and how everything works you need some understanding in how HTML works. All supported tags that I use when creating the templates are documented
here. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Template info: | When you create your own skin profile with your own design. The following step by step instruction will help you create the necessary templates. Here are the files you need to create and what they do: "add_template.htm" – This is the first template for the add/edit process. This one only shows the "search field". "addedit_template.htm" – This is the actual "edit" template. It is used for editing the title. "addlistbody_template.htm" – This is the body of the result list from the search. This one will be repeated for each title matching the search. "addlistfoot_template.htm" – This is the foot of the search result list, this is added after the body addlistbody_template.htm. "addlisthead_template.htm" – This is the head of the search result list, this is the added at the top of the body addlistbody_template.htm and the addlistfoot_template.htm. "body_template.htm" – This is the default template for each title in normal view. This one will be repeated for each title when listing titles in normal view. "cd_template.htm" – This is the CD-cover printout layout for printing CD-covers. I have made this one exactly the size to fit in a normal CD case. "displaybody_template1.htm" –This is the default template for each data "line" in display mode. This one will be repeated for each non equal data when listing data in display mode. This is the first of 2 similar templates. One is used for listing normally and the other is used when "search text" is set to "inres". This means that you can build different links depending of how you want to do the search. This template is not necessary if you don't want to use in the "collecting" feature. The "collecting" feature collects differences in the selected search category and display them using theses templates. Take a look at the TV-Track skin for a better understanding. "displaybody_template2.htm" – See above. "displayfoot_template.htm" – This the default foot template used for collecting non equal data from any category in the database. It’s added last before this the displaybody_temlpate1.htm (or displaybody_template2.htm if you have specified that) is repeated for each title and before the body the displayhead_template.htm is added. This template is not necessary if you don't want to use in the "collecting" feature. The "collecting" feature collects differences in the selected search category and display them using theses templates. Take a look at the TV-Track skin for a better understanding. "displayhead_template.htm" – This the default head template used for collecting non equal data from any category in the database. It’s added first then the displaybody_temlpate1.htm (or displaybody_template2.htm if you have specified that) is repeated for each title and last the displayfoot_template.htm is added. This template is not necessary if you don't want to use in the "collecting" feature. The "collecting" feature collects differences in the selected search category and display them using theses templates. Take a look at the TV-Track skin for a better understanding. "dvd_template.htm" – This is the DVD-cover printout layout for printing DVD-covers. I have made this one exactly the size to fit in a normal DVD case. "foot_template.htm" – This is the foot template for the normal view. This one is used one time when listing titles in normal view. It’s added after head_template.htm and after the repeated body_temlpate.htm. "head_template.htm" – This is the head template for the normal view. This one is used one time when listing titles in normal view. It’s added first then the body_temlpate.htm is repeated for each title and last the foot_template.htm is added. "index.htm" – This is the start page. I use this one to set up the frameset and load the right pages in each frame. I also set the “title” of the search engine in this document. "info_template.htm" – This is the template that is used to display info of any kind. Ex: Logon failures. "layoutcfg.php" - Use this file for skin specific layout changes. This file can contain any variable that is present in the config.php and it will be parsed AFTER the config.php when loading the layout of the "search page". "listbody_template.htm" – This is the default template for each title in list view. This one will be repeated for each title when listing titles in list view. "listfoot_template.htm" – This is the foot template for the list view. This one is used one time when listing titles in list view. It’s added after listhead_template.htm and after the repeated listbody_temlpate.htm. "listhead_template.htm" – This is the head template for the list view. This one is used one time when listing titles in list view. It’s added first then the listbody_temlpate.htm is repeated for each title and last the listfoot_template.htm is added. "loan_template.htm" – This template displays the loan list feature information. You get this one up the you press a loan link. "loanmail_template.htm" – This is used when mailing loan request if the mailform is set. "login_template.htm" – This template is used for login in. "mainframe.htm" – First page to be displayed the loading WebTrack (the Start page). "multimail_template.htm" – This is used when mailing multi (News) mails to users in WebTrack (if mailform is set and you are an administrator of your WebTrack system. "printbody_template.htm" – This is the default template for each title in print layout. This one will be repeated for each title when listing titles for printing a list. "printfoot_template.htm" – This is the foot template for the print layout. This one is used one time when listing titles in print layout. It’s added after printhead_template.htm and after the repeated printbody_temlpate.htm. "printhead_template.htm" – This is the head template for the print layout. This one is used one time when listing titles in print layout. It’s added first then the printbody_temlpate.htm is repeated for each title and last the printfoot_template.htm is added. "search.php" – This is the top frame,
in here I add the actual fields for searching. This is done via a php
script and that’s why this one has to be a .php document. Here you
have to include my ”layout.php” script. Just copy that part
from one of the current templates. Other then that you can do whatever
you want. :) "statsfoot_template.htm" – This is the foot template for the stats view. This one is used one time when listing categories in statistics view. It’s added after statshead_template.htm and after the repeated statsbody_temlpate.htm. "listhead_template.htm" – This is the head template for the stats view. This one is used one time when listing categories in statistics view. It’s added first then the statsbody_temlpate.htm is repeated for each category and last the statsfoot_template.htm is added. "useredit_template.htm" – This is the template used to add, edit and delete users. "userreq_template.htm" – This is the template used when requesting membership in your WebTrack system. And also stylesheet files if you want and what ever you need to add. All files are located in the "webtrack/profiles" folders for different skin profiles. All “head” templates can use all “head” tags, all “body” templates can use all the “body” tags and all “foot” templates can use all “foot” tags. Also, copy the "lang" folder from one of my profiles, the "lang" folder contains the alltext.php files that holds all the "in code" text that can be displayed in the system. If you want to translate all text to your language, (you may now be creating a new skin in your own language) that can be done later on when you have created the actual skin. Just select your new skin and then enter the webtrack/language page to update your language file. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 1: | Go to the webtrack/profiles folder and create a new skin folder. Let's call it "light". And enter that folder. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 2: | Copy the index.htm file from any other skin to your new "light" skin folder. We now have a "frame set" that we can start with. Of course you can create your own frame set to if you want. But we do this the easy way. :) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 3: | Now, edit the index.htm file and change in line 8 to your profile name (in this case it is "light"). Like this: src="./profiles/light/search.php". Do the same at line under, just change the profile name. Like this: src="profiles/light/mainframe.htm". At the line above row 8 you have the size of the frames. Set rows="100,*" and save the file. We now have set the top frame to 100 pixels in height and decided that the skin will be named “light”. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 4: | Create a new file called search.php,
edit this file. Enter the following: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 5: | Create a new file called head_template.htm.
Edit it and enter following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Search results...</title> </head> <body> <center> <hr> {EXPORT_HEAD}{EXPORT_MTDBVERSION}<br>Search took {EXPORT_SEARCHTIME} seconds and gave {EXPORT_MOVIECOUNTTOTAL} hits of total {EXPORT_FULLLIST} titles. Database last updated: {EXPORT_LAST}</td> <hr> Save the file. This is the first part of the "normal" view page. This template will be loaded first at the top of the result list and displayed in the mainframe together with body_template.htm and foot_template.htm. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 6: | Create a new file called body_template.htm
and edit it, I have created a simple table with information for you. You
can of course edit and change whatever you want in it. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 7: | Create a file called foot_template.htm,
edit it and enter the following: <br> {EXPORT_MULTIADD}<br><br>{EXPORT_BACKLINK}<br>Total time: {EXPORT_TOTALTIME} seconds<br>PHP-Searchengine: {EXPORT_SEARCHVERSION}<br>Configfile: {EXPORT_CONFIGVERSION}<br>Loader: {EXPORT_LOADERVERSION} </center> </body> </html> Save the file. This is the "end" of the normal view result list. This is the last template added to the normal view result list. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Coffee break: | Now you have created the templates for the "normal" view. Let's move on to the "list" view. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 8: | Create a new file called listhead_template.htm
and edit it. I have created a small table on one "row" displaying
the field names. Enter the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Search results...</title> </head> <body> <center> {EXPORT_HEAD}{EXPORT_MTDBVERSION}<br>Search took {EXPORT_SEARCHTIME} seconds and gave {EXPORT_MOVIECOUNTTOTAL} hits of total {EXPORT_FULLLIST} titles. Database last updated: {EXPORT_LAST} <hr> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="50" align="center" nowrap><strong>List#</strong></td> <td align="left" nowrap><strong></a>Title</strong></td> <td width="220" align="right" nowrap><strong>Add/Remove titles from loan list</strong></td> <td width="200" align="center" nowrap><strong>Director</strong></td> <td width="50" align="right" nowrap><strong>MTID#</strong></td> </tr> </table> <hr> Save the file. This is the first part of the "list" view. This one is displayed together with the listbody_template.htm and listfoot_template.htm. The idea with the list view are to display lots of titles in a log list, one title on each row. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 9: | Create a new file called listbody_template.htm.
Here I have created a small table on one "row" and added a "line"
at the end. Edit it the file and enter the following: <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="50" align="center" nowrap>{EXPORT_MOVIECOUNT}</td> <td align="left" nowrap><a href="search.php?select=select&text={EXPORT_MOVIEID}&checkbox=1&cover=none">{EXPORT_MOVIENAMEMAX}</a></td> <td width="50" align="right" nowrap>{EXPORT_ADDTOLOANLIST}</td> <td width="200" align="center" nowrap>{EXPORT_DIRECTOR}</td> <td width="50" align="right" nowrap>{EXPORT_MOVIEEDITID}</td> </tr> </table> <hr> Save the file. This one will be repeated for each title that matches your search. This way a "list" of titles in list view is created. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 10: | Create a new file called listfoot_template.htm,
edit it and enter the following: {EXPORT_MULTIADD}<br><br>{EXPORT_BACKLINK}<br>Total time: {EXPORT_TOTALTIME} seconds<br>PHP-Searchengine: {EXPORT_SEARCHVERSION}<br>Configfile: {EXPORT_CONFIGVERSION}<br>Loader: {EXPORT_LOADERVERSION} </center> </body> </html> Save the file. This is the "end" of the list view result list. This is the last template added to the list view result list. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Coffee break: | Now you have created the templates for the "list" view. Let's move on to the "stats" templates. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 11: | Create a new file called statshead_template.htm
and edit it. I have created a small table on one "row" displaying
the field names. Enter the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Statistics...</title> </head> <body> <center> {EXPORT_LAST} {EXPORT_HEAD}<br>Database version: {EXPORT_MTDBVERSION} - The search for "{EXPORT_SEARCHTEXT}" took {EXPORT_SEARCHTIME} seconds in {EXPORT_FULLLIST} titles. </center> <hr> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="150" align="left" nowrap>{EXPORT_LAST}:</td> <td width="35" align="left" nowrap>Titles:</td> <td align="left" nowrap>1%</td> <td align="center" nowrap><--- Percent of titles ---></td> <td align="right" nowrap>100%</td> </tr> </table> <hr> Save the file. This is the first part of the "stats" view. This one is displayed together with the statsbody_template.htm and satstfoot_template.htm. The idea with the stats view is to display statistics for almost any category of your database. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 12: | Create a new file called statsbody_template.htm.
Here I have created a small table on one "row" and added a "line"
at the end. The table in the table represents the "value" for
this category. It stretches via the percent value added via the "width"
tag. Edit it the file and enter the following: <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="150" align="left" nowrap><a href="search.php?select={EXPORT_LAST}&text={EXPORT_FULLDATATYPE}&checkbox=0&cover=list">{EXPORT_DATATYPE}</a> {EXPORT_PERCENT}</td> <td width="35" align="left" nowrap>{EXPORT_NUMBER}</td> <td align="left" nowrap> <table width="{EXPORT_PERCENT}" border="0" cellpadding="0" cellspacing="0" bgcolor="#0000ff"> <tr> <td align="right"> </td> </tr> </table> </tr> </table> <hr> Save the file. This one will be repeated for each category that matches your search. This way a "list" of categories from the selected field is created. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 13: | Create a new file called statsfoot_template.htm,
edit it and enter the following: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Coffee break: | Now you have created the templates for the "stats" view. Let's move on to CD and DVD print layouts. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 14: | Now, create a new folder in your skin profile folder called
"style". Then copy the following files from
one of my other skin style folders in to your newly created style folder: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Go on... :) | That wasn't to hard was it? :) Let's move on to information and login templates. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 15: | Now create a file called info_template.htm,
edit it and enter the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Information...</title> </head> <body> <center> <br>WebTrack Information<br><br>{EXPORT_HEAD}<br><br> </center> </body> </html> Save the file. This template is used to show information, when logging in for example. If you fail this template is used to show that information. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 16: | Create a new file again called loan_template.htm,
edit it and enter the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Loan list edit...</title> </head> <body> <center> WebTrack select list. <br><br> {EXPORT_HEAD} <br><br> {EXPORT_SHOWSELECTED} <br><br> Show selected titles: <br> {EXPORT_SHOWINLIST} or {EXPORT_SHOWNORMAL} <br><br> {EXPORT_MAILLINK}<br> ({EXPORT_OWNERSMAIL}) <br> <br> {EXPORT_CLEARTITLES} </center> </body> </html> Save the file. This is the template used to show current selected title and displaying different ways to show the loan list. Also this contains the link for sending a "loan" mail to the owner. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 17: | Create a new file again called login_template.htm,
edit it and enter the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Login...</title> </head> <body> <center> WebTrack Login <br> <form name="login" method="post" action="auth.php"> Username: <input type="text" name="username"> <br> Password: <input type="password" name="password"> <input type="hidden" name="accessto" value="{EXPORT_ACCESSTO}"> <br> <input type="submit" name="Submit" value="{EXPORT_LOGINBUTTONNAME}"> <br> Request a membership <a href="manageusers.php?newuser=1">here</a>!</p> </form> </center> </body> </html> Save the file. This is the "login" request template. This one is only used when you login to WebTrack if you have that option enabled. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Coffee break? | Now we will create the printer layout templates, this is actually the same print layout as I have in all the skin profiles. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 18: | 14. Create a new file called printhead_template.htm,
edit it and enter the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>Print list!</title> </head> <body> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="65"><strong>Number:</strong></td> <td><strong>Title:</strong></td> <td width="65"><strong>Medium:</strong></td> <td width="55"><strong>Rating:</strong></td> <td width="200"><strong>Director:</strong></td> </tr> </table> <table width="100%" height="2" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#000000" height="2"></td> </tr> </table> Save the file. This is the first part of the "print" list page. This template will be loaded first at the top of the result list and displayed in the mainframe together with printbody_template.htm and printfoot_template.htm. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 19: | Create a new file called printbody_template.htm,
edit it and enter the following: <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="65">{EXPORT_MOVIEID}</td> <td>{EXPORT_MOVIENAME}</td> <td width="65">{EXPORT_MEDIUM}</td> <td width="55">{EXPORT_IMDBRATING}</td> <td width="200">{EXPORT_DIRECTOR}</td> </tr> </table> <table width="100%" height="1" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#999999" height="1"></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> Save the file. We have now created the repeating template. This one will be repeated for each title that matches your search. This way a "list" of titles to print is created. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 20: | Create a new file called printfoot_template.htm,
edit it and enter the following: <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="121"><strong>Total titles listed:</strong></td> <td>{EXPORT_MOVIECOUNTTOTAL}</td> </tr> </table> <table width="100%" height="2" border="0" cellpadding="0" cellspacing="0"> <tr> <td bgcolor="#000000" height="2"></td> </tr> </table> </body> </html> Save the file. This is the "end" of the print result list. This is the last template added to the print result list. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 21: | Create a new file called add_template.htm,
edit it and enter the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>WebTrack - Add new movie</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="./profiles/{EXPORT_PROFILE}/style/normal.css" rel="stylesheet" type="text/css"> </head> <body> <center> <form name="form1" method="post" action="managetitles.php"> <strong>WebTrack - Title adding/editing</strong><br> Enter the name of the title you want to add/edit.<br> Title: <input name="title" type="text" value="" size="40" class="text"> <input type="submit" name="search" value="Edit/Search imdb" class="button"><br> If you want to edit an existing title, just search for the title and select it from the result list. </form> </center> </body> </html> Save the file. This is the add/edit title search page. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 22: | Create a new file called addedit_template.htm,
edit it and enter the following (this one is quite big.): <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>WebTrack - Edit movie</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body> <center> <form name="form1" enctype="multipart/form-data" method="post" action="managetitles.php"> <table border="0" cellpadding="0" cellspacing="2"> <tr> <td colspan="2" align="left" valign="bottom"><strong>Edit {EXPORT_MOVIETITLE} movie information</strong></td> <td align="right" valign="bottom">Added: <input name="added" type="hidden" value="{EXPORT_ENTRYDATE}">{EXPORT_ENTRYDATE}</td> </tr> <tr> <td height="1" colspan="3" bgcolor="#000000"></td> </tr> <tr> <td><table border="0" cellspacing="0" cellpadding="2"> <tr> <td align="left" valign="middle" nowrap>MTID:</td> <td align="left" valign="middle" nowrap><input name="mtid" type="hidden" value="{EXPORT_MOVIEID}"> {EXPORT_MOVIEID}</td> <td align="right" valign="middle" nowrap>Release year: <input type="hidden" name="year" value="{EXPORT_YEAR}"> {EXPORT_YEAR}</td> <td align="left" valign="middle"><input type="checkbox" name="newyear" value="checkbox"></td> </tr> <tr> <td align="left" valign="middle" nowrap>MT Title:</td> <td colspan="3" align="left" valign="middle"><input name="mttitle" type="text" value="{EXPORT_MOVIENAME}" size="63" ></td> </tr> <tr> <td align="left" valign="middle" nowrap>MT AKA:</td> <td colspan="3" align="left" valign="middle"><input name="mtaka" type="text" value="{EXPORT_MTAKA}" size="63" ></td> </tr> <tr> <td align="left" valign="middle" nowrap>IMDB Title: </td> <td colspan="2" align="left" valign="middle"><input name="imdbtitle" type="text" value="{EXPORT_MOVIETITLE}" size="63" ></td> <td align="left" valign="middle"><input type="checkbox" name="newimdbtitle" value="checkbox"></td> </tr> <tr> <td align="left" valign="top" nowrap>IMDBAKA:</td> <td colspan="2" align="left" valign="middle"><textarea name="imdbaka" cols="48" rows="4" wrap="off" >{EXPORT_IMDBAKA}</textarea></td> <td align="left" valign="top"><input type="checkbox" name="newimdbaka" value="checkbox"></td> </tr> <tr> <td align="left" valign="middle" nowrap>MT Genre:</td> <td colspan="3" align="left" valign="middle"><input name="mtgenre" type="text" value="{EXPORT_GENRE}" size="63" ></td> </tr> <tr> <td align="left" valign="middle" nowrap>IMDB Genre:</td> <td colspan="2" align="left" valign="middle"><input name="imdbgenre" type="text" value="{EXPORT_IMDBGENRE}" size="63" ></td> <td align="left" valign="middle"><input type="checkbox" name="newimdbgenre" value="checkbox"></td> </tr> <tr> <td align="left" valign="middle" nowrap>Presence:</td> <td colspan="3" align="left" valign="middle"><select name="presence" >{EXPORT_STATUS} </select></td> </tr> <tr> <td align="left" valign="middle" nowrap>Location:</td> <td colspan="3" align="left" valign="middle"><input name="location" type="text" value="{EXPORT_LOCATION}" size="63" ></td> </tr> <tr> <td align="left" valign="middle" nowrap>Medium:</td> <td colspan="3" align="left" valign="middle"><input name="medium" type="text" value="{EXPORT_MEDIUM}" size="63" ></td> </tr> <tr> <td align="left" valign="middle" nowrap>Runtime:</td> <td colspan="2" align="left" valign="middle"><input name="runtime" type="text" value="{EXPORT_RUNTIME}" size="63" ></td> <td align="left" valign="middle"><input type="checkbox" name="newruntime" value="checkbox"></td> </tr> <tr> <td align="left" valign="middle" nowrap>Director:</td> <td colspan="2" align="left" valign="middle"><input name="director" type="text" value="{EXPORT_DIRECTOR}" size="63" ></td> <td align="left" valign="middle"><input type="checkbox" name="newdirector" value="checkbox"></td> </tr> <tr> <td align="left" valign="middle" nowrap>MTRating: </td> <td colspan="2" align="left" valign="middle"><select name="mtrating" > {EXPORT_RATING} </select> IMDB Rating: <input name="imdbrating" type="text" value="{EXPORT_IMDBRATING}" size="4" > based on <input name="votecount" type="text" value="{EXPORT_VOTES}" size="6" > votes.</td> <td align="left" valign="middle"><input type="checkbox" name="newrating" value="checkbox"></td> </tr> <tr> <td align="left" valign="middle" nowrap>MPAA:</td> <td colspan="2" align="left" valign="middle"><input name="mpaa" type="text" value="{EXPORT_MPAA}" size="63" ></td> <td align="left" valign="middle"><input type="checkbox" name="newmpaa" value="checkbox"></td> </tr> <tr> <td align="left" valign="middle" nowrap>Language:</td> <td colspan="2" align="left" valign="middle"><input name="language" type="text" value="{EXPORT_LANGUAGE}" size="63" ></td> <td align="left" valign="middle"><input type="checkbox" name="newlanguage" value="checkbox"></td> </tr> <tr> <td align="left" valign="middle" nowrap>Tagline:</td> <td colspan="2" align="left" valign="middle"><input name="tagline" type="text" value="{EXPORT_TAGLINE}" size="63" ></td> <td align="left" valign="middle"><input type="checkbox" name="newtagline" value="checkbox"></td> </tr> <tr> <td align="left" valign="top" nowrap>Plot:</td> <td colspan="2" align="left" valign="middle"><textarea name="summary" cols="48" rows="6" >{EXPORT_SUMMARY}</textarea></td> <td align="left" valign="top"><input type="checkbox" name="newsummary" value="checkbox"></td> </tr> <tr> <td align="left" valign="top" nowrap>Actors:</td> <td colspan="2" align="left" valign="middle"><textarea name="actors" cols="48" rows="6" >{EXPORT_ACTORS}</textarea></td> <td align="left" valign="top"><input type="checkbox" name="newactors" value="checkbox"></td> </tr> <tr> <td align="left" valign="top" nowrap>File Path:</td> <td colspan="3" align="left" valign="middle"><input name="path" type="text" value="{EXPORT_FILEPATH}" size="63"> </td> </tr> <tr> <td align="left" valign="middle" nowrap>Barcode:</td> <td colspan="3" align="left" valign="middle"><input name="barcode" type="text" value="{EXPORT_BARCODE}" size="63" ></td> </tr> <tr> <td align="left" valign="top" nowrap>Comments:</td> <td colspan="2" align="left" valign="top"><textarea name="comment" cols="48" rows="4" >{EXPORT_COMMENTS}</textarea></td> <td align="left" valign="top"><input type="checkbox" name="newcomment" value="checkbox"></td> </tr> <tr> <td align="left" valign="middle" nowrap>Number/Tag: </td> <td colspan="3" align="left" valign="top"><input name="usernumber" type="text" value="{EXPORT_MOVIENUMBER}" size="63" ></td> </tr> <tr> <td align="left" valign="top" nowrap>IMDB URL:</td> <td colspan="2" align="left" valign="top" nowrap><input name="url" type="text" value="{EXPORT_IMDBURL}" size="63" > <br> <a href="{EXPORT_IMDBURL}" target="_blank">Click here to view the IMDB movie page</a> - <a href="./managetitles.php">Back to search</a><br> If you add a new URL, check the checkbox and click<br> Update/Save and all fields will update.</td> <td align="left" valign="top"><input type="checkbox" name="newurl" value="checkbox"></td> </tr> </table></td> <td width="1" bgcolor="#000000"></td> <td align="left" valign="top"><table border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left" valign="top">Cover:</td> <td height="145" align="left" valign="top"><input name="coverimage" type="hidden" value="{EXPORT_COVERIMAGE}"> <img src="{EXPORT_COVERIMAGE}" alt="Cover of {EXPORT_MOVIETITLE}"></td> <td align="right" valign="top"><input type="checkbox" name="newcoverimage" value="checkbox"></td> </tr> <tr> <td colspan="3" nowrap>If you want your own cover, select it below.<br> Only jpg, gif or png pictures allowed.<br> Select: <input type="file" name="owncover" id="owncover" size="24"> </td> </tr> <tr align="right" valign="middle"> <td colspan="3" nowrap>Delete current cover picture <input type="checkbox" name="deletecover" value="checkbox"> </td> </tr> <tr> <td colspan="2" align="left" valign="middle">Type: <input name="episodesel" type="radio" onClick="episode.disabled=('disabled')" {EXPORT_EPSELECT1}> Single: <input name="episodesel" type="radio" onClick="episode.disabled=('')" {EXPORT_EPSELECT2}> Series/Box set</td> <td align="right" valign="middle"><input type="checkbox" name="newepisode" value="checkbox"></td> </tr> <tr> <td colspan="3" align="left" valign="top">Enter each individual movie of a series<br> or box set (one per line):<br> <textarea {EXPORT_EPDISABELD} wrap="off" name="episode" cols="34" rows="21">{EXPORT_SUBENTRYS}</textarea></td> </tr> <tr> <td align="left" valign="middle">Views:</td> <td colspan="2" align="left" valign="middle"><input name="viewnumber" type="text" value="{EXPORT_VIEWNUMBER}" size="10" ></td> </tr> <tr> <td colspan="3" align="left" valign="top" nowrap> Loan History<br> <textarea name="loanhistory" wrap="off" cols="34" rows="12" >{EXPORT_LOANHISTORY}</textarea></td> </tr> <tr> <td colspan="3" align="left" valign="middle" nowrap><input name="exclude" type="checkbox" value="checkbox" {EXPORT_EXCLUDE}> Excude from IMDB updates in MovieTrack </td> </tr> <tr align="right" valign="middle"> <td colspan="3" nowrap><br> Delete title <input type="checkbox" name="deleteall" value="checkbox"></td> </tr> </table></td> </tr> <tr> <td colspan="3" height="1" bgcolor="#000000"></td> </tr> <tr> <td align="left" valign="baseline" colspan="3">If any checkbox is clicked a new IMDB search will be done in that field if a IMDB URL is present.<br><input type="checkbox" name="alldone" value="checkbox"> Check this checkbox when you are done updating and want to save the movie to your database.</td> </tr> <tr> <td align="left" valign="bottom" colspan="2"><input type="submit" name="add" value="Update/Save"></td> <td align="right" valign="bottom" nowrap><input name="Clear" type="reset" value="Restore to last update"></td> </tr> <tr> <td align="left" valign="bottom" colspan="2">{EXPORT_LASTACTION}</td> <td align="right" valign="bottom" nowrap><a href="docs/Manage-titles.htm" target="_blank">Help</a></td> </tr> </table> </form> </center> </body> </html> Save the file. This is the actual "edit" page for the title you are adding or changing. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Whatever break... | Now we shall create the add/edit titles templates. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 23: | Create a new file called addlisthead_template.htm,
edit it and enter the following: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 24: | Create a new file called addlistbody_template.htm,
edit it and enter the following: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 25: | Create a new file called addlistfoot_template.htm,
edit it and enter the following: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 27: | Create a new file called coverlisthead_template.htm, edit it and enter the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> Save the file. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 28: | Create a new file called coverlistbody_template.htm, edit it and enter the following: <td align="center" nowrap class="body"> Save the file. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 29: | Create a new file called coverlistfoot_template.htm, edit it and enter the following: </tr> Save the file. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Yet another break... | Now we have to create the add/edit users template, the access request template, and a start page tamplate, lets start witht the main start page. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 30: | Create a new file called mainframe.htm,
edit it and enter the following: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 31: | Create a new file called useredit_template.htm,
edit it and enter the following: function MM_findObj(n, d) { //v4.01 function MM_changeProp(objName,x,theProp,theValue) { //v6.0 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 32: | Create a new file called userreq_template.htm,
edit it and enter the following: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| What ever... | Now we create the loan mail template and the multi mail template. | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 33: | Create a new file called loanmail_template.htm,
edit it and enter the following: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 34: | Create a new file called multimail_template.htm,
edit it and enter the following: |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 35: | Create a new file called export_template.htm, edit it and enter the following: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> Save the file. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Step 36: | Last but not least we shall create a "preview" of our new skin. To do that, first upload (copy) your new skin to the webtrack/profiles folder. Now surf in to your WebTrack and click "select skin". When you enter the skin selection, select from the drop down box, your new skin and press "select skin" In this case "light". You will find that the picture is missing, and that’s what we are going to fix next. :) Click the "broken" picture to select your new skin. Now do a search and when you are pleased with the display press "Alt" and "Prt Scrn". Acopy of your browser window is now in memory. Start your favourite picture edit program for example "paint". :) Paste the picture from memory in to Paint and edit it to your liking, it's nice to se how the skin looks in "action" in the preview picture. :) Look at my examples to get a idea about what I'm talking about. Make the picture to 600 pixels wide, 150 pixels high and save it in your skins pics folder as your skins name, in this case light.gif, it has to be in gif or jpg format. Now, click "select skin" and... Tada! Your picture shows up when selecting your skin! :) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Finally: | Well done!! That’s about it. Now you have created your own skin. You just have to do it your own way now, make it personal! :) Use the pics folder for storing pictures used in the skin templates. And the style folder for storing style sheets. Also, when you are done. You have to send ME a copy of your skin of course, and if it's a good one, I will include it in my next release of WebTrack. :) | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tags in head: | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tags in addlist head: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tags in body: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tags in addlist body: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tags in displaybody: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tags in statsbody: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tags in addlist foot: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tags in foot: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tags in addedit: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tags in Loan: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tags in Info: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tags in Login: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tags in UserEdit: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Tags in UserRequest: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Grade styles: |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Note: | With the tag {EXPORT_ROWSTYLE} you can set for example a "style" in 2 ways. One row in one style and the next in another style, then the next in same style as the first one and the next in the same style as the second one... This way you can colorize rows when listing in list view for example. :) The "display" templates (displayhead_template.htm, displaybody_template and displayfoot_template.htm). With this sort you can display all non equal values in a category. Let me explain. If you want to know what genres you have in your complete collection of titles you can use this template system. I have a skin profile called TV-Track that uses this feature. This skin profile is made to be used on a TV. Check out the html code in this profile to understand how it works more exact. :) Remember to always use slash (/) when typing paths! Not backslash (\). If you use backslash WebTrack will have trouble finding your data if you are not using Microsoft IIS. Last but not least, all tags can be used as many times as you like in
the templates. :) Tip |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Mail me at: | master_snille@hotmail.com | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| WWW: | www.snille.net | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| The forum: | WebTrack support forum | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| License: | GNU General Public License | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||