initial commit

This commit is contained in:
Ben Ramey
2017-03-02 21:57:21 -06:00
commit fd8ad64063
22097 changed files with 1960930 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
K 25
svn:wc:ra_dav:version-url
V 41
/svn/!svn/ver/28/pae.co.at/other/_samples
END
intro_en.htm
K 25
svn:wc:ra_dav:version-url
V 54
/svn/!svn/ver/28/pae.co.at/other/_samples/intro_en.htm
END
index.htm
K 25
svn:wc:ra_dav:version-url
V 51
/svn/!svn/ver/28/pae.co.at/other/_samples/index.htm
END

View File

@@ -0,0 +1,54 @@
9
dir
51
http://barnabas/svn/pae.co.at/other/_samples
http://barnabas/svn
2009-05-28T02:52:25.003651Z
28
ben
svn:special svn:externals svn:needs-lock
5f44b648-3ce2-dc11-a6be-00b0d029fcea
index.htm
file
2009-05-28T02:24:40.000000Z
7cfac4795354e39e9f2e1871cdd8eea9
2009-05-28T02:52:25.003651Z
28
ben
has-props
intro_en.htm
file
2009-05-28T02:24:40.000000Z
4cece4ea2c3ddd7e0c16a12b922b9564
2009-05-28T02:52:25.003651Z
28
ben
has-props

View File

@@ -0,0 +1 @@
9

View File

@@ -0,0 +1,5 @@
K 14
svn:executable
V 0
END

View File

@@ -0,0 +1,5 @@
K 14
svn:executable
V 0
END

View File

@@ -0,0 +1,115 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Pro Active English</title>
<link href='pae.css' type='text/css' rel='stylesheet' />
<style type='text/css'>
body {
margin-top: 50px;
}
a:link {
color: #1E336D;
text-decoration: none;
}
a:visited {
color: #1E336D;
text-decoration: none;
}
a:hover {
color: #628EC6;
text-decoration: none;
}
#movie {
position: relative;
z-index: 1;
top: -58px;
}
#top_line {
position: relative;
top: -58px;
z-index: 4;
width: 100%;
background-image: url(graphics/pngs/intro/top_line.png);
background-repeat: repeat-x;
background-position: top;
}
#top_swoop {
position: relative;
top: -88px;
z-index: 5;
padding: 4px 0px 0px 5px;
background-image: url(graphics/pngs/intro/top_swoop.png);
background-repeat: no-repeat;
color: #FFFFFF;
}
#bottom_line {
position: relative;
top: -22px;
z-index: 4;
width: 100%;
background-image: url(graphics/pngs/intro/bottom_line.png);
background-repeat: repeat-x;
background-position: top;
}
#bottom_swoop {
position: relative;
top: -56px;
z-index: 5;
padding: 2px 0px 0px 170px;
background-image: url(graphics/pngs/intro/bottom_swoop.png);
background-repeat: no-repeat;
background-position: top left;
color: #FFFFFF;
font-variant: small-caps;
font-size: 11pt;
}
#beige_line {
position: relative;
top: -21px;
z-index: 1;
width: 100%;
background-color: #E9B180;#628EC6
}
#languages {
position: relative;
z-index: 5;
font-family: Arial;
font-weight: bold;
font-size: 26px;
position: relative;
top: -260px;
}
</style>
</head>
<body>
<div id='logo'><img src='graphics/pngs/logo_pae-small.png' /></div>
<div id='beige_line'><img src='graphics/spacer.gif' height='14' /></div>
<div id='bottom_line'><img src='graphics/spacer.gif' height='34' /></div>
<div id='bottom_swoop'><img src='graphics/spacer.gif' width='15' height='34' align='middle' /></div>
<div id='movie' align='center'>
<!--url's used in the movie-->
<!--text used in the movie-->
<div style='position:relative;left:-16px'>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="250" height="250" id="running_man" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="graphics/flash/running_man.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />
<embed src="graphics/flash/running_man.swf" quality="high" bgcolor="#FFFFFF" width="250" height="250" name="running_man" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
</div>
<div id='top_line'><img src='graphics/spacer.gif' height='30' /></div>
<div id='top_swoop'><img src='graphics/spacer.gif' height='30' /></div>
<div id='languages'>
<table cellpadding='0' cellspacing='0' border='0' width='100%'>
<tr>
<td align='right'><a href='intro_en.htm'>english</a></td>
<td width='280'>&nbsp;</td>
<td align='left'><a href='intro_en.htm'>deutsch</a></td>
</tr>
</table>
</div>
</body>
</html>

