-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathretcreditos.php
More file actions
109 lines (106 loc) · 3.04 KB
/
retcreditos.php
File metadata and controls
109 lines (106 loc) · 3.04 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<?php include('headclient.php');
if($adm != 1){
header("Location: cliente.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>Retirar créditos de uma conta</h1>
<h3>Aqui você pode retirar flupus de uma conta!</h3></td>
</tr>
<tr>
<td width="5%" rowspan="3"> </td>
<td width="40%"><form action="registcreditosret.php" method="post"><table background="Imagens/tablas.png" class="borda" width="100%" border="0">
<tr>
<td width="6%"> </td>
<td width="88%"> </td>
<td width="6%"> </td>
</tr>
<tr>
<td height="87"> </td>
<td class="text1"><table width="100%" border="0"><tr><td width="25%"> </td>
<td width="25%" align="center">N° do Cartão:</td>
<td width="25%"><input name="ncartaoo" type="text" id="ncartaoo" onKeyPress='return SomenteNumero(event)' maxlength="16" /></td><td width="25%"> </td>
</tr><tr><td width="25%"> </td>
<td width="25%" align="center">Quantia:</td>
<td width="25%"><input name="quantiaa" type="text" id="quantiaa" onKeyPress='return SomenteNumero(event)' /></td><td width="25%"> </td>
</tr><tr><td width="25%"> </td>
<td width="25%" align="center">Motivo:</td>
<td width="25%"><textarea name="motivo" id="motivo"></textarea></td><td width="25%"> </td>
</tr><tr><td width="25%"> </td>
<td width="25%" align="center">Sua senha:</td>
<td width="25%"><input name="senhaa" type="password" id="senhaa" onKeyPress='return SomenteNumero(event)' maxlength="4" /></td><td width="25%"> </td>
</tr>
<tr>
<td colspan="4" align="center"><input type="submit" name="button" id="button" value="Adicionar créditos" /></td>
</tr>
</table></td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </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>
<script>
$(document).ready(function(e) {
//no use
try {
var pages = $("#pages").msDropdown({on:{change:function(data, ui) {
var val = data.value;
if(val!="")
window.location = val;
}}}).data("dd");
var pagename = document.location.pathname.toString();
pagename = pagename.split("/");
pages.setIndexByValue(pagename[pagename.length-1]);
$("#ver").html(msBeautify.version.msDropdown);
} catch(e) {
console.log(e);
}
$("#ver").html(msBeautify.version.msDropdown);
//convert
$("select").msDropdown({roundedBorder:false});
createByJson();
$("#tech").data("dd");
});
function showValue(h) {
console.log(h.name, h.value);
}
$("#tech").change(function() {
console.log("by jquery: ", this.value);
})
//
</script>
</body>
</html>