Make first real commit: copy of CaRMetal 4.2.8
This commit is contained in:
parent
002acfc88e
commit
c312811084
1120 changed files with 226843 additions and 1 deletions
69
eric/docs/applet_ext.html
Normal file
69
eric/docs/applet_ext.html
Normal file
|
@ -0,0 +1,69 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=utf-8">
|
||||
<META NAME="GENERATOR" Content="CaRMetal">
|
||||
<TITLE>Applet CaRMetal</TITLE>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
background-color: #EDEDED;
|
||||
}
|
||||
.titre {
|
||||
background-color: #A5BCD4;
|
||||
font-family: Verdana, Geneva, sans-serif;
|
||||
font-size: 18px;
|
||||
font-weight: bold;
|
||||
text-align: center;
|
||||
height: 40px;
|
||||
line-height:40px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
.divapplet {
|
||||
text-align: center;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
.divdownload {
|
||||
text-align: center;
|
||||
}
|
||||
.ptitre {
|
||||
vertical-align:middle;
|
||||
}
|
||||
.footer {
|
||||
background-color: #708090;
|
||||
font-family: Verdana, Geneva, sans-serif;
|
||||
font-size: 12px;
|
||||
font-weight: normal;
|
||||
text-align: center;
|
||||
height: 20px;
|
||||
line-height:20px;
|
||||
margin-top: 20px;
|
||||
color: #DADFDF;
|
||||
}
|
||||
.a_carmetal {
|
||||
color: #FFF;
|
||||
}
|
||||
.a_download {
|
||||
font-family: Verdana, Geneva, sans-serif;
|
||||
font-size: 11px;
|
||||
color: #036;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
<script>
|
||||
function carmetal_applet_loaded(){
|
||||
}
|
||||
</script>
|
||||
</HEAD>
|
||||
<BODY BGCOLOR=#F5F5F5 marginwidth="0" marginheight="0">
|
||||
<div class="titre"><p class="ptitre">Classeur CaRMetal</p></div>
|
||||
<div class="divapplet">
|
||||
|
||||
<APPLET CODEBASE="http://db-maths.nuxit.net/" ARCHIVE="CaRMetal.jar" CODE="Main.class" WIDTH="@width@" HEIGHT="@height@" ALIGN="CENTER" MAYSCRIPT="true">
|
||||
<PARAM NAME="source" VALUE="@file_content@">
|
||||
</APPLET>
|
||||
|
||||
</div>
|
||||
<div class="footer">Applet créée avec <a href="http://db-maths.nuxit.net/CaRMetal/" target="_blank" class="a_carmetal">CaRMetal</a></div>
|
||||
</BODY>
|
||||
</HTML>
|
Loading…
Add table
Add a link
Reference in a new issue