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
870a5461
Commit
870a5461
authored
Aug 27, 2019
by
Ulises Morales Ramírez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
nuevo sistema de busqueda
parent
a3bbfe3d
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
encuesta.php
encuesta.php
+4
-0
lenguaje.php
lenguaje.php
+2
-4
No files found.
encuesta.php
View file @
870a5461
...
@@ -4,6 +4,10 @@
...
@@ -4,6 +4,10 @@
<?php
<?php
session_start
();
session_start
();
if
(
!
isset
(
$_POST
[
'clave_escuela'
])){
header
(
"location: index.php?err=1"
);
mysql_close
();
}
?>
?>
<!DOCTYPE html>
<!DOCTYPE html>
<html>
<html>
...
...
lenguaje.php
View file @
870a5461
...
@@ -101,12 +101,10 @@ if ($result->num_rows > 0) {
...
@@ -101,12 +101,10 @@ if ($result->num_rows > 0) {
<div
class=
"d-flex justify-content-center mt-3 login_container"
>
<div
class=
"d-flex justify-content-center mt-3 login_container"
>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6"
>
<button
id=
"bespa"
type=
"submit"
name=
"idioma"
value=
"Español"
class=
"btn login_btn"
>
<input
type=
"submit"
name=
"idioma"
value=
"Español"
class=
"btn login_btn"
>
Español
</button>
</div>
</div>
<div
class=
"col-md-6"
>
<div
class=
"col-md-6"
>
<
button
type=
"submit"
name=
"idioma"
value=
"Maya"
class=
"btn login_btn"
>
Maya
</button
>
<
input
type=
"submit"
name=
"idioma"
value=
"Maya"
class=
"btn login_btn"
>
</div>
</div>
</div>
</div>
</form>
</form>
...
...
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