View File

@@ -0,0 +1,149 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Pro Active English</title>
<link href='pae.css' type='text/css' rel='stylesheet' />
</head>
<body>
<div id='main' align='left'>
<!--BEGIN HEADER-->
<div id='top_line'><img src='graphics/spacer.gif' height='30' /></div>
<div id='top_swoop'>
Welcome to Pro Active English.
<img src='graphics/spacer.gif' height='30' align='top' />
</div>
<div id='logo'>
<table cellpadding='0' cellspacing='0' border='0'>
<tr>
<td valign='bottom'><img src='graphics/pngs/logo_pae-small.png' /></td>
<td width='10'>&nbsp;</td>
<td valign='bottom'><img src='graphics/pngs/running_man-small.png' /></td>
</tr>
</table>
</div>
<div id='beige_line'><img src='graphics/spacer.gif' height='14' /></div>
<div id='bottom_line'><img src='graphics/spacer.gif' height='34' /></div>
<div id='bottom_swoop'>
<a href='' class='menu_link'>home</a>
<img src='graphics/spacer.gif' width='15' height='34' align='middle' />
<a href='' class='menu_link'>who are we?</a>
<img src='graphics/spacer.gif' width='15' height='2' />
<a href='' class='menu_link''>what do we do?</a>
<img src='graphics/spacer.gif' width='15' height='2' />
<a href='' class='menu_link'>how do we do it?</a>
<img src='graphics/spacer.gif' width='15' height='2' />
<a href='' class='menu_link'>events</a>
</div>
<!--END HEADER-->
<div id='page'>
<table cellpadding='0' cellspacing='0' border='0'>
<tr>
<!--BEGIN BOXES-->
<td id='page_left'>
<table cellpadding='0' cellspacing='0' border='0'>
<tr>
<td class='box_content'>
<div class='box_header'>Home</div>
~ <a href='#ourpromise' class='blue_bg'>Our Promise</a>
<br />
~ <a href='#ourhistory' class='blue_bg'>Our History and Philosophy</a>
<br />
~ <a href='#ourclients' class='blue_bg'>Our Clients</a>
<br />
~ <a href='#ourtrainers' class='blue_bg'>Our Trainers</a>
<br />
~ <a href='#ourteaching' class='blue_bg'>Our Teaching Materials</a>
<br />
~ <a href='#ourplacement' class='blue_bg'>Our Placement System</a>
<br />
~ <a href='#ourcourses' class='blue_bg'>Our Courses</a>
</td>
</tr>
<tr>
<td class='box_content'>
<div class='box_header'>Trainer Profile</div>
<img src='data/trainers/pictures/benramey.jpg' width='60' class='member_picture' align='left' />
Bob Nobody has been a trainer with PAE for 10 years now. His
record is impressive and we're a better company for having him on
our team.
<br /> <br />
<a href='' class='blue_bg'>Read more about Bob</a>
</td>
</tr>
<tr>
<td class='box_picture'>
<img src='graphics/pictures/people_1.jpg' />
</td>
</tr>
<tr>
<td class='box_picture'>
<img src='graphics/pictures/pink_rose.jpg' />
</td>
</tr>
</table>
</td>
<!--END BOXES-->
<!--BEGIN CONTENT-->
<td id='page_main'>
<div id='page_subtitle'>Pro Active English At A Glance</div>
<div id='page_content'>
<div class='text_header' id='ourpromise'>Our Promise</div>
<div class='text'>We promise to provide personal, tailor-made, success-oriented service
to all our clients.</div>
<div class='text_header' id='ourhistory'>Our History and Philosophy</div>
<div class='text'>Our director, who founded the company in 1995, is also a committed teacher
with more than 25 years of experience in three different countries, teaching
at all academic levels including universities, companies, banks, etc.
We specialise in English instead of diversifying into other languages, which
allows us to focus on the depth and breadth of our programs, methods, and attention
to detail.</div>
<div class='text_header' id='ourclients'>Our Clients</div>
<div class='text'>Our clients range from banks to legal offices, from multinational corporations to
small businesses, from factories to retail outlets.</div>
<div class='text_header' id='ourtrainers'>Our Trainers</div>
<div class='text'>All our trainers are native-speaking graduates with excellent qualifications, people skills,
and willingness to go the extra mile for their students.
We have carefully selected and kept only those who prove to be the best. These are guided,
evaluated, and are provided with training on the latest and best materials and schooled in
state-of-the-art methodologies and are regularly trained and evaluated.</div>
<div class='text_header' id='ourteaching'>Our Teaching Materials</div>
<div class='text'>We do not restrict ourselves to a single program. Instead, we actively use an enormous
range of materials, books, CDs, articles, video, CD ROMs, etc. We specialize in using
materials derived form real media rather than simplified TEFL material, but do not
hesitate to use programs from the best publishers in the world, or a combination of both.
We also use our own materials that we have developed over the years. From these, we select
the best program together with the management of the company and the participants themselves.</div>
<div class='text_header' id='ourplacement'>Our Placement System</div>
<div class='text'>Every new participant is tested, interviewed, and placed personally by our director using
the most comprehensive, thorough placement and level system in the country.
The participants then progress through the level system and are guided into completing
internationally recognised examinations if they would like.
<br />
(or)
<br />
The participants are guaranteed to begin progressing through the level system after only
two consecutive courses and eventually be guided into completing internationally recognized
examinations if they would like. </div>
<div class='text_header' id='ourcourses'>Our Courses</div>
<div class='text'>We have over ten years of experience in tailoring courses for our participants to meet
their exact needs. This means we have hands-on experience in creating courses for
engineers, lawyers, managers, politicians, bankers, accountants, secretaries, medical
doctors, university students and many more.</div>
</div>
</td>
<!--END CONTENT-->
</tr>
</table>
</div>
<!--BEGIN COPYRIGHT-->
<div id='copyright'>Copyright Pro Active English, All Rights Reserved.</div>
<!--END COPYRIGHT-->
</div>
</body>
</html>

