Added intern_area

This commit is contained in:
Martin Bauer
2013-06-02 16:05:37 +02:00
parent a923ecea6f
commit da240b4d47
137 changed files with 21559 additions and 0 deletions

View File

@@ -0,0 +1,104 @@
{% load sekizai_tags staticfiles %}
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8">
<title>Blechreiz Interner Bereich</title>
<meta name="description" content="Interner Bereich der Blechreiz Webseite">
<!-- start: Mobile Specific -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- end: Mobile Specific -->
{% render_block "css" %}
<link rel="shortcut icon" href="img/favicon.ico">
</head>
<body>
{% block content %}{% endblock %}
{% render_block "js" %}
</body>
</html>
{% addtoblock "css" strip %}<link id="bootstrap-style" href="{{STATIC_URL}}/css/bootstrap.min.css" rel="stylesheet"> {% endaddtoblock %}
{% addtoblock "css" strip %}<link href="{{STATIC_URL}}/css/bootstrap-responsive.min.css" rel="stylesheet"> {% endaddtoblock %}
{% addtoblock "css" strip %}<link id="base-style" href="{{STATIC_URL}}/css/style.css" rel="stylesheet"> {% endaddtoblock %}
{% addtoblock "css" strip %}<link id="base-style-responsive" href="{{STATIC_URL}}/css/style-responsive.css" rel="stylesheet"> {% endaddtoblock %}
{% addtoblock "css" strip %}
<!--[if lt IE 7 ]>
<link id="ie-style" href="css/style-ie.css" rel="stylesheet">
<![endif]-->
<!--[if IE 8 ]>
<link id="ie-style" href="css/style-ie.css" rel="stylesheet">
<![endif]-->
<!--[if IE 9 ]>
<![endif]-->
<!-- The HTML5 shim, for IE6-8 support of HTML5 elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
{% endaddtoblock %}
{% addtoblock "js" strip %}<link href="/media/css/stylesheet.css" media="screen" rel="stylesheet" type="text/css" />{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery-1.9.1.min.js"> </script> {% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery-migrate-1.0.0.min.js" ></script> {% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery-ui-1.10.0.custom.min.js" ></script> {% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.ui.touch-punch.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/bootstrap.min.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.cookie.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/fullcalendar.min.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.dataTables.min.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/excanvas.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.flot.min.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.flot.pie.min.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.flot.stack.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.flot.resize.min.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.chosen.min.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.uniform.min.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.cleditor.min.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.noty.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.elfinder.min.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.raty.min.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.iphone.toggle.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.uploadify-3.1.min.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.gritter.min.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.imagesloaded.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.masonry.min.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.knob.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/jquery.sparkline.min.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}<script src="{{STATIC_URL}}/js/custom.js" ></script>{% endaddtoblock %}
{% addtoblock "js" strip %}
<script>
noty({text: 'noty - a jquery notification library!'});
</script>
{% endaddtoblock %}

View File

@@ -0,0 +1,57 @@
{% extends "intern_area/base.html" %}
{% load sekizai_tags staticfiles %}
{% block content %}
{% addtoblock "css" strip %}<link href="{{STATIC_URL}}/css/login-bg.css" rel="stylesheet"> {% endaddtoblock %}
{% addtoblock "js" strip %}
<script>
noty({text: 'noty - a jquery notification library!'});
</script>
{% endaddtoblock %}
<div class="container-fluid">
<div class="row-fluid">
<div class="row-fluid">
<div class="login-box">
<div class="icons">
<a href="index.html"><i class="icon-home"></i></a>
<!-- <a href="#"><i class="icon-cog"></i></a> -->
</div>
<h2>Login zum internen Bereich</h2>
<form class="form-horizontal" action="index.html" method="post">
<fieldset>
<div class="input-prepend" title="Username">
<span class="add-on"><i class="icon-user"></i></span>
<input class="input-large span10" name="username" id="username" type="text" placeholder="Benutzername"/>
</div>
<div class="clearfix"></div>
<div class="input-prepend" title="Password">
<span class="add-on"><i class="icon-lock"></i></span>
<input class="input-large span10" name="password" id="password" type="password" placeholder="Passwort"/>
</div>
<div class="clearfix"></div>
<label class="remember" for="remember"><input type="checkbox" id="remember" />Eingeloggt bleiben</label>
<div class="button-login">
<button type="submit" class="btn btn-primary"><i class="icon-off icon-white"></i> Login</button>
</div>
<div class="clearfix"></div>
</form>
</div><!--/span-->
</div><!--/row-->
</div><!--/fluid-row-->
</div><!--/.fluid-container-->
{% endblock %}