Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
Formulario de paz
Project
Project
Details
Activity
Releases
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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Ulises Morales Ramírez
Formulario de paz
Commits
d1531e6c
Commit
d1531e6c
authored
5 years ago
by
Ulises Morales Ramírez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
base de datos
parent
c430eb88
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
3 deletions
+1
-3
index.php
index.php
+1
-3
No files found.
index.php
View file @
d1531e6c
...
...
@@ -137,7 +137,6 @@ $conn->close();*/
</div>
<div
class=
"text-center"
><img
src=
"images/g122.png"
width=
"500px"
style=
"margin-bottom: 10px"
></div>
<script>
$
(
"#input_escuela"
).
bind
(
'input'
,
function
()
{
var
dato
=
$
(
'#input_escuela'
).
val
();
...
...
@@ -146,13 +145,12 @@ $conn->close();*/
var
valor
=
checkExists
(
$
(
'#input_escuela'
).
val
());
//alert(valor);
var
lastword
=
valor
.
split
(
" "
).
pop
();
document
.
getElementById
(
'input_escuela'
).
value
=
valor
;
$
(
'#nombre_escuela'
).
empty
();
$
(
'#clave'
).
empty
();
$
(
'#titulo1'
).
empty
();
$
(
'#titulo2'
).
empty
();
var
porciones
=
valor
.
split
(
'de '
);
document
.
getElementById
(
'input_escuela'
).
value
=
porciones
[
0
];
$
(
'#nombre_escuela'
).
append
(
porciones
[
0
]);
$
(
'#titulo1'
).
append
(
'<h1>Escuela: </h1>'
);
$
(
'#titulo2'
).
append
(
'<h3>Localidad:</h3>'
);
...
...
This diff is collapsed.
Click to expand it.
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