115
other/_samples/index.htm Executable file
View File

@@ -0,0 +1,115 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Pro Active English</title>
<link href='pae.css' type='text/css' rel='stylesheet' />
<style type='text/css'>
body {
margin-top: 50px;
}
a:link {
color: #1E336D;
text-decoration: none;
}
a:visited {
color: #1E336D;
text-decoration: none;
}
a:hover {
color: #628EC6;
text-decoration: none;
}
#movie {
position: relative;
z-index: 1;
top: -58px;
}
#top_line {
position: relative;
top: -58px;
z-index: 4;
width: 100%;
background-image: url(graphics/pngs/intro/top_line.png);
background-repeat: repeat-x;
background-position: top;
}
#top_swoop {
position: relative;
top: -88px;
z-index: 5;
padding: 4px 0px 0px 5px;
background-image: url(graphics/pngs/intro/top_swoop.png);
background-repeat: no-repeat;
color: #FFFFFF;
}
#bottom_line {
position: relative;
top: -22px;
z-index: 4;
width: 100%;
background-image: url(graphics/pngs/intro/bottom_line.png);
background-repeat: repeat-x;
background-position: top;
}
#bottom_swoop {
position: relative;
top: -56px;
z-index: 5;
padding: 2px 0px 0px 170px;
background-image: url(graphics/pngs/intro/bottom_swoop.png);
background-repeat: no-repeat;
background-position: top left;
color: #FFFFFF;
font-variant: small-caps;
font-size: 11pt;
}
#beige_line {
position: relative;
top: -21px;
z-index: 1;
width: 100%;
background-color: #E9B180;#628EC6
}
#languages {
position: relative;
z-index: 5;
font-family: Arial;
font-weight: bold;
font-size: 26px;
position: relative;
top: -260px;
}
</style>
</head>
<body>
<div id='logo'><img src='graphics/pngs/logo_pae-small.png' /></div>
<div id='beige_line'><img src='graphics/spacer.gif' height='14' /></div>
<div id='bottom_line'><img src='graphics/spacer.gif' height='34' /></div>
<div id='bottom_swoop'><img src='graphics/spacer.gif' width='15' height='34' align='middle' /></div>
<div id='movie' align='center'>
<!--url's used in the movie-->
<!--text used in the movie-->
<div style='position:relative;left:-16px'>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="250" height="250" id="running_man" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="graphics/flash/running_man.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#FFFFFF" />
<embed src="graphics/flash/running_man.swf" quality="high" bgcolor="#FFFFFF" width="250" height="250" name="running_man" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</div>
</div>
<div id='top_line'><img src='graphics/spacer.gif' height='30' /></div>
<div id='top_swoop'><img src='graphics/spacer.gif' height='30' /></div>
<div id='languages'>
<table cellpadding='0' cellspacing='0' border='0' width='100%'>
<tr>
<td align='right'><a href='intro_en.htm'>english</a></td>
<td width='280'>&nbsp;</td>
<td align='left'><a href='intro_en.htm'>deutsch</a></td>
</tr>
</table>
</div>
</body>
</html>

