mirror of
https://gitlab.com/t6353/sharee.bike.git
synced 2025-05-10 14:06:26 +02:00
web-bayern standalone init
This commit is contained in:
parent
41ba9e252e
commit
be4d83cc8d
10 changed files with 1089 additions and 32 deletions
1
copri4/main/js/bootstrap-5.1.3-dist
Symbolic link
1
copri4/main/js/bootstrap-5.1.3-dist
Symbolic link
|
@ -0,0 +1 @@
|
|||
/etc/shareeconf/bootstrap-5.1.3-dist
|
|
@ -1,3 +1,13 @@
|
|||
function change_fontsize1(){
|
||||
document.getElementById('Contenttxt').style.cssText = 'font-size:1em;';
|
||||
}
|
||||
function change_fontsize2(){
|
||||
document.getElementById('Contenttxt').style.cssText = 'font-size:1.2em;';
|
||||
}
|
||||
function change_fontsize3(){
|
||||
document.getElementById('Contenttxt').style.cssText = 'font-size:1.4em;';
|
||||
}
|
||||
|
||||
function show_passwd() {
|
||||
var x = document.getElementById('txt04');
|
||||
if (x.type === "password") {
|
||||
|
@ -13,12 +23,6 @@ function show_passwd() {
|
|||
}
|
||||
}
|
||||
|
||||
$(function() {
|
||||
$( '#datepicker1' ).datepicker({ dateFormat: 'dd.mm.yy', dayNamesMin: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'], monthNames: ['Januar','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember']});
|
||||
$( '#datepicker2' ).datepicker({ dateFormat: 'dd.mm.yy', dayNamesMin: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'], monthNames: ['Januar','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember']});
|
||||
$( '#datepicker3' ).datepicker({ dateFormat: 'dd.mm.yy', dayNamesMin: ['So', 'Mo', 'Di', 'Mi', 'Do', 'Fr', 'Sa'], monthNames: ['Januar','Februar','März','April','Mai','Juni','Juli','August','September','Oktober','November','Dezember']});
|
||||
});
|
||||
|
||||
function WhichButton(event,URL){
|
||||
if ('which' in event)
|
||||
{
|
||||
|
@ -52,15 +56,6 @@ function align_logo() {
|
|||
document.getElementById("animate_logo_2").style.left = w + 'px';
|
||||
}
|
||||
|
||||
$( function() {
|
||||
$( "#dialog_message" ).dialog({
|
||||
autoOpen: false
|
||||
});
|
||||
$( "#dialog_opener" ).on( "click", function() {
|
||||
$( "#dialog_message" ).dialog( "open" );
|
||||
});
|
||||
});
|
||||
|
||||
function toggle_box(id) {
|
||||
var popup = document.getElementById(id);
|
||||
popup.classList.toggle("show");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue