|
|
|
@ -123,6 +123,764 @@ CREATE TABLE session_field (id int NOT NULL auto_increment, field_type int NOT N |
|
|
|
|
CREATE TABLE session_field_values(id int NOT NULL auto_increment, session_id int NOT NULL, field_id int NOT NULL, field_value text, tms TIMESTAMP, PRIMARY KEY(id)); |
|
|
|
|
ALTER TABLE templates ADD image VARCHAR( 250 ) NOT NULL ; |
|
|
|
|
INSERT IGNORE INTO settings_current (variable, subkey, type, category, selected_value, title, comment, scope, subkeytext, access_url, access_url_changeable) VALUES ('dokeos_database_version',NULL,'textfield',NULL,'1.8.6.18983','DokeosDatabaseVersion','',NULL,NULL,1,0); |
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleCourseTitle', 'TemplateTitleCourseTitleDescription', 'coursetitle.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
<style type="text/css"> |
|
|
|
|
.gris_title { |
|
|
|
|
color: silver; |
|
|
|
|
} |
|
|
|
|
h1 |
|
|
|
|
{ |
|
|
|
|
text-align: right; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px; height: 400px;" border="0" cellpadding="15" cellspacing="6"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td style="vertical-align: middle; width: 50%;" colspan="1" rowspan="1"> |
|
|
|
|
<h1>TITULUS 1<br> |
|
|
|
|
<span class="gris_title">TITULUS 2</span><br> |
|
|
|
|
</h1> |
|
|
|
|
</td> |
|
|
|
|
<td style="width: 50%;"> |
|
|
|
|
<img style="width: 100px; height: 100px;" alt="dokeos logo" src="{COURSE_DIR}images/logo_dokeos.png"></td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleCheckList', 'TemplateTitleCheckListDescription', 'checklist.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px; height: 400px;" border="0" cellpadding="15" cellspacing="6"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td style="vertical-align: top; width: 66%;"> |
|
|
|
|
<h3>Lorem ipsum dolor sit amet</h3> |
|
|
|
|
<ul> |
|
|
|
|
<li>consectetur adipisicing elit</li> |
|
|
|
|
<li>sed do eiusmod tempor incididunt</li> |
|
|
|
|
<li>ut labore et dolore magna aliqua</li> |
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
<h3>Ut enim ad minim veniam</h3> |
|
|
|
|
<ul> |
|
|
|
|
<li>quis nostrud exercitation ullamco</li> |
|
|
|
|
<li>laboris nisi ut aliquip ex ea commodo consequat</li> |
|
|
|
|
<li>Excepteur sint occaecat cupidatat non proident</li> |
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
<h3>Sed ut perspiciatis unde omnis</h3> |
|
|
|
|
<ul> |
|
|
|
|
<li>iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam</li> |
|
|
|
|
<li>eaque ipsa quae ab illo inventore veritatis</li> |
|
|
|
|
<li>et quasi architecto beatae vitae dicta sunt explicabo. </li> |
|
|
|
|
</ul> |
|
|
|
|
|
|
|
|
|
</td> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}postit.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; width: 33%; text-align: center; vertical-align: bottom;"> |
|
|
|
|
<h3>Ut enim ad minima</h3> |
|
|
|
|
Veniam, quis nostrum exercitationem ullam corporis suscipit laboriosam, nisi ut aliquid ex ea commodi consequatur.<br> |
|
|
|
|
<h3> |
|
|
|
|
<img style="width: 180px; height: 144px;" alt="trainer" src="{COURSE_DIR}images/trainer/trainer_smile.png "><br></h3> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleTeacher', 'TemplateTitleTeacherDescription', 'yourinstructor.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
<style type="text/css"> |
|
|
|
|
.text |
|
|
|
|
{ |
|
|
|
|
font-weight: normal; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px; height: 400px;" border="0" cellpadding="15" cellspacing="6"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td></td> |
|
|
|
|
<td style="height: 33%;"></td> |
|
|
|
|
<td></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td style="width: 25%;"></td> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; width: 33%; text-align: right; font-weight: bold;" colspan="1" rowspan="1"> |
|
|
|
|
<span class="text"> |
|
|
|
|
<br> |
|
|
|
|
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis pellentesque.</span> |
|
|
|
|
</td> |
|
|
|
|
<td style="width: 25%; font-weight: bold;"> |
|
|
|
|
<img style="width: 180px; height: 241px;" alt="trainer" src="{COURSE_DIR}images/trainer/trainer_case.png "></td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleLeftList', 'TemplateTitleListLeftListDescription', 'leftlist.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px; height: 400px;" border="0" cellpadding="15" cellspacing="6"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td style="width: 66%;"></td> |
|
|
|
|
<td style="vertical-align: bottom; width: 33%;" colspan="1" rowspan="4"> <img style="width: 180px; height: 248px;" alt="trainer" src="{COURSE_DIR}images/trainer/trainer_reads.png "><br> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr align="right"> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; width: 66%;">Lorem |
|
|
|
|
ipsum dolor sit amet. |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr align="right"> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; width: 66%;"> |
|
|
|
|
Vivamus |
|
|
|
|
a quam. <br> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr align="right"> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; width: 66%;"> |
|
|
|
|
Proin |
|
|
|
|
a est stibulum ante ipsum.</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleLeftRightList', 'TemplateTitleLeftRightListDescription', 'leftrightlist.gif', ' |
|
|
|
|
|
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; height: 400px; width: 720px;" border="0" cellpadding="15" cellspacing="6"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td></td> |
|
|
|
|
<td style="vertical-align: top;" colspan="1" rowspan="4"> <img style="width: 180px; height: 294px;" alt="Trainer" src="{COURSE_DIR}images/trainer/trainer_join_hands.png "><br> |
|
|
|
|
</td> |
|
|
|
|
<td></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; width: 33%; text-align: right;">Lorem |
|
|
|
|
ipsum dolor sit amet. |
|
|
|
|
</td> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; width: 33%; text-align: left;"> |
|
|
|
|
Convallis |
|
|
|
|
ut. Cras dui magna.</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; width: 33%; text-align: right;"> |
|
|
|
|
Vivamus |
|
|
|
|
a quam. <br> |
|
|
|
|
</td> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; width: 33%; text-align: left;"> |
|
|
|
|
Etiam |
|
|
|
|
lacinia stibulum ante.<br> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; width: 33%; text-align: right;"> |
|
|
|
|
Proin |
|
|
|
|
a est stibulum ante ipsum.</td> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; width: 33%; text-align: left;"> |
|
|
|
|
Consectetuer |
|
|
|
|
adipiscing elit. <br> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
</body> |
|
|
|
|
|
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleRightList', 'TemplateTitleRightListDescription', 'rightlist.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
</head> |
|
|
|
|
<body style="direction: ltr;"> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px; height: 400px;" border="0" cellpadding="15" cellspacing="6"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td style="vertical-align: bottom; width: 50%;" colspan="1" rowspan="4"><img style="width: 300px; height: 199px;" alt="trainer" src="{COURSE_DIR}images/trainer/trainer_points_right.png"><br> |
|
|
|
|
</td> |
|
|
|
|
<td style="width: 50%;"></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; text-align: left; width: 50%;"> |
|
|
|
|
Convallis |
|
|
|
|
ut. Cras dui magna.</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; text-align: left; width: 50%;"> |
|
|
|
|
Etiam |
|
|
|
|
lacinia.<br> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; text-align: left; width: 50%;"> |
|
|
|
|
Consectetuer |
|
|
|
|
adipiscing elit. <br> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleComparison', 'TemplateTitleComparisonDescription', 'compare.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px; height: 400px;" border="0" cellpadding="15" cellspacing="6"> |
|
|
|
|
<tr> |
|
|
|
|
<td style="height: 10%; width: 33%;"></td> |
|
|
|
|
<td style="vertical-align: top; width: 33%;" colspan="1" rowspan="2"> <img style="width: 180px; height: 271px;" alt="trainer" src="{COURSE_DIR}images/trainer/trainer_standing.png "><br> |
|
|
|
|
</td> |
|
|
|
|
<td style="height: 10%; width: 33%;"></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; width: 33%; text-align: right;"> |
|
|
|
|
Lorem ipsum dolor sit amet. |
|
|
|
|
</td> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; text-align: left; width: 33%;"> |
|
|
|
|
Convallis |
|
|
|
|
ut. Cras dui magna.</td> |
|
|
|
|
</tr> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleDiagram', 'TemplateTitleDiagramDescription', 'diagram.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px; height: 400px;" border="0" cellpadding="15" cellspacing="6"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; text-align: left; height: 33%; width: 33%;"> |
|
|
|
|
<br> |
|
|
|
|
Etiam |
|
|
|
|
lacinia stibulum ante. |
|
|
|
|
Convallis |
|
|
|
|
ut. Cras dui magna.</td> |
|
|
|
|
<td colspan="1" rowspan="3"> |
|
|
|
|
<img style="width: 350px; height: 267px;" alt="Alaska chart" src="{COURSE_DIR}images/diagrams/alaska_chart.png "></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td colspan="1" rowspan="1"> |
|
|
|
|
<img style="width: 300px; height: 199px;" alt="trainer" src="{COURSE_DIR}images/trainer/trainer_points_right.png "></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleDesc', 'TemplateTitleCheckListDescription', 'description.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px; height: 400px;" border="0" cellpadding="15" cellspacing="6"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td style="width: 50%; vertical-align: top;"> |
|
|
|
|
<img style="width: 48px; height: 49px; float: left;" alt="01" src="{COURSE_DIR}images/small/01.png " hspace="5"><br>Lorem ipsum dolor sit amet<br><br><br> |
|
|
|
|
<img style="width: 48px; height: 49px; float: left;" alt="02" src="{COURSE_DIR}images/small/02.png " hspace="5"> |
|
|
|
|
<br>Ut enim ad minim veniam<br><br><br> |
|
|
|
|
<img style="width: 48px; height: 49px; float: left;" alt="03" src="{COURSE_DIR}images/small/03.png " hspace="5">Duis aute irure dolor in reprehenderit<br><br><br> |
|
|
|
|
<img style="width: 48px; height: 49px; float: left;" alt="04" src="{COURSE_DIR}images/small/04.png " hspace="5">Neque porro quisquam est</td> |
|
|
|
|
|
|
|
|
|
<td style="vertical-align: top; width: 50%; text-align: right;" colspan="1" rowspan="1"> |
|
|
|
|
<img style="width: 300px; height: 291px;" alt="Gearbox" src="{COURSE_DIR}images/diagrams/gearbox.jpg "><br></td> |
|
|
|
|
</tr><tr></tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleObjectives', 'TemplateTitleObjectivesDescription', 'courseobjectives.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px; height: 400px;" border="0" cellpadding="15" cellspacing="6"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td style="vertical-align: bottom; width: 33%;" colspan="1" rowspan="2"> |
|
|
|
|
<img style="width: 180px; height: 271px;" alt="trainer" src="{COURSE_DIR}images/trainer/trainer_chair.png "><br> |
|
|
|
|
</td> |
|
|
|
|
<td style="height: 10%; width: 66%;"></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; text-align: left; width: 66%;"> |
|
|
|
|
<h3>Lorem ipsum dolor sit amet</h3> |
|
|
|
|
<ul> |
|
|
|
|
<li>consectetur adipisicing elit</li> |
|
|
|
|
<li>sed do eiusmod tempor incididunt</li> |
|
|
|
|
<li>ut labore et dolore magna aliqua</li> |
|
|
|
|
</ul> |
|
|
|
|
<h3>Ut enim ad minim veniam</h3> |
|
|
|
|
<ul> |
|
|
|
|
<li>quis nostrud exercitation ullamco</li> |
|
|
|
|
<li>laboris nisi ut aliquip ex ea commodo consequat</li> |
|
|
|
|
<li>Excepteur sint occaecat cupidatat non proident</li> |
|
|
|
|
</ul> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleCycle', 'TemplateTitleCycleDescription', 'cyclechart.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
<style> |
|
|
|
|
.title |
|
|
|
|
{ |
|
|
|
|
color: white; font-weight: bold; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px; height: 400px;" border="0" cellpadding="8" cellspacing="6"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td style="text-align: center; vertical-align: bottom; height: 10%;" colspan="3" rowspan="1"> |
|
|
|
|
<img style="width: 250px; height: 76px;" alt="arrow" src="{COURSE_DIR}images/diagrams/top_arrow.png "> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td style="height: 5%; width: 45%; vertical-align: top; background-color: rgb(153, 153, 153); text-align: center;"> |
|
|
|
|
<span class="title">Lorem ipsum</span> |
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
<td style="height: 5%; width: 10%;"></td> |
|
|
|
|
<td style="height: 5%; vertical-align: top; background-color: rgb(153, 153, 153); text-align: center;"> |
|
|
|
|
<span class="title">Sed ut perspiciatis</span> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td style="background-color: rgb(204, 204, 255); width: 45%; vertical-align: top;"> |
|
|
|
|
<ul> |
|
|
|
|
<li>dolor sit amet</li> |
|
|
|
|
<li>consectetur adipisicing elit</li> |
|
|
|
|
<li>sed do eiusmod tempor </li> |
|
|
|
|
<li>adipisci velit, sed quia non numquam</li> |
|
|
|
|
<li>eius modi tempora incidunt ut labore et dolore magnam</li> |
|
|
|
|
</ul> |
|
|
|
|
</td> |
|
|
|
|
<td style="width: 10%;"></td> |
|
|
|
|
<td style="background-color: rgb(204, 204, 255); width: 45%; vertical-align: top;"> |
|
|
|
|
<ul> |
|
|
|
|
<li>ut enim ad minim veniam</li> |
|
|
|
|
<li>quis nostrud exercitation</li><li>ullamco laboris nisi ut</li> |
|
|
|
|
<li> Quis autem vel eum iure reprehenderit qui in ea</li> |
|
|
|
|
<li>voluptate velit esse quam nihil molestiae consequatur,</li> |
|
|
|
|
</ul> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr align="center"> |
|
|
|
|
<td style="height: 10%; vertical-align: top;" colspan="3" rowspan="1"> |
|
|
|
|
<img style="width: 250px; height: 76px;" alt="arrow" src="{COURSE_DIR}images/diagrams/bottom_arrow.png "> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleLearnerWonder', 'TemplateTitleLearnerWonderDescription', 'learnerwonder.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px; height: 400px;" border="0" cellpadding="15" cellspacing="6"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td style="width: 33%;" colspan="1" rowspan="4"> |
|
|
|
|
<img style="width: 120px; height: 348px;" alt="learner wonders" src="{COURSE_DIR}images/silhouette.png "><br> |
|
|
|
|
</td> |
|
|
|
|
<td style="width: 66%;"></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr align="center"> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; width: 66%;"> |
|
|
|
|
Convallis |
|
|
|
|
ut. Cras dui magna.</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr align="center"> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; width: 66%;"> |
|
|
|
|
Etiam |
|
|
|
|
lacinia stibulum ante.<br> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr align="center"> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; width: 66%;"> |
|
|
|
|
Consectetuer |
|
|
|
|
adipiscing elit. <br> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleTimeline', 'TemplateTitleTimelineDescription', 'phasetimeline.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
<style> |
|
|
|
|
.title |
|
|
|
|
{ |
|
|
|
|
font-weight: bold; text-align: center; |
|
|
|
|
} |
|
|
|
|
</style> |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px; height: 400px;" border="0" cellpadding="8" cellspacing="5"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr class="title"> |
|
|
|
|
<td style="vertical-align: top; height: 3%; background-color: rgb(224, 224, 224);">Lorem ipsum</td> |
|
|
|
|
<td style="height: 3%;"></td> |
|
|
|
|
<td style="vertical-align: top; height: 3%; background-color: rgb(237, 237, 237);">Perspiciatis</td> |
|
|
|
|
<td style="height: 3%;"></td> |
|
|
|
|
<td style="vertical-align: top; height: 3%; background-color: rgb(245, 245, 245);">Nemo enim</td> |
|
|
|
|
</tr> |
|
|
|
|
|
|
|
|
|
<tr> |
|
|
|
|
<td style="vertical-align: top; width: 30%; background-color: rgb(224, 224, 224);"> |
|
|
|
|
<ul> |
|
|
|
|
<li>dolor sit amet</li> |
|
|
|
|
<li>consectetur</li> |
|
|
|
|
<li>adipisicing elit</li> |
|
|
|
|
</ul> |
|
|
|
|
<br> |
|
|
|
|
</td> |
|
|
|
|
<td> |
|
|
|
|
<img style="width: 32px; height: 32px;" alt="arrow" src="{COURSE_DIR}images/small/arrow.png "> |
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
<td style="vertical-align: top; width: 30%; background-color: rgb(237, 237, 237);"> |
|
|
|
|
<ul> |
|
|
|
|
<li>ut labore</li> |
|
|
|
|
<li>et dolore</li> |
|
|
|
|
<li>magni dolores</li> |
|
|
|
|
</ul> |
|
|
|
|
</td> |
|
|
|
|
<td> |
|
|
|
|
<img style="width: 32px; height: 32px;" alt="arrow" src="{COURSE_DIR}images/small/arrow.png "> |
|
|
|
|
</td> |
|
|
|
|
|
|
|
|
|
<td style="vertical-align: top; background-color: rgb(245, 245, 245); width: 30%;"> |
|
|
|
|
<ul> |
|
|
|
|
<li>neque porro</li> |
|
|
|
|
<li>quisquam est</li> |
|
|
|
|
<li>qui dolorem </li> |
|
|
|
|
</ul> |
|
|
|
|
<br><br> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleStopAndThink', 'TemplateTitleStopAndThinkDescription', 'stopthink.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px; height: 400px;" border="0" cellpadding="15" cellspacing="6"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td style="vertical-align: bottom; width: 33%;" colspan="1" rowspan="2"> |
|
|
|
|
<img style="width: 180px; height: 169px;" alt="trainer" src="{COURSE_DIR}images/trainer/trainer_staring.png "> |
|
|
|
|
<br> |
|
|
|
|
</td> |
|
|
|
|
<td style="height: 10%; width: 66%;"></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}postit.png ) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; width: 66%; vertical-align: middle; text-align: center;"> |
|
|
|
|
<h3>Attentio sectetur adipisicing elit</h3> |
|
|
|
|
<ul> |
|
|
|
|
<li>sed do eiusmod tempor incididunt</li> |
|
|
|
|
<li>ut labore et dolore magna aliqua</li> |
|
|
|
|
<li>quis nostrud exercitation ullamco</li> |
|
|
|
|
</ul><br></td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleTable', 'TemplateTitleCheckListDescription', 'table.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
<style type="text/css"> |
|
|
|
|
.title |
|
|
|
|
{ |
|
|
|
|
font-weight: bold; text-align: center; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.items |
|
|
|
|
{ |
|
|
|
|
text-align: right; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</style> |
|
|
|
|
|
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<br /> |
|
|
|
|
<h2>A table</h2> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px;" border="1" cellpadding="5" cellspacing="0"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr class="title"> |
|
|
|
|
<td>City</td> |
|
|
|
|
<td>2005</td> |
|
|
|
|
<td>2006</td> |
|
|
|
|
<td>2007</td> |
|
|
|
|
<td>2008</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr class="items"> |
|
|
|
|
<td>Lima</td> |
|
|
|
|
<td>10,40</td> |
|
|
|
|
<td>8,95</td> |
|
|
|
|
<td>9,19</td> |
|
|
|
|
<td>9,76</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr class="items"> |
|
|
|
|
<td>New York</td> |
|
|
|
|
<td>18,39</td> |
|
|
|
|
<td>17,52</td> |
|
|
|
|
<td>16,57</td> |
|
|
|
|
<td>16,60</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr class="items"> |
|
|
|
|
<td>Barcelona</td> |
|
|
|
|
<td>0,10</td> |
|
|
|
|
<td>0,10</td> |
|
|
|
|
<td>0,05</td> |
|
|
|
|
<td>0,05</td> |
|
|
|
|
</tr> |
|
|
|
|
<tr class="items"> |
|
|
|
|
<td>Paris</td> |
|
|
|
|
<td>3,38</td> |
|
|
|
|
<td >3,63</td> |
|
|
|
|
<td>3,63</td> |
|
|
|
|
<td>3,54</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<br> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleAudio', 'TemplateTitleAudioDescription', 'audiocomment.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px; height: 400px;" border="0" cellpadding="15" cellspacing="6"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td> |
|
|
|
|
<div align="center"> |
|
|
|
|
<span style="text-align: center;"> |
|
|
|
|
<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="300" height="20" bgcolor="#FFFFFF" src="{REL_PATH}main/inc/lib/mediaplayer/player.swf" allowfullscreen="false" allowscriptaccess="always" flashvars="file={COURSE_DIR}audio/ListeningComprehension.mp3&autostart=true"></embed> |
|
|
|
|
</span></div> |
|
|
|
|
|
|
|
|
|
<br> |
|
|
|
|
</td> |
|
|
|
|
<td colspan="1" rowspan="3"><br> |
|
|
|
|
<img style="width: 300px; height: 341px; float: right;" alt="image" src="{COURSE_DIR}images/diagrams/head_olfactory_nerve.png "><br></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
<td colspan="1" rowspan="1"> |
|
|
|
|
<img style="width: 180px; height: 271px;" alt="trainer" src="{COURSE_DIR}images/trainer/trainer_glasses.png"><br></td> |
|
|
|
|
</tr> |
|
|
|
|
<tr> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleVideo', 'TemplateTitleVideoDescription', 'video.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
</head> |
|
|
|
|
|
|
|
|
|
<body> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 720px; height: 400px;" border="0" cellpadding="15" cellspacing="6"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td style="width: 50%; vertical-align: top;"> |
|
|
|
|
|
|
|
|
|
<div style="border-style: none; overflow: hidden; height: 200px; width: 300px; background-color: rgb(220, 220, 220); background-image: url({REL_PATH}main/inc/lib/fckeditor/editor/plugins/flvPlayer/flvPlayer.gif); background-repeat: no-repeat; background-position: center center;"><script src="{REL_PATH}main/inc/lib/fckeditor/editor/plugins/flvPlayer/swfobject.js" type="text/javascript"></script> |
|
|
|
|
<div id="player810625"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player. |
|
|
|
|
<div id="player810625-config" style="overflow: hidden; display: none; visibility: hidden; width: 0px; height: 0px;">url={REL_PATH}main/default_course_document/video/flv/example.flv width=400 height=200 loop=false play=false downloadable=false fullscreen=true displayNavigation=true displayDigits=true align=left dispPlaylist=none playlistThumbs=false</div> |
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<script type="text/javascript"> |
|
|
|
|
var s1 = new SWFObject("{REL_PATH}main/inc/lib/fckeditor/editor/plugins/flvPlayer/mediaplayer.swf","single","400","200","7"); |
|
|
|
|
s1.addVariable("width","400"); |
|
|
|
|
s1.addVariable("height","200"); |
|
|
|
|
s1.addVariable("autostart","false"); |
|
|
|
|
s1.addVariable("file","{REL_PATH}main/default_course_document/video/flv/example.flv"); |
|
|
|
|
s1.addVariable("repeat","false"); |
|
|
|
|
s1.addVariable("image",""); |
|
|
|
|
s1.addVariable("showdownload","false"); |
|
|
|
|
s1.addVariable("link","{REL_PATH}main/default_course_document/video/flv/example.flv"); |
|
|
|
|
s1.addParam("allowfullscreen","true"); |
|
|
|
|
s1.addVariable("showdigits","true"); |
|
|
|
|
s1.addVariable("shownavigation","true"); |
|
|
|
|
s1.addVariable("logo",""); |
|
|
|
|
s1.write("player810625"); |
|
|
|
|
</script></div> |
|
|
|
|
|
|
|
|
|
</td> |
|
|
|
|
<td style="background: transparent url({IMG_DIR}faded_grey.png) repeat scroll center top; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; vertical-align: top; width: 50%;"> |
|
|
|
|
<h3><br> |
|
|
|
|
</h3> |
|
|
|
|
<h3>Lorem ipsum dolor sit amet</h3> |
|
|
|
|
<ul> |
|
|
|
|
<li>consectetur adipisicing elit</li> |
|
|
|
|
<li>sed do eiusmod tempor incididunt</li> |
|
|
|
|
<li>ut labore et dolore magna aliqua</li> |
|
|
|
|
</ul> |
|
|
|
|
<h3>Ut enim ad minim veniam</h3> |
|
|
|
|
<ul> |
|
|
|
|
<li>quis nostrud exercitation ullamco</li> |
|
|
|
|
<li>laboris nisi ut aliquip ex ea commodo consequat</li> |
|
|
|
|
<li>Excepteur sint occaecat cupidatat non proident</li> |
|
|
|
|
</ul> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
<style type="text/css">body{}</style><!-- to fix a strange bug appearing with firefox when editing this template --> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
INSERT INTO system_template (title, comment, image, content) VALUES |
|
|
|
|
('TemplateTitleFlash', 'TemplateTitleFlashDescription', 'flash.gif', ' |
|
|
|
|
<head> |
|
|
|
|
{CSS} |
|
|
|
|
</head> |
|
|
|
|
<body> |
|
|
|
|
<center> |
|
|
|
|
<table style="background: transparent url({IMG_DIR}faded_blue_horizontal.png ) repeat scroll 0% 50%; -moz-background-clip: initial; -moz-background-origin: initial; -moz-background-inline-policy: initial; text-align: left; width: 100%; height: 400px;" border="0" cellpadding="15" cellspacing="6"> |
|
|
|
|
<tbody> |
|
|
|
|
<tr> |
|
|
|
|
<td align="center"> |
|
|
|
|
<embed width="700" height="300" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="{COURSE_DIR}flash/SpinEchoSequence.swf" play="true" loop="true" menu="true"></embed></span><br /> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</tbody> |
|
|
|
|
</table> |
|
|
|
|
<p><br> |
|
|
|
|
<br> |
|
|
|
|
</p> |
|
|
|
|
</center> |
|
|
|
|
</body> |
|
|
|
|
'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
-- xxSTATSxx |
|
|
|
|
ALTER TABLE track_e_exercices ADD status varchar(20) NOT NULL default ''; |
|
|
|
|