2011-12-02 23:25:27 +01:00
|
|
|
<html><head>
|
2012-01-15 17:15:48 +01:00
|
|
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
2011-12-02 23:25:27 +01:00
|
|
|
<title>%SITE-TITLE%</title>
|
|
|
|
<link rel="icon" href="%FAVICON%" type="image/x-icon" />
|
|
|
|
<style type="text/css" media="screen">
|
2012-08-18 16:01:26 +02:00
|
|
|
body {background: #eeeeee url("%IMG_BACKGROUND%") no-repeat center center;background-size: %B_SIZE%;font: 13px/22px "Helvetica Neue", Helvetica, Arial, sans-serif;color: #525c66;direction: %DIRECTION%;}
|
2012-01-18 20:10:04 +01:00
|
|
|
body * {-webkit-user-select: none;font-size: 100%;line-height: 1.6;margin: 0px;}
|
2012-08-18 16:01:26 +02:00
|
|
|
.add {position: absolute;%RIGHT_STR%:10px;top:10px;width: 24px;height: 24px;background: url(%IMG_PLUS%); cursor: pointer;}
|
2011-12-02 23:25:27 +01:00
|
|
|
|
2012-01-19 18:05:21 +01:00
|
|
|
#quickdial {margin: auto;text-align: center;}
|
2012-08-18 16:01:26 +02:00
|
|
|
#quickdial div.entry {position: relative; float: %LEFT_STR%; border-width: 10px;
|
2011-12-02 23:25:27 +01:00
|
|
|
-webkit-border-image: url(%BOX-BORDER%) 10;margin: 5px;}
|
|
|
|
#quickdial img {display: block;margin: auto;}
|
2012-08-18 16:01:26 +02:00
|
|
|
#quickdial a {position: absolute;%LEFT_STR%: 0px;top: 0px;width: 100%;height: 87%;}
|
2011-12-02 23:25:27 +01:00
|
|
|
|
|
|
|
div.entry:hover .edit, div.entry:hover .close, div.entry:hover .reload{display: inline;}
|
2012-08-18 16:01:26 +02:00
|
|
|
span.boxTitle {width:100%;max-height: 20px; position: absolute;top: 88%;%LEFT_STR%: 0px;text-align: center;overflow:hidden;}
|
|
|
|
span.close {width: 14px;height: 14px;position: absolute;%LEFT_STR%: 92%;top: 90%;
|
2011-12-02 23:25:27 +01:00
|
|
|
background: url(%IMG_CLOSE%) no-repeat;background-position: center;border: 1px solid transparent;display: none;}
|
|
|
|
span.close:hover {border-color: grey; border-radius: 3px;}
|
2012-08-18 16:01:26 +02:00
|
|
|
span.edit {width: 14px;height: 14px;position: absolute;%LEFT_STR%: 0px;top: 90%;
|
2011-12-02 23:25:27 +01:00
|
|
|
background: url(%IMG_EDIT%) no-repeat;background-position: center;border: 1px solid transparent;display: none;}
|
|
|
|
span.edit:hover {border-color: grey; border-radius: 3px;}
|
2012-08-18 16:01:26 +02:00
|
|
|
span.reload {width: 16px;height: 16px;position: absolute;%LEFT_STR%: 92%;top: 0px;background: url(%IMG_RELOAD%) no-repeat;background-position: center;border: 1px solid transparent;display: none;}
|
2011-12-02 23:25:27 +01:00
|
|
|
span.reload:hover {border-color: grey; border-radius: 4px;}
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2012-08-18 16:01:26 +02:00
|
|
|
#overlay-edit {width: 380px;max-height: 265px;border-width: 20px;margin-%LEFT_STR%:auto;margin-%RIGHT_STR%: auto;margin-top: 100px;-webkit-border-image: url(%BOX-BORDER%) 25;-webkit-box-shadow: 0px 5px 80px #505050;border-radius:10px;}
|
|
|
|
#overlay-edit img {display: block;margin-%LEFT_STR%: auto;margin-%RIGHT_STR%: auto;}
|
|
|
|
#overlay-edit .buttonbox input {margin-%RIGHT_STR%:0px;margin-%LEFT_STR%:3px;}
|
2011-12-02 23:25:27 +01:00
|
|
|
|
2012-08-18 16:01:26 +02:00
|
|
|
.formTable {width: 350px;margin-%LEFT_STR%: auto;margin-%RIGHT_STR%: auto;margin-top: 15px;}
|
2011-12-03 15:33:23 +01:00
|
|
|
.formTable input[type="text"] {width: 100%;-webkit-user-select: auto;}
|
2012-01-18 20:10:04 +01:00
|
|
|
|
2012-08-18 16:01:26 +02:00
|
|
|
.sett {position: absolute;%RIGHT_STR%:36px;top:10px;width: 24px;height: 24px;background: url(%IMG_SETTINGS%); cursor: pointer;}
|
|
|
|
#settingsBox {margin-%LEFT_STR%:auto;margin-%RIGHT_STR%: auto;margin-top: 100px;width: 350px;height: auto;padding:0 8px;-webkit-border-image: url(%BOX-BORDER%) 25;-webkit-box-shadow: 0px 5px 80px #505050;border-radius:10px;border-width: 20px;}
|
|
|
|
#settingsBox .content {margin-%LEFT_STR%:auto;margin-%RIGHT_STR%:auto;padding-bottom:2px;border-bottom: 1px solid #888;}
|
|
|
|
#settingsBox .thumbhold {margin-%LEFT_STR%:auto;margin-%RIGHT_STR%:auto;margin-bottom: 5px;padding: 1px;border-radius: 10px;text-align:center;width:180px;height:100px;background: #AAA;}
|
|
|
|
#settingsBox .thumbhold p {padding: 0;background: #eeeeee url("%IMG_BACKGROUND%") no-repeat center center;background-size: %B_SIZE%;width: 178px;height:98px;border-radius: 10px;position: relative;%LEFT_STR%: 1px;top: 1px;line-height:98px;cursor:default;}
|
2012-01-18 20:10:04 +01:00
|
|
|
#settingsBox p label {margin: 2px;padding: 1px;text-align: center;}
|
2012-02-14 02:24:40 +01:00
|
|
|
#settingsBox p select {margin: 2px;padding: 1px;text-align: center;width: auto;}
|
2012-01-18 20:10:04 +01:00
|
|
|
#settingsBox p select option {text-align: center;}
|
2012-01-19 23:30:00 +01:00
|
|
|
#settingsBox .togop {margin-bottom: 1px;padding-bottom:2px;}
|
2012-02-14 02:24:40 +01:00
|
|
|
#settingsBox .button {margin: 2px;padding: 1px;text-align:center;width: 98%;}
|
2012-01-19 18:05:21 +01:00
|
|
|
#settingsBox .rowsel {margin: 2px;padding: 3px 0;border-bottom: 1px solid #888;}
|
2012-02-14 02:24:40 +01:00
|
|
|
#settingsBox .rowsel input {text-align: center;width: 80%;height: 12px;margin: 0px;padding-bottom: 0;}
|
2012-08-18 16:01:26 +02:00
|
|
|
#settingsBox .rowsel span {font-weight: bold;text-align: center;margin: 2px;margin-%RIGHT_STR%: 7px;display: inline-block;width: 25px;}
|
2012-03-17 16:01:12 +01:00
|
|
|
|
2012-08-18 16:01:26 +02:00
|
|
|
.buttonbox {margin-top: 5px;margin-bottom:-5px;text-align:%RIGHT_STR%;}
|
|
|
|
.overlay {background:rgba(128,128,128,0.8);background:-webkit-radial-gradient(rgba(127, 127, 127, 0.5),rgba(127, 127, 127, 0.5) 35%,rgba(0, 0, 0, 0.7));bottom:0;%LEFT_STR%: 0;padding: 20px;padding-bottom: 130px;position: fixed;%RIGHT_STR%:0;top:0;}
|
2011-12-02 23:25:27 +01:00
|
|
|
</style>
|
|
|
|
<script type="text/javascript" src="%JQUERY%"></script>
|
|
|
|
<script type="text/javascript" src="%JQUERY-UI%"></script>
|
|
|
|
<script type="text/javascript">
|
|
|
|
var LOADING_IMAGE = '%LOADING-IMG%';
|
|
|
|
var URL = '%URL%';
|
|
|
|
var TITLE = '%TITLE%';
|
2012-01-18 21:09:27 +01:00
|
|
|
var EDIT = '%APPLY%';
|
2011-12-02 23:25:27 +01:00
|
|
|
var NEW_PAGE = '%NEW-PAGE%';
|
|
|
|
var TITLE_EDIT = '%TITLE-EDIT%';
|
|
|
|
var TITLE_REMOVE = '%TITLE-REMOVE%';
|
|
|
|
var TITLE_RELOAD = '%TITLE-RELOAD%';
|
2011-12-23 13:47:38 +01:00
|
|
|
var TITLE_FETCHTITLE = '%TITLE-FETCHTITLE%';
|
2012-01-18 21:09:27 +01:00
|
|
|
var MAX_PAGES_ROW = %ROW-PAGES%;
|
2012-01-20 13:10:05 +01:00
|
|
|
var DIAL_WIDTH = %SD-SIZE%;
|
2012-01-19 18:05:21 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
var editingId = -1;
|
|
|
|
|
2012-07-14 16:19:33 +02:00
|
|
|
function escapeTitle(title) {
|
|
|
|
title = title.replace(/"/g, '"');
|
|
|
|
title = title.replace(/'/g, ''');
|
|
|
|
return title;
|
|
|
|
}
|
|
|
|
|
|
|
|
function unescapeTitle(title) {
|
|
|
|
title = title.replace(/"/g, '"');
|
|
|
|
title = title.replace(/'/g, '\'');
|
|
|
|
return title;
|
|
|
|
}
|
|
|
|
|
|
|
|
function escapeUrl(url) {
|
|
|
|
url = url.replace(/"/g, '');
|
|
|
|
url = url.replace(/'/g, '');
|
|
|
|
return url;
|
|
|
|
}
|
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
function onRemoveClick(box) {
|
|
|
|
removeBox($(box).index());
|
|
|
|
}
|
2011-12-22 21:58:13 +01:00
|
|
|
|
|
|
|
function onEditKeyPress(e) {
|
|
|
|
if (e.keyCode == 13) {
|
|
|
|
boxEdited();
|
|
|
|
return false;
|
|
|
|
}
|
2012-01-14 09:54:51 +01:00
|
|
|
else if (e.keyCode == 27) {
|
|
|
|
$('#fadeOverlay').click();
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
return true;
|
2011-12-22 21:58:13 +01:00
|
|
|
}
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-23 13:47:38 +01:00
|
|
|
function onFetchTitleClick(checkbox) {
|
|
|
|
var displayStyle;
|
|
|
|
checkbox.checked ? displayStyle = 'hidden' : displayStyle = 'visible';
|
|
|
|
$('#titleLine').css({'visibility' : displayStyle });
|
|
|
|
}
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2012-03-17 16:01:12 +01:00
|
|
|
function hideEditBox() {
|
|
|
|
$('#fadeOverlay').fadeOut("slow", function() {$("#fadeOverlay").remove();});
|
|
|
|
}
|
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
function onEditClick(box) {
|
|
|
|
editingId = $(box).index();
|
|
|
|
var boxUrl = $(box).children('a').first().attr('href');
|
2012-07-14 16:19:33 +02:00
|
|
|
var boxTitle = escapeTitle($(box).children('span').first().text());
|
2011-12-03 14:43:13 +01:00
|
|
|
if (boxUrl === '')
|
|
|
|
boxUrl = 'http://';
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2012-03-17 16:01:12 +01:00
|
|
|
$('body').append('<div id="fadeOverlay" class="overlay" style="display:none;">' +
|
|
|
|
'<div id="overlay-edit" onkeypress="return onEditKeyPress(event)">' +
|
|
|
|
'<img src="' + $(box).children('img').first().attr('src') + '"> ' +
|
|
|
|
'<table class="formTable"><tr><td>' + URL + ': </td><td>' +
|
|
|
|
'<input type="text" id="formUrl" value="' + boxUrl + '"></td></tr>' +
|
|
|
|
'<tr id="titleLine"><td>' + TITLE + ': </td><td>' +
|
|
|
|
'<input type="text" id="formTitle" value="' + boxTitle + '"></td></tr>' +
|
|
|
|
'<tr><td></td><td><input type="checkbox" id="fetchTitle" onclick="onFetchTitleClick(this)">' +
|
|
|
|
'<label for="fetchTitle"> ' + TITLE_FETCHTITLE + ' </label></td></tr>' +
|
2012-04-07 18:41:16 +02:00
|
|
|
'</table><p class="buttonbox"><input type="button" value=" %CLOSE% " onClick="hideEditBox();">' +
|
2012-03-17 16:01:12 +01:00
|
|
|
'<input type="button" value=" ' + EDIT + ' " onClick="boxEdited()"></p>' +
|
|
|
|
'</div></div>');
|
|
|
|
|
|
|
|
$('#fadeOverlay').css({'filter' : 'alpha(opacity=100)'}).fadeIn();
|
|
|
|
$('#fadeOverlay').click(function() {hideEditBox()});
|
2011-12-02 23:25:27 +01:00
|
|
|
$('#overlay-edit').click(function(event) { event.stopPropagation(); });
|
2011-12-05 19:54:17 +01:00
|
|
|
$('#formUrl').focus();
|
2011-12-02 23:25:27 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
function onReloadClick(box) {
|
|
|
|
var url = $(box).children('a').first().attr('href');
|
|
|
|
var img = $(box).children('img').first();
|
|
|
|
|
|
|
|
if (url === '')
|
|
|
|
return;
|
|
|
|
|
|
|
|
$(img).attr('src', LOADING_IMAGE);
|
|
|
|
speeddial.loadThumbnail(url);
|
|
|
|
}
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
function boxEdited() {
|
|
|
|
if (editingId == -1)
|
|
|
|
return;
|
2011-12-23 13:47:38 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
var box = document.getElementById('quickdial').getElementsByTagName('div')[editingId];
|
|
|
|
var a = box.getElementsByTagName('a')[0];
|
|
|
|
var originalUrl = a.getAttribute('href');
|
2012-01-29 14:38:59 +01:00
|
|
|
setBoxUrl(editingId, speeddial.urlFromUserInput($('#formUrl').attr("value")));
|
2011-12-02 23:25:27 +01:00
|
|
|
setBoxTitle(editingId, $('#formTitle').attr("value"));
|
|
|
|
var changedUrl = a.getAttribute('href');
|
2011-12-23 13:47:38 +01:00
|
|
|
var fetchTitleChecked = document.getElementById('fetchTitle').checked;
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-23 13:47:38 +01:00
|
|
|
if (fetchTitleChecked || (originalUrl != changedUrl && changedUrl !== '') ) {
|
2011-12-02 23:25:27 +01:00
|
|
|
var img = box.getElementsByTagName('img')[0];
|
|
|
|
img.setAttribute('src', LOADING_IMAGE);
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
$('#fadeOverlay').fadeOut("slow", function() {
|
|
|
|
$("#fadeOverlay").remove();
|
2011-12-23 13:47:38 +01:00
|
|
|
speeddial.loadThumbnail(a.getAttribute('href'), fetchTitleChecked);
|
2011-12-02 23:25:27 +01:00
|
|
|
speeddial.removeImageForUrl(a.getAttribute('href'));
|
|
|
|
});
|
|
|
|
} else {
|
2012-03-17 16:01:12 +01:00
|
|
|
hideEditBox();
|
2011-12-02 23:25:27 +01:00
|
|
|
}
|
|
|
|
speeddial.changed(allPages());
|
|
|
|
}
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
function allPages() {
|
|
|
|
var urls = $('a[class="boxUrl"]');
|
|
|
|
var titles = $('span[class="boxTitle"]');
|
|
|
|
var value = "";
|
|
|
|
$('div.entry').each(function(i) {
|
2012-07-14 16:19:33 +02:00
|
|
|
var url = $(this).children('a').first().attr('href');
|
|
|
|
var title = $(this).children('span[class="boxTitle"]').first().text();
|
|
|
|
|
|
|
|
value += 'url:"' + escapeUrl(url) + '"|title:"' + escapeTitle(title) + '";';
|
2011-12-02 23:25:27 +01:00
|
|
|
});
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
return value;
|
|
|
|
}
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
function addBox(url, title, img_source) {
|
|
|
|
var div = document.createElement('div');
|
|
|
|
div.setAttribute('class', 'entry');
|
|
|
|
var img = document.createElement('img');
|
|
|
|
img.setAttribute('src', img_source);
|
|
|
|
var a = document.createElement('a');
|
|
|
|
a.setAttribute('href', url);
|
|
|
|
a.setAttribute('class', 'boxUrl');
|
|
|
|
var span1 = document.createElement('span');
|
|
|
|
span1.setAttribute('class', 'boxTitle');
|
2012-07-14 16:19:33 +02:00
|
|
|
span1.innerText = unescapeTitle(title);
|
2011-12-02 23:25:27 +01:00
|
|
|
var span2 = document.createElement('span');
|
|
|
|
span2.setAttribute('class', 'edit');
|
|
|
|
span2.setAttribute('onClick', 'onEditClick(parentNode)');
|
|
|
|
span2.setAttribute('title', TITLE_EDIT);
|
|
|
|
var span3 = document.createElement('span');
|
|
|
|
span3.setAttribute('class', 'close');
|
|
|
|
span3.setAttribute('onClick', 'onRemoveClick(parentNode)');
|
|
|
|
span3.setAttribute('title', TITLE_REMOVE);
|
|
|
|
var span4 = document.createElement('span');
|
|
|
|
span4.setAttribute('class', 'reload');
|
|
|
|
span4.setAttribute('onClick', 'onReloadClick(parentNode)');
|
|
|
|
span4.setAttribute('title', TITLE_RELOAD);
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
div.appendChild(img);
|
|
|
|
div.appendChild(img);
|
|
|
|
div.appendChild(a);
|
|
|
|
div.appendChild(span1);
|
|
|
|
div.appendChild(span2);
|
|
|
|
div.appendChild(span3);
|
|
|
|
div.appendChild(span4);
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
document.getElementById("quickdial").appendChild(div);
|
2012-01-15 11:48:15 +01:00
|
|
|
|
|
|
|
return div;
|
2011-12-02 23:25:27 +01:00
|
|
|
}
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
function setBoxImage(id, img_source) {
|
|
|
|
var box = document.getElementById('quickdial').getElementsByTagName('div')[id];
|
|
|
|
if (box === undefined)
|
|
|
|
return;
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
var img = box.getElementsByTagName('img')[0];
|
2011-12-04 20:09:44 +01:00
|
|
|
img.setAttribute('src', img_source + '?' + new Date());
|
2011-12-02 23:25:27 +01:00
|
|
|
}
|
2011-12-23 13:47:38 +01:00
|
|
|
|
|
|
|
function setTitleToUrl(url, title) {
|
|
|
|
var boxes = document.getElementById('quickdial').getElementsByTagName('div');
|
|
|
|
for (i = 0; i < boxes.length; ++i) {
|
|
|
|
var box = boxes[i];
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-23 13:47:38 +01:00
|
|
|
if (box === undefined)
|
|
|
|
continue;
|
2012-01-14 09:54:51 +01:00
|
|
|
|
|
|
|
var boxUrl = box.getElementsByTagName('a')[0].getAttribute('href');
|
|
|
|
console.log(boxUrl + " > " + url);
|
|
|
|
if (url != boxUrl)
|
|
|
|
continue;
|
|
|
|
|
2011-12-23 13:47:38 +01:00
|
|
|
var span = box.getElementsByTagName('span')[0];
|
|
|
|
span.innerText = title;
|
|
|
|
}
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-23 13:47:38 +01:00
|
|
|
speeddial.changed(allPages());
|
|
|
|
}
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
function setImageToUrl(url, img_source) {
|
|
|
|
var aElement = $('a[href="' + url + '"]');
|
|
|
|
$(aElement).each(function() {
|
|
|
|
var box = $(this).parent();
|
|
|
|
var imgElement = $(box).children("img").first();
|
|
|
|
if ($(imgElement).size() == 0)
|
|
|
|
return;
|
|
|
|
|
2011-12-04 20:09:44 +01:00
|
|
|
$(imgElement).attr('src', img_source + '?' + new Date());
|
2011-12-02 23:25:27 +01:00
|
|
|
});
|
|
|
|
}
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
function setBoxUrl(id, url) {
|
|
|
|
var box = document.getElementById('quickdial').getElementsByTagName('div')[id];
|
|
|
|
if (box === undefined)
|
|
|
|
return;
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
var a = box.getElementsByTagName('a')[0];
|
|
|
|
a.setAttribute('href', url);
|
|
|
|
}
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
function setBoxTitle(id, title) {
|
|
|
|
var box = document.getElementById('quickdial').getElementsByTagName('div')[id];
|
|
|
|
if (box === undefined)
|
|
|
|
return;
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
var span = box.getElementsByTagName('span')[0];
|
|
|
|
span.innerText = title;
|
|
|
|
}
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
function removeBox(id) {
|
2012-07-26 13:23:10 +02:00
|
|
|
if (confirm("%TITLE-WARN%"))
|
2011-12-02 23:25:27 +01:00
|
|
|
var box = document.getElementById('quickdial').getElementsByTagName('div')[id];
|
|
|
|
if (box === undefined)
|
|
|
|
return;
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
var url = box.getElementsByTagName('a')[0].getAttribute('href');
|
|
|
|
document.getElementById("quickdial").removeChild(box);
|
|
|
|
alignPage();
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
speeddial.removeImageForUrl(url);
|
|
|
|
speeddial.changed(allPages());
|
|
|
|
}
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
function alignPage() {
|
2012-01-23 18:31:07 +01:00
|
|
|
$('head').append('<style>#quickdial img[src*=".png"]{height:auto;width:'+DIAL_WIDTH+'px}</style>');
|
2012-01-20 13:10:05 +01:00
|
|
|
$('#quickdial div.entry').css({'width' : DIAL_WIDTH + 'px',
|
|
|
|
'height' : Math.round(DIAL_WIDTH / 1.54) + 'px'});
|
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
var width = $(window).width();
|
|
|
|
var height = $(window).height();
|
2012-01-20 13:10:05 +01:00
|
|
|
var boxWidth = Math.floor(DIAL_WIDTH + 30);
|
|
|
|
var boxHeight = Math.floor(Math.round(DIAL_WIDTH / 1.54) + 40);
|
2011-12-02 23:25:27 +01:00
|
|
|
|
2012-01-19 18:05:21 +01:00
|
|
|
var maxBoxes = Math.floor(width / boxWidth);
|
2012-01-18 21:09:27 +01:00
|
|
|
if (maxBoxes > MAX_PAGES_ROW) maxBoxes = MAX_PAGES_ROW;
|
2011-12-02 23:25:27 +01:00
|
|
|
if (maxBoxes < 1) maxBoxes = 1;
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2012-01-19 18:05:21 +01:00
|
|
|
var maxwidth = maxBoxes * boxWidth;
|
2011-12-02 23:25:27 +01:00
|
|
|
$("#quickdial").css('width', maxwidth + 'px');
|
2012-01-14 09:54:51 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
var boxesCount = $("#quickdial").children("div").size();
|
|
|
|
var rows = Math.ceil(boxesCount / maxBoxes);
|
2012-01-19 18:05:21 +01:00
|
|
|
var margintop = (height - rows * boxHeight) / 2;
|
2012-01-20 13:10:05 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
if (margintop < 0) margintop = 0;
|
2012-01-20 13:10:05 +01:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
$("#quickdial").css('margin-top', margintop + 'px');
|
|
|
|
}
|
2012-01-18 20:10:04 +01:00
|
|
|
|
|
|
|
function bgImageSel() {
|
|
|
|
var img = speeddial.getOpenFileName();
|
|
|
|
if (img) {
|
2012-04-07 18:41:16 +02:00
|
|
|
document.getElementById('BgImgHold').value = img;
|
2012-01-18 20:10:04 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
function saveSettings() {
|
2012-01-20 13:10:05 +01:00
|
|
|
MAX_PAGES_ROW = $('#PgInRow').val();
|
|
|
|
DIAL_WIDTH = parseInt($('#SdSize').val());
|
2012-07-29 20:58:23 +02:00
|
|
|
SD_CNTR = ($('#SdCntrToggle').attr('checked') ? 1 : 0 );
|
2012-01-19 18:05:21 +01:00
|
|
|
|
2012-01-19 23:30:00 +01:00
|
|
|
speeddial.setBackgroundImage($('#BgImgHold').val());
|
|
|
|
speeddial.setBackgroundImageSize($('#BgImgSelSiz').val());
|
2012-01-20 13:10:05 +01:00
|
|
|
speeddial.setPagesInRow(MAX_PAGES_ROW);
|
|
|
|
speeddial.setSdSize(DIAL_WIDTH);
|
2012-07-29 20:58:23 +02:00
|
|
|
speeddial.setSdCentered(SD_CNTR);
|
2012-01-20 13:10:05 +01:00
|
|
|
|
|
|
|
alignPage();
|
2012-01-18 20:10:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
function bgImgToggle() {
|
|
|
|
var check = document.getElementById('BgImgToggle');
|
|
|
|
var BgImgSel = document.getElementById('BgImgSel');
|
|
|
|
var BgImgHold = document.getElementById('BgImgHold');
|
|
|
|
var BgImgSz = document.getElementById('BgImgSelSiz');
|
2012-01-19 23:30:00 +01:00
|
|
|
|
|
|
|
BgImgSel.disabled = (check.checked ? false : true);
|
|
|
|
BgImgHold.disabled = (check.checked ? false : true);
|
|
|
|
BgImgSz.disabled = (check.checked ? false : true);
|
2012-07-14 16:19:33 +02:00
|
|
|
BgImgHold.value = (check.checked ? "%IMG_BACKGROUND%" : '');
|
2012-01-19 23:30:00 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
function sdSizeToggle() {
|
|
|
|
var check = document.getElementById('SdSizeToggle');
|
|
|
|
var SdSize = document.getElementById('SdSize');
|
|
|
|
var SdSizeSl = document.getElementById('sliderValueSd');
|
2012-04-25 11:20:41 +02:00
|
|
|
|
2012-01-19 23:30:00 +01:00
|
|
|
SdSize.disabled = (check.checked ? false : true);
|
|
|
|
SdSize.value = (check.checked ? SdSize.value : 231);
|
2012-01-20 13:10:05 +01:00
|
|
|
SdSizeSl.innerHTML = (check.checked ? DIAL_WIDTH : 231);
|
2012-01-18 20:10:04 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
function bgImgUpdate() {
|
|
|
|
var imgUrl = document.getElementById('BgImgHold').value;
|
|
|
|
var imgSize = document.getElementById('BgImgSelSiz').value;
|
|
|
|
var imgThumb = document.getElementById('thumb');
|
2012-04-25 11:20:41 +02:00
|
|
|
|
2012-01-18 20:10:04 +01:00
|
|
|
imgThumb.style.backgroundImage = 'url("' + imgUrl + '")';
|
|
|
|
imgThumb.title = imgUrl.substring(imgUrl.lastIndexOf('/')+1);
|
|
|
|
imgThumb.style.backgroundSize = imgSize;
|
2012-04-25 11:20:41 +02:00
|
|
|
|
2012-01-18 20:10:04 +01:00
|
|
|
document.body.style.backgroundImage = 'url("' + imgUrl + '")';
|
|
|
|
document.body.style.backgroundSize = imgSize;
|
|
|
|
}
|
|
|
|
|
2012-01-19 23:30:00 +01:00
|
|
|
$(document).ready(function () {
|
|
|
|
$('#BgImgSelSiz').val('%B_SIZE%').attr('selected','selected');
|
2012-07-14 16:19:33 +02:00
|
|
|
var bgImg = "%IMG_BACKGROUND%";
|
2012-01-20 13:10:05 +01:00
|
|
|
var sdSize = 'DIAL_WIDTH';
|
2012-07-29 20:58:23 +02:00
|
|
|
var sdCntr = "%SD-CNTR%";
|
|
|
|
|
2012-01-19 23:30:00 +01:00
|
|
|
bgImg == '' ? $('#BgImgToggle').prop('checked', false) : $('#BgImgToggle').prop('checked', true)
|
|
|
|
sdSize == '231' ? $('#SdSizeToggle').prop('checked', false) : $('#SdSizeToggle').prop('checked', true)
|
|
|
|
$('#BgImgToggle').is(':checked') ? $('#BgImgSel').removeAttr('disabled') : $('#BgImgSel').attr('disabled', 'disabled');
|
|
|
|
$('#BgImgToggle').is(':checked') ? $('#BgImgSelSiz').removeAttr('disabled') : $('#BgImgSelSiz').attr('disabled', 'disabled');
|
|
|
|
$('#SdSizeToggle').is(':checked') ? $('#SdSize').removeAttr('disabled') : $('#SdSize').attr('disabled', 'disabled');
|
2012-07-29 20:58:23 +02:00
|
|
|
sdCntr == 0 ? $('#SdCntrToggle').prop('checked', false) : $('#SdCntrToggle').prop('checked', true);
|
2012-07-29 22:12:44 +02:00
|
|
|
sdCntr == 0 ? '' : $('#quickdial div.entry').css({'float':'none', 'display':'inline-block'});
|
2012-01-19 23:30:00 +01:00
|
|
|
});
|
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
</script>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<div id="quickdial"></div>
|
2012-03-17 16:01:12 +01:00
|
|
|
<a onClick="$('#fadeOverlay2').css({'filter' : 'alpha(opacity=100)'}).fadeIn();$('#fadeOverlay2').click(function() { $(this).fadeOut('slow'); });$('#settingsBox').click(function(event) { event.stopPropagation(); });" title="%SETTINGS-TITLE%" class="sett"></a>
|
2012-01-15 11:48:15 +01:00
|
|
|
<a onClick="onEditClick(addBox('', NEW_PAGE, '')); alignPage();" title="%ADD-TITLE%" class="add"></a>
|
2011-12-02 23:25:27 +01:00
|
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
%INITIAL-SCRIPT%
|
|
|
|
|
|
|
|
alignPage();
|
2012-04-25 11:20:41 +02:00
|
|
|
|
2011-12-02 23:25:27 +01:00
|
|
|
$(window).resize(function() { alignPage(); });
|
|
|
|
$("div").disableSelection();
|
|
|
|
$("#quickdial").sortable({
|
|
|
|
revert: true,
|
|
|
|
cursor: 'move',
|
|
|
|
containment: 'document',
|
|
|
|
opacity: 0.8,
|
2012-01-08 14:24:10 +01:00
|
|
|
distance: 40,
|
2011-12-02 23:25:27 +01:00
|
|
|
update: function(event, ui) {
|
|
|
|
speeddial.changed(allPages());
|
|
|
|
}
|
|
|
|
});
|
|
|
|
</script>
|
2012-03-17 16:01:12 +01:00
|
|
|
<div id="fadeOverlay2" class="overlay" style="display:none;">
|
2012-01-19 18:05:21 +01:00
|
|
|
<div id="settingsBox">
|
2012-01-19 23:30:00 +01:00
|
|
|
<div class="togop">
|
|
|
|
<label for="PgInRow">%TXT_NRROWS%</label>
|
2012-01-19 18:05:21 +01:00
|
|
|
</div>
|
|
|
|
<div class="rowsel">
|
|
|
|
<span id="sliderValuePg">%ROW-PAGES%</span>
|
2012-01-19 23:30:00 +01:00
|
|
|
<input id="PgInRow" type="range" min="2" max="8" value="%ROW-PAGES%" step="1" onchange="$('#sliderValuePg').html(this.value);" />
|
|
|
|
</div>
|
|
|
|
<div class="togop">
|
2012-07-29 20:58:23 +02:00
|
|
|
<input type="checkbox" name="sdcntrt" id="SdCntrToggle" /> <label for="SdCntrToggle">%TXT_CNTRDLS%</label><br />
|
2012-01-19 23:30:00 +01:00
|
|
|
<input type="checkbox" name="sdsizet" id="SdSizeToggle" onchange="sdSizeToggle()" /> <label for="SdSizeToggle">%TXT_SDSIZE%</label>
|
|
|
|
</div>
|
|
|
|
<div class="rowsel">
|
|
|
|
<span id="sliderValueSd">%SD-SIZE%</span>
|
|
|
|
<input id="SdSize" type="range" min="145" max="280" value="%SD-SIZE%" step="1" onchange="$('#sliderValueSd').html(this.value);" />
|
|
|
|
</div>
|
|
|
|
<div class="togop">
|
|
|
|
<input type="checkbox" name="sdbackimg" id="BgImgToggle" onchange="bgImgToggle();bgImgUpdate()" /> <label for="BgImgToggle">%TXT_NOTE%</label>
|
2012-01-19 18:05:21 +01:00
|
|
|
</div>
|
2012-03-17 16:01:12 +01:00
|
|
|
<div id="BgImgSel" class="thumbhold" onclick="if($('#BgImgSelSiz').attr('disabled')!='disabled') {bgImageSel();bgImgUpdate();}" disabled="disabled"><p id="thumb">%TXT_SELECTIMAGE%</p></div>
|
2012-01-19 18:05:21 +01:00
|
|
|
<div class="content">
|
|
|
|
<p>
|
|
|
|
<input id="BgImgHold" type="hidden" value="%IMG_BACKGROUND%" />
|
|
|
|
</p>
|
2012-03-17 16:01:12 +01:00
|
|
|
<center><p>
|
|
|
|
<label for="BgImgSelSiz">%TXT_PLACEMENT%</label>
|
2012-01-19 18:05:21 +01:00
|
|
|
<select id="BgImgSelSiz" name="imgselsize" onchange="bgImgUpdate()">
|
|
|
|
<option value="auto">%TXT_AUTO%</option>
|
|
|
|
<option value="cover">%TXT_COVER%</option>
|
|
|
|
<option value="contain">%TXT_FIT%</option>
|
|
|
|
<option value="100% auto">%TXT_FWIDTH%</option>
|
|
|
|
<option value="auto 100%">%TXT_FHEIGHT%</option>
|
|
|
|
</select>
|
2012-03-17 16:01:12 +01:00
|
|
|
</p></center>
|
2012-01-19 18:05:21 +01:00
|
|
|
</div>
|
2012-03-17 16:01:12 +01:00
|
|
|
<p class="buttonbox">
|
|
|
|
<input type="button" value=" %CLOSE% " onClick="$('#fadeOverlay2').fadeOut('slow');" />
|
|
|
|
<input type="button" value=" %APPLY% " onClick="saveSettings();$('#fadeOverlay2').fadeOut('slow');"/>
|
|
|
|
</p>
|
2012-01-19 01:10:01 +01:00
|
|
|
</div>
|
2012-01-18 20:10:04 +01:00
|
|
|
</div>
|
2011-12-02 23:25:27 +01:00
|
|
|
</body>
|
|
|
|
</html>
|