149
other/_samples/intro_en.htm Executable file
View File

@@ -0,0 +1,149 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Pro Active English</title>
<link href='pae.css' type='text/css' rel='stylesheet' />
</head>
<body>
<div id='main' align='left'>
<!--BEGIN HEADER-->
<div id='top_line'><img src='graphics/spacer.gif' height='30' /></div>
<div id='top_swoop'>
Welcome to Pro Active English.
<img src='graphics/spacer.gif' height='30' align='top' />
</div>
<div id='logo'>
<table cellpadding='0' cellspacing='0' border='0'>
<tr>
<td valign='bottom'><img src='graphics/pngs/logo_pae-small.png' /></td>
<td width='10'>&nbsp;</td>
<td valign='bottom'><img src='graphics/pngs/running_man-small.png' /></td>
</tr>
</table>
</div>
<div id='beige_line'><img src='graphics/spacer.gif' height='14' /></div>
<div id='bottom_line'><img src='graphics/spacer.gif' height='34' /></div>
<div id='bottom_swoop'>
<a href='' class='menu_link'>home</a>
<img src='graphics/spacer.gif' width='15' height='34' align='middle' />
<a href='' class='menu_link'>who are we?</a>
<img src='graphics/spacer.gif' width='15' height='2' />
<a href='' class='menu_link''>what do we do?</a>
<img src='graphics/spacer.gif' width='15' height='2' />
<a href='' class='menu_link'>how do we do it?</a>
<img src='graphics/spacer.gif' width='15' height='2' />
<a href='' class='menu_link'>events</a>
</div>
<!--END HEADER-->
<div id='page'>
<table cellpadding='0' cellspacing='0' border='0'>
<tr>
<!--BEGIN BOXES-->
<td id='page_left'>
<table cellpadding='0' cellspacing='0' border='0'>
<tr>
<td class='box_content'>
<div class='box_header'>Home</div>
~ <a href='#ourpromise' class='blue_bg'>Our Promise</a>
<br />
~ <a href='#ourhistory' class='blue_bg'>Our History and Philosophy</a>
<br />
~ <a href='#ourclients' class='blue_bg'>Our Clients</a>
<br />
~ <a href='#ourtrainers' class='blue_bg'>Our Trainers</a>
<br />
~ <a href='#ourteaching' class='blue_bg'>Our Teaching Materials</a>
<br />
~ <a href='#ourplacement' class='blue_bg'>Our Placement System</a>
<br />
~ <a href='#ourcourses' class='blue_bg'>Our Courses</a>
</td>
</tr>
<tr>
<td class='box_content'>
<div class='box_header'>Trainer Profile</div>
<img src='data/trainers/pictures/benramey.jpg' width='60' class='member_picture' align='left' />
Bob Nobody has been a trainer with PAE for 10 years now. His
record is impressive and we're a better company for having him on
our team.
<br /> <br />
<a href='' class='blue_bg'>Read more about Bob</a>
</td>
</tr>
<tr>
<td class='box_picture'>
<img src='graphics/pictures/people_1.jpg' />
</td>
</tr>
<tr>
<td class='box_picture'>
<img src='graphics/pictures/pink_rose.jpg' />
</td>
</tr>
</table>
</td>
<!--END BOXES-->
<!--BEGIN CONTENT-->
<td id='page_main'>
<div id='page_subtitle'>Pro Active English At A Glance</div>
<div id='page_content'>
<div class='text_header' id='ourpromise'>Our Promise</div>
<div class='text'>We promise to provide personal, tailor-made, success-oriented service
to all our clients.</div>
<div class='text_header' id='ourhistory'>Our History and Philosophy</div>
<div class='text'>Our director, who founded the company in 1995, is also a committed teacher
with more than 25 years of experience in three different countries, teaching
at all academic levels including universities, companies, banks, etc.
We specialise in English instead of diversifying into other languages, which
allows us to focus on the depth and breadth of our programs, methods, and attention
to detail.</div>
<div class='text_header' id='ourclients'>Our Clients</div>
<div class='text'>Our clients range from banks to legal offices, from multinational corporations to
small businesses, from factories to retail outlets.</div>
<div class='text_header' id='ourtrainers'>Our Trainers</div>
<div class='text'>All our trainers are native-speaking graduates with excellent qualifications, people skills,
and willingness to go the extra mile for their students.
We have carefully selected and kept only those who prove to be the best. These are guided,
evaluated, and are provided with training on the latest and best materials and schooled in
state-of-the-art methodologies and are regularly trained and evaluated.</div>
<div class='text_header' id='ourteaching'>Our Teaching Materials</div>
<div class='text'>We do not restrict ourselves to a single program. Instead, we actively use an enormous
range of materials, books, CDs, articles, video, CD ROMs, etc. We specialize in using
materials derived form real media rather than simplified TEFL material, but do not
hesitate to use programs from the best publishers in the world, or a combination of both.
We also use our own materials that we have developed over the years. From these, we select
the best program together with the management of the company and the participants themselves.</div>
<div class='text_header' id='ourplacement'>Our Placement System</div>
<div class='text'>Every new participant is tested, interviewed, and placed personally by our director using
the most comprehensive, thorough placement and level system in the country.
The participants then progress through the level system and are guided into completing
internationally recognised examinations if they would like.
<br />
(or)
<br />
The participants are guaranteed to begin progressing through the level system after only
two consecutive courses and eventually be guided into completing internationally recognized
examinations if they would like. </div>
<div class='text_header' id='ourcourses'>Our Courses</div>
<div class='text'>We have over ten years of experience in tailoring courses for our participants to meet
their exact needs. This means we have hands-on experience in creating courses for
engineers, lawyers, managers, politicians, bankers, accountants, secretaries, medical
doctors, university students and many more.</div>
</div>
</td>
<!--END CONTENT-->
</tr>
</table>
</div>
<!--BEGIN COPYRIGHT-->
<div id='copyright'>Copyright Pro Active English, All Rights Reserved.</div>
<!--END COPYRIGHT-->
</div>
</body>
</html>