mirror of
https://gitlab.com/hacklab01/pivilion.git
synced 2025-04-30 00:57:16 +00:00
Update index.html
This commit is contained in:
parent
f7d70be890
commit
31a00418d9
@ -1,22 +1,13 @@
|
||||
<!DOCTYPE html >
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<title>Pivilion gallery generator</title>
|
||||
<!-- <script type="text/javascript" src="jquery-1.4.4.min.js"></script> -->
|
||||
<!-- <script type="text/javascript" src="jquery-1.4.3.min.js"></script> -->
|
||||
<!-- <script type="text/javascript" src="jquery-1.4.2.min.js"></script> -->
|
||||
<!-- <script type="text/javascript" src="jquery-1.4.1.min.js"></script> -->
|
||||
<script type="text/javascript" src="scripts/jquery-1.4.min.js"></script>
|
||||
|
||||
<script type="text/javascript" src="scripts/jquery.sheepItPlugin.js"></script>
|
||||
<script src="scripts/jscolor.min.js"></script>
|
||||
|
||||
<script type="text/javascript">
|
||||
|
||||
$(document).ready(function() {
|
||||
|
||||
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
||||
<title>Pivilion gallery generator</title>
|
||||
<script type="text/javascript" src="scripts/jquery-1.4.min.js"></script>
|
||||
<script type="text/javascript" src="scripts/jquery.sheepItPlugin.js"></script>
|
||||
<script src="scripts/jscolor.min.js"></script>
|
||||
<script type="text/javascript">
|
||||
$(document).ready(function() {
|
||||
var addressesForm = $("#sections").sheepIt({
|
||||
separator: '',
|
||||
allowRemoveLast: true,
|
||||
@ -41,30 +32,26 @@ $(document).ready(function() {
|
||||
});
|
||||
|
||||
|
||||
});
|
||||
});
|
||||
|
||||
</script>
|
||||
|
||||
|
||||
<style>
|
||||
@charset "utf-8";
|
||||
a {
|
||||
</script>
|
||||
<style>
|
||||
@charset "utf-8";
|
||||
a {
|
||||
text-decoration:underline;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.controls div, .controls div input {
|
||||
}
|
||||
.controls div, .controls div input {
|
||||
float:left;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/* General Styles */
|
||||
html{
|
||||
}
|
||||
/* General Styles */
|
||||
html{
|
||||
background-image: url("https://66.media.tumblr.com/avatar_9180dcbc65dd_128.png");
|
||||
height:100%;
|
||||
background-color: #000;
|
||||
}
|
||||
* {
|
||||
}
|
||||
* {
|
||||
box-sizing:border-box;
|
||||
-webkit-box-sizing:border-box;
|
||||
-moz-box-sizing:border-box;
|
||||
@ -73,21 +60,19 @@ html{
|
||||
-o-font-smoothing:antialiased;
|
||||
font-smoothing:antialiased;
|
||||
text-rendering:optimizeLegibility;
|
||||
}
|
||||
body {
|
||||
}
|
||||
body {
|
||||
color: #C0C0C0;
|
||||
font-family: Arial, sans-serif;
|
||||
}
|
||||
|
||||
|
||||
/* Contact Form Styles */
|
||||
h1 {
|
||||
}
|
||||
/* Contact Form Styles */
|
||||
h1 {
|
||||
margin: 10px 0 0 0;
|
||||
}
|
||||
h4{
|
||||
}
|
||||
h4{
|
||||
margin: 0 0 20px 0;
|
||||
}
|
||||
#contact-form {
|
||||
}
|
||||
#contact-form {
|
||||
background-color:rgba(72,72,72,0.7);
|
||||
padding: 10px 20px 30px 20px;
|
||||
max-width:100%;
|
||||
@ -99,19 +84,18 @@ h4{
|
||||
border-radius:7px;
|
||||
-webkit-border-radius:7px;
|
||||
-moz-border-radius:7px;
|
||||
}
|
||||
|
||||
#contact-form input,
|
||||
#contact-form select,
|
||||
#contact-form textarea,
|
||||
#contact-form label {
|
||||
}
|
||||
#contact-form input,
|
||||
#contact-form select,
|
||||
#contact-form textarea,
|
||||
#contact-form label {
|
||||
font-size: 15px;
|
||||
margin-bottom: 2px;
|
||||
font-family: Arial, san-serif;
|
||||
}
|
||||
#contact-form input,
|
||||
#contact-form select,
|
||||
#contact-form textarea {
|
||||
}
|
||||
#contact-form input,
|
||||
#contact-form select,
|
||||
#contact-form textarea {
|
||||
background: #fff;
|
||||
border: 0;
|
||||
-moz-border-radius: 4px;
|
||||
@ -119,17 +103,17 @@ h4{
|
||||
border-radius: 4px;
|
||||
margin-bottom: 25px;
|
||||
padding: 5px;
|
||||
}
|
||||
#contact-form input:focus,
|
||||
#contact-form select:focus,
|
||||
#contact-form textarea:focus {
|
||||
}
|
||||
#contact-form input:focus,
|
||||
#contact-form select:focus,
|
||||
#contact-form textarea:focus {
|
||||
background-color: #E5E6E7;
|
||||
}
|
||||
#contact-form textarea {
|
||||
}
|
||||
#contact-form textarea {
|
||||
width:70%;
|
||||
height: 150px;
|
||||
}
|
||||
#contact-form button[type="submit"] {
|
||||
}
|
||||
#contact-form button[type="submit"] {
|
||||
cursor:pointer;
|
||||
width:100%;
|
||||
border:none;
|
||||
@ -141,38 +125,36 @@ h4{
|
||||
margin:0 0 5px;
|
||||
padding:10px;
|
||||
border-radius:5px;
|
||||
}
|
||||
#contact-form button[type="submit"]:hover {
|
||||
}
|
||||
#contact-form button[type="submit"]:hover {
|
||||
background-image:linear-gradient(bottom, #9C215A 0%, #A82767 52%);
|
||||
background-image:-moz-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
|
||||
background-image:-webkit-linear-gradient(bottom, #9C215A 0%, #A82767 52%);
|
||||
-webkit-transition:background 0.3s ease-in-out;
|
||||
-moz-transition:background 0.3s ease-in-out;
|
||||
transition:background-color 0.3s ease-in-out;
|
||||
}
|
||||
#contact-form button[type="submit"]:active {
|
||||
}
|
||||
#contact-form button[type="submit"]:active {
|
||||
box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
|
||||
}
|
||||
input:required, textarea:required {
|
||||
}
|
||||
input:required, textarea:required {
|
||||
box-shadow: none;
|
||||
-moz-box-shadow: none;
|
||||
-webkit-box-shadow: none;
|
||||
-o-box-shadow: none;
|
||||
}
|
||||
#contact-form .required {
|
||||
}
|
||||
#contact-form .required {
|
||||
font-weight:bold;
|
||||
color: #E5E6E7;
|
||||
}
|
||||
|
||||
/* Hide success/failure message
|
||||
}
|
||||
/* Hide success/failure message
|
||||
(especially since the php is missing) */
|
||||
#failure, #success {
|
||||
#failure, #success {
|
||||
color: #6EA070;
|
||||
display:none;
|
||||
}
|
||||
|
||||
/* Make form look nice on smaller screens */
|
||||
@media only screen and (max-width: 580px) {
|
||||
}
|
||||
/* Make form look nice on smaller screens */
|
||||
@media only screen and (max-width: 580px) {
|
||||
#contact-form{
|
||||
left: 3%;
|
||||
margin-right: 3%;
|
||||
@ -181,47 +163,38 @@ input:required, textarea:required {
|
||||
padding-left: 3%;
|
||||
padding-right: 3%;
|
||||
}
|
||||
div#sections_0_slides_add {
|
||||
|
||||
div#sections_0_slides_add {
|
||||
background-image: url("images/add.png");
|
||||
}
|
||||
</style>
|
||||
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id ="contact-form">
|
||||
<form enctype="multipart/form-data" action='gen.php' method='post'>
|
||||
Progress Bar and Link Color: <input name="color" class="jscolor"> </input > <br/>
|
||||
Expo Title <br/>
|
||||
<input type="text" name="title"> </input>
|
||||
<br/> Curator <br />
|
||||
<input type="text" name="author"> </input>
|
||||
<br/> Description <br />
|
||||
<textarea name="description"> </textarea > <br>
|
||||
<div id ="contact-form">
|
||||
<form enctype="multipart/form-data" action='gen.php' method='post'>
|
||||
Progress Bar and Link Color: <input name="color" class="jscolor"> </input > <br/>
|
||||
Expo Title <br/>
|
||||
<input type="text" name="title"> </input>
|
||||
<br/> Curator <br />
|
||||
<input type="text" name="banana"> </input>
|
||||
<br/> Description <br />
|
||||
<textarea name="description"> </textarea >
|
||||
<br>
|
||||
<!-- Main sheepIt Form -->
|
||||
<label>Sections</label>
|
||||
<p>Allowed filetypes:</p>
|
||||
<p>Images: png, jpg, jpeg, gif</p>
|
||||
<p>Video: webm / ogg audio</p>
|
||||
<p>Audio: ogg</p>
|
||||
|
||||
<div id="sections">
|
||||
|
||||
<!-- Form template-->
|
||||
<div id="sections_template">
|
||||
<label for="sections_#index#_address">Section <span id="sections_label"></span></label>
|
||||
<input id="sections_#index#_slides_#index_slides#_phone" name="imgs[]" type="hidden" value="--SECTION--" />
|
||||
|
||||
|
||||
<a id="sections_remove_current"><img src="images/cross.png" width="16" height="16" border="0"></a>
|
||||
|
||||
<!-- Embeded sheepIt Form -->
|
||||
<div style="margin-left:50px; overflow:hidden;">
|
||||
<label>Slides</label><br> <br>
|
||||
|
||||
<div id="sections_#index#_slides">
|
||||
|
||||
<!-- Nested form template-->
|
||||
<div id="sections_#index#_slides_template">
|
||||
<label for="sections_#index#_slides_#index_slides#_phone">Slide <span id="sections_#index#_slides_label"></span></label><br>
|
||||
@ -229,16 +202,13 @@ Expo Title <br/>
|
||||
<!--- TU EDIT-->
|
||||
<input id="sections_#index#_slides_#index_slides#_phone" name="imgs[]" type="text" placeholder="Work title" value="" /><br>
|
||||
<textarea name="work_desc[]" placeholder="Work desription"> </textarea >
|
||||
|
||||
<input id="sections_#index#_address" name="mytest[]" type="file" accept="gif|jpg|jpeg|png|ogg|webm"/>
|
||||
<a id="sections_#index#_slides_remove_current"><img src="images/cross.png" width="16" height="16" border="0"></a>
|
||||
</div>
|
||||
<!-- /Nested form template-->
|
||||
|
||||
<!-- No forms template -->
|
||||
<div id="sections_#index#_slides_noforms_template">No slides</div>
|
||||
<!-- /No forms template-->
|
||||
|
||||
<!-- Controls -->
|
||||
<div id="sections_#index#_slides_controls" class="controls">
|
||||
<div id="sections_#index#_slides_add"><a><span>Add slide</span></a></div>
|
||||
@ -250,19 +220,14 @@ Expo Title <br/>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /Controls -->
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- /Embeded sheepIt Form -->
|
||||
|
||||
</div>
|
||||
<!-- /Form template -->
|
||||
|
||||
<!-- No forms template -->
|
||||
<div id="sections_noforms_template">No sections</div>
|
||||
<!-- /No forms template -->
|
||||
|
||||
<!-- Controls -->
|
||||
<div id="sections_controls" class="controls">
|
||||
<div id="sections_add"><a><span>Add section</span></a></div>
|
||||
@ -274,13 +239,11 @@ Expo Title <br/>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /Controls -->
|
||||
|
||||
</div>
|
||||
<!-- /Main sheepIt Form -->
|
||||
<input type="checkbox" name="togetherjs" value="Yes" />Include together.js
|
||||
<input type="submit" value="Submit" />
|
||||
</form>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
x
Reference in New Issue
Block a user