Skip to content

Commit

Permalink
Sinnvollere Texte als Erklärung in den Views
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan committed Dec 7, 2012
1 parent 50a96a5 commit 6ee04d7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
4 changes: 2 additions & 2 deletions app/templates/localeedit/overview.html
@@ -1,9 +1,9 @@
<div class="container"> <div class="container">
<div class="page-header"> <div class="page-header">
<h1>Locale Edit File Upload</h1> <h1>JS-FILE-OVERVIEW</h1>
</div> </div>
<blockquote> <blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis lectus metus, at posuere neque. Sed pharetra nibh eget orci convallis at posuere leo convallis. Sed blandit augue vitae augue scelerisque bibendum. Vivamus sit amet libero turpis, non venenatis urna. In blandit, odio convallis suscipit venenatis, ante ipsum cursus augue. <p>This overview shows your uploaded files. You can delete and download the files.
</p> </p>
</blockquote> </blockquote>
<br> <br>
Expand Down
9 changes: 6 additions & 3 deletions app/templates/localeedit/upload.html
Expand Up @@ -2,11 +2,14 @@
<section id="main-section"> <section id="main-section">
<div class="container"> <div class="container">
<div class="page-header"> <div class="page-header">
<h1>Locale Edit File Upload</h1> <h1>JS-FILE-UPLOAD</h1>
</div> </div>
<blockquote> <blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quis lectus metus, at posuere neque. Sed pharetra nibh eget orci convallis at posuere leo convallis. Sed blandit augue vitae augue scelerisque bibendum. Vivamus sit amet libero turpis, non venenatis urna. In blandit, odio convallis suscipit venenatis, ante ipsum cursus augue. <p>Choose and upload the the javascript object files. The File will be used for editing.</p>
</p>
<p>Laden die Javascript Object Dateien an dieser Stelle hoch.Diese Dateien dienen als Grundlage für die Bearbeitung.
</p>

</blockquote> </blockquote>
<br> <br>
<!-- The file upload form used as target for the file upload widget --> <!-- The file upload form used as target for the file upload widget -->
Expand Down
8 changes: 4 additions & 4 deletions main.html
@@ -1,9 +1,9 @@


<ul class="nav nav-pills"> <ul class="nav nav-pills">
<li class="active"><a href="#index">Upload</a></li> <li class="active"><a href="#index">UPLOAD</a></li>
<li><a href="#overview">Übersicht</a></li> <li><a href="#overview">OVERVIEW</a></li>
<li><a href="#edit">Editieren</a></li> <li><a href="#edit">EDIT</a></li>
<li class="pull-right" style="margin: 0 60px 0 0;"><a href="logout" data-bypass>LogOut</a></li> <li class="pull-right" style="margin: 0 60px 0 0;"><a href="logout" data-bypass>LOGOUT</a></li>
<!-- <li class="dropdown"> <!-- <li class="dropdown">
<a class="dropdown-toggle" data-toggle="dropdown" href="#">FrontEnd<b class="caret"></b></a> <a class="dropdown-toggle" data-toggle="dropdown" href="#">FrontEnd<b class="caret"></b></a>
<ul class="dropdown-menu"> <ul class="dropdown-menu">
Expand Down

0 comments on commit 6ee04d7

Please sign in to comment.