Initial commit
This commit is contained in:
90
templates/standard/lieder/kategorie_teffer.html
Normal file
90
templates/standard/lieder/kategorie_teffer.html
Normal file
@ -0,0 +1,90 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="../templates/{$global_template}/css/styles_pc.php" type="text/css">
|
||||
<title>{$suche_match_titel}</title>
|
||||
<style>
|
||||
{literal}
|
||||
<!--
|
||||
.sl,.r{font-weight:normal;margin:0;display:inline}
|
||||
.r{font-size:1em}
|
||||
.g{margin-top:1em;margin-bottom:1em}
|
||||
.a,.a:link{color:green}
|
||||
body,td,div,.p,a{font-family:arial,sans-serif}
|
||||
-->
|
||||
|
||||
|
||||
{/literal}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<table align="center" border="0" style="border-collapse: collapse" width="80%" cellpadding="0" height="95%" id="table1">
|
||||
<tr>
|
||||
<td>
|
||||
<div align="center">
|
||||
|
||||
<table valign="top" cellspacing="0" cellpadding="0" width="100%" border="0">
|
||||
<tr>
|
||||
<td width="10" background="../templates/{$global_template}/images/box_e1.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="../templates/{$global_template}/images/box_top.gif" valign="top">
|
||||
<img height="10" src="../templates/{$global_template}/images/blank.gif" width="1"><br>
|
||||
<font class="hd">{$suche_match_titel}</font><br>
|
||||
<span class="sh">Treffer: {$anzahltreffer}</span><br>
|
||||
{if $optanz_lied_status != ''}
|
||||
<span class="sh">{$optanz_lied_status}</span>
|
||||
{/if}
|
||||
<img height="5" src="../templates/{$global_template}/images/blank.gif" width="1">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e2.gif">
|
||||
<img height="40" src="../templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_l.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td>
|
||||
<table valign="top" border="0" cellpadding="4" cellspacing="0" style="border-collapse: collapse" bordercolor="#E7E8ED" width="100%" id="AutoNumber1">
|
||||
{section name=table_data loop=$table_data}
|
||||
<tr>
|
||||
<td>
|
||||
<h2 class=r><a class=l href="liedanzeige_frame.php?load={$table_data[table_data].art} {$table_data[table_data].nr} {$table_data[table_data].zusatz}"><b>{$table_data[table_data].art} {$table_data[table_data].nr}{$table_data[table_data].zusatz}: {$table_data[table_data].titel}</b></a></h2>
|
||||
<br>
|
||||
{$table_data[table_data].preview}
|
||||
<br>
|
||||
<span class=a>Kategorie: {$table_data[table_data].kategorie}
|
||||
{if $table_data[table_data].unterkategorie != ''} / {$table_data[table_data].unterkategorie} {/if}
|
||||
<br>
|
||||
|
||||
</span>
|
||||
<p>
|
||||
<p>
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
</table>
|
||||
</td>
|
||||
<td width="1%" background="../templates/{$global_template}/images/box_r.gif">
|
||||
<img height="1" src="../templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td nowrap="nowrap" align="left" width="1%" background="../templates/{$global_template}/images/box_e3.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="left" width="98%" background="../templates/{$global_template}/images/box_bottom.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="8">
|
||||
</td>
|
||||
<td nowrap="nowrap" align="right" width="1%" background="../templates/{$global_template}/images/box_e4.gif">
|
||||
<img height="16" src="../templates/{$global_template}/images/blank.gif" width="22">
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
</html>
|
||||
|
131
templates/standard/lieder/lied_optionen.html
Normal file
131
templates/standard/lieder/lied_optionen.html
Normal file
@ -0,0 +1,131 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>>Liederauswahl</title>
|
||||
<link rel="stylesheet" href="../templates/{$global_template}/css/styles_pc.php" type="text/css">
|
||||
<script type="text/javascript" src="livesearch/ajax.js"></script>
|
||||
<script type="text/javascript" src="livesearch/ajax-dynamic-list.js"></script>
|
||||
<style type="text/css">
|
||||
{literal}
|
||||
.font1 { font-size:23.00pt; }
|
||||
.font2 { line-height:150%; }
|
||||
fieldset { border: 2px solid #C5D8E1;
|
||||
border-radius: 6px;
|
||||
background: white;
|
||||
margin:10px;
|
||||
}
|
||||
|
||||
legend {
|
||||
background: white;
|
||||
color:#6487DC;
|
||||
font-size:120%;
|
||||
font-weight: bold;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #e2e2e2;
|
||||
}
|
||||
#page {
|
||||
max-width: 1000px;
|
||||
background: #fff;
|
||||
}
|
||||
body, input, textarea {
|
||||
color: #373737;
|
||||
}
|
||||
input[type="text"]
|
||||
{
|
||||
font-size:12px;
|
||||
}
|
||||
select{
|
||||
width:250px;
|
||||
}
|
||||
/* Big box with list of options */
|
||||
#ajax_listOfOptions{
|
||||
position:absolute; /* Never change this one */
|
||||
width:320px; /* Width of box */
|
||||
height:200px; /* Height of box */
|
||||
overflow:auto; /* Scrolling features */
|
||||
border:1px solid #6487DC; /* Dark blue border */
|
||||
background-color:#FFF; /* White background color */
|
||||
text-align:left;
|
||||
font-family : verdana, arial;
|
||||
z-index:10000;
|
||||
}
|
||||
#ajax_listOfOptions div{ /* General rule for both .optionDiv and .optionDivSelected */
|
||||
margin:1px;
|
||||
padding:1px;
|
||||
cursor:pointer;
|
||||
font-size:0.9em;
|
||||
}
|
||||
#ajax_listOfOptions .optionDiv{ /* Div for each item in list */
|
||||
}
|
||||
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
|
||||
background-color:#D6DFF7;
|
||||
color:#002276;
|
||||
font-family : verdana, arial;
|
||||
font-weight : bold;
|
||||
}
|
||||
#ajax_listOfOptions_iframe{
|
||||
background-color:#F00;
|
||||
position:absolute;
|
||||
z-index:500;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
<!--[if lt IE 9]>
|
||||
<style type=\"text/css\" title=\"text/css\">
|
||||
{literal}
|
||||
fieldset { border: 1px solid silver; padding: 3px; }
|
||||
{/literal}
|
||||
</style>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body>
|
||||
<br>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend>Suchoptionen</legend>
|
||||
<ul>
|
||||
<li>Ganzes Wort oder Wortbestandteile.<br>
|
||||
<small>
|
||||
<b>Ganze Wörter:</b> Suchbegriff "Gott" wird nach Gott gesucht.<br>
|
||||
<b>Wortbestandteile:</b> Suchbegriff "Gott" wird auch "Gottsfriede" gefunden.
|
||||
</small>
|
||||
<br>
|
||||
<iframe src='suchopt_ganzeswort.php' scrolling='no' marginheight='0' marginwidth='0' height='20' frameborder='0' width='250'></iframe>
|
||||
</li>
|
||||
<br>
|
||||
<li> Bestand, der durchsucht werden soll:<br>
|
||||
<small>
|
||||
<b>Gesamtbestand:</b> Chorbuch und Gesangbuch<br>
|
||||
<b>Gesangbuch:</b> Nur im Gemeindegesangbuch<br>
|
||||
<b>Chorbuch:</b> Nur im Chorbuch (Mappe)
|
||||
</small>
|
||||
<br>
|
||||
<iframe src='suchopt_bestand.php' scrolling='no' marginheight='0' marginwidth='0' height='20' frameborder='0' width='250'></iframe>
|
||||
</li>
|
||||
<br>
|
||||
<li> In Favoriten suchen<br>
|
||||
<small>
|
||||
<b>Gelber Stern:</b> Es werden nur Suchbbegriffe in Liedern gefunden, die als Favorit markiert wurden.<br>
|
||||
<b>Grauer Stern:</b> Es werden Suchbegriffe auch in Liedern gefunden, die nicht als Favorit markiert wurden.
|
||||
</small>
|
||||
<br>
|
||||
Favoritensuche: <iframe src='ch_favorit_search.php' scrolling='no' marginheight='0' marginwidth='0' height='20' frameborder='0' width='20'></iframe>
|
||||
</li>
|
||||
<br>
|
||||
<li> In Status suchen<br>
|
||||
<small>
|
||||
<b>Keine Statusbeschränkung:</b> Der Status eines Liedes wird nicht berücksichtigt.<br>
|
||||
<b>Aufführbare Lieder:</b> Suche beschränkt sich auf nur auf Lieder, die der Chor kennt.<br>
|
||||
<b>Übphase:</b> Suche beschränkt sich auf nur auf Lieder, die in der Übphase sind.<br>
|
||||
<b>Unbekannte Lieder:</b> Suche beschränkt sich auf nur auf Lieder, die weder aufführbar noch in der Übphase sind.
|
||||
</small>
|
||||
<br>
|
||||
<iframe src='suchopt_status_search.php' scrolling='no' marginheight='0' marginwidth='0' height='20' frameborder='0' width='250'></iframe>
|
||||
</li>
|
||||
</ul>
|
||||
</fieldset>
|
||||
</body>
|
||||
</html>
|
285
templates/standard/lieder/liedanzeige.html
Normal file
285
templates/standard/lieder/liedanzeige.html
Normal file
@ -0,0 +1,285 @@
|
||||
{if $action == ''}
|
||||
<html>
|
||||
<head>
|
||||
<style type='text/css'>
|
||||
{literal}
|
||||
|
||||
.font1 { font-weight: italic;
|
||||
color:#6487DC;
|
||||
border:0 none;
|
||||
}
|
||||
.font2 { line-height:150%; }
|
||||
|
||||
fieldset { border: 2px solid #C5D8E1;
|
||||
border-radius: 6px;
|
||||
background: white; }
|
||||
|
||||
|
||||
body {
|
||||
padding: 0 2em;
|
||||
background: #e2e2e2;
|
||||
}
|
||||
#page {
|
||||
margin: 2em auto;
|
||||
max-width: 1000px;
|
||||
background: #fff;
|
||||
}
|
||||
body, input, textarea {
|
||||
color: #373737;
|
||||
font: 15px "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||
font-weight: 300;
|
||||
line-height: 1.625;
|
||||
}
|
||||
|
||||
legend {
|
||||
background: white;
|
||||
color:#6487DC;
|
||||
font-size:120%;
|
||||
font-weight: bold;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
input[type=submit] {
|
||||
padding:5px 15px;
|
||||
background:#ccc;
|
||||
border:0 none;
|
||||
cursor:pointer;
|
||||
-webkit-border-radius: 5px;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
.rating-table {width: 100%;border-spacing: initial;margin: 0px 0px;word-break: break-word;table-layout: auto;line-height:1em;}
|
||||
.rating-table th {background: #999;padding: 5px;text-align: left;color:#FFF;}
|
||||
.rating-table td {border-bottom: #f0f0f0 0px solid;background-color: #ffffff;padding: 5px;}
|
||||
.rating-table td div.feed_title{text-decoration: none;color:#00d4ff;font-weight:bold;}
|
||||
.rating-table ul{margin:0;padding:0;}
|
||||
.rating-table li{cursor:pointer;list-style-type: none;display: inline-block;color: #F0F0F0;text-shadow: 0 0 1px #666666;font-size:20px;}
|
||||
.rating-table .highlight, .rating-table .selected {color:#F4B30A;text-shadow: 0 0 1px #F48F0A;}
|
||||
|
||||
|
||||
.myButton {
|
||||
background-color:#004d7a;
|
||||
-moz-border-radius:28px;
|
||||
-webkit-border-radius:28px;
|
||||
border-radius:28px;
|
||||
border:1px solid #0078c2;
|
||||
display:inline-block;
|
||||
cursor:pointer;
|
||||
color:#ffffff;
|
||||
font-family:Arial;
|
||||
font-size:14px;
|
||||
padding:6px 14px;
|
||||
text-decoration:none;
|
||||
text-shadow:0px 1px 0px #2f6627;
|
||||
}
|
||||
.myButton:hover {
|
||||
background-color:#0c5c8e;
|
||||
}
|
||||
.myButton:active {
|
||||
position:relative;
|
||||
top:1px;
|
||||
}
|
||||
|
||||
|
||||
{/literal}
|
||||
</style>
|
||||
<!--[if lt IE 9]>
|
||||
<style type="text/css" title="text/css">
|
||||
{literal}
|
||||
fieldset { border: 1px solid silver; padding: 3px; }
|
||||
{/literal}
|
||||
</style>
|
||||
<![endif]-->
|
||||
|
||||
<script src="star/jquery-2.1.1.min.js" type="text/javascript"></script>
|
||||
<script>function highlightStar(obj,id) {
|
||||
removeHighlight(id);
|
||||
$('.rating-table #tutorial-'+id+' li').each(function(index) {
|
||||
$(this).addClass('highlight');
|
||||
if(index == $('.rating-table #tutorial-'+id+' li').index(obj)) {
|
||||
return false;
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
function removeHighlight(id) {
|
||||
$('.rating-table #tutorial-'+id+' li').removeClass('selected');
|
||||
$('.rating-table #tutorial-'+id+' li').removeClass('highlight');
|
||||
}
|
||||
|
||||
function addRating(obj,id) {
|
||||
$('.rating-table #tutorial-'+id+' li').each(function(index) {
|
||||
$(this).addClass('selected');
|
||||
$('#tutorial-'+id+' #rating').val((index+1));
|
||||
if(index == $('.rating-table #tutorial-'+id+' li').index(obj)) {
|
||||
return false;
|
||||
}
|
||||
});
|
||||
$.ajax({
|
||||
url: "star/add_rating.php",
|
||||
data:'id='+id+'&rating='+$('#tutorial-'+id+' #rating').val(),
|
||||
type: "POST"
|
||||
});
|
||||
}
|
||||
|
||||
function resetRating(id) {
|
||||
if($('#tutorial-'+id+' #rating').val() != 0) {
|
||||
$('.rating-table #tutorial-'+id+' li').each(function(index) {
|
||||
$(this).addClass('selected');
|
||||
if((index+1) == $('#tutorial-'+id+' #rating').val()) {
|
||||
return false;
|
||||
}
|
||||
});
|
||||
}
|
||||
} </script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend>{$liedanzeige_art} {$liedanzeige_nr}{$liedanzeige_zusatz}: {$liedanzeige_titel} <iframe src='ch_favorit.php?art={$liedanzeige_art}&nummer={$liedanzeige_nr}&zusatz={$liedanzeige_zusatz}' scrolling='no' marginheight='0' marginwidth='0' height='25' frameborder='0' width='25'></iframe></legend>
|
||||
<font class=font1>{$liedanzeige_kategorie} → {$liedanzeige_unterkategorie}</font>
|
||||
<p class=font2 align='justify'>
|
||||
{$liedanzeige_text}
|
||||
</p>
|
||||
</fieldset>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend>Status</legend>
|
||||
Hier kann festgelegt werden, ob das Lied unbekannt, in der Übphase oder aufführungsreif ist.<br>Für die Liedwahl zum Gottesdienst kann dieser Status für die Liedsuche angehakt werden. Damit werden nur Lieder gesucht, die z.B. auch im Repertoire sind.
|
||||
<hr>
|
||||
<table>
|
||||
<tr>
|
||||
<td width="120">Status:</td>
|
||||
<td><iframe src='ch_status.php?art={$liedanzeige_art}&nummer={$liedanzeige_nr}&zusatz={$liedanzeige_zusatz}' scrolling='no' marginheight='0' marginwidth='0' height='20' frameborder='0' width='110'></iframe></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
</fieldset>
|
||||
<br>
|
||||
<form action=?action=gddatum method="POST" name="gddatum">
|
||||
<fieldset>
|
||||
<legend>Datum Gottesdienstvortrag erfassen</legend>
|
||||
<input type="date" name="datum_gd" value="{$liedanzeige_date}"> <input type="submit" value="Vortragsdatum speichern"/>
|
||||
<br>
|
||||
<br>
|
||||
<table width="100%" border="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<b>Datum</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Bewertung</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Löschen</b>
|
||||
</td>
|
||||
</tr>
|
||||
{section name=table_data2 loop=$table_data2}
|
||||
<tr>
|
||||
<td>
|
||||
{$table_data2[table_data2].datum_form}
|
||||
</td>
|
||||
<td>
|
||||
<table class="rating-table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
|
||||
<div id="tutorial-{$table_data2[table_data2].tutorial_id}">
|
||||
<input type="hidden" name="rating" id="rating" value="{$table_data2[table_data2].tutorial_rating}" />
|
||||
<ul onMouseOut="resetRating({$table_data2[table_data2].tutorial_id});">
|
||||
{$table_data2[table_data2].tutorial_star}
|
||||
<ul>
|
||||
</div>
|
||||
</td>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
{if $table_data2[table_data2].tutorial_enable_del == 0}
|
||||
<img src="../templates/{$global_template}/images/drop_grey.png">
|
||||
{/if}
|
||||
{if $table_data2[table_data2].tutorial_enable_del == 1}
|
||||
<a href="?action=del&laid={$table_data2[table_data2].laid}"><img src="../templates/{$global_template}/images/drop.png"></a>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td>{if $liedanzeige_anz_gd >5 AND $liedanzeige_more_gd < $liedanzeige_anz_gd}<a href="?load={$liedanzeige_art} {$liedanzeige_nr} {$liedanzeige_zusatz}&more_gd=1" class="myButton">mehr</a>{/if}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</form>
|
||||
<br>
|
||||
<form action=?action=chordatum method="POST" name="chordatum">
|
||||
<fieldset>
|
||||
<legend>Datum Chorprobe erfassen</legend>
|
||||
<input type="date" name="datum_chor" value="{$liedanzeige_date}"> <input type="submit" value="Probedatum speichern"/>
|
||||
<br>
|
||||
<br>
|
||||
<table width="100%" border="0" cellspacing="0">
|
||||
<tr>
|
||||
<td>
|
||||
<b>Datum</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Bewertung</b>
|
||||
</td>
|
||||
<td>
|
||||
<b>Löschen</b>
|
||||
</td>
|
||||
</tr>
|
||||
{section name=table_data loop=$table_data}
|
||||
<tr>
|
||||
<td>
|
||||
{$table_data[table_data].datum_form}
|
||||
</td>
|
||||
<td>
|
||||
<table class="rating-table">
|
||||
<tbody>
|
||||
<tr>
|
||||
<td valign="top">
|
||||
|
||||
<div id="tutorial-{$table_data[table_data].tutorial_id}">
|
||||
<input type="hidden" name="rating" id="rating" value="{$table_data[table_data].tutorial_rating}" />
|
||||
<ul onMouseOut="resetRating({$table_data[table_data].tutorial_id});">
|
||||
{$table_data[table_data].tutorial_star}
|
||||
<ul>
|
||||
</div>
|
||||
</td>
|
||||
</tbody>
|
||||
</table>
|
||||
</td>
|
||||
<td>
|
||||
{if $table_data[table_data].tutorial_enable_del == 0}
|
||||
<img src="../templates/{$global_template}/images/drop_grey.png">
|
||||
{/if}
|
||||
{if $table_data[table_data].tutorial_enable_del == 1}
|
||||
<a href="?action=del&laid={$table_data[table_data].laid}"><img src="../templates/{$global_template}/images/drop.png"></a>
|
||||
{/if}
|
||||
</td>
|
||||
</tr>
|
||||
{/section}
|
||||
<tr>
|
||||
<td> </td>
|
||||
<td> </td>
|
||||
<td>{if $liedanzeige_anz_chor >5 AND $liedanzeige_more_chor < $liedanzeige_anz_chor}<a href="?load={$liedanzeige_art} {$liedanzeige_nr} {$liedanzeige_zusatz}&more_chor=1" class="myButton">mehr</a>{/if}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'chordatum'}
|
||||
hier
|
||||
{/if}
|
||||
|
||||
{if $action == 'gddatum'}
|
||||
hier2
|
||||
{/if}
|
16
templates/standard/lieder/liedanzeige_frame.html
Normal file
16
templates/standard/lieder/liedanzeige_frame.html
Normal file
@ -0,0 +1,16 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Lieder personalisieren</TITLE>
|
||||
<META NAME='description' CONTENT='Beschreibung'>
|
||||
<META NAME='keywords' CONTENT='Suchworte'>
|
||||
</HEAD>
|
||||
|
||||
<frameset cols='*,300' border='1' frameborder='1' framespacing='0'>
|
||||
<frame src='liedanzeige.php?load={$liedanzeige_frame_load}' name='suche' marginwidth='0' marginheight='0' scrolling='auto' noresize>
|
||||
<frame src='liednotizen.php?load={$liedanzeige_frame_load}' name='liedcomment' id="liedcomment" marginwidth='0' marginheight='0' scrolling='auto' noresize>
|
||||
<noframes>
|
||||
<body>Erstellt mit dem Frames-Generator von Dauerstress <a href='http://www.dauerstress.de'>kostenlose Homepage erstellen</a></body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
|
||||
</HTML>
|
137
templates/standard/lieder/lieder_auswahl.html
Normal file
137
templates/standard/lieder/lieder_auswahl.html
Normal file
@ -0,0 +1,137 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>>Liederauswahl</title>
|
||||
<link rel="stylesheet" href="../templates/{$global_template}/css/styles_pc.php" type="text/css">
|
||||
<link href="menu.css" rel="stylesheet" type="text/css" />
|
||||
<script type="text/javascript" src="livesearch/ajax.js"></script>
|
||||
<script type="text/javascript" src="livesearch/ajax-dynamic-list.js"></script>
|
||||
<style type="text/css">
|
||||
{literal}
|
||||
.font1 { font-size:23.00pt; }
|
||||
.font2 { line-height:150%; }
|
||||
fieldset { border: 2px solid #C5D8E1;
|
||||
border-radius: 6px;
|
||||
background: white;
|
||||
margin:10px;
|
||||
}
|
||||
|
||||
legend {
|
||||
background: white;
|
||||
color:#6487DC;
|
||||
font-size:120%;
|
||||
font-weight: bold;
|
||||
padding-left: 10px;
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #e2e2e2;
|
||||
}
|
||||
#page {
|
||||
max-width: 1000px;
|
||||
background: #fff;
|
||||
}
|
||||
body, input, textarea {
|
||||
color: #373737;
|
||||
}
|
||||
input[type="text"]
|
||||
{
|
||||
font-size:12px;
|
||||
}
|
||||
select{
|
||||
width:250px;
|
||||
}
|
||||
/* Big box with list of options */
|
||||
#ajax_listOfOptions{
|
||||
position:absolute; /* Never change this one */
|
||||
width:320px; /* Width of box */
|
||||
height:200px; /* Height of box */
|
||||
overflow:auto; /* Scrolling features */
|
||||
border:1px solid #6487DC; /* Dark blue border */
|
||||
background-color:#FFF; /* White background color */
|
||||
text-align:left;
|
||||
font-family : verdana, arial;
|
||||
z-index:10000;
|
||||
}
|
||||
#ajax_listOfOptions div{ /* General rule for both .optionDiv and .optionDivSelected */
|
||||
margin:1px;
|
||||
padding:1px;
|
||||
cursor:pointer;
|
||||
font-size:0.9em;
|
||||
}
|
||||
#ajax_listOfOptions .optionDiv{ /* Div for each item in list */
|
||||
}
|
||||
#ajax_listOfOptions .optionDivSelected{ /* Selected item in the list */
|
||||
background-color:#D6DFF7;
|
||||
color:#002276;
|
||||
font-family : verdana, arial;
|
||||
font-weight : bold;
|
||||
}
|
||||
#ajax_listOfOptions_iframe{
|
||||
background-color:#F00;
|
||||
position:absolute;
|
||||
z-index:500;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
<!--[if lt IE 9]>
|
||||
<style type=\"text/css\" title=\"text/css\">
|
||||
{literal}
|
||||
fieldset { border: 1px solid silver; padding: 3px; }
|
||||
{/literal}
|
||||
</style>
|
||||
<![endif]-->
|
||||
</head>
|
||||
<body onload="document.getElementById('liedwahl').focus();">
|
||||
<br>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend>Suche</legend>
|
||||
<input type="text" id="liedwahl" name="liedwahl" value="" onkeyup="ajax_showOptions(this,'getWord',event)" size="30">
|
||||
<input type="hidden" id="stud_hidden" name="stud_ID"><!-- THE ID OF the textstelle will be inserted into this hidden input -->
|
||||
Liednummer oder Suchbergriffe eingeben
|
||||
</fieldset>
|
||||
<br>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend>Kategorien</legend>
|
||||
<nav class="menu">
|
||||
{section name=outer_loop loop=$outer_loop}
|
||||
<nav class="drop-down-menu">
|
||||
<input type="checkbox" class="activate" id="accordion-{$outer_loop[outer_loop].lkid}" name="accordion-1">
|
||||
<label for="accordion-{$outer_loop[outer_loop].lkid}" class="menu-title">{$outer_loop[outer_loop].kategorie}</label>
|
||||
<div class="drop-down">
|
||||
{section name=inner loop=$outer_loop[outer_loop].inner}
|
||||
<a href="kategorie_teffer.php?lukid={$outer_loop[outer_loop].inner[inner].lukid}" target='inhaltframe'>{$outer_loop[outer_loop].inner[inner].unterkategorie}</a>
|
||||
{/section}
|
||||
</div>
|
||||
</nav>
|
||||
{/section}
|
||||
</nav>
|
||||
</fieldset>
|
||||
<br>
|
||||
<br>
|
||||
<fieldset>
|
||||
<legend><a href="lied_optionen.php" target="inhaltframe">Optionen</a></legend>
|
||||
<table width="100%" border="1" cellspacing="0" margins="3" bordercolor="#000099">
|
||||
<tr>
|
||||
<td height="40" style="padding-right:5px"><b>Suchwörter:</b></td>
|
||||
<td height="40" style="padding-left:10px">{$opt_lied_search}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="40" style="padding-right:5px"><b>Bestand:</b></td>
|
||||
<td height="40" style="padding-left:10px">{$opt_lied_bestand}</td>
|
||||
</td>
|
||||
<tr>
|
||||
<td height="40" style="padding-right:5px"><b>Favoritensuche:</b></td>
|
||||
<td height="40" style="padding-left:10px">{$opt_lied_favorit}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td height="40" style="padding-right:5px"><b>Statussuche:</b></td>
|
||||
<td height="40" style="padding-left:10px">{$opt_lied_status}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</body>
|
||||
</html>
|
||||
|
17
templates/standard/lieder/lieder_personalisieren.html
Normal file
17
templates/standard/lieder/lieder_personalisieren.html
Normal file
@ -0,0 +1,17 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>Lieder personalisieren</TITLE>
|
||||
<META NAME='description' CONTENT='Beschreibung'>
|
||||
<META NAME='keywords' CONTENT='Suchworte'>
|
||||
</HEAD>
|
||||
|
||||
<frameset cols='300,*' border='1' frameborder='1' framespacing='0'>
|
||||
<frame src='lieder_auswahl.php' name='suche' marginwidth='0' marginheight='0' scrolling='auto' noresize>
|
||||
<frame src='lied_optionen.php' name='inhaltframe' id="inhaltframe" marginwidth='0' marginheight='0' scrolling='auto' noresize>
|
||||
|
||||
<noframes>
|
||||
<body>Erstellt mit dem Frames-Generator von Dauerstress <a href='http://www.dauerstress.de'>kostenlose Homepage erstellen</a></body>
|
||||
</noframes>
|
||||
</frameset>
|
||||
|
||||
</HTML>
|
69
templates/standard/lieder/liednotizen.html
Normal file
69
templates/standard/lieder/liednotizen.html
Normal file
@ -0,0 +1,69 @@
|
||||
{if $action == ''}
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="../templates/{$global_template}/css/styles_pc.php" type="text/css">
|
||||
<title>{$notizen_titel}</title>
|
||||
<style>
|
||||
{literal}
|
||||
<!--
|
||||
.r{
|
||||
text-decoration: none;
|
||||
font-weight: bold;
|
||||
color: black;
|
||||
}
|
||||
-->
|
||||
body {
|
||||
background: #e2e2e2;
|
||||
}
|
||||
#page {
|
||||
max-width: 1000px;
|
||||
background: #fff;
|
||||
}
|
||||
body, input, textarea {
|
||||
color: #373737;
|
||||
}
|
||||
input[type="text"]
|
||||
{
|
||||
font-size:12px;
|
||||
}
|
||||
select{
|
||||
width:250px;
|
||||
}
|
||||
{/literal}
|
||||
</style>
|
||||
{literal}
|
||||
<script type="text/javascript" src="../CKEditor_4.6.1/ckeditor.js"></script>
|
||||
{/literal}
|
||||
</head>
|
||||
<body>
|
||||
<br>
|
||||
<b>{$notizen_titel}</b>
|
||||
<form action=?action=notes method="POST" name="auswahl">
|
||||
<textarea id='notizen' name='notizen'>{$notes_text}</textarea>
|
||||
{literal}
|
||||
<script type='text/javascript'>
|
||||
CKEDITOR.replace( 'notizen', {
|
||||
height: "78%",
|
||||
toolbar: [{ name: 'document', items: ['PasteFromWord']},
|
||||
{ name: 'basicstyles', items: [ 'Bold', 'Italic' ] },
|
||||
{ name: 'paragraph', items: [ 'NumberedList','BulletedList', '-', 'Outdent', 'Indent' ] }
|
||||
]
|
||||
})
|
||||
CKEDITOR.instances.notizen.on('blur', function() {
|
||||
document.auswahl.submit();
|
||||
});
|
||||
;
|
||||
</script>
|
||||
{/literal}
|
||||
<input type="submit" value="Notizen speichern" name="B1">
|
||||
</form>
|
||||
</body>
|
||||
</html>
|
||||
{/if}
|
||||
|
||||
{if $action == 'notes'}
|
||||
{if $notes_redirect == '1'}
|
||||
<meta http-equiv="refresh" content="0; URL=?load={$notes_load}">
|
||||
{/if}
|
||||
{/if}
|
Reference in New Issue
Block a user