-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
204 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,99 @@ | ||
$def with (content) | ||
<!DOCTYPE html> | ||
<html> | ||
<html lang="pl"> | ||
<head> | ||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> | ||
<meta charset="utf-8"> | ||
|
||
<meta http-equiv="Content-Language" content="pl-PL"> | ||
<title>Hackerspace Kraków</title> | ||
<link rel="space-api" href="http://spaceapi.hskrk.pl/"> | ||
<link rel="Shortcut icon" href="http://hackerspace-krk.pl/wp-content/themes/hskrk/images/favicon.png"> | ||
<link href="http://hackerspace-krk.pl/wp-content/themes/hskrk/bootstrap/css/bootstrap.min.css" rel="stylesheet"> | ||
<link href="http://hackerspace-krk.pl/wp-content/themes/hskrk/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet"> | ||
<link href="http://hackerspace-krk.pl/wp-content/themes/hskrk/style.css" rel="stylesheet"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
|
||
<!-- HTML5 shim, for IE6-8 support of HTML5 elements --> | ||
<!--[if lt IE 9]> | ||
<script src="http://hackerspace-krk.pl/wp-content/themes/hskrk/bootstrap/js/html5shiv.js"></script> | ||
<![endif]--> | ||
|
||
<style> | ||
.lead { | ||
margin-bottom: 30px; | ||
} | ||
#count { | ||
font-size: 3em; | ||
line-height: 1em; | ||
} | ||
.copyright { | ||
font-size: 0.7em; | ||
} | ||
h3>a:link, h3>a:visited, h3>a:active { | ||
color:#F04F3D !important; | ||
text-decoration:underline !important; | ||
} | ||
|
||
strong.wrong { | ||
margin-left:50px; | ||
text-align: right; | ||
} | ||
|
||
form table { | ||
width: 100%; | ||
text-align: left; | ||
} | ||
</style> | ||
|
||
<style type="text/css"></style> | ||
<title>WhoIS @ Hackerspace Kraków</title> | ||
|
||
$if content.has_key('head'): | ||
$:content.head | ||
</head> | ||
<body> | ||
<body class="home blog"> | ||
<div id="top"> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="span4"> | ||
<div id="mainlogo"> | ||
<a href="http://hackerspace-krk.pl/" data-ytta-id="-"><img src="http://hackerspace-krk.pl/wp-content/themes/hskrk/images/logo.png" alt="Hackerspace Kraków"></a> | ||
</div> | ||
</div> | ||
<div class="span8"> | ||
<div id="topmenu"> | ||
<ul id="menu-gorne-menu" class="nav nav-pills"> | ||
<li class="menu-item"><a href="/">Whois</a></li> | ||
<li class="menu-item"><a href="http://hackerspace-krk.pl/kategoria/blog">Blog</a></li> | ||
<li class="menu-item"><a target="_blank" href="http://wiki.hackerspace-krk.pl/">Wiki</a></li> | ||
</ul> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
|
||
<div id="ornament1"> </div> | ||
<div id="middle"> | ||
$:content | ||
</div> | ||
<div id="ornament2"> </div> | ||
|
||
|
||
<footer> | ||
<div class="container"> | ||
<div class="row"> | ||
<div class="span12 teledata"> | ||
<span class="name">Fundacja Hackerspace Kraków</span><br> | ||
<span class="address">Radziwiłłowska 20/2, 31-026 Krakow</span><br> | ||
<span class="copyright">2013 Copyright by Hackerspace Kraków, All right reserved</span> | ||
</div> | ||
</div> | ||
</div> | ||
</footer> | ||
|
||
</body> | ||
</html> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,29 @@ | ||
$def with (form) | ||
|
||
<p>Wypełnij pola w zależności od danych jakie chcesz zaaktualizować. W przypadku zmiany hasła musisz wpisać także swoje stare hasło.</p> | ||
<div class="container"> | ||
<div class="row welcome text-center"> | ||
<div class="span12"> | ||
<p class="lead">Zmiana danych</p> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
<div class="row"> | ||
<div class="span12 text-center"> | ||
|
||
<p> | ||
Wypełnij pola w zależności od danych jakie chcesz zaaktualizować. W przypadku zmiany hasła musisz wpisać także swoje stare hasło. | ||
</p> | ||
|
||
<hr> | ||
<form action="" method="POST"> | ||
$:form.render() | ||
</form> | ||
</form> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
</div> | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,14 @@ | ||
Witamy w HSowym systemie dostępności :) <br/>Być może chcesz <a href="/panel">przejść do swojego panelu użytkownika</a> lub jeszcze go nie masz, i chcesz <a href="/register">się zarejestrować</a>? | ||
<div class="container"> | ||
<div class="row welcome text-center"> | ||
<div class="span12"> | ||
<p class="lead">Witamy w HSowym systemie dostępności :)</p> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
<div class="row"> | ||
<div class="span12 text-center"> | ||
<h3>Być może chcesz <a href="/panel">przejść do swojego panelu użytkownika</a> lub jeszcze go nie masz, i chcesz <a href="/register">się zarejestrować</a>?</h3> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,28 @@ | ||
$def with (form, badlogin=False) | ||
|
||
$if badlogin: | ||
<p>Zły login lub hasło</p> | ||
|
||
<form action="" method="POST"> | ||
$:form.render() | ||
</form> | ||
<div class="container"> | ||
<div class="row welcome text-center"> | ||
<div class="span12"> | ||
|
||
$if badlogin: | ||
<p class="lead">Błędne dane logowania</p> | ||
$else: | ||
<p class="lead">Zaloguj się</p> | ||
|
||
</div> | ||
</div> | ||
|
||
<hr> | ||
<div class="row"> | ||
<div class="span12 text-center"> | ||
<form action="" method="POST"> | ||
$:form.render() | ||
</form> | ||
</div> | ||
</div> | ||
|
||
|
||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,21 @@ | ||
$def with (form) | ||
|
||
|
||
<form action="" method="POST"> | ||
$:form.render() | ||
</form> | ||
<div class="container"> | ||
<div class="row welcome text-center"> | ||
<div class="span12"> | ||
<p class="lead">Zarejestruj się</p> | ||
</div> | ||
</div> | ||
|
||
<hr> | ||
<div class="row"> | ||
<div class="span12 text-center"> | ||
<form action="" method="POST"> | ||
$:form.render() | ||
</form> | ||
</div> | ||
</div> | ||
|
||
</div> | ||
|