Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
eterfund-api-email
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
eterfund
eterfund-api-email
Commits
dd259f82
Commit
dd259f82
authored
Nov 21, 2017
by
Дмитрий Никулин
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve test script: use local copy, preserve form value after sending
parent
783a8aee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
index.php
index.php
+3
-3
No files found.
index.php
View file @
dd259f82
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<head>
<head>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<meta
http-equiv=
"Content-Type"
content=
"text/html; charset=UTF-8"
/>
<script
type=
"text/javascript"
src=
"//eterfund.ru/js/jquery/latest/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"//eterfund.ru/js/jquery/latest/jquery.min.js"
></script>
<script
type=
"text/javascript"
src=
"
//eterfund.ru/api/email/
svcCheckEmail.js"
></script>
<script
type=
"text/javascript"
src=
"svcCheckEmail.js"
></script>
<style
type=
"text/css"
>
<style
type=
"text/css"
>
form
{
form
{
width
:
100%
;
width
:
100%
;
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
</html>
</html>
<body>
<body>
<form
action=
""
method=
"post"
>
<form
action=
""
method=
"post"
>
E-mail:
<input
type=
"text"
name=
"email"
value=
""
class=
"svcCheckEmail"
/>
E-mail:
<input
type=
"text"
name=
"email"
value=
"
<?php
echo
$_POST
[
'email'
];
?>
"
class=
"svcCheckEmail"
/>
<input
type=
"
button
"
value=
"Отправить"
/>
<input
type=
"
submit
"
value=
"Отправить"
/>
</form>
</form>
</body>
</body>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment