Commit 319561c2 by Pedro

Primera versión - agregando archivos

parent 791ba36b
{
"directory": "public_html/bower_components"
}
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
module.exports = function (grunt) {
// Project configuration.
grunt.initConfig({
});
};
{
"name": "The following has evaluated to null or missing:
==> project.name [in template "Templates/ClientSide/bower.json" at line 2, column 16]
- - - -
Tip: It's the step after the last dot that caused this error,
not those before it.
- - - -
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when - present<#else>when - missing</#if>.(These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
- - - -
- - - -
FTL stack trace ("~" means nesting - related):
- Failed at: ${project.name} [in template "Templates/ClientSide/bower.json" at line 2, column 14]
- - - - ",
"version": "1.0.0",
"main": "path/to/main.css",
"ignore": [
".jshintrc",
"**/*.txt"
],
"dependencies": {
},
"devDependencies": {
}
}
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
var gulp = require('gulp');
gulp.task('default', function () {
// place code for your default task here
});
auxiliary.org-netbeans-modules-javascript-nodejs.run_2e_enabled=false
browser.autorefresh.Chrome=true
browser.highlightselection.Chrome=true
browser.run=true
file.reference.practica1-daw-src=.
file.reference.src-images=images
file.reference.src-public_html=public_html
file.reference.src-test=test
files.encoding=UTF-8
site.root.folder=${file.reference.src-public_html}
start.file=index.html
test.folder=${file.reference.src-test}
web.context.root=/src
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://www.netbeans.org/ns/project/1">
<type>org.netbeans.modules.web.clientproject</type>
<configuration>
<data xmlns="http://www.netbeans.org/ns/clientside-project/1">
<name>src</name>
</data>
</configuration>
</project>
{
"name": "The following has evaluated to null or missing:
==> project.name [in template "Templates/ClientSide/package.json" at line 2, column 16]
- - - -
Tip: It's the step after the last dot that caused this error,
not those before it.
- - - -
Tip: If the failing expression is known to legally refer to something that's sometimes null or missing, either specify a default value like myOptionalVar!myDefault, or use <#if myOptionalVar??>when - present<#else>when - missing</#if>.(These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)??
- - - -
- - - -
FTL stack trace ("~" means nesting - related):
- Failed at: ${project.name} [in template "Templates/ClientSide/package.json" at line 2, column 14]
- - - - ",
"version": "1.0.0",
"keywords": ["util", "functional", "server", "client", "browser"],
"author": "Pedrp",
"contributors": [],
"dependencies": {}
}
<?php
$nombre = $_POST['nombre'];
$algo = $_POST['algo'];
echo "My name is " $nombre;
?>
\ No newline at end of file
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
body{
background-image: url("fondo.jpg");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
line-height:1;
font-family:arial
}
nav ul{
list-style:none
}
section ul{
list-style:none;
padding-left: 10%
}
aside {
list-style:none;
padding-right: 10%;
padding-left: 10%
}
section ul li a {
font-size:14px;
text-decoration:none;
font-weight:bold;
color:#344;
border-radius:5px
}
section ul li a:hover{
color:#000
}
section ul li{
display:inline-block;
margin:10px
}
section ul{
list-style:none
}
section ul li > div{
display: run-in;
margin:10px auto;
background:#85bb5c;
min-height:150px;
padding:30px 10px;
text-align:center;
color:#FFF
}
aside > div{
margin:10px auto;
background:#85bb5c;
padding:30px 10px;
text-align:left;
color:#FFF
}
blockquote,q{
quotes:none
}
blockquote:before,blockquote:after,q:before,q:after{
content:none
}
a{
margin:0;padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent
}
ins{
background-color:#ff9;
color:#000;
text-decoration:none}
mark{
background-color:#ff9;
color:#000;
font-style:italic;
font-weight:bold
}
del{
text-decoration:line-through
}
abbr[title],dfn[title]{
border-bottom:1px dotted;
cursor:help
}
table{
border-collapse:collapse;
border-spacing:0
}
hr{
display:block;
height:1px;
border:0;
border-top:1px solid #ccc;
margin:1em 0;
padding:0
}
input,select{
vertical-align:middle
}
body,html{
background-color:#FFF
}
header{
background-repeat: no-repeat;
background-size: cover;
background-image: url("head.jpg");
padding:10px 30px;
margin:auto;
position:fixed;
left:0;
right:0;
top:0;
z-index:999;
height:40px
}
nav{
display:inline-block
}
nav ul li a{
background:#fff;
padding:2px 6px;
font-size:14px;
text-decoration:none;
font-weight:bold;
color:#344;
border-radius:5px
}
nav ul li{
display:inline-block;
margin:10px
}
nav ul{
list-style:none
}
article{
padding-bottom:20px;
margin-bottom:20px
}
article h2{
font-weight:normal;
margin-bottom:12px
}
address{
padding:10px 20px 30px 10px
}
a#logo{
vertical-align:middle;
font-size:40px;
color:#344;
font-weight:bold;
display:block;
text-decoration:none;
text-align:center;
line-height:40px;
padding:60px 5px
}
body > section{
max-width:1000px
;margin:auto;
padding:30px 0px;
color:#333
}
#sidebarBackTop{
background:#85bb5c;
color:#FFF;opacity:0.8;
cursor:pointer;
display:block;
padding:5px
}
#sidebar a.back2Top{
text-decoration:none;
text-align:center;
background:#85bb5c;
color:#FFF;
font-weight:bold;
padding:5px;
display:block
}
#sidebar a.back2Top:hover{
background:#85bb5c
}
#sidebarContent{
width:300px;
background:#558b2f;
padding:10px
}
footer a{
color:#FFF
}
#main{
margin-left:320px
}
#wrapall{
padding-top:60px
}
#header{
max-width:1000px;
overflow:hidden;
height:40px
}
#wrapall,#header{
max-width:1100px;
margin:0 auto
}
#headerLeft,#headerRight{
display:inline-block;
vertical-align:middle
}
#headerLeft{
text-align:center;
width:100px
}
#headerRight{
height:40px
}
#sidebar{
float:left;
position:absolute;
padding-left: 2%
}
#page{
padding:20px
}
#menuToggle,#mobileMenuToggle{
background:#255d00;
cursor:pointer;
display:inline-block;
font-size:40px;
width:40px;
font-weight:bold;
text-align:center;
height:40px;
line-height:40px;
color:#344;
border-radius:10px
}
#mobileMenuToggle,#mobileLogo{
vertical-align:middle;
display:none;
font-size:30px
}
#menuToggle:hover{color:#FFF;background:#255d00}
.socialButtons{
float:right;
padding-top:8px
}
.socialButtons a{
display:inline-block;
cursor:pointer;
padding:2px;
text-align:center;
height:20px;
font-weight:bold;
color:#FFF;
text-decoration:none;
line-height:20px;
font-size:20px;
border-radius:5px;
vertical-align:middle
}
.socialButtons a svg{
width:16px;
height:16px;
fill:#FFF
}
.stick #sidebarContent{
position:fixed;
z-index:900;
bottom:0px
}
#stick-here{
background:red
}
.sidebarToggle #sidebar{
display:none
}
.sidebarToggle #main{
margin-left:0
}
@media screen and (max-width:1100px){header{padding:10px}
#headerLeft{width:auto}
#headerRight{width:60%}
}
@media screen and (max-width:820px){#sidebar{display:none}
#main{margin-left:0}
.sidebarToggle #sidebar{background:red;display:block}
.stick #sidebarContent{bottom:auto}
a#logo{font-size:20px;line-height:20px;padding:10px 5px}
aside > div{min-height:20px;padding:10px}
.sidebarToggle #menuToggle{background:#344;color:#FFF}
}
@media screen and (max-width:600px){#headerLeft{float:right}
#headerRight{height:auto;position:absolute;width:auto;top:46px;background:#255d00;left:0;display:none}
.showMobileMenu #headerRight{display:block}
nav ul li a{display:block;background:transparent;color:#FFF;text-align:center;font-size:16px;padding:3px 29px;line-height:25px}
.showMobileMenu #mobileMenuToggle{background:#344;color:#FFF}
nav ul li{display:block;margin:0}
.socialButtons{display:none}
header{padding:3px 10px}
#page{padding: 20px 10px}
#wrapall{padding-top:46px}
#sidebarContent{right:0;background:#85bb5c}
#mobileLogo{display:inline-block;font-size:17px;padding:0 3px 0 10px;font-weight:bold;color:#FFF;text-decoration:none}
#mobileMenuToggle{display:inline-block}
}
\ No newline at end of file
No preview for this file type
<?php
echo "My name is ";
?>
\ No newline at end of file
<?php
isset($_POST['pro1']);
echo "hola";
// Pagina no funciona
?>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment