Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
Miriam Adriana Leyva Martinez
/
Mini_Services_Desk
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f6b0942b
authored
Jun 29, 2020
by
Miriam Adriana Leyva Martinez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Subiendo loginusuarios.js
parent
ff150119
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
164 additions
and
0 deletions
+164
-0
loginusuario.php
+164
-0
No files found.
loginusuario.php
0 → 100644
View file @
f6b0942b
?
php
session_start
();
$error
=
$_GET
[
'err'
];
?>
<!DOCTYPE html>
<html>
<head>
<title>
Morsa TI
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<link
href=
'images/logo-para-SD.png'
rel=
'shortcut icon'
type=
'image/jpg'
/>
<!-- Bootstrap -->
<link
href=
"bootstrap/css/bootstrap.min.css"
rel=
"stylesheet"
>
<!-- styles -->
<link
href=
"css/styles.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"views/css/jquery-confirm.min.css"
>
<link
href=
"jqueryui/jquery-ui.css"
rel=
"stylesheet"
>
<link
href=
"jqueryui/jquery-ui.structure.css"
rel=
"stylesheet"
>
<link
href=
"jqueryui/jquery-ui.theme.css"
rel=
"stylesheet"
>
<link
href=
"vendors/form-helpers/css/bootstrap-formhelpers.css"
rel=
"stylesheet"
>
<script
src=
"js/sweet-alert.min.js"
type=
"text/javascript"
>
</script>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"views/css/bundled.css"
>
<style
type=
"text/css"
media=
"screen"
>
.login_title
{
position
:
fixed
;
top
:
0
;
left
:
0
;
z-index
:
999
;
width
:
100%
;
height
:
23px
;
background-color
:
#0A1172
;
padding-bottom
:
50px
;
text-align
:
center
;
}
._title
{
color
:
#ffffff
;
font-size
:
24px
;
font-weight
:
normal
;
padding-top
:
0.7%
;
}
@media
screen
and
(
max-width
:
69em
)
{
._title
{
padding-top
:
2.4%
;
}
}
</style>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
<![endif]-->
</head>
<script
src=
"js/jquery.js"
>
</script>
<script
src=
"js/funciones.js"
>
</script>
<body
background=
"images/Soporte-Tecnico-TI-con-iconos.png"
>
<!-- <div class="header">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="logo">
<h1 style="color: #ffffff"><a href="index.php"></a>SOPORTE TECNICO TI</h1>
</div>
</div>
</div>
</div>
</div> -->
<div
class=
"header"
style=
"background-color: #0A1172;"
>
<div
class=
"login_title"
>
<!-- <p><a href="#" id="trigger" class="menu-trigger a" style="padding-bottom: 8px;"></a> -->
<label
class=
"_title"
>
SOPORTE TECNICO TI
</label>
</p>
</div>
</div>
<!-- /scroller-inner -->
<div
class=
"page-content container"
>
<div
class=
"row"
>
<div
class=
"col-md-4 col-md-offset-4"
>
<div
class=
"login-wrapper"
>
<div
class=
"box"
>
<div
class=
"content-wrap"
>
<div
class=
"social"
>
<span>
<img
src=
"images/logo-para-SD.png"
alt
class=
"img-circle"
>
</span>
<!-- <a class="face_login" href="#">
<span class="face_icon">
<img src="images/facebook.png" alt="fb">
</span>
<span class="text">Sign in with Facebook</span>
</a>
<div class="division">
<hr class="left">
<span>or</span>
<hr class="right">
</div>!-->
<?php
// if ($error != "bWFs")
// echo '<h5>¿Problemas? Morsa TI te ayuda !!</h5>';
// else
// echo '<h5>Vuelva a Intentarlo</h5>';
?>
<h5
id=
"lbl"
>
¿Problemas? Morsa TI te ayuda !!
</h5>
</div>
<!-- <form action="backend/validausuario.php" method="POST"> -->
<form
method=
"POST"
id=
"formulario"
>
<!-- <input id="Nombre" name="Nombre" class="form-control" type="text" maxlength="30" placeholder="Nombre" required> -->
<div
class=
"form-group"
>
<input
id=
"Nombre"
type=
"text"
autofocus
name=
"nombre"
spellcheck=
"false"
placeholder=
"Nombre"
class=
"form-control"
maxlength=
"100"
style=
"text-transform:uppercase"
>
</div>
<div
class=
"form-group"
>
<input
id=
"Sucursal"
type=
"text"
autofocus
name=
"sucursal"
spellcheck=
"false"
placeholder=
"Sucursal"
class=
"form-control"
maxlength=
"50"
style=
"text-transform:uppercase"
>
</div>
<input
id=
"Telefono"
class=
"form-control"
type=
"text"
onKeyPress=
"return soloNumeros(event);"
maxlength=
"10"
placeholder=
"Telefono"
name=
"telefono"
>
<div
class=
"action"
>
<button
type=
"button"
class=
"btn btn-primary signup"
id=
"btnEnviar"
onClick=
"enviar()"
>
Enviar
</button>
</div>
</form>
</div>
</div>
<div
class=
"already"
>
<p>
Grupo Morsa de Mexico
</p>
<!-- <a href="signup.html">Sign Up</a>!-->
</div>
</div>
</div>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script
src=
"https://code.jquery.com/jquery.js"
></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script
src=
"bootstrap/js/bootstrap.min.js"
></script>
<script
src=
"js/custom.js"
></script>
<link
href=
"vendors/bootstrap-datetimepicker/datetimepicker.css"
rel=
"stylesheet"
>
<link
href=
"vendors/form-helpers/css/bootstrap-formhelpers.css"
rel=
"stylesheet"
>
<script
src=
"vendors/bootstrap-datetimepicker/bootstrap-datetimepicker.js"
type=
"text/javascript"
>
</script>
<script
src=
"vendors/form-helpers/js/bootstrap-formhelpers.js"
type=
"text/javascript"
>
</script>
<script
src=
"jqueryui/jquery-ui.min.js"
></script>
<script
src=
"js/Concurrent.Thread.js"
type=
"text/javascript"
>
</script>
<script
src=
"js/loginusuario.js"
></script>
</body>
</html>
\ No newline at end of file
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