Haineko

 view release on metacpan or  search on metacpan

eg/sendmail.html  view on Meta::CPAN

19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
    font-size: 40px;
    color: #a0a0a0;
    text-shadow: 0 -1px 0 #757575;
}
h2 { color: #757575; }
fieldset {
    padding: 8px 4px 32px 4px;
    border: 1px #ccc solid;
    border-radius: 8px;
}
legend { color: #ccc; margin: 2px 8px; }
tr th {
    text-align: right;
    color: #222;
    margin: 8px;
    padding: 8px 12px 4px 0;
    vertical-align: top;
}
tr td p { margin: 0 4px 24px 4px; color: #959595; }
input[type=text] {
    width: 480px;

eg/sendmail.html  view on Meta::CPAN

110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
            return 1;
        }
    </script>
</head>
 
<body>
    <h1>Haineko/eg/sendmail.html</h1>
    <div id = 'emaildata'>
        <h2>Email Data</h2>
        <fieldset>
            <legend>Email</legend>
            <table id = 'email'>
                    <tr>
                        <th style = 'text-align: right;'>
                            <button type = 'submit' id = 'sendmail' onclick = 'submit();'>
                                Send
                            </button>
                        </th>
                        <td>
                            <p>
                                This sample sends an email via <strong>http://127.0.0.1:2794/submit</strong>



( run in 0.259 second using v1.01-cache-2.11-cpan-454fe037f31 )