Hello. I would like help, if possible, for making an interface so that my students can schedule themselves for office hours with me. I am working on a site that is at This blog is merely a template for several blogs so you can ignore the content. What I will do here is put my syllabus online as well as instructions for each of the requirements, links for libraries, etc.
I want to create an interface (it would be the button that says "commentaires"
for my students since they often want to make an appointment interface to see me. As I have no personal secretary and no time to take requests for time slots, I would like this automated. So I will have the time slot broken down by periods of 15 minutes for students so that they can sign up and this would ideally show up on the popup window so other students will not sign up for the same time.
For instance here is my current template which you will see and interface with when you go to my site.:
<html><head>
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<title>Votre commentaire: </title></head>
<style type ="text/css"><!--
a:link { color : #FF9933; text-decoration : none ;}
a:visited { color : #FF9933; text-decoration : none ;}
a:active { color :#FF9933; text-decoration : none ;}
a:hover { color : #999999 ; text-decoration : none ; }
body {
margin : 20px ;
background-color : #ffffff ;
color : #999999 ;
font-family : palatino ;
font-size : 11px ;
}
table {font-size : 9px ;}
textarea {
font-size : 9px ;
font-family : verdana;
color : #003399;
border : 1px solid #999999 ;
background-color : #ffffff ;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #B66AA5;
scrollbar-3dlight-color: #B66AA5;
scrollbar-darkshadow-color: #B66AA5;
scrollbar-shadow-color: #B66AA5;
scrollbar-arrow-color: #B66AA5;
scrollbar-track-color: #B66AA5;
}
input {
font-size : 11px ;
font-family: verdana;
color : #000000;
border : 1px solid #999999 ;
background-color : #ffffff ;
}
//--></style>
<body>
<div align="center"><font style="font-size:12;color:#999999">Ordre ascendent
• <a href="#c"> Ajouter un commentaire? </a></font></div><br>
<comments>
<div align="left"><font style="font-size:12;color:#003399"><b>!name</b></font>
<font style="font-size:12;color:#999999"> !time • !date <br></font>
<br>
<table style="width:385;border:1px solid #999999;background-color:#ffffff" cellpadding="0">
<tr>
<td style="padding:0" valign="top"><font style="font-size:11;color:#000000">!comments<br>
<p align=right></font>
</td>
</tr>
</table>
<br>
</div>
</comments>
<a name="c" id="c"></a> <font style="font-size:12px" color="#FF9933"><br>
Ajouter un commentaire </font>
<hr noshade color="999999" size="1" width="380" align="left">
<div align="left">
<table width="310"
border="0" cellspacing="0" cellpadding="0">
<form
action="!action" method="POST">
<tr valign="top">
<td width="111">
<div align="left"><font style="font-size:12px">Nom:</font></div>
</td>
<td width="199"> <font>
<input type="text" name="name" size="34" value="!username">
</font></td>
</tr>
<tr valign="top">
<td colspan="2">
<div align="left"><font style="font-size:12px">Commentaire:</font></div>
<textarea name="comments" cols="77"
wrap="VIRTUAL" rows="10"></textarea>
</font></div>
</td>
</tr>
<tr valign="top">
<td colspan="2">
<div align="left"><font><br>
<input type="submit"
name="submit" value="Ajouter"><center><a href="javascript:window.close();"><b>X</b></center>
</font></div>
</td>
</tr>
</form>
</table>
</div>
</body></html>
Can anyone help me with this?
I would greatly appreciate this help!
Best
disfasia
I want to create an interface (it would be the button that says "commentaires"

For instance here is my current template which you will see and interface with when you go to my site.:
<html><head>
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
<title>Votre commentaire: </title></head>
<style type ="text/css"><!--
a:link { color : #FF9933; text-decoration : none ;}
a:visited { color : #FF9933; text-decoration : none ;}
a:active { color :#FF9933; text-decoration : none ;}
a:hover { color : #999999 ; text-decoration : none ; }
body {
margin : 20px ;
background-color : #ffffff ;
color : #999999 ;
font-family : palatino ;
font-size : 11px ;
}
table {font-size : 9px ;}
textarea {
font-size : 9px ;
font-family : verdana;
color : #003399;
border : 1px solid #999999 ;
background-color : #ffffff ;
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #B66AA5;
scrollbar-3dlight-color: #B66AA5;
scrollbar-darkshadow-color: #B66AA5;
scrollbar-shadow-color: #B66AA5;
scrollbar-arrow-color: #B66AA5;
scrollbar-track-color: #B66AA5;
}
input {
font-size : 11px ;
font-family: verdana;
color : #000000;
border : 1px solid #999999 ;
background-color : #ffffff ;
}
//--></style>
<body>
<div align="center"><font style="font-size:12;color:#999999">Ordre ascendent
• <a href="#c"> Ajouter un commentaire? </a></font></div><br>
<comments>
<div align="left"><font style="font-size:12;color:#003399"><b>!name</b></font>
<font style="font-size:12;color:#999999"> !time • !date <br></font>
<br>
<table style="width:385;border:1px solid #999999;background-color:#ffffff" cellpadding="0">
<tr>
<td style="padding:0" valign="top"><font style="font-size:11;color:#000000">!comments<br>
<p align=right></font>
</td>
</tr>
</table>
<br>
</div>
</comments>
<a name="c" id="c"></a> <font style="font-size:12px" color="#FF9933"><br>
Ajouter un commentaire </font>
<hr noshade color="999999" size="1" width="380" align="left">
<div align="left">
<table width="310"
border="0" cellspacing="0" cellpadding="0">
<form
action="!action" method="POST">
<tr valign="top">
<td width="111">
<div align="left"><font style="font-size:12px">Nom:</font></div>
</td>
<td width="199"> <font>
<input type="text" name="name" size="34" value="!username">
</font></td>
</tr>
<tr valign="top">
<td colspan="2">
<div align="left"><font style="font-size:12px">Commentaire:</font></div>
<textarea name="comments" cols="77"
wrap="VIRTUAL" rows="10"></textarea>
</font></div>
</td>
</tr>
<tr valign="top">
<td colspan="2">
<div align="left"><font><br>
<input type="submit"
name="submit" value="Ajouter"><center><a href="javascript:window.close();"><b>X</b></center>
</font></div>
</td>
</tr>
</form>
</table>
</div>
</body></html>
Can anyone help me with this?
I would greatly appreciate this help!
Best
disfasia