-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnovamensagem.php
More file actions
85 lines (74 loc) · 2.53 KB
/
novamensagem.php
File metadata and controls
85 lines (74 loc) · 2.53 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
<?php include('headclient.php'); ?>
<table width="100%" height="100%" cellpadding="0" cellspacing="0" border="0">
<tr>
<td width="5%"> </td>
<td bgcolor="#FFFFFF" width="90%"> </td>
<td width="5%"> </td>
</tr>
<tr>
<td height="211"> </td>
<td bgcolor="#FFFFFF">
<table width="100%" cellspacing="10" border="0">
<tr>
<td colspan="4" class="text1"><h1>Nova mensagem</h1>
<h3>Aqui você pode escrever uma nova mengasem!</h3></td>
</tr>
<tr>
<td width="5%" rowspan="3"> </td>
<td width="40%"><script src="js/nicEdit-latest.js" type="text/javascript">
</script><br />
<script type="text/javascript">
bkLib.onDomLoaded(function() { new
nicEditor({buttonList : ['fontSize','fontFamily','fontFormat', 'bold', 'italic', 'underline', 'strikeThrough', 'subscript', 'superscript', 'html', 'image', 'link', 'unlink','forecolor','bgcolor']}).panelInstance('mensagfri'); });
</script>
<script languaje="javascript">
function Ok()
{
nicEditors.findEditor('mensagfri').saveContent();
document.formname.submit();
}
</script>
<form id="form1" name="form1" method="post" action="registmensagem.php"><table width="200" border="0">
<tr>
<td width="57" class="text1"><input name="myemaili" type="hidden" id="myemaili" value="<?=$emaili; ?>" />
Emaili:</td>
<td width="127">
<label for="emailifri"></label>
<input type="text" name="emailifri" id="emailifri" />
</td>
</tr>
<tr>
<td class="text1">Assunto:</td>
<td><input type="text" name="assuntofri" id="assuntofri" /></td>
</tr>
<tr>
<td class="text1">Mensagem:</td>
<td>
<textarea cols="60" id="mensagfri" name="mensagfri" rows="12">
</textarea></td>
</tr> <tr>
<td class="text1" colspan="2" align="center"><input name="Envoyer" type="submit" value="Enviar" onClick="Ok();" /></td>
</tr>
</table></form></td>
<td width="5%" rowspan="3"> </td>
</tr>
<tr>
<td height="24"> </td>
</tr>
</table></td>
<td width="5%" rowspan="3"> </td>
</tr>
<tr>
<td height="24" class="text1"> </td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td bgcolor="#FFFFFF"> </td>
<td> </td>
</tr>
</table>
</body>
</html>