Template Änderungen im Zeitraum 18.April 2014 (Friday) - 04.September 2014 (Thursday)

Für Rückfragen steht Ihnen das Support Forum Templates & Sprachen zur Verfügung





18.April 2014 (Friday) - 04.September 2014 (Thursday)

Template: Standard Template
Template-Element: Blog - Userblog - Artikel im Template: Standard Template
(2 Changes, Last: 2014-09-03)
Developers: - Christian
1 {[require_jquery]}
2
{{user_at_link==true.start}}
3
{{user_registered==true.start}}
4
<script>
5
var at_username_target_textarea = '#posted_comment';
6
var theDivUserSearch = '{[user_finder_div_at_tag]}';
7
var theDivUserDisable ='{[user_disable_div_at_tag]}';
8
9
</script>
10
<script type="text/javascript" src="{{link_new_message_js}}"></script>
11
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
12
{{user_registered==true.end}}
13
{{user_at_link==true.end}}
14
15 <style type="text/css">
16 {{blog_pic_width.startint}}{{global_picture_width}}-300{{blog_pic_width.end}}
17
Template-Element: Blog - Forumsblog - Artikel im Template: Standard Template
(3 Changes, Last: 2014-09-03)
Developers: - Christian
1 {[require_jquery]}
2
{{user_at_link==true.start}}
3
{{user_registered==true.start}}
4
<script>
5
var at_username_target_textarea = '#posted_comment';
6
var theDivUserSearch = '{[user_finder_div_at_tag]}';
7
var theDivUserDisable ='{[user_disable_div_at_tag]}';
8
9
</script>
10
<script type="text/javascript" src="{{link_new_message_js}}"></script>
11
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
12
{{user_registered==true.end}}
13
{{user_at_link==true.end}}
14 <style type="text/css">
15 {{blog_pic_width.startint}}{{global_picture_width}}-300{{blog_pic_width.end}}
16 td.bs2 img{max-width:{{blog_pic_width}}px}
17
Template-Element: Blog - Forumsblog im Template: Standard Template
(1 Changes, Last: 2014-06-26)
Developers: - iggy
  
73 {{userblog_active==true.end}}
74 {{blog_active==true.end}}
75
76
	{{categories==true.start}}
77
				<br/><strong>{[blog_all_categories]}</strong>
78
				<ul class="bf">
79
				{{categories.startlist}}
80
				{{categories:curcat==true.start}}
81
<li><strong>{{categories:name}}</strong></li>
82
{{categories:curcat==true.else}}
83
					<li><a href="{{categories:categorylink}}">{{categories:name}}</a></li>
84
{{categories:curcat==true.end}}
85
				{{categories.end}}
86
				</ul>
87
			{{categories==true.end}}
88
89 {{mostpopularentries==true.start}}
90 <br/><strong>{[blog_most_popular_entries]}</strong>
91 <ul class="bf">
92
Template-Element: Kalender-Events im Template: Standard Template
(2 Changes, Last: 2014-09-03)
Developers: - Christian
1
{[require_jquery]}
2
{{user_at_link==true.start}}
3
{{user_registered==true.start}}
4
<script>
5
var at_username_target_textarea = '#posted_comment';
6
var theDivUserSearch = '{[user_finder_div_at_tag]}';
7
var theDivUserDisable ='{[user_disable_div_at_tag]}';
8
9
</script>
10
<script type="text/javascript" src="{{link_new_message_js}}"></script>
11
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
12
{{user_registered==true.end}}
13
{{user_at_link==true.end}}
14 <style>
15 #select_date:hover { cursor: pointer; }
16 #select_date_zeitspanne:hover { cursor: pointer; }
17 </style>
18
19
{[require_jquery]}
19 <script language="javascript" src="https://img.homepagemodules.de/ds/static/jquery/min/jquery.dateinput.min.js" type="text/javascript"></script>
20
21 <script type="text/javascript" LANGUAGE="javascript">
22
Template-Element: CSS Vorlage im Template: Standard Template
(1 Changes, Last: 2014-05-06)
Developers: - iggy
  
853 overflow-y: scroll;
854 width: 100%;
855 }
856
.clear {	
857
			line-height:0;
858
			height: 0;
859
			font-size: 1px;
860
			clear: both;	
861
			margin: 0;
862
			padding: 0;
863
			float:none !important;
864
			border: none; }
865
866 {{global_css_addon}}
  
868
Template-Element: Beitrag bearbeiten im Template: Standard Template
(3 Changes, Last: 2014-06-02)
Developers: - iggy
  
102 {{old_signature==true.end}}
103 </div>
104
105
	{{addfile==true.start}}
105
	{{canfiles==true.start}}
106 <div class="nnor">
107 {{files==true.start}}
108 {{files.startlist}}
  
114 <i>{[editmessage_edit_nofiles]}</i>
115 {{files==true.end}}
116 </div>
117
	{{addfile==true.end}}
117
	{{canfiles==true.end}}
118
119
120 <div class="nnor">
121 {{tick(new_message_in_form)}}
  
134 </table>
135 </div>
136 {{addfile==true.end}}
137
	{{file_limit_reached==true.start}}<div class="ntop"><table style="width:100%;"><tr><td>{[file_upload_limit_reached]}</td></tr></table>{{file_limit_reached==true.end}}
138 </div>
139
140
141
Template-Element: Obere Leiste im Template: Standard Template
(17 Changes, Last: 2014-07-17)
Developers: - Christian - iggy
  
68 </div>
69 {{user_registered==false.end}}
70
71
72
{{headeractive==true.start}}
73
<div id="forumlogo">
74
	{{headerimage==true.start}}<img id="thelogo" src="{{headerimage}}" alt="" />{{headerimage==true.end}}
75
	{{show_header_text==true.start}}<div class="logotext"><h2>{{headertitle}}</h2>{{headerdesc}}</div>{{show_header_text==true.end}}
76
</div>
77
<style>
78
#thelogo{padding:5px;vertical-align: middle;} #forumlogo{text-align:{{headeralign}}; max-width:{{global_page_width}}; margin:auto;} .logotext{vertical-align: middle;}
79
{{headernewline==false.start}}.logotext{display:inline-block;}{{headernewline==false.end}}
80
</style>
81
{{headeractive==true.end}}
82 {{html_header}}
83
84 <table cellpadding="0" cellspacing="0" border="0" width="{{global_page_width}}" align="center" id="pagewidth">
  
117 {{submenubefore.startint}}false{{submenubefore.end}}
118 {{submenubefore==true.else}}{{menuendli}}{{submenubefore==true.end}}<li onmouseout="try{togSub('{{menu:key}}')}catch(err){}" onmouseover="try{togSub('{{menu:key}}')}catch(err){}" id="{{menu:key}}" style="position: relative;">
119 {{first==false.start}}|{{first==false.end}}<a href="{{menu:ziel}}" {{menu:_blank==true.start}}target="_blank"{{menu:_blank==true.end}} class="tarea">{{menu:icon==true.start}}<img title="{{cur_name}}" src="{{menu:icon}}" class='dwn' />{{menu:icon==true.end}}
120
             {{cur_name}}</a>
120
             {{cur_name}}{{menu:newCount==true.start}} ({{menu:newCount<10.start}}{{menu:newCount}}{{menu:newCount<10.end}}{{menu:newCount>10.start}}9+{{menu:newCount>10.end}}){{menu:newCount==true.end}}</a>
121 {{menu:new==true.start}}
122 {{global_nav_news==true.start}}<img src="{{global_nav_news}}" class='dwn3'/>{{global_nav_news==true.end}}{{menu:new==true.end}}
123 {{menu:is_sub==true.end}}
124
Template-Element: Bildergalerie - Bild anzeigen im Template: Standard Template
(3 Changes, Last: 2014-09-03)
Developers: - Christian - iggy
1 {[require_jquery]}
2
{{user_at_link==true.start}}
3
{{user_registered==true.start}}
4
<script>
5
var at_username_target_textarea = '#commentar';
6
var theDivUserSearch = '{[user_finder_div_at_tag]}';
7
var theDivUserDisable ='{[user_disable_div_at_tag]}';
8
9
</script>
10
<script type="text/javascript" src="{{link_new_message_js}}"></script>
11
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
12
{{user_registered==true.end}}
13
{{user_at_link==true.end}}
14
15 <script type="text/javascript" language="text/javascript" src="{{js_uri}}autocomplete.js"></script>
16 <script language="javascript" src="{{link_gallery_js}}" type="text/javascript"></script>
17 <script language="javascript" src="{{link_gallery_usertag_js}}" type="text/javascript"></script>
  
207 {[twitter_button]}
208 {{twitter==true.end}}</td></tr>
209 {{showsocial==true.end}}
210
210
		{{tick(pre_addintegrations)}}
211 {{addintegrations==true.start}}
212 <tr class="nnor"><td>{[gallery_link_options]} &nbsp;
213
214
Template-Element: Javascript - Standard, immer geladen im Template: Standard Template
(27 Changes, Last: 2014-08-28)
Developers: - Christian - iggy
1
{{include(javascript_ext)}}
2
3
var window_tabActive = true;
4
window.onfocus 	= function() {window_tabActive = true;}
5
window.onblur	= function() {window_tabActive = false;} 
6
7
var desktopNotification = {
8
	config: {
9
		ttl: 60000,
10
		iconCover: 'https://img.homepagemodules.de/ds/static/iconset/basic/128/basic2-225_audio_news_megaphone.png',
11
		onlyOnBlur: true,
12
		linkNewWindow: false
13
	},
14
	activeNotifications: [],
15
	// nur bei "onclick" events!!!!!
16
	requestPermission: function(callbackfn) {
17
		if (typeof Notification !== 'undefined') {
18
			if (Notification.permission == 'default') {
19
				Notification.requestPermission(function(a){
20
					if (typeof callbackfn === 'function') {
21
						callbackfn(a);
22
					}
23
					return Notification.permission;
24
				});
25
			} else {
26
				return Notification.permission;
27
			}
28
		} else {
29
			return 'notificationUndefined';
30
		}
31
	},
32
	createNew: function(title, text, link) {
33
		var access = false;
34
		if (desktopNotification.config.onlyOnBlur) {
35
			if (!window_tabActive) {
36
				access = true;
37
			}
38
		} else {
39
			access = true;
40
		}
41
		
42
		if (access) {
43
			if (typeof Notification !== 'undefined') {
44
				if (Notification.permission == 'granted') {
45
					desktopNotification.activeNotifications.push(new Notification(title, {
46
														dir: "auto",
47
														lang: "",
48
														body: text,
49
														icon: desktopNotification.config.iconCover
50
													}));
51
					if (typeof link !== 'undefined') {
52
						desktopNotification.activeNotifications[desktopNotification.activeNotifications.length - 1].addEventListener('click', function() {
53
							if (desktopNotification.config.linkNewWindow) {
54
								window.open(link);
55
							} else {
56
								window.location = link;
57
							}
58
							
59
						});
60
					}				
61
					// autoclose
62
					window.setTimeout(function(){
63
						if (typeof desktopNotification.activeNotifications[0] !== 'undefined') {
64
							desktopNotification.activeNotifications[0].close();
65
							desktopNotification.activeNotifications.splice(0,1);
66
						}
67
					},desktopNotification.config.ttl);
68
				} else {
69
					// notifications not granted!
70
					return 'noPermission';
71
				}
72
			} else {
73
				// ie su....
74
				return 'notificationUndefined';
75
			}
76
		}
77
		
78
	}
79
	
80
};
81
82
83
84 var _x = {
85 getVars: {},
86 strGET: document.location.search.substr(1,document.location.search.length),
  
726 if((cur+"").length<13){cur = cur * 1000};
727 off = timezone_user_offset ? timezone_user_offset : 0;
728 now = new Date();
729
if(time_diff_to_server){curts = Date.parse(now); now.setTime (curts + time_diff_to_server);}
729
	if (typeof time_diff_to_server === 'undefined') {
730
	 var time_diff_to_server = false;
731
	}
732
733
	if(time_diff_to_server){curts = Date.parse(now); now.setTime (curts + time_diff_to_server);}
734
735 now_s = now.getFullYear() + ' ' + (now.getMonth()+1) + ' ' + now.getDate();
736 today_start = Date.parse(now_s);
  
908 mwidth = mwidth ? mwidth : (WindowWidth/2);
909 mwidth = parseInt(mwidth);
910 modalDiv = document.createElement('div');
911
    modalDiv.className = 'modalDivContainer content panel';
911
    modalDiv.className = 'modalDivContainer content panel box';
912 modalDiv.id = 'modalDivContainer';
913 modalDiv.style.position = 'absolute';
914 modalDiv.style.top = 0;
  
923
924
925 contentdiv = document.createElement('div');
926
	contentdiv.className = 'modalDivContainer';
926
	contentdiv.className = 'modalDivContainer  content panel box';
927 contentdiv.id = 'modalDivContent';
928
929 contentdiv.style.position='absolute';
  
935 contentdiv.style.background = '#ffffff';
936 contentdiv.style.border = '3px solid #3579A1';
937 contentdiv.style.zIndex = 55556;
938
    contentdiv.style.margin = "0px";
939
940
    contentdiv.style.padding = "0px";
941
942 if(header){
943 contentheaderdiv = document.createElement('div');
944
    contentheaderdiv .className = 'modalDivHeader';
944
    contentheaderdiv .className = 'modalDivHeader boxheader';
945 contentheaderdiv.innerHTML = '<span id="sheader" style="float:left"><i>'+header+'</i></span><span style="float:right"><a style="color:white" class="unloader" href="javascript:void(0)" onclick="closeForumModal()">X</a></span><div style="clear:both"></div>';
946 }
947 contentcontentdiv= document.createElement('div');
948
contentcontentdiv.className = 'modalDivContent';
948
contentcontentdiv.className = 'modalDivContent boxcontent c_r_content2 panel tms1';
949
contentcontentdiv.style.marginBottom = "0px";
950 var innercontent = document.getElementById(id);
951
952
953
954 modalContParent = innercontent.parentNode;
955 modalContElement = innercontent;
956
  
1033 catch(e){console.log(e);}
1034 }
1035
1036
function undoWarning(targetid,ttype){
1036
function undoWarning(targetid,ttype,iid){
1037
1038 if(!unwarnurl){var unwarnurl = "{{unwarnurl}}";}
1039
1040
var param_string = "target_id="+targetid+"&target_type="+ttype;
1040
var param_string = "target_id="+targetid+"&target_type="+ttype+'&integration_id='+iid;
1041
1042 warning_request = hpm_createHttpRequestObject();
1043
  
1171
1172 function createForumActionInfoBox(){
1173 var $skel = $('<div id="forumActionInfo" style="display:none">');
1174
$('<span class="delspan" onclick="$(\'#forumActionInfo\').fadeTo(\'fast\', 0);"><img alt="{[chat_close]}" title="{[chat_close]}" src="https://files.homepagemodules.de/b2001010/a_1245_7c2fe117.gif"></span><div id="forumActionInfoCont"></div>').appendTo($skel);
1174
$('<span class="delspan" onclick="$(\'#forumActionInfo\').fadeTo(\'fast\', 0,  function(){$(\'#forumActionInfo\').hide();});"><img alt="{[chat_close]}" title="{[chat_close]}" src="https://files.homepagemodules.de/b2001010/a_1245_7c2fe117.gif"></span><div id="forumActionInfoCont"></div>').appendTo($skel);
1175 $skel.appendTo("body");
1176 return $skel;
1177 }
  
1191 $noteBox.css('left',boxleft+"px");
1192 $('#forumActionInfo').fadeTo('slow', 1);
1193 if(hideafter){
1194
		generalNotifierTimer= setTimeout("$('#forumActionInfo').fadeTo('slow', 0);",(hideafter*1000));
1194
		generalNotifierTimer= setTimeout("$('#forumActionInfo').fadeTo('slow', 0, function(){$('#forumActionInfo').hide();});",(hideafter*1000));
1195 }
1196 }
1197
1198
Template-Element: Javascript - Standard, externe Funktionen im Template: Standard Template
(3 Changes, Last: 2014-06-18)
Developers: - Christian - iggy
0
/*
1
 * Date Format 1.2.3
2
 * (c) 2007-2009 Steven Levithan <stevenlevithan.com>
3
 * MIT license
4
 *
5
 * Includes enhancements by Scott Trenda <scott.trenda.net>
6
 * and Kris Kowal <cixar.com/~kris.kowal/>
7
 *
8
 * Accepts a date, a mask, or a date and a mask.
9
 * Returns a formatted version of the given date.
10
 * The date defaults to the current date/time.
11
 * The mask defaults to dateFormat.masks.default. 
12
 */
13
14
var dateFormat = function () {
15
	var	token = /d{1,4}|m{1,4}|yy(?:yy)?|([HhMsTt])\1?|[LloSZ]|"[^"]*"|'[^']*'/g,
16
		timezone = /\b(?:[PMCEA][SDP]T|(?:Pacific|Mountain|Central|Eastern|Atlantic) (?:Standard|Daylight|Prevailing) Time|(?:GMT|UTC)(?:[-+]\d{4})?)\b/g,
17
		timezoneClip = /[^-+\dA-Z]/g,
18
		pad = function (val, len) {
19
			val = String(val);
20
			len = len || 2;
21
			while (val.length < len) val = "0" + val;
22
			return val;
23
		};
24
25
	// Regexes and supporting functions are cached through closure
26
	return function (date, mask, utc) {
27
		var dF = dateFormat;
28
29
		// You can't provide utc if you skip other args (use the "UTC:" mask prefix)
30
		if (arguments.length == 1 && Object.prototype.toString.call(date) == "[object String]" && !/\d/.test(date)) {
31
			mask = date;
32
			date = undefined;
33
		}
34
35
		// Passing date through Date applies Date.parse, if necessary
36
		date = date ? new Date(date) : new Date;
37
		if (isNaN(date)) throw SyntaxError("invalid date");
38
39
		mask = String(dF.masks[mask] || mask || dF.masks["default"]);
40
41
		// Allow setting the utc argument via the mask
42
		if (mask.slice(0, 4) == "UTC:") {
43
			mask = mask.slice(4);
44
			utc = true;
45
		}
46
47
		var	_ = utc ? "getUTC" : "get",
48
			d = date[_ + "Date"](),
49
			D = date[_ + "Day"](),
50
			m = date[_ + "Month"](),
51
			y = date[_ + "FullYear"](),
52
			H = date[_ + "Hours"](),
53
			M = date[_ + "Minutes"](),
54
			s = date[_ + "Seconds"](),
55
			L = date[_ + "Milliseconds"](),
56
			o = utc ? 0 : date.getTimezoneOffset(),
57
			flags = {
58
				d:    d,
59
				dd:   pad(d),
60
				ddd:  dF.i18n.dayNames[D],
61
				dddd: dF.i18n.dayNames[D + 7],
62
				m:    m + 1,
63
				mm:   pad(m + 1),
64
				mmm:  dF.i18n.monthNames[m],
65
				mmmm: dF.i18n.monthNames[m + 12],
66
				yy:   String(y).slice(2),
67
				yyyy: y,
68
				h:    H % 12 || 12,
69
				hh:   pad(H % 12 || 12),
70
				H:    H,
71
				HH:   pad(H),
72
				M:    M,
73
				MM:   pad(M),
74
				s:    s,
75
				ss:   pad(s),
76
				l:    pad(L, 3),
77
				L:    pad(L > 99 ? Math.round(L / 10) : L),
78
				t:    H < 12 ? "a"  : "p",
79
				tt:   H < 12 ? "am" : "pm",
80
				T:    H < 12 ? "A"  : "P",
81
				TT:   H < 12 ? "AM" : "PM",
82
				Z:    utc ? "UTC" : (String(date).match(timezone) || [""]).pop().replace(timezoneClip, ""),
83
				o:    (o > 0 ? "-" : "+") + pad(Math.floor(Math.abs(o) / 60) * 100 + Math.abs(o) % 60, 4),
84
				S:    ["th", "st", "nd", "rd"][d % 10 > 3 ? 0 : (d % 100 - d % 10 != 10) * d % 10]
85
			};
86
87
		return mask.replace(token, function ($0) {
88
			return $0 in flags ? flags[$0] : $0.slice(1, $0.length - 1);
89
		});
90
	};
91
}();
92
93
// Some common format strings
94
dateFormat.masks = {
95
	"default":      "ddd mmm dd yyyy HH:MM:ss",
96
	shortDate:      "m/d/yy",
97
	mediumDate:     "mmm d, yyyy",
98
	longDate:       "mmmm d, yyyy",
99
	fullDate:       "dddd, mmmm d, yyyy",
100
	shortTime:      "h:MM TT",
101
	mediumTime:     "h:MM:ss TT",
102
	longTime:       "h:MM:ss TT Z",
103
	isoDate:        "yyyy-mm-dd",
104
	isoTime:        "HH:MM:ss",
105
	isoDateTime:    "yyyy-mm-dd'T'HH:MM:ss",
106
	isoUtcDateTime: "UTC:yyyy-mm-dd'T'HH:MM:ss'Z'"
107
};
108
109
// Internationalization strings
110
dateFormat.i18n = {
111
	dayNames: [
112
		"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat",
113
		"Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"
114
	],
115
	monthNames: [
116
		"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec",
117
		"January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"
118
	]
119
};
120
121
// For convenience...
122
Date.prototype.format = function (mask, utc) {
123
	return dateFormat(this, mask, utc);
124
};
125
126
//add Xobor scpecific Masks
127
dateFormat.masks.now1 = '{[time_minute_one]}';
128
dateFormat.masks.now = '{[time_minute_more]}';
129
dateFormat.masks.today = '{[time_today_js]}';
130
dateFormat.masks.yesterday = '{[time_yesterday_js]}';
131
dateFormat.masks.norm = '{[time_other_js]}';
132
dateFormat.masks.never = '-';
  
134
Template-Element: Neuen Beitrag schreiben im Template: Standard Template
(2 Changes, Last: 2014-09-03)
Developers: - Christian
  
6 {{user_at_link==true.start}}
7 {{user_registered==true.start}}
8 <script>
9
var at_username_target_textarea = '#messagetext';
10 var theDivUserSearch = '{[user_finder_div_at_tag]}';
11 var theDivUserDisable ='{[user_disable_div_at_tag]}';
12
13
$(document).ready(function() {
14
if (xGetCookie("userAdTagVis") != null && xGetCookie("userAdTagVis") == 0) {
15
		disableAddAT();
16
}
17
});
13 </script>
14 <script type="text/javascript" src="{{link_new_message_js}}"></script>
15
16
17
		<style>
18
                .adTagContainerStyleMain {
19
                     background-color:{{global_area1_bg|rgb_lightness(115)}};
20
		     border: 1px solid;  
21
                     margin:5px 0 5px 0;
22
		     width:700px;  
23
                }
24
25
		#adTagMainContainer {
26
			padding:14px;
27
			height:160px;
28
		}
29
30
              #minTagMainContainer{
31
	               padding: 5px 14px;
32
                }
33
34
		#left {
35
			display:block;
36
			padding:0px;
37
			float:left;
38
			width: 250px;
39
			height: 150px;
40
		}
41
42
		#right {
43
			display:block;
44
			float:right;
45
			overflow: auto;
46
			width:400px;
47
			height: 150px;
48
			border: 1px solid;
49
		}
50
		.adTagul {
51
			padding: 0;
52
			margin: 0px;
53
			list-style-type: none;
54
		}
55
56
		.adTagul li {
57
			padding: 0;
58
			margin-bottom:2px;
59
			background-color:{{global_area1_bg|rgb_lightness(100)}};
60
			color:{{global_boxheader_fontcolor}};
61
			cursor:pointer;
62
63
			
64
		}
65
		.adTagul li:hover {
66
			background-color:{{global_area1_bg|rgb_lightness(120)}};
67
		}
68
		</style>
15
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
16 {{user_registered==true.end}}
17 {{user_at_link==true.end}}
18
19
Template-Element: Thread - Flat im Template: Standard Template
(3 Changes, Last: 2014-09-03)
Developers: - Christian - iggy
1
{[require_jquery]}
2
{{user_at_link==true.start}}
3
{{user_registered==true.start}}
4
<script>
5
var at_username_target_textarea = '#messagetext';
6
var theDivUserSearch = '{[user_finder_div_at_tag]}';
7
var theDivUserDisable ='{[user_disable_div_at_tag]}';
8
9
</script>
10
<script type="text/javascript" src="{{link_new_message_js}}"></script>
11
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
12
{{user_registered==true.end}}
13
{{user_at_link==true.end}}
14 {{newmessage.start}} <img src="https://img.homepagemodules.de/neu.gif" border=0>{{newmessage.end}}
15 {{first2.start}}{{first2.end}}
16
  
170
171 {{tick(thread_pre_first_message)}}
172 {{message.startlist}}
173
173
{{tick(thread_before_message)}}
174 {{first2==false.start}}
175 {{answerto.start}}{{message:title}}{{answerto.end}}
176 {{first2.start}}true{{first2.end}}
177
Template-Element: Mitglieder Profil im Template: Standard Template
(4 Changes, Last: 2014-09-03)
Developers: - Christian
1
{[require_jquery]}
2
{{user_at_link==true.start}}
3
{{user_registered==true.start}}
4
<script>
5
var at_username_target_textarea = '#commentar';
6
var theDivUserSearch = '{[user_finder_div_at_tag]}';
7
var theDivUserDisable ='{[user_disable_div_at_tag]}';
8
9
</script>
10
<script type="text/javascript" src="{{link_new_message_js}}"></script>
11
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
12
{{user_registered==true.end}}
13
{{user_at_link==true.end}}
14 <div class="cat">
15 {{today@dateformat.start}}{[time_date_today]}{{today@dateformat.end}}
16 {{yesterday@dateformat.start}}{[time_date_yesterday]}{{yesterday@dateformat.end}}
17
Template-Element: Wiki - Seite bearbeiten im Template: Standard Template
(21 Changes, Last: 2014-06-06)
Developers: - iggy
  
67 {{tick(breadcrumb_end)}}
68
69
70
{{new_page_exists_error==true.start}}
71
	{{title_start}}{[calendar_error_occured]}{{title_end}}
72
	{{content_start}}{[wiki_page_exists_error]}{{content_end}}
73
{{new_page_exists_error==true.end}}
74
75 {{preview==true.start}}
76 {{addfile_current==true.start}}
77
  
89
90 {{content_start}}
91 <form method="POST" enctype="multipart/form-data" action="{{wiki_submit_link}}" onsubmit="return checkWikiPage();">
92
	
93
	<input type="hidden" name="editid" value="{{page_intid}}">
94 {{can_edit_title==true.start}}
95
	<div class="formfield">	
95
		<div class="formfield">	
96
97 <strong class="caption">{[wiki_page_name]}</strong>
98
		<input type="text" class="inputbox" name="title" id="wikititle" value="{{titleeditable}}"/>
99
	</div>
98
	
99
		{{title_change==true.start}}
100
				<input type="text" class="inputbox" name="title" id="curwikititle" value="{{titleeditable}}"/>
101
		{{title_change==true.else}}
102
				<span id="noedit">{{title}}</span>
103
				<input type="text" class="inputbox" style="display:none;" name="title" id="curwikititle" value="{{titleeditable}}"/>
104
				<a style="margin-left:10px;" href="javascript:void(0);" onclick="$('#curwikititle').show().focus(); $('#noedit').hide(); $(this).remove(); $('#title_change').attr('disabled',false); ">ändern</a>
105
		{{title_change==true.end}}
106
107
		</div>
108 {{can_edit_title==true.else}}
109
	<div id="page_title">
110
		<strong>{[wiki_page_name]}:</strong>
111
			{{preview==true.start}}
112
				{{preview_title}}
113
				<input type="hidden" name="title" value="{{titleeditable}}"/>
114
			{{preview==true.else}}
115
				{{titleeditable}}
116
				<input type="hidden" name="title" value="{{titleeditable}}"/>
117
			{{preview==true.end}}
118
	</div>
109
		<div id="page_title">
110
			<strong>{[wiki_page_name]}:</strong>
111
				{{preview==true.start}}
112
					{{preview_title}}
113
					<input type="hidden" name="title" value="{{titleeditable}}"/>
114
				{{preview==true.else}}
115
					{{titleeditable}}
116
					<input type="hidden" name="title" value="{{titleeditable}}"/>
117
				{{preview==true.end}}
118
		</div>
119 {{can_edit_title==true.end}}
120
121
122
123 <div class="formfield">
124 <div>{{iconbar}}</div>
125
		<textarea class="inputbox" name="text" id="text">{{texteditable}}</textarea>
125
<div style="clear:both"></div>
126
		<textarea class="inputbox" style="width:80%; min-height:350px;" name="text" id="text">{{texteditable}}</textarea>
127 </div>
128
129
130
131 {{buttons_start}}
132
 <input type="hidden" name="unique" value="{{uniquepostid}}">
132
		<input type="hidden" name="unique" value="{{uniquepostid}}" />
133 <input type="submit" name="save" value="{[name_submit]}" class="{{button_class}}"/>
134 <input type="submit" name="preview" value="{[wiki_preview]}" class="{{button_class}}"/>
135 <input type="button" onclick="window.location='{{wiki_back_link}}'" value="{[wiki_cancel]}" style="float:right; margin-right:10px;" class="{{button_class}}"/>
130 <a href="{{files:file}}" target="_blank">{{files:filename}}</a> &nbsp;-&nbsp; <i><input type=checkbox {{files:delete==true.start}}checked{{files:delete==true.end}} name=file[{{files:id}}]>{[name_delete]}</i><br>
131 {{files.end}}
132
133
      {{files==true.end}}
133
   {{files==true.end}}
134
135 </form>
136
137
Template-Element: Wiki - Revisionen anzeigen im Template: Standard Template
(8 Changes, Last: 2014-06-06)
Developers: - iggy
  
240 second_date = new Date(second_ts).toLocaleString();
241
242
243
244 $("#comp_info").html("<span>Vergleiche <span class='rev1'>Revision "+first + " (von "+first_user+", "+first_date+" )</span> mit <span class='rev2'>Revision " + second + " (von "+second_user+", "+second_date+" )</span></span>");
245
246
if(res.title_changed){
247
  $tcdiv = $("<div id='tchange'><strong>{[wiki_title_changed]}: <span class='rev1'>"+res.title_first+"</span> &rarr; <span class='rev2'>"+res.title_second+"</span></strong></div>");
248
  $tcdiv.appendTo($("#comp_info"));
249
}
250
251
252 $('#comp_info, #comp_table,#takerevisions').show();
253
254 }
255
Template: ProSilver
Template-Element: Blog - Userblog - Artikel im Template: ProSilver
(2 Changes, Last: 2014-09-03)
Developers: - Christian
1 {[require_jquery]}
2
{{user_at_link==true.start}}
3
{{user_registered==true.start}}
4
<script>
5
var at_username_target_textarea = '#posted_comment';
6
var theDivUserSearch = '{[user_finder_div_at_tag]}';
7
var theDivUserDisable ='{[user_disable_div_at_tag]}';
8
9
10
</script>
11
<script type="text/javascript" src="{{link_new_message_js}}"></script>
12
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
13
{{user_registered==true.end}}
14
{{user_at_link==true.end}}
15
16 <style type="text/css">
17 {{blog_pic_width.startint}}{{global_picture_width}}-300{{blog_pic_width.end}}
18
Template-Element: Blog - Forumsblog - Artikel im Template: ProSilver
(3 Changes, Last: 2014-09-03)
Developers: - Christian
1 {[require_jquery]}
2
{{user_at_link==true.start}}
3
{{user_registered==true.start}}
4
<script>
5
var at_username_target_textarea = '#posted_comment';
6
var theDivUserSearch = '{[user_finder_div_at_tag]}';
7
var theDivUserDisable ='{[user_disable_div_at_tag]}';
8
9
10
</script>
11
<script type="text/javascript" src="{{link_new_message_js}}"></script>
12
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
13
{{user_registered==true.end}}
14
{{user_at_link==true.end}}
15
16 <style type="text/css">
17 {{blog_pic_width.startint}}{{global_picture_width}}-300{{blog_pic_width.end}}
18 td.bs2 img{max-width:{{blog_pic_width}}px}
19
Template-Element: Blog - Forumsblog im Template: ProSilver
(1 Changes, Last: 2014-06-26)
Developers: - iggy
  
103
104
105 <div class="post bg1">
106
106
<br/><strong>{[blog_all_categories]}</strong>
107
<ul class="bf">
108
	{{categories.startlist}}
109
				{{categories:curcat==true.start}}
110
<li><strong>{{categories:name}}</strong></li>
111
{{categories:curcat==true.else}}
112
					<li><a href="{{categories:categorylink}}">{{categories:name}}</a></li>
113
{{categories:curcat==true.end}}
114
				{{categories.end}}
115
				</ul>
116
117
			{{categories==true.end}}
118
119
120 {{mostpopularentries==true.start}}
121
Template-Element: Kalender-Events im Template: ProSilver
(2 Changes, Last: 2014-09-03)
Developers: - Christian
1
{{user_at_link==true.start}}
2
{{user_registered==true.start}}
3
<script>
4
var at_username_target_textarea = '#messagetext';
5
var theDivUserSearch = '{[user_finder_div_at_tag]}';
6
var theDivUserDisable ='{[user_disable_div_at_tag]}';
7
8
9
</script>
10
<script type="text/javascript" src="{{link_new_message_js}}"></script>
11
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
12
{{user_registered==true.end}}
13
{{user_at_link==true.end}}
14 <script language="Javascript">
15 function confirmBox(url) {
16 if(confirm('{[userbook_delete_confirm]}')) document.location.href = url;
  
1051
1052
1053 {{cal_update_event_view==true.end}}
1054
1054
Template-Element: CSS Vorlage im Template: ProSilver
(4 Changes, Last: 2014-06-25)
Developers: - iggy - Christian
  
1592 margin: 5px 0 10px 0;
1593 min-height: 80px;
1594 color: #666666;
1595
	border-left: 1px solid {{global_body_bg}};
1595 width: 22%;
1596 float: right;
1597 display: inline;
  
2701 color: {{global_body_bg}};
2702 }
2703
2704
.headerbar h2{color: {{global_body_bg}};}
2705
2706 .navbar {
2707 background-color: {{global_bg2}};
2708 }
2709
Template-Element: Beitrag bearbeiten im Template: ProSilver
(3 Changes, Last: 2014-06-02)
Developers: - iggy
  
95 {{old_signature==true.end}}
96 </dl>
97 </fieldset>
98
{{addfile==true.start}}
98
{{canfiles==true.start}}
99 <fieldset class="fields1">
100 <dl>
101 <dt>{[editmessage_edit_files]}</dt>
  
111 {{files==true.end}}
112 </dl>
113 </fieldset>
114
{{addfile==true.end}}
114
{{canfiles==true.end}}
115 {{tick(new_message_in_form)}}
116 <span class="corners-bottom"><span></span></span></div>
117 </div>
  
129 {[file_upload_js]}
130 <div style="clear:both"></div>
131 {{addfile==true.end}}
132
{{file_limit_reached==true.start}}{[file_upload_limit_reached]}{{file_limit_reached==true.end}}
133 <span class="corners-bottom"><span></span></span></div>
134 </div>
135
136
Template-Element: Obere Leiste im Template: ProSilver
(14 Changes, Last: 2014-07-17)
Developers: - Christian - iggy
  
67 <body class="section-index ltr {{page_portal==true.start}}portal{{page_portal==true.end}}">
68 {{fb_api==true.start}}{[facebook_init]}{{fb_api==true.end}}
69
70
			
71 {{html_header}}
72
73
  
84 <div class="headerbar">
85 <div class="inner"><span class="corners-top"><span></span></span>
86
87
88
{{headeractive==true.start}}
89
<div id="forumlogo">
90
	{{headerimage==true.start}}<img id="thelogo" src="{{headerimage}}" alt="" />{{headerimage==true.end}}	
91
	{{show_header_text==true.start}}<div class="logotext"><h2>{{headertitle}}</h2>{{headerdesc}}</div>{{show_header_text==true.end}}
92
</div>
93
<style>
94
.headerbar{position:relative;} 
95
96
{{searchalign.start}}right{{searchalign.end}}
97
{{headeralign==right.start}}{{searchalign.start}}left{{searchalign.end}}{{headeralign==right.end}}
98
99
100
#search-box{position:absolute; {{searchalign}}:10px; bottom:20px;}
101
102
#thelogo{padding:5px;vertical-align: middle;} #forumlogo{text-align:{{headeralign}}; max-width:{{global_page_width}}; margin:auto;} .logotext{vertical-align: middle;}
103
{{headernewline==false.start}}.logotext{display:inline-block;}{{headernewline==false.end}}
104
</style>
105
106
107
		{{headeractive==true.else}}
108
109
110
111 <div id="site-description">
112
113 <h1>{{html_title}}</h1>
114 <p>{{hpmtext}}</p>
115 </div>
116
{{headeractive==true.end}}
117
118 <div id="search-box">
119 <form method="get" action="{{link_search}}" name="hpmsearchform">
104 <a href="{{link_search}}" title="{[search_advanced_style2]}">{[search_advanced_style2]}</a> </fieldset>
105 </form>
106 </div>
107
	
107
			
108 <span class="corners-bottom"><span></span></span></div>
109 </div>
110 {{tick(forums_top_box)}}
  
169 <a href="{{menulist:ziel}}" {{menulist:_blank==true.start}}target="_blank"{{menulist:_blank==true.end}}
170
171 {{menulist:icon==false.start}}{{menkey!~=user_page.start}}class="icon-{{menulist:key}}" style="padding-left: 18px;"{{menkey!~=user_page.end}}{{menulist:icon==false.end}}>
172
				{{menulist:icon==true.start}}<img src="{{menulist:icon}}" title="{{cur_name}}" class='dwn' />{{navicon.start}}1{{navicon.end}}{{menulist:icon==true.end}}{{cur_name}}</a> 
172
				{{menulist:icon==true.start}}<img src="{{menulist:icon}}" title="{{cur_name}}" class='dwn' />{{navicon.start}}1{{navicon.end}}{{menulist:icon==true.end}}{{cur_name}}{{menulist:newCount==true.start}} ({{menulist:newCount<10.start}}{{menulist:newCount}}{{menulist:newCount<10.end}}{{menulist:newCount>10.start}}9+{{menulist:newCount>10.end}}){{menulist:newCount==true.end}}</a> 
173 {{menulist:new==true.start}}{{global_nav_news==true.start}}<img src="{{global_nav_news}}" class='dwn'/>{{global_nav_news==true.end}}{{menulist:new==true.end}}
174 {{menulist:is_sub==true.end}}
175
176
Template-Element: Bildergalerie - Bild anzeigen im Template: ProSilver
(4 Changes, Last: 2014-09-03)
Developers: - Christian - iggy
1 {[require_jquery]}
2
{{user_at_link==true.start}}
3
{{user_registered==true.start}}
4
<script>
5
var at_username_target_textarea = '#commentar';
6
var theDivUserSearch = '{[user_finder_div_at_tag]}';
7
var theDivUserDisable ='{[user_disable_div_at_tag]}';
8
9
10
</script>
11
<script type="text/javascript" src="{{link_new_message_js}}"></script>
12
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
13
{{user_registered==true.end}}
14
{{user_at_link==true.end}}
15
16 <script type="text/javascript" language="text/javascript" src="{{js_uri}}autocomplete.js"></script>
17 <script language="javascript" src="{{link_gallery_js}}" type="text/javascript"></script>
18 <script language="javascript" src="{{link_gallery_usertag_js}}" type="text/javascript"></script>
  
73 <tr>
74 <td width="30%" align="left">
75 <div>
76
		{{tick(pre_addintegrations)}}
77 {{addintegrations==true.start}}
78 <div id="integration_link" onmouseover="return showDivById('integration_div'); " style="text-align:left;position:relative;" >
79 <a href="#">{[gallery_link_options]}</a>
80
Template-Element: Forum Übersicht im Template: ProSilver
(1 Changes, Last: 2014-06-02)
Developers: - iggy
  
63
64
65
66
66
{{showlink.start}}1{{showlink.end}}{{forum:readable==false.start}}{{forum:pwonly==false.start}}{{showlink.start}}0{{showlink.end}}{{forum:pwonly==false.end}}{{forum:readable==false.end}}
67 {{user_registered==true.start}}
68
	{{forum:readable==false.start}}
68
	{{showlink==false.start}}
69 <strong style="margin-bottom: 3px; display: block;">{{forum:title}}</strong><br/>
70
	{{forum:readable==false.else}}
70
	{{showlink==false.else}}
71 <a onclick='return xtrack("forum_redirect","{{forum:id}}");' class="forumtitle" href="{{forum:link}}">{{forum:title}}</a><br />
72
	{{forum:readable==false.end}}
72
	{{showlink==false.end}}
73
74 {{user_registered==true.else}}
75
		<div><a {{forum:readable==true.start}}onclick='return xtrack("forum_redirect","{{forum:id}}");'{{forum:readable==true.end}} href="{{forum:link}}" {{forum:readable==false.start}} onClick="hpm_openDialog('{{forum:link}}'); setTimeout('calcPos()', 50); return false;" {{forum:readable==false.end}}><strong>{{forum:title}}</strong></a></div>
75
		<div><a {{showlink==true.start}}onclick='return xtrack("forum_redirect","{{forum:id}}");'{{showlink==true.end}} href="{{forum:link}}" {{showlink==false.start}} onClick="hpm_openDialog('{{forum:link}}'); setTimeout('calcPos()', 50); return false;" {{showlink==false.end}}><strong>{{forum:title}}</strong></a></div>
76 {{user_registered==true.end}}
77
78
79
Template-Element: Neuen Beitrag schreiben im Template: ProSilver
(2 Changes, Last: 2014-09-03)
Developers: - Christian
  
7 {{user_at_link==true.start}}
8 {{user_registered==true.start}}
9 <script>
10
var at_username_target_textarea = '#messagetext';
11 var theDivUserSearch = '{[user_finder_div_at_tag]}';
12 var theDivUserDisable ='{[user_disable_div_at_tag]}';
13
14
$(document).ready(function() {
15
if (xGetCookie("userAdTagVis") != null && xGetCookie("userAdTagVis") == 0) {
16
		disableAddAT();
17
}
18
});
14
15 </script>
16 <script type="text/javascript" src="{{link_new_message_js}}"></script>
17
<style>
18
.adTagContainerStyleMain {
19
         background-color:{{global_postbg2}};
20
	border: 1px solid {{global_box_header_background}};
21
        margin:5px 0 5px 0;
22
	width:700px;
23
}
24
25
#adTagMainContainer {
26
	padding:14px;
27
	height:160px;
28
}
29
30
#minTagMainContainer{
31
	padding: 5px 14px;    
32
}
33
34
#left {
35
	display:block;
36
	padding:0px;
37
	float:left;
38
	width: 250px;
39
	height: 150px;
40
}
41
42
#right {
43
	display:block;
44
	float:right;
45
	overflow: auto;
46
	width:400px;
47
	height: 150px;
48
	border: 1px solid {{global_forumborder_bottom}};
49
}
50
.adTagul {
51
	padding: 0;
52
	margin: 0px;
53
	list-style-type: none;
54
}
55
56
.adTagul li {
57
	padding: 0;
58
	margin-bottom:2px;
59
	background-color:{{global_bg2}};
60
	color:{{global_text_postbody}};
61
	cursor:pointer;
62
63
	
64
}
65
.adTagul li:hover {
66
	background-color:{{global_header_bg}};
67
        color: {{global_body_bg}};
68
}
69
</style>
17
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
18 {{user_registered==true.end}}
19 {{user_at_link==true.end}}
20
21
Template-Element: Thread - Flat im Template: ProSilver
(4 Changes, Last: 2014-09-03)
Developers: - Christian - iggy
1
{[require_jquery]}
2
{{user_at_link==true.start}}
3
{{user_registered==true.start}}
4
<script>
5
var at_username_target_textarea = '#messagetext';
6
var theDivUserSearch = '{[user_finder_div_at_tag]}';
7
var theDivUserDisable ='{[user_disable_div_at_tag]}';
8
9
10
</script>
11
<script type="text/javascript" src="{{link_new_message_js}}"></script>
12
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
13
{{user_registered==true.end}}
14
{{user_at_link==true.end}}
15
16 {{now1@dateformat.start}}{[time_minute_one]}{{now1@dateformat.end}}
17 {{now@dateformat.start}}{[time_minute_more]}{{now@dateformat.end}}
18 {{today@dateformat.start}}{[time_today]}{{today@dateformat.end}}
  
180
181 {{tick(thread_before_first_message)}}
182 {{message.startlist}}
183
183
{{tick(thread_before_message)}}
184 {{first2==false.start}}
185 {{answerto.start}}{{message:title}}{{answerto.end}}
186 {{first2.start}}true{{first2.end}}
187
Template-Element: Mitglieder Profil im Template: ProSilver
(7 Changes, Last: 2014-09-03)
Developers: - Christian
1
{[require_jquery]}
2
{{user_at_link==true.start}}
3
{{user_registered==true.start}}
4
<script>
5
var at_username_target_textarea = '#commentar';
6
var theDivUserSearch = '{[user_finder_div_at_tag]}';
7
var theDivUserDisable ='{[user_disable_div_at_tag]}';
8
9
10
</script>
11
<script type="text/javascript" src="{{link_new_message_js}}"></script>
12
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
13
{{user_registered==true.end}}
14
{{user_at_link==true.end}}
15 {{today@dateformat.start}}{[time_date_today]}{{today@dateformat.end}}
16 {{yesterday@dateformat.start}}{[time_date_yesterday]}{{yesterday@dateformat.end}}
17 {{norm@dateformat.start}}{[time_date_other]}{{norm@dateformat.end}}
  
76 </div>
77
78 {{tick(profile_pre_box2)}}
79
<div class="panel bg2 userInformation">
79
<div class="panel bg2">
80 <div class="inner"><span class="corners-top"><span></span></span>
81 <div class="column1">
82 <h3>{[userprofile_info_style2]}</h3>
  
116
117 </style>
118 {{tick(profile_pre_box3)}}
119
<div class="panel bg2 userContactStats">
119
<div class="panel bg2">
120 <div class="inner"><span class="corners-top"><span></span></span>
121 <div class="column1">
122 <h3>{[userprofile_contact_style2]}</h3>
  
176
177
178 {{tick(profile_pre_box4)}}
179
<div class="panel bg2 userLastActivitiesLinks">
179
<div class="panel bg2">
180 <div class="inner"><span class="corners-top"><span></span></span>
181
182 <div class="column1">
183
Template: Gaia Template
Template-Element: Blog - Userblog - Artikel im Template: Gaia Template
(2 Changes, Last: 2014-09-03)
Developers: - Christian
1 {[require_jquery]}
2
3
{{user_at_link==true.start}}
4
{{user_registered==true.start}}
5
<script>
6
var at_username_target_textarea = '#posted_comment';
7
var theDivUserSearch = '{[user_finder_div_at_tag]}';
8
var theDivUserDisable ='{[user_disable_div_at_tag]}';
9
10
11
</script>
12
<script type="text/javascript" src="{{link_new_message_js}}"></script>
13
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
14
{{user_registered==true.end}}
15
{{user_at_link==true.end}}
16
17
{[require_jquery]}
18 {{breadcrumb==true.start}}
19
20
21
Template-Element: Blog - Forumsblog - Artikel im Template: Gaia Template
(2 Changes, Last: 2014-09-03)
Developers: - Christian
1 {[require_jquery]}
2
3
{{user_at_link==true.start}}
4
{{user_registered==true.start}}
5
<script>
6
var at_username_target_textarea = '#posted_comment';
7
var theDivUserSearch = '{[user_finder_div_at_tag]}';
8
var theDivUserDisable ='{[user_disable_div_at_tag]}';
9
10
11
</script>
12
<script type="text/javascript" src="{{link_new_message_js}}"></script>
13
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
14
{{user_registered==true.end}}
15
{{user_at_link==true.end}}
16
17
{[require_jquery]}
18 {{breadcrumb==true.start}}
19
20
21
Template-Element: Blog - Forumsblog im Template: Gaia Template
(4 Changes, Last: 2014-07-23)
Developers: - Christian - iggy
  
152
153
154 {{blog_active==true.start}}
155
{{categories==true.start}}
156
				<div class="box">
157
<div class="spacer">
158
			<strong>{[blog_all_categories]}</strong>
159
				<ul>
160
				{{categories.startlist}}
161
				{{categories:curcat==true.start}}
162
<li><strong>{{categories:name}}</strong></li>
163
{{categories:curcat==true.else}}
164
					<li><a href="{{categories:categorylink}}">{{categories:name}}</a></li>
165
{{categories:curcat==true.end}}
166
				{{categories.end}}
167
				</ul>
168
</div>
169
			</div>
170
			{{categories==true.end}}
171
172
173
174 <div class="box">
175 <div class="spacer">
176 <strong>{[blog_keep_current]}</strong>
177
Template-Element: Kalender im Template: Gaia Template
(1 Changes, Last: 2014-05-05)
Developers: - iggy
  
260 {{elements<=4.start}}
261 <div class="cal_bday">
262 <img src="{{global_birthday}}" style="vertical-align: middle; margin-right: 3px;">
263
																<small>{{birthdays:name|shortstring(5,"...")}}{{global_hide_age==false.start}}{{birthdays:birthday_age==true.start}}<i> ({{birthdays:birthday_age}})</i>{{birthdays:birthday_age==true.end}}{{global_hide_age==false.end}}</small></div>
263
																<small>{{birthdays:name|shortstring(12,"...")}}{{global_hide_age==false.start}}{{birthdays:birthday_age==true.start}}<i> ({{birthdays:birthday_age}})</i>{{birthdays:birthday_age==true.end}}{{global_hide_age==false.end}}</small></div>
264 {{elements<=4.end}}
265 {{elements>=5.start}}
266 {{bdays_left.startint}}{{bdays_left}}+1{{bdays_left.end}}
267
Template-Element: Kalender-Events im Template: Gaia Template
(2 Changes, Last: 2014-09-03)
Developers: - Christian
1
{[require_jquery]}
2
{{user_at_link==true.start}}
3
{{user_registered==true.start}}
4
<script>
5
var at_username_target_textarea = '#posted_comment';
6
var theDivUserSearch = '{[user_finder_div_at_tag]}';
7
var theDivUserDisable ='{[user_disable_div_at_tag]}';
8
9
10
</script>
11
<script type="text/javascript" src="{{link_new_message_js}}"></script>
12
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
13
{{user_registered==true.end}}
14
{{user_at_link==true.end}}
15
16 <center>
17 <style>
18 #select_date:hover { cursor: pointer; }
19 #select_date_zeitspanne:hover { cursor: pointer; }
20 </style>
21
{[require_jquery]}
21 <script language="javascript" src="https://img.homepagemodules.de/ds/static/jquery/min/jquery.dateinput.min.js" type="text/javascript"></script>
22
23 {{cal_add_event_view==true.start}} <!-- ********************************************************************* ADD EVENT view -->
24
Template-Element: Einstellungen - Layout/Benachrichtigungen/Sprache im Template: Gaia Template
(2 Changes, Last: 2014-06-04)
Developers: - Christian
  
116 </select></dd></dl>
117 {{show_comment_option==true.end}}
118
119
{{chat_active==true.start}}
120
<dl style="margin-top: 5px;" id="desktopnotificationtr">
121
	<dt>{[configoptions_desktopnotification]}</dt>
122
	<dd>
123
		<script>
124
			if (typeof Notification === 'undefined' || Notification.permission != 'default') {
125
				$('#desktopnotificationtr').hide();
126
			}
127
		</script>
128
		{[configoptions_desktopnotification_activate_text]}
129
	</dd>
130
</dl>
131
{{chat_active==true.end}}
132
133
134
  
274 $('#activity_how_table td').click(function(){
275 $('.actType').removeClass('actType');
276 $(this).addClass('actType');
277
	curval = parseInt($(this).attr('id').replace('type',''));
277
	curval = parseInt($(this).attr('id').replace('type',''));class="c_r_content3"
278 $('#activities_notify_type').val(curval);
279 if(curval == 0 || curval == 1){$('.activities_time').closest('table').hide()}
280 else{
281
Template-Element: CSS Vorlage im Template: Gaia Template
(5 Changes, Last: 2014-05-06)
Developers: - iggy - Christian
  
308 text-decoration: none;
309 }
310
311
.headerlogo h2, .headerlogo h2 a, .headerlogo a h2, .headerlogo h3, .headerlogo h3 a, .headerlogo a h3{
312
color:  {{global_text_color}} !important;
313
}
314
315
316
317 small {
318 font-size: {{global_small_fontsize}}px;
  
1030 width: 100%;
1031 }
1032
1033
.clear {	
1034
			line-height:0;
1035
			height: 0;
1036
			font-size: 1px;
1037
			clear: both;	
1038
			margin: 0;
1039
			padding: 0;
1040
			float:none !important;
1041
			border: none; }
1042
1043 {{global_css_addon}}
  
1045
Template-Element: Beitrag bearbeiten im Template: Gaia Template
(1 Changes, Last: 2014-06-02)
Developers: - iggy
  
231 {[file_upload_js]}
232 <div style="clear:both"></div>
233 {{addfile==true.end}}
234
{{file_limit_reached==true.start}}{[file_upload_limit_reached]}{{file_limit_reached==true.end}}
235
		
236 <!-- File Upload End-->
237
238 </div><div class="c_r_bottom3"><div></div></div>
239
Template-Element: Obere Leiste im Template: Gaia Template
(7 Changes, Last: 2014-07-17)
Developers: - Christian - iggy
  
193 {{global_header_bg_color==true.start}}
194 <div class="c_r_cont1_head" style="width: 100%; float: right; text-align: center;"><div class="c_r_top1_head"><div></div></div></div></div>{{global_header_bg_color==true.end}}
195 <table width="100%" style="!important; background-color:{{global_header_bg_color}}; border-collapse: collapse; margin-top: 0px;">
196
	<tr {{global_header_bg_color==true.start}}style="min-height: 120px !important;"{{global_header_bg_color==true.end}}><td>{{html_header==false.start}}<div style="{{global_header_bg_color==true.start}}min-height:100px;  height:auto !important; height:100px;{{global_header_bg_color==true.end}}{{global_header_image_position==true.start}}text-align:{{global_header_image_position}};{{global_header_image_position==true.end}}">	{{global_header_image==true.start}}<img src="{{global_header_image}}" alt="headerimg" />{{global_header_image==true.end}}</div>{{html_header==false.end}} {{html_header==true.start}} {{html_header}} {{html_header==true.end}} </td>
196
	<tr {{global_header_bg_color==true.start}}style="min-height: 120px !important;"{{global_header_bg_color==true.end}}><td>
197
		{{headeractive==true.start}}
198
<div id="forumlogo">
199
	{{headerimage==true.start}}<img id="thelogo" src="{{headerimage}}" alt="" />{{headerimage==true.end}}
200
	{{show_header_text==true.start}}<div class="logotext"><h2>{{headertitle}}</h2>{{headerdesc}}</div>{{show_header_text==true.end}}
201
</div>
202
<style>
203
#thelogo{padding:5px;vertical-align: middle;} #forumlogo{text-align:{{headeralign}}; max-width:{{global_page_width}}; margin:auto;} .logotext{vertical-align: middle;}
204
{{headernewline==false.start}}.logotext{display:inline-block;}{{headernewline==false.end}}
205
</style>
206
{{headeractive==true.end}}
207
		{{html_header==false.start}}{{headeractive==false.start}}<div style="{{global_header_bg_color==true.start}}min-height:100px;  height:auto !important; height:100px;{{global_header_bg_color==true.end}}{{global_header_image_position==true.start}}text-align:{{global_header_image_position}};{{global_header_image_position==true.end}}">	{{global_header_image==true.start}}<img src="{{global_header_image}}" alt="headerimg" />{{global_header_image==true.end}}</div>{{headeractive==false.end}}{{html_header==false.end}} {{html_header==true.start}}<div class="usercontent">{{html_header}}</div>{{html_header==true.end}}</td>
208 </tr>
209 <tr>
210 <td colspan="2" style="background-color: {{global_navlist_bg}}; {{global_nav_bg_image==true.start}} background-Image: url({{global_nav_bg_image}}); {{global_nav_bg_image==true.end}}">
  
223 {{menuendli}}
224 {{submenubefore==true.end}}
225 <li onmouseout="togSub('{{menulist:key}}','{{menulist:ziel}}')" onmouseover="togSub('{{menulist:key}}','{{menulist:ziel}}')" id="{{menulist:key}}">
226
  <a  href="{{menulist:ziel}}" {{menulist:_blank==true.start}}target="_blank"{{menulist:_blank==true.end}}><span>{{menulist:icon==true.start}}<img src="{{menulist:icon}}" alt="" title="{{cur_name}}" />{{menulist:icon==true.end}}{{cur_name}}</span></a> 
226
  <a  href="{{menulist:ziel}}" {{menulist:_blank==true.start}}target="_blank"{{menulist:_blank==true.end}}><span>{{menulist:icon==true.start}}<img src="{{menulist:icon}}" alt="" title="{{cur_name}}" />{{menulist:icon==true.end}}{{cur_name}}{{menulist:newCount==true.start}} ({{menulist:newCount<10.start}}{{menulist:newCount}}{{menulist:newCount<10.end}}{{menulist:newCount>10.start}}9+{{menulist:newCount>10.end}}){{menulist:newCount==true.end}}</span></a> 
227 {{menulist:new==true.start}}{{global_nav_news==true.start}}<img src="{{global_nav_news}}" alt="" class='dwn'/>{{global_nav_news==true.end}}{{menulist:new==true.end}}
228 {{menulist:is_sub==true.end}}
229 {{menuendli.start}}</li>{{menuendli.end}}
230
Template-Element: Bildergalerie - Bild anzeigen im Template: Gaia Template
(5 Changes, Last: 2014-09-03)
Developers: - Christian - iggy
1 {[require_jquery]}
2
3
{{user_at_link==true.start}}
4
{{user_registered==true.start}}
5
<script>
6
var at_username_target_textarea = '#commentar';
7
var theDivUserSearch = '{[user_finder_div_at_tag]}';
8
var theDivUserDisable ='{[user_disable_div_at_tag]}';
9
10
11
</script>
12
<script type="text/javascript" src="{{link_new_message_js}}"></script>
13
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
14
{{user_registered==true.end}}
15
{{user_at_link==true.end}}
16
17 <script type="text/javascript" language="text/javascript" src="{{js_uri}}autocomplete.js"></script>
18 <script language="javascript" src="{{link_gallery_js}}" type="text/javascript"></script>
19 <script language="javascript" src="{{link_gallery_usertag_js}}" type="text/javascript"></script>
  
123 <tr>
124 <td align="left">
125 {{gallery_dl_link==true.start}}<span style="position: relative; z-index: 999; display: block;"><small><a style="text-decoration: none;" onmouseout="this.style.textDecoration='none';" onmouseover="this.style.textDecoration='underline';" href="{{gallery_dl_link}}" class="xdl" target="_blank">{[gallery_fullpic]}</a></small></span>{{gallery_dl_link==true.end}}
126
		</td><td align="left">		
126
		</td>{{tick(pre_addintegrations)}}<td align="left">
127 {{addintegrations==true.start}}<span style="position: relative; z-index: 999; display: block;"><small><a href="#" onmouseover="this.style.textDecoration='underline';" onmouseout="this.style.textDecoration='none';" onclick="{{can_make_changes==true.start}}document.getElementById('picsettings').style.display='none';{{can_make_changes==true.end}} document.getElementById('navcode').style.display='none'; if(document.getElementById('addintegrations').style.display=='none') {document.getElementById('addintegrations').style.display='block';} else {document.getElementById('addintegrations').style.display='none';} return false;" style="text-decoration: none;"><span style="font-weight: normal !important;">{{global_toggle_out==true.start}}<img src="{{global_toggle_out}}" id="addintegrations_img" style="border: none; vertical-align: middle; margin-right: 3px; "/>{{global_toggle_out==true.end}} {[gallery_tag]}</span></a>
128 <div id="addintegrations" style="top: 15px; font-weight: normal !important; display: none; position: absolute; left: 0px; z-index: 99999; width: 200px; border: 5px solid {{global_line_color}}; padding: 5px; background-color: {{global_post_bg}};">
129 <div style="position: absolute; right: 5px; top: 5px;"><small title="ausblenden" onclick="document.getElementById('addintegrations').style.display='none'; return false;" onmouseover="this.style.cursor='pointer';"><b>{[gallery_close_x]}</b></small></div>
130
Template-Element: Forum Übersicht im Template: Gaia Template
(1 Changes, Last: 2014-06-02)
Developers: - iggy
  
106 </td>
107 <td width="64%" valign="top" style="padding-right: 10px;">
108
109
{{showlink.start}}1{{showlink.end}}{{forum:readable==false.start}}{{forum:pwonly==false.start}}{{showlink.start}}0{{showlink.end}}{{forum:pwonly==false.end}}{{forum:readable==false.end}}
110
111 {{user_registered==true.start}}
112
	{{forum:readable==false.start}}
112
	{{showlink==false.start}}
113 <strong style="margin-bottom: 3px; display: block;">{{forum:title}}</strong>
114
	{{forum:readable==false.else}}
114
	{{showlink==false.else}}
115 <a onclick='return xtrack("forum_redirect","{{forum:id}}");' style="margin-bottom: 3px; display: block;" class="forumtitle" href="{{forum:link}}"><strong>{{forum:title}}</strong></a>
116
	{{forum:readable==false.end}}
117
116
	{{showlink==false.end}}
117 {{user_registered==true.else}}
118
		<a {{forum:readable==true.start}}onclick='return xtrack("forum_redirect","{{forum:id}}");'  style="margin-bottom: 5px; display: block;"{{forum:readable==true.end}} href="{{forum:link}}" {{forum:readable==false.start}} onClick="hpm_openDialog('{{forum:link}}'); setTimeout('calcPos()', 50); return false;" {{forum:readable==false.end}}><strong>{{forum:title}}</strong></a>
118
		<a {{showlink==true.start}}onclick='return xtrack("forum_redirect","{{forum:id}}");'  style="margin-bottom: 5px; display: block;"{{showlink==true.end}} href="{{forum:link}}" {{showlink==false.start}} onClick="hpm_openDialog('{{forum:link}}'); setTimeout('calcPos()', 50); return false;" {{showlink==false.end}}><strong>{{forum:title}}</strong></a>
119 {{user_registered==true.end}}
120
121 <small style="text-align: justify;">{{forum:description}}</small>
122
Template-Element: Neuen Beitrag schreiben im Template: Gaia Template
(2 Changes, Last: 2014-09-03)
Developers: - Christian
  
5 {{user_at_link==true.start}}
6 {{user_registered==true.start}}
7 <script>
8
var at_username_target_textarea = '#messagetext';
9 var theDivUserSearch = '{[user_finder_div_at_tag]}';
10 var theDivUserDisable ='{[user_disable_div_at_tag]}';
11
12
13
$(document).ready(function() {
14
if (xGetCookie("userAdTagVis") != null && xGetCookie("userAdTagVis") == 0) {
15
		disableAddAT();
16
}
17
});
13 </script>
14 <script type="text/javascript" src="{{link_new_message_js}}"></script>
15
16
		<style>
17
                .adTagContainerStyleMain {
18
                        background-color:{{global_post_bg|rgb_lightness(96)}};
19
			border: 1px solid {{global_input_border}}; 
20
                        width:700px;   
21
                }
22
23
		#adTagMainContainer {
24
			padding:14px;
25
			margin:5px 0 5px 0;
26
			height:160px;	
27
		}
28
29
                #minTagMainContainer{
30
	                margin:5px 0 5px 0;
31
	                padding: 5px 14px;
32
                }
33
34
		#left {
35
			display:block;
36
			padding:0px;
37
			float:left;
38
			width: 250px;
39
			height: 150px;
40
		}
41
42
		#right {
43
			display:block;
44
			float:right;
45
			overflow: auto;
46
			width:400px;
47
			height: 150px;
48
			border: 1px solid {{global_input_border}};
49
		}
50
		.adTagul {
51
			padding: 0;
52
			margin: 0px;
53
			list-style-type: none;
54
		}
55
56
		.adTagul li {
57
			padding: 0;
58
			float:none;
59
			margin-bottom:2px;
60
			background-color:{{global_post_bg|rgb_lightness(90)}};
61
			color:{{global_boxheader_fontcolor}};
62
			cursor:pointer;
63
64
			
65
		}
66
		.adTagul li:hover {
67
			background-color:{{global_subnav_hover|rgb_lightness(100)}};
68
		}
69
		</style>
15
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
16 {{user_registered==true.end}}
17 {{user_at_link==true.end}}
18
19
Template-Element: Thread - Flat im Template: Gaia Template
(4 Changes, Last: 2014-09-03)
Developers: - Christian - iggy
1
{[require_jquery]}
2
3
{{user_at_link==true.start}}
4
{{user_registered==true.start}}
5
<script>
6
var at_username_target_textarea = '#messagetext';
7
var theDivUserSearch = '{[user_finder_div_at_tag]}';
8
var theDivUserDisable ='{[user_disable_div_at_tag]}';
9
10
11
</script>
12
<script type="text/javascript" src="{{link_new_message_js}}"></script>
13
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
14
{{user_registered==true.end}}
15
{{user_at_link==true.end}}
16
17 {{can_reply==false.start}}
18 {{can_write_reply==true.start}}
19 {{can_reply.start}}1{{can_reply.end}}
  
190
191 <span class="pages">{[pages_page]} {{current_page}} {[pages_from]} {{pages_all}}</span>
192
193
				<a {{previouspagelink==true.start}}href="{{previouspagelink}}"{{previouspagelink==true.else}} class="inactive" {{previouspagelink==true.end}} >« {[pages_previous]}</a>{{previouspagelink==true.end}} 
193
				<a {{previouspagelink==true.start}}href="{{previouspagelink}}"{{previouspagelink==true.else}} class="inactive" {{previouspagelink==true.end}} >« {[pages_previous]}</a>
194 {{tick(thread_in_page_box)}}
195 {{pages|strip_pages(5)}}
196
  
254
255 {{tick(thread_pre_messagelist)}}
256 {{message.startlist}}
257
	
257
	{{tick(thread_before_message)}}
258
259 <a name="msg{{message:id}}" title="{{message:title}}"></a>
260
261
Template-Element: Mitglieder Profil im Template: Gaia Template
(2 Changes, Last: 2014-09-03)
Developers: - Christian
1
{[require_jquery]}
2
3
{{user_at_link==true.start}}
4
{{user_registered==true.start}}
5
<script>
6
var at_username_target_textarea = '#commentar';
7
var theDivUserSearch = '{[user_finder_div_at_tag]}';
8
var theDivUserDisable ='{[user_disable_div_at_tag]}';
9
10
11
</script>
12
<script type="text/javascript" src="{{link_new_message_js}}"></script>
13
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
14
{{user_registered==true.end}}
15
{{user_at_link==true.end}}
16
17
18 <script type="text/javascript">
19 <!--
  
511
512 {{user_gb_canpost==true.start}}
513
514
{[require_jquery]}
514
515 <script src="preview.js"></script>
516
517 <div align="left"><h2>{[userbook_new_title]}</h2></div>
518
Template: Business Template
Template-Element: Blog - Artikel bearbeiten im Template: Business Template
(1 Changes, Last: 2014-05-28)
Developers: - iggy
1 <div id="breadcrumbs">
2
	<a href=""><span><img src="{{global_breadcrumb_start}}" /><strong>{[blog_forumblog]}</strong></span></a> 
2
	<a href="{{blog_main_link}}"><span><img src="{{global_breadcrumb_start}}" /><strong>{[blog_forumblog]}</strong></span></a> 
3
4 » <strong>{[blog_edit_entry]}</strong>
5
6
Template-Element: Blog - Forumsblog - Artikel im Template: Business Template
(6 Changes, Last: 2014-09-03)
Developers: - Christian
1
{{user_at_link==true.start}}
2
{{user_registered==true.start}}
3
<script>
4
5
var at_username_target_textarea = '#posted_comment';
6
var theDivUserSearch = '{[user_finder_div_at_tag]}';
7
var theDivUserDisable ='{[user_disable_div_at_tag]}';
8
9
</script>
10
<script type="text/javascript" src="{{link_new_message_js}}"></script>
11
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
12
13
{{user_registered==true.end}}
14
{{user_at_link==true.end}}
15
16
17 <div id="breadcrumbs">
18 <a href="#"><span><img src="{{global_breadcrumb_start}}" /><strong>
19
20
Template-Element: Blog - Userblog im Template: Business Template
(15 Changes, Last: 2014-05-28)
Developers: - Christian
1
{{newProfile==true.start}}
2
<style>
3
.profile {
4
	transition: 200ms;
5
	background-color: {{global_boxcontent_background|rgb_lightness(98)}};
6
	border: 10px solid {{global_boxcontent_background|rgb_lightness(90)}};
7
}
8
</style>
9
<div class="profile">	
10
	{{include(profile_header)}}
11
	<script>
12
	$('document').ready(function(){
13
		hardTabSwitch('userblog', 'link_nav_blog');
14
	});
15
	</script>
16
	<div class="scontent">
17
		<div class="profilerow active" id="userblog">
18
			<div class="profilecell leftcell" style="width:270px;">
19
				<div class="pblog">
20
			
21
					{{mostpopularentries==true.start}}
22
					<small>
23
						<strong>{[blog_most_popular_entries]}</strong>
24
							<ul class="noimage">
25
								{{mostpopularentries.startlist}}
26
								<li>
27
								<a href="{{mostpopularentries:link}}">{{mostpopularentries:title}}</a>
28
								</li>
29
								{{mostpopularentries.end}}
30
							</ul>
31
					</small>
32
					{{mostpopularentries==true.end}}
33
				
34
				
35
					{{lastcomments==true.start}}
36
					<small>
37
					<strong>{[blog_latest_comments]}</strong>
38
						<ul class="noimage">
39
							{{lastcomments.startlist}}
40
							<li>
41
								{{comment.start}}{{lastcomments:commenttext}}{{comment.end}}
42
								{{comment|shortstring(180,"...")}}<br/>
43
								
44
								
45
								
46
								<a href="{{lastcomments:link}}">{{lastcomments:entrytitle}}</a>
47
							</li>
48
							{{lastcomments.end}}
49
						</ul>
50
					</small>
51
					{{lastcomments==true.end}}
52
					
53
					
54
				
55
				
56
				</div>
57
			</div>
58
			<div class="profilecell rightcell" style="width:auto;">
59
				<ul class="noimage ublog">
60
					{{blogentries.startlist}}
61
					<li class="blog-article">
62
					<a href="{{blogentries:link}}"><strong>{{blogentries:title}}</strong></a><br/>
63
					<small>{[userprofile_published]} {{blogentries:created_time|dateformat}} | {[blog_comments_pl]}: {{blogentries:commentscount}} {{blogentries:lastedit==true.start}} | {[forum_lastedit]} {{blogentries:lastedit|dateformat}} {{blogentries:lastedit==true.end}}</small><br/><br/>
64
					
65
					{{blogentries:preview==true.start}}
66
						{{blogentries:preview}}<br/><br/>
67
						
68
						<a href="{{blogentries:link}}"><strong>{[blog_continue]}</strong></a>
69
					{{blogentries:preview==true.else}}
70
						{{blogentries:text}}
71
					{{blogentries:preview==true.end}}
72
					</li>
73
					{{blogentries.end}}
74
				</ul>
75
			</div>
76
		</div>
77
	</div>
78
</div>
79
80
81
82
83
84
85
{{newProfile==true.else}}
86
{{loadedinprofile==true.start}}
87
88
			<ul class="noimage ublog">
89
				{{blogentries.startlist}}
90
				<li class="blog-article">
91
				<a href="{{blogentries:link}}"><strong>{{blogentries:title}}</strong></a><br/>
92
				<small>{[userprofile_published]} {{blogentries:created_time|dateformat}} | {[blog_comments_pl]}: {{blogentries:commentscount}} {{blogentries:lastedit==true.start}} | {[forum_lastedit]} {{blogentries:lastedit|dateformat}} {{blogentries:lastedit==true.end}}</small><br/><br/>
93
				
94
				{{blogentries:preview==true.start}}
95
					{{blogentries:preview}}<br/><br/>
96
					
97
					<a href="{{blogentries:link}}"><strong>{[blog_continue]}</strong></a>
98
				{{blogentries:preview==true.else}}
99
					{{blogentries:text}}
100
				{{blogentries:preview==true.end}}
101
				</li>
102
				{{blogentries.end}}
103
			</ul>
104
105
{{loadedinprofile==true.else}}
106 <div class="psidebar">
107 <div class="uname">
108 <strong>{[userprofile_from]} {{blog_username}}</strong><br/>
  
144 </script>
145 <script type="text/javascript">
146 $('.blog-article img').css('maxWidth',$('.ublog').innerWidth());
147
</script>
148
</script>
149
{{loadedinprofile==true.end}}
150
{{newProfile==true.end}}
  
152
Template-Element: Blog - Forumsblog im Template: Business Template
(4 Changes, Last: 2014-06-26)
Developers: - iggy
  
98 {{blogentries:editlink==true.start}}<a href="{{blogentries:editlink}}" class="blog-edit-link">{[blog_edit_entry]}</a>{{blogentries:editlink==true.end}}
99 {[blog_created]} <span class="blog-article-time">{{blogentries:published_time|dateformat}}</span> {[blog_created_by]}
100 {{blogentries:uname==true.start}}
101
										
102
										<a href="{{blogentries:user_link}}" id="{{blogentries:id}}" class="blog-username-extend-link">{{blogentries:uname}}
101
									{{user_registered==true.start}}<a href="{{blogentries:user_link}}" id="{{blogentries:id}}" class="blog-username-extend-link">{{user_registered==true.else}}<a href="{{blogentries:user_link}}">{{user_registered==true.end}}{{blogentries:uname}}	
102 <div style="display: none;" id="extend-username-{{blogentries:id}}" class="username-extend-wrap">
103 {{blogentries:userblog_link==true.start}}
104 <a href="{{blogentries:userblog_link}}">{{blogentries:userblog_title}}</a>&nbsp;&nbsp;|&nbsp;&nbsp;
  
174 </ul>
175 {{userblog_active==false.end}}
176 {{user_registered==true.end}}
177
	{{categories==true.start}}
178
				<strong class="caption">{[blog_all_categories]}</strong>
179
				<ul>
180
				{{categories.startlist}}
181
				{{categories:curcat==true.start}}
182
<li><strong>{{categories:name}}</strong></li>
183
{{categories:curcat==true.else}}
184
					<li><a href="{{categories:categorylink}}">{{categories:name}}</a></li>
185
{{categories:curcat==true.end}}
186
				{{categories.end}}
187
				</ul>
188
			{{categories==true.end}}
189
190 <strong class="caption">{[blog_rss_subscribe]}</strong>
191 <ul>
  
214 </ul>
215 {{mostactivebloggers==true.end}}
216 {{more_than_one==true.end}}
217
218
		
219
220 {{mostpopularentries==true.start}}
221 <strong class="caption">{[blog_most_popular_entries]}</strong>
222
Template-Element: Blog - Artikel erstellen im Template: Business Template
(1 Changes, Last: 2014-05-28)
Developers: - iggy
  
5 <script language="javascript" src="https://img.homepagemodules.de/ds/static/jquery/min/jquery.dateinput.min.js" type="text/javascript"></script>
6
7 <div id="breadcrumbs">
8
	<a href=""><span><img src="{{global_breadcrumb_start}}" /><strong>{[blog_forumblog]}</strong></span></a> 
8
	<a href="{{blog_main_link}}"><span><img src="{{global_breadcrumb_start}}" /><strong>{[blog_forumblog]}</strong></span></a> 
9
10 » <strong>{[blog_add_new_entry]}</strong>
11
12
Template-Element: Kalender im Template: Business Template
(3 Changes, Last: 2014-07-18)
Developers: - iggy
  
82 <div class="clear"></div>
83
84 <script>
85
86 $('.clickfoptions').click( function() {
87 if($('#foptions_filter').is(":visible")){
88 $('#foptions_filter').hide();
  
231 {{elements<=4.start}}
232 <li>
233 <img src="{{global_birthday}}" style="vertical-align: middle; margin-right: 3px;">
234
																<small>{{birthdays:name|shortstring(5,"...")}}{{global_hide_age==false.start}}{{birthdays:birthday_age==true.start}}<i> ({{birthdays:birthday_age}})</i>{{birthdays:birthday_age==true.end}}{{global_hide_age==false.end}}</small></li>
234
																<small>{{birthdays:name|shortstring(12,"...")}}{{global_hide_age==false.start}}{{birthdays:birthday_age==true.start}}<i> ({{birthdays:birthday_age}})</i>{{birthdays:birthday_age==true.end}}{{global_hide_age==false.end}}</small></li>
235 {{elements<=4.end}}
236 {{elements>=5.start}}
237 {{bdays_left.startint}}{{bdays_left}}+1{{bdays_left.end}}
  
253
254 {{user_registered==true.start}}
255 <script>
256
		$('table.calendar td, a').click(function(event) {
256
		$('table.calendar td,table.calendar a').click(function(event) {
257 event.preventDefault();
258 event.stopPropagation();
259 if ($(this)[0].nodeName.toLowerCase() != "a") {
260
Template-Element: Kalender-Events im Template: Business Template
(5 Changes, Last: 2014-09-03)
Developers: - Christian
  
804
805 </script>
806 {{cal_update_event_eventexists==true.end}}
807
{{cal_update_event_view==true.end}} 
808
{{cal_update_event_view==true.end}} 
809
810
{{user_at_link==true.start}}
811
{{user_registered==true.start}}
812
<script>
813
814
if ($('#nachricht').length) {
815
	var at_username_target_textarea = '#nachricht';
816
} else if($('#posted_comment').length) {
817
	var at_username_target_textarea = '#posted_comment';
818
} else {
819
	var at_username_target_textarea = false;
820
}
821
var theDivUserSearch = '{[user_finder_div_at_tag]}';
822
var theDivUserDisable ='{[user_disable_div_at_tag]}';
823
824
825
</script>
826
<script type="text/javascript" src="{{link_new_message_js}}"></script>
827
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
828
829
{{user_registered==true.end}}
830
{{user_at_link==true.end}}
  
832
Template-Element: Einstellungen - Layout/Benachrichtigungen/Sprache im Template: Business Template
(2 Changes, Last: 2014-06-03)
Developers: - Christian
  
198 </td>
199 </tr>
200 {{show_ratings_option==true.end}}
201
		
201
		{{chat_active==true.start}}
202
		<tr id="desktopnotificationtr">
203
		<td>{[configoptions_desktopnotification]}</td>
204
		<td>
205
		<script>
206
			if (typeof Notification === 'undefined' || Notification.permission != 'default') {
207
				$('#desktopnotificationtr').hide();
208
			}
209
		</script>
210
		{[configoptions_desktopnotification_activate_text]}
211
		</td>
212
		</tr>
213
		{{chat_active==true.end}}
214 </table>
215
216 <input type="submit" value="{[configdata_save_changes]}" name="formsubmit" class="button"/>
217
Template-Element: Einstellungen - Profil editieren im Template: Business Template
(61 Changes, Last: 2014-06-12)
Developers: - iggy - Christian
  
56 <!-- ################# -->
57
58
59
<form method="POST" action="{{form_link}}"  enctype="multipart/form-data" onSubmit="return chkFormular()" name="configdata" id="profile_edit" >
59
<form method="POST" action="{{form_link}}"  enctype="multipart/form-data" onSubmit="loadingWindow(); return chkFormular()" name="configdata" id="profile_edit" >
60
61 {{error_show.start}}0{{error_show.end}}
62
  
201 <div class="boxheader"><strong>{[userprofile_edit]}</strong></div>
202 <div class="boxcontent">
203 <div class="spacer20">
204
		
205
		{{newProfile==true.start}}
206
			<style>
207
				.profile_background_image {
208
					display:block;
209
					position: relative;
210
					{{profile_background==true.start}}
211
						background-image: url('{{profile_background|resizepic(1920,1920)}}');
212
						height: 350px;
213
					{{profile_background==true.else}}
214
					{{global_profile_background==true.start}}
215
						background-image: url('{{global_profile_background|resizepic(1920,1920)}}');
216
						height: 350px;
217
					{{global_profile_background==true.else}}
218
						{{profile_background==false.start}}
219
							height: 200px;
220
							background-image: -ms-linear-gradient(bottom left, {{global_box_header_background|rgb_lightness(90)}} 0%, {{global_box_header_background|rgb_lightness(120)}} 100%);
221
							background-image: -moz-linear-gradient(bottom left, {{global_box_header_background|rgb_lightness(90)}} 0%, {{global_box_header_background|rgb_lightness(120)}} 100%);
222
							background-image: -o-linear-gradient(bottom left, {{global_box_header_background|rgb_lightness(90)}} 0%, {{global_box_header_background|rgb_lightness(120)}} 100%);
223
							background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0, {{global_box_header_background|rgb_lightness(90)}}), color-stop(1, {{global_box_header_background|rgb_lightness(120)}}));
224
							background-image: -webkit-linear-gradient(bottom left, {{global_box_header_background|rgb_lightness(90)}} 0%, {{global_box_header_background|rgb_lightness(120)}} 100%);
225
							background-image: linear-gradient(to top right, {{global_box_header_background|rgb_lightness(90)}} 0%, {{global_box_header_background|rgb_lightness(120)}} 100%);
226
						{{profile_background==false.end}}
227
					{{global_profile_background==true.end}}
228
					{{profile_background==true.end}}
229
					background-repeat:no-repeat;
230
					background-position:center;
231
				}
232
				.sheadnamefadeout {
233
					position: absolute;
234
					height: 80px;
235
					width: 100%;
236
					bottom: 0px;
237
					left: 0px;
238
					text-align: right;
239
					{{fadeoutnormal.start}}
240
						background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0%,rgba(0,0,0,0.6)),color-stop(100%,rgba(0,0,0,0))); 
241
						background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.6),rgba(0,0,0,0));
242
						background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0.6),rgba(0,0,0,0));
243
						background-image: -ms-linear-gradient(bottom,rgba(0,0,0,0.6),rgba(0,0,0,0));
244
						background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.6),rgba(0,0,0,0));
245
						background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.6),rgba(0,0,0,0));
246
					{{fadeoutnormal.end}}
247
248
					{{profile_background==true.start}}
249
					{{fadeoutnormal}}
250
					{{profile_background==true.else}}
251
						{{global_profile_background==true.start}}
252
						{{fadeoutnormal}}
253
						{{global_profile_background==true.else}}
254
							background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0))); 
255
							background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.4),rgba(0,0,0,0));
256
							background-image: -moz-linear-gradient(bottom,rgba(0,0,0,0.4),rgba(0,0,0,0));
257
							background-image: -ms-linear-gradient(bottom,rgba(0,0,0,0.4),rgba(0,0,0,0));
258
							background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.4),rgba(0,0,0,0));
259
							background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.4),rgba(0,0,0,0));
260
						{{global_profile_background==true.end}}
261
					{{profile_background==true.end}}
262
				}
263
				.sheadnamefadeout a {
264
					color: #F5F5F5;
265
				}
266
				
267
				.avatar {
268
					position:absolute;
269
					left: 50px;
270
					bottom: -27px;
271
				}
272
				.avatar img {
273
					border: 3px solid {{global_boxcontent_background|rgb_lightness(120)}};
274
					border-radius: 3px;
275
					max-height: 200px;
276
					max-width: 200px;
277
				}
278
				
279
				.big_blank_border {
280
					background-color: {{global_boxcontent_background|rgb_lightness(110)}};
281
					width:100%;
282
					text-align: right;
283
					height: 50px;
284
				}
285
				
286
				.new_background_link {
287
					position: absolute;
288
					bottom: 15px;
289
					right: 5px;
290
				}
291
				
292
293
			</style>
294
			
295
			<script>
296
				$('document').ready(function() {
297
					$('#background_upload_input_form').on('change', function(a) {
298
						$('[name="formsubmit"]').click();
299
					});
300
				});
301
				
302
				var loadingWindow = function() {
303
					doForumModal('loadingwindow');
304
				}
305
				
306
				function deletebgimage() {
307
					if (confirm('{[profile_delete_backgroundimage]}')) {
308
						$('#delbginput').val(1337);
309
						$('[name="formsubmit"]').click();
310
					}
311
				}
312
				
313
			</script>
314
			<div style="display:none; text-align:center;" id="loadingwindow">
315
				<img src="https://files.homepagemodules.de/b2001010/a_1161_008ae0f8.gif" width="66px" height="66px" /><br/>
316
				<strong>{[box_loading]}</strong>
317
			</div>
318
			<div class="profile_background">
319
				
320
				<div class="profile_background_image">
321
					<div class="sheadnamefadeout">
322
						<div class="avatar">
323
							{{portrait==true.start}}
324
								<img alt="avatar" title="avatar" src="{{portrait}}" />
325
							{{portrait==true.else}}
326
								<img alt="avatar" title="avatar" src="{{global_avatar}}"  />
327
							{{portrait==true.end}}
328
						</div>	
329
						{{doprofileimg==true.start}}
330
						<div class="new_background_link">
331
							<a href="javascript:void(0)" onclick="$('#background_image_upload').show(); $(this).hide();">{[profile_change_backgroundimage]}</a>
332
							{{profile_background==true.start}}
333
							| <a href="javascript:void(0)" onclick="deletebgimage()">{[delete]}</a>
334
							<input type="hidden" id="delbginput" name="delbg" value="" />
335
							{{profile_background==true.end}}
336
						</div>
337
						{{doprofileimg==true.end}}
338
					</div>
339
				</div>
340
				<div class="big_blank_border">
341
					<div id="background_image_upload" style="display:none;">
342
							<input type="file"name="background_image_upload" id="background_upload_input_form" class="file" />
343
					</div>
344
				</div>
345
			
346
			</div>
347
			{{newProfile==true.end}}
348
		
349
		
350
		
351
		
352 <table id="edit_content">
353 <tr>
354 <td style="width: 20%; padding-right: 20px;">
355 {{portrait_unvisible==false.start}}
356
						<div id="avatar_img_wrap" style="padding: 10px; border: 1px solid {{global_boxcontent_background|rgb_lightness(88)}}; text-align: center; -moz-border-radius: 6px; -webkit-border-radius:6px; border-radius:6px ">						
357
							{{portrait==true.start}}
358
								<img src="{{portrait}}" id="avatar"><br/>
359
							{{portrait==true.else}}
360
								<img src="{{global_avatar}}" id="avatar"><br/>
361
							{{portrait==true.end}}
356
						<div id="avatar_img_wrap" style="{{newProfile==true.start}}display:none; {{newProfile==true.end}}padding: 10px; border: 1px solid {{global_boxcontent_background|rgb_lightness(88)}}; text-align: center; -moz-border-radius: 6px; -webkit-border-radius:6px; border-radius:6px ">						
357
							{{newProfile==false.start}}
358
								{{portrait==true.start}}
359
									<img src="{{portrait}}" id="avatar"><br/>
360
								{{portrait==true.else}}
361
									<img src="{{global_avatar}}" id="avatar"><br/>
362
								{{portrait==true.end}}
363
							{{newProfile==false.end}}
364
365
366 <div style="padding: 10px 0px; margin: 10px 0px; border-top: 1px solid {{global_boxcontent_background|rgb_lightness(88)}}; display: none;" id="upload_avatar_input_wrap">
341
342 </td>
343 <td style="width: 80%;" id="right-tablecell">
344
					
345
346 <style type="text/css">
347
  
596 </label>
597 {{icq_unvisible==false.end}}
598
599
			{{newProfile==true.start}}
600
				<label class="formfield">
601
					<strong class="caption">Facebook Profile-Name</strong>
602
					<input type="text" name="facebook" placeholder="z.B. {{user_name}}" value="{{profile_facebook}}" />
603
				</label>
604
				<label class="formfield">
605
					<strong class="caption">Google+ Profile-Name</strong>
606
					<input type="text" name="googleplus" placeholder="z.B. {{user_name}}" value="{{profile_googleplus}}" />
607
				</label>
608
				<label class="formfield">
609
					<strong class="caption">YouTube Profile-Name</strong>
610
					<input type="text" name="youtube" placeholder="z.B. {{user_name}}" value="{{profile_youtube}}" />
611
				</label>
612
				<label class="formfield">
613
					<strong class="caption">Twitter Profile-Name</strong>
614
					<input type="text" name="twitter" placeholder="z.B. {{user_name}}" value="{{profile_twitter}}" />
615
				</label>
616
				<label class="formfield">
617
					<strong class="caption">Instagram Profile-Name</strong>
618
					<input type="text" name="instagram" placeholder="z.B. {{user_name}}" value="{{profile_instagram}}" />
619
				</label>
620
			{{newProfile==true.end}}
621
			
622 {{signature_unvisible==false.start}}
623 <label class="formfield {{signature_mandatory==true.start}} mandatory {{signature_mandatory==true.end}}">
624 <strong class="caption">{[userprofile_signature]}{{signature_noedit==true.start}} ² {{signature_noedit==true.end}} {{signature_mandatory==true.start}} * {{signature_mandatory==true.end}}</strong>
  
947 });
948
949 $('#upload_avatar_link').click(function() {
950
		{{newProfile==true.start}}
951
			$('#avatar_img_wrap').show();
952
		{{newProfile==true.end}}
953 $('#upload_avatar_input_wrap').show();
954 return false;
955 });
956
Template-Element: CSS Vorlage im Template: Business Template
(49 Changes, Last: 2014-07-14)
Developers: - Christian - iggy
  
115 color: {{global_text_fontcolor}};
116 display: block;
117 margin-bottom: 5px; }
118
.usercontent td h2{color:{{global_header_fontcolor}};}
119
120 .box { margin-bottom: 20px;
121 -moz-box-shadow: -2px 4px 6px {{global_forum_background|rgb_lightness(80)}};
  
140 background: {{global_box_header_background}} bottom left repeat-x;
141 background-image: -moz-linear-gradient(15% 90% 90deg,{{global_box_header_background|rgb_lightness(90)}}, {{global_box_header_background}}, {{global_box_header_background}} 100%);
142 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from({{global_box_header_background}}), to({{global_box_header_background|rgb_lightness(90)}}));
143
                                                        background-image:-ms-linear-gradient(90deg,{{global_box_header_background}},{{global_box_header_background|rgb_lightness(90)}});
143
                                                        background-image:-ms-linear-gradient(90deg,{{global_box_header_background|rgb_lightness(90)}},{{global_box_header_background}});
144
145 }
146
  
1270 padding: 0px 6px;
1271 margin-left: -1px; }
1272
1273
ul.navigation li img { vertical-align: middle; max-height:20px;}
1273
ul.navigation li img { vertical-align: middle; max-height:18px;}
1274
1275 ul.navigation li:hover, ul.navigation li.currentpage{ background: {{global_nav_background|rgb_lightness(90)}};
1276 background-image: -moz-linear-gradient(30% 90% 90deg,{{global_nav_background|rgb_lightness(80)}}, {{global_nav_background|rgb_lightness(90)}} 100%);
  
1330 {{global_header_image==true.end}}
1331
1332 background-repeat: repeat-x;
1333
					background-size: 100% 100% ;
1334 color: {{global_header_fontcolor}};
1335 margin: 0px auto;
1336 overflow: visible;
  
1463 img.avatar-max-size-comment { max-width: 50px; }
1464 a.delete-comment-link { position: absolute; right: 20px; top: 25px; font-size: {{smallfont}}px; }
1465
1466
	.np-blog-wrap { border-top: 1px solid {{global_boxcontent_background|rgb_lightness(90)}}; apdding-top: 20px; margin-top: 20px;  }
1466
	.np-blog-wrap { border-top: 1px solid {{global_boxcontent_background|rgb_lightness(90)}}; padding-top: 20px; margin-top: 20px;  }
1467
1468
1469
  
1748 /*Layout*/
1749 .leftcol, .rightcol, .main{vertical-align:top;}
1750
1751
{{global_css_addon}}
1751
1752
1753 body.stop_scrolling
1754 {
  
1759
1760
1761 /* Listen im Beitragstext */
1762
.xli {
1762
.xli,.mtext li,#signup_message li,.frules li {
1763 margin-left: 20px;
1764 }
1765
1766
.mtext li {
1767
margin-left: 20px;
1768
}
1766
1767
#signup_message li {
1768
margin-left: 20px;
1769
}
1770
1771
.frules li {
1772
 margin-left: 20px;
1773
}
1774
1775
body.stop_scrolling
1776
{
1777
    position: fixed; 
1778
    overflow-y: scroll;
1779
    width: 100%;
1780
}
1768
{{global_css_addon}}
  
1770
Template-Element: Beitrag bearbeiten im Template: Business Template
(1 Changes, Last: 2014-06-02)
Developers: - iggy
  
366 <div style="clear:both"></div>
367 <style type="text/css">div#upload_div { border: 1px solid {{global_box_header_background|rgb_lightness(90)}}; float: right; margin-right: 5%; margin-top:10px !important} </style>
368 {{addfile==true.end}}
369
{{file_limit_reached==true.start}}{[file_upload_limit_reached]}{{file_limit_reached==true.end}}
370
371 <!-- File Upload End-->
372
373
374
Template-Element: Obere Leiste im Template: Business Template
(37 Changes, Last: 2014-07-16)
Developers: - Christian - iggy
  
43 {{plugin_js==true.end}}
44 {{plugin_active==true.end}}
45
46
46 <script type="text/Javascript" src="{{link_js}}"></script>
47 <script type="text/Javascript" src="{{link_business_js}}"></script>
48
  
151 {{user_registered==false.end}}
152
153 <div class="spacer">
154
				{{showlogo.start}}0{{showlogo.end}}
155
				{{global_header_logo==true.start}}{{showlogo.start}}1{{showlogo.end}}{{global_header_logo==true.end}}
156
				{{global_header_text==true.start}}{{showlogo.start}}1{{showlogo.end}}{{global_header_text==true.end}}
157
				{{floatlogo.start}}1{{floatlogo.end}}
158
				{{global_header_image_position==center.start}}{{floatlogo.start}}0{{floatlogo.end}}{{global_header_image_position==center.end}}
159
				{{global_header_image_position==false.start}}{{floatlogo.start}}0{{floatlogo.end}}{{global_header_image_position==false.end}}
160
				{{tdwidth.start}}{{global_header_logo==true.start}}{{global_header_text==true.start}}50%{{global_header_text==true.else}}100%{{global_header_text==true.end}}{{global_header_logo==true.else}}50%{{global_header_logo==true.end}}{{tdwidth.end}}
154
155
156 <div class="usercontent">
157
					{{showlogo==true.start}}
158
					<style>.headerlogo{min-height:60px;padding:10px;}.headerlogo table{height:100%;width:100%; text-align:center;}.headerlogo table td{text-align:center;vertical-align:middle;height:60px;}</style>
159
					<div class="headerlogo" {{floatlogo==true.start}}style="float:{{global_header_image_position}};"{{floatlogo==true.end}}>
160
						<table>
161
							<tr>
162
													
163
								{{global_header_logo==true.start}}<td class="logotd" style="width:{{tdwidth}}"><img src="{{global_header_logo}}" alt="logo" /></td>{{global_header_logo==true.end}}
164
								{{global_header_text==true.start}}<td class="logotexttd"  style="width:{{tdwidth}}"><span class="headertext" {{global_header_text_newline==true.start}}style="display:block"{{global_header_text_newline==true.end}}>{{global_header_text}}</span></td>{{global_header_text==true.end}}
165
								{{floatlogo==false.start}}<style>.logotd{text-align:right !important;} .logotexttd{text-align:left !important;}</style>{{floatlogo==false.end}}
166
							</tr>
167
						</table>
168
					</div>
169
					
170
					
171
					{{showlogo==true.end}}
157
					{{headeractive==true.start}}
158
<div id="forumlogo">
159
	{{headerimage==true.start}}<img id="thelogo" src="{{headerimage}}" alt="" />{{headerimage==true.end}}
160
	{{show_header_text==true.start}}<div class="logotext"><h2>{{headertitle}}</h2>{{headerdesc}}</div>{{show_header_text==true.end}}
161
</div>
162
<style>
163
#thelogo{padding:5px;vertical-align: middle;} #forumlogo{text-align:{{headeralign}}; max-width:{{global_page_width}}; margin:0px 5px;} .logotext{vertical-align: middle;}
164
{{headernewline==false.start}}.logotext{display:inline-block;}{{headernewline==false.end}}
165
</style>
166
167
168
		{{headeractive==true.end}}
169
					{{html_header==false.start}}{{headeractive==false.start}}<div class="spacer20"><h1>{{html_title}}</h1></div>{{headeractive==false.end}}{{html_header==false.else}}{{html_header}}{{html_header==false.end}}	
170
171
				 
172
					{{html_header==false.start}}{{showlogo==false.start}}<div class="spacer20"><h1>{{html_title}}</h1></div>{{showlogo==false.end}}{{html_header==false.else}}{{html_header}}{{html_header==false.end}}	
173
					{{floatlogo==true.start}}<div class="clear"></div>{{floatlogo==true.end}}
171 </div>
172
173 <div id="navigation" class="navigation_wrap">
  
218
219 <a href="{{menulist:ziel}}" {{menulist:_blank==true.start}}target="_blank"{{menulist:_blank==true.end}}>
220 {{menulist:icon==true.start}}<img title="{{cur_name}}" src="{{menulist:icon}}" />{{menulist:icon==true.end}}
221
										<span style="padding:0px 6px;">{{cur_name}}</span>
221
										<span style="padding:0px 6px;">{{cur_name}}{{menulist:newCount==true.start}} ({{menulist:newCount<10.start}}{{menulist:newCount}}{{menulist:newCount<10.end}}{{menulist:newCount>10.start}}9+{{menulist:newCount>10.end}}){{menulist:newCount==true.end}}</span>
222
223
224 </a>
  
315
316 w = $('#navigation').innerWidth()-17;
317 $('.usercontent img').css('maxWidth',w);
318
try{window.onresize = headerRez;}catch(e){/*onresize not supported*/}
319
		</script>
318
319
try{window.addEventListener("resize", headerRez);}catch(e){}</script>
320
321 {{hideheader==false.end}}
322
323
Template-Element: Forum Ansicht im Template: Business Template
(7 Changes, Last: 2014-06-04)
Developers: - iggy - Christian
  
105 {{pages_html}}
106 <div class="options" id="foptions" style="float:right">
107 <div class="foptions2">
108
			<div id="foptions_link2"><small class="clickfoptions">{[search_forum]} {{global_imageserver==true.start}}<img src="{{global_imageserver}}svg-object_navsub-color1_{{global_text_fontcolor|urlencode}}-color2_{{global_text_fontcolor|urlencode}}-color3_FFF.png" />{{global_imageserver==true.end}}</small>
108
			<div id="foptions_link2" class="clickfoptions"><small>{[search_forum]} {{global_imageserver==true.start}}<img src="{{global_imageserver}}svg-object_navsub-color1_{{global_text_fontcolor|urlencode}}-color2_{{global_text_fontcolor|urlencode}}-color3_FFF.png" />{{global_imageserver==true.end}}</small>
109 <div class="foptions_list_flist" id="foptions_extend2">
110 <div style="padding: 6px;">
111 <small style="font-weight: bold;">{[search_forum_searchbox]}</small>
112
					<form name="hpmsearchform" action="./search.php" method="GET">
112
					<form name="hpmsubsearchform" action="./search.php" method="GET">
113 <input type="hidden" value="9999" name="zeit" />
114 <input type="hidden" value="2" name="s" />
115
						<input type="hidden" value="{{forum_id}}" name="forum" />
115
						<input type="hidden" value="{{forum_id}}" name="inforum" />
116 <input type="text" name="suchen" autocomplete="off" class="submenu_input" id="submenu_search_input" />
117 <input type="submit" class="button submenu_button" value="{[search_submit]}" />
118 </form>
  
438
439 <script>
440 $('#foptions_link').click( function() {
441
442
	if($(':focus').attr('id') == 'submenu_search_input'){return true;}
443
444 $('#foptions_extend').toggle();
445 $('#foptions_extend2').hide();
446 $('#foptions_extend').css('top', $('#foptions').outerHeight()-2+'px');});
447
448 $('.clickfoptions').click( function() {
449
	if($(':focus').attr('id') == 'submenu_search_input'){return true;}
450 if($('#foptions_extend2').is(":visible")){ $('#foptions_extend2').hide();}
451 else{
452 $('#foptions_extend2').show();
  
642 xDefaultNewElementNotifier(m);
643 }
644 </script>
645
{{hidden_chat_active==true.end}}
645
{{hidden_chat_active==true.end}}
  
647
Template-Element: Bildergalerie - Home im Template: Business Template
(1 Changes, Last: 2014-05-07)
Developers: - iggy
  
56 $('#picture2').hide();
57 $('#hinweis').show();
58
59
		$(info_container).html("{[change_order]}<br />{[userlist_sort_by]}: <a href='javascript:void(0)' id='sortName'>{[comments_name]}</a>&nbsp;&bull;&nbsp;<a href='javascript:void(0)' id='sortUser'>{[gallery_uploader]}</a>&nbsp;&bull;&nbsp;<a href='javascript:void(0)' id='sortDate'>{[blog_date]}</a>");
59
		$(info_container).html("{[change_order]}<br />{[userlist_sort_by]} <a href='javascript:void(0)' id='sortName'>{[comments_name]}</a>&nbsp;&bull;&nbsp;<a href='javascript:void(0)' id='sortUser'>{[gallery_uploader]}</a>&nbsp;&bull;&nbsp;<a href='javascript:void(0)' id='sortDate'>{[blog_date]}</a>");
60 $('#subNav').hide();
61 makeSortable();
62 $(name_link).click(function(){
63
Template-Element: Bildergalerie - Bild anzeigen im Template: Business Template
(30 Changes, Last: 2014-09-03)
Developers: - Christian - iggy
1 <script type="text/javascript" language="text/javascript" src="{{js_uri}}autocomplete.js"></script>
2 <script language="javascript" src="{{link_gallery_js}}" type="text/javascript"></script>
3 <script language="javascript" src="{{link_gallery_usertag_js}}" type="text/javascript"></script>
4
<script>
5
function show_background_pic(id,img) {
6
	document.getElementById(id).style.backgroundImage='url('+ img+ ')';
7
	document.getElementById(id).style.cursor='pointer';
8
	setTimeout("hide_background_pic();",1500);
9
}
10
function hide_background_pic() {
11
	document.getElementById('back').style.backgroundImage='none';
12
	document.getElementById('next').style.backgroundImage='none';
13
}
14
15
</script>
16
{{user_at_link==true.start}}
17
{{user_registered==true.start}}
18
<script>
19
20
var at_username_target_textarea = '#commentar';
21
var theDivUserSearch = '{[user_finder_div_at_tag]}';
22
var theDivUserDisable ='{[user_disable_div_at_tag]}';
23
24
25
</script>
26
<script type="text/javascript" src="{{link_new_message_js}}"></script>
27
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
28
29
{{user_registered==true.end}}
30
{{user_at_link==true.end}}
31
32
33 {{showsocial==true.start}}
  
55 {{only==true.start}}
56 <div class="fpages">
57 {{hasprevious==true.start}}
58
				<a href="{{previousLink}}#viewport">« {[gallery_prevpic]}</a>
58
				<a id="prevlink" href="{{previousLink}}#viewport">« {[gallery_prevpic]}</a>
59 {{hasprevious==true.else}}
60 <span class="crtp">« {[gallery_prevpic]}</span>
61 {{hasprevious==true.end}}
62
63 {{hasnext==true.start}}
64
				<a href="{{nextLink}}#viewport">{[gallery_nextpic]} »</a>
64
				<a id="nextlink" href="{{nextLink}}#viewport">{[gallery_nextpic]} »</a>
65 {{hasnext==true.else}}
66 <span class="crtp">{[gallery_nextpic]} »</span>
67 {{hasnext==true.end}}
  
111 {{pic_link_height>50.end}}
112 {{pic_link_width>50.end}}
113
114
			
114
					{{tick(pre_addintegrations)}}
115 {{addintegrations==true.start}}
116 <div class="embed_picture" style="float:right; text-align:right;cursor:pointer;" onclick="doForumModal('linkpic','');";>{[embed_picture]}</div><br/>
117 <div class="picture_integrations" style="float:right; text-align:right;cursor:pointer;">{[gallery_tag]}<div class="int_sub" style="display:none">
  
137
138 <div style="width:50%; height: 100%; background-repeat: no-repeat; background-position: center; background-color: transparent; float: left; " id="back"
139 {{linkedusers==false.start}}onmouseover="return show_background_pic('back','https://files.homepagemodules.de/b2001010/a_133.png');"{{linkedusers==false.end}}}
140
							{{linkedusers==false.start}}onmouseout="document.getElementById('back').style.backgroundImage='none'"; onclick="window.location='{{previousLink}}'"{{linkedusers==false.end}}>
140
							{{linkedusers==false.start}}onmouseout="document.getElementById('back').style.backgroundImage='none'"; onclick="window.location='{{previousLink}}#viewport'"{{linkedusers==false.end}}>
141 </div>
142
143 <div style="width: 50%; background-repeat: no-repeat; background-position: center; background-color: transparent; height: 100%; float: right; " id="next"
144 {{linkedusers==false.start}}onmouseover="return show_background_pic('next','https://files.homepagemodules.de/b2001010/a_132.png');"{{linkedusers==false.start}}
145
							{{linkedusers==false.start}}onmouseout="document.getElementById('next').style.backgroundImage='none'"; onclick="window.location='{{nextLink}}'"{{linkedusers==false.end}}>
145
							{{linkedusers==false.start}}onmouseout="document.getElementById('next').style.backgroundImage='none'"; onclick="window.location='{{nextLink}}#viewport'"{{linkedusers==false.end}}>
146 </div>
147 <div style="clear: both; position:absolute;"></div>
148 </div>
  
154
155
156
157
{{show_ratings_for_gallery_picture==true.start}}<hr/>
158
					<div class="postratings">{{ratings(gallery_picture,picture_id)}}</div>
159
					{{show_ratings_for_gallery_picture==true.end}}
157
158
159 {{pic_link==true.else}}
160 <br/><br/><br/>
  
170 <br/><br/><br/>
171 {{pic_link==true.end}}
172 {{pic_description}}
173
{{show_ratings_for_gallery_picture==true.start}}<hr/>
174
					<div class="postratings">{{ratings(gallery_picture,picture_id)}}</div>
175
					{{show_ratings_for_gallery_picture==true.end}}
176
177 </div>
178 </div>
179 <div id="testCont">
180 {{integration==false.start}}
181 {{tick(gallery_detail_no_integrations)}}
182
				{{integration==false.else}}
182
				{{integration==false.end}}
183 <script language="javascript">
184 var container = document.getElementById('PicMainCont');
185 if(container){
  
218 </div>
219 {{tick(gallery_detail_after_last_integration)}}
220
221
				
222
<style type="text/css">
223
	.linkeduser {background-repeat: no-repeat; background-position: top left; position: absolute; width: 50px; height: 50px; background-image: url("https://img.homepagemodules.de/ds/cached/svg-object_linkeduser-color1_FFFFFF-color2_FFFFFF-color3_FFF.png"); margin: 1px;cursor:pointer;display:none;}
224
	.linkeduser_username {display:none;position: absolute; border: 1px solid {{global_line_color}}; background-color: white; color: {{global_text_fontcolor}}; width: auto; min-width: 80px; max-width: 100px; height: auto; font-size: {{global_fontsize}}; z-index:5000; cursor:pointer; padding: 0px;}
225
</style>
226
				
227 {{guest_nocomments==true.start}}<br/>
228 <center><a href="{{link_login}}">{[signup_now]}</a>, {[to_write_comments]}</center>
229 {{guest_nocomments==true.else}}
230
231
232
{{comments==true.start}}
233
{{count.startint}}0{{count.end}}
232
	<a name="com"></a>
233
	{{comments==true.start}}
234
	{{count.startint}}0{{count.end}}
235
236
237
{{comments_morepages==true.start}}
238
{{pages_html.start}} 
239
<div style="clear:both"></div> 
240
	<div class="options">
241
	<div class="fpages">
242
				<span style="padding:0px 10px; float:left">{[pages_page]} {{commentpages_current}} {[pages_from]} {{commentpages_all}}</span> 
243
				
244
				<a {{cpreviouspagelink==true.start}}href="{{cpreviouspagelink}}"{{cpreviouspagelink==true.else}} class="inactive" {{cpreviouspagelink==true.end}} >« {[pages_previous]}</a>{{cpreviouspagelink==true.end}} 
245
						{{tick(thread_in_page_box)}}
246
						{{commentspages|strip_pages(5)}}
247
						
248
						
249
						{{first.start}}0{{first.end}}
250
						
251
						{{commentspages.startlist}}
252
						 {{current_page.startint}}{{commentspages:page}}+{{pages_offset}}{{current_page.end}}
253
							{{commentspages:cnow==true.start}}
254
								<a class="inactive" href="{{commentspages:link}}" >{{commentspages:number}}</a>
255
							{{commentspages:cnow==true.else}} 
256
257
									{{commentspages:strip_before==true.start}}
258
									<a class="inactive">...</a>
259
									{{commentspages:strip_before==true.end}}
237
	{{comments_morepages==true.start}}
238
	{{pages_html.start}} 
239
	<div style="clear:both"></div> 
240
		<div class="options">
241
		<div class="fpages">
242
					<span style="padding:0px 10px; float:left">{[pages_page]} {{commentpages_current}} {[pages_from]} {{commentpages_all}}</span> 
243
					
244
					<a {{cpreviouspagelink==true.start}}href="{{cpreviouspagelink}}"{{cpreviouspagelink==true.else}} class="inactive" {{cpreviouspagelink==true.end}}>« {[pages_previous]}</a>{{cpreviouspagelink==true.end}} 
245
							{{tick(thread_in_page_box)}}
246
							{{commentspages|strip_pages(5)}}
247
							
248
							
249
							{{first.start}}0{{first.end}}
250
251
								<a href="{{commentspages:link}}" >{{commentspages:number}}</a>
251
							{{commentspages.startlist}}
252
							 {{current_page.startint}}{{commentspages:page}}+{{pages_offset}}{{current_page.end}}
253
								{{commentspages:cnow==true.start}}
254
									<a class="inactive" href="{{commentspages:link}}" >{{commentspages:number}}</a>
255
								{{commentspages:cnow==true.else}} 
256
257
										{{commentspages:strip_before==true.start}}
258
										<a class="inactive">...</a>
259
										{{commentspages:strip_before==true.end}}
260
261
							{{commentspages:cnow==true.end}}
261
									<a href="{{commentspages:link}}" >{{commentspages:number}}</a>
262
									
263
								{{commentspages:cnow==true.end}}
264
								
265
							{{first.start}}1{{first.end}}
266
							{{commentspages.end}}
267
268
						{{first.start}}1{{first.end}}
269
						{{commentspages.end}}
270
						
271
			 <a{{cnextpagelink==true.start}} href="{{cnextpagelink}}"{{cnextpagelink==true.else}} class="inactive" {{cnextpagelink==true.end}} >{[pages_next]} »</a>
272
			 			<span style="clear: both;"></span>
273
			</div>
274
			</div>
275
			<div style="clear:both"></div> 
276
			{{pages_html.end}}
277
			{{comments_morepages==true.end}}
278
{{pages_html}}
279
280
<div class="box" id="comments-wrap">
281
282
	<div class="boxheader"><strong>{[calendar_comments_header]}</strong></div>
283
	<div class="boxcontent">
284
		<ul class="comments-ul">
285
			{{comments.startlist}}
286
				{{count.startint}}{{count}}+1{{count.end}}
287
				<li id="comment-{{count}}">
288
					
289
						<div class="comments-header">
290
							<div class="spacer5">
291
							{{comments:avatar==true.start}}
292
								<img src="{{comments:avatar}}" class="avatar-max-size-comment"/>
293
							{{comments:avatar==true.else}}
294
								<img src="{{global_avatar}}" class="avatar-max-size-comment"/>
295
							{{comments:avatar==true.end}}
268
				 <a{{cnextpagelink==true.start}} href="{{cnextpagelink}}"{{cnextpagelink==true.else}} class="inactive" {{cnextpagelink==true.end}} >{[pages_next]} »</a>
269
							<span style="clear: both;"></span>
270
				</div>
271
				</div>
272
				<div style="clear:both"></div> 
273
				{{pages_html.end}}
274
				{{comments_morepages==true.end}}
275
	{{pages_html}}
276
277
	<div class="box" id="comments-wrap">
278
279
		<div class="boxheader"><strong>{[calendar_comments_header]}</strong></div>
280
		<div class="boxcontent">
281
			<ul class="comments-ul">
282
				{{comments.startlist}}
283
					{{count.startint}}{{count}}+1{{count.end}}
284
					<li id="comment-{{count}}">
285
286
							<div class="comments-header">
287
								<div class="spacer5">
288
								{{comments:avatar==true.start}}
289
									<img src="{{comments:avatar}}" class="avatar-max-size-comment"/>
290
								{{comments:avatar==true.else}}
291
									<img src="{{global_avatar}}" class="avatar-max-size-comment"/>
292
								{{comments:avatar==true.end}}
293
294
							{{can_delete_comment==true.start}}<a href="javascript:void(0)" id="{{count}}" class="delete-comment-link" onclick='DelCommentAjax({{comments:id}},{{picture_id}},{{cat_id}},{{count}});'>{[delete]}</a>{{can_delete_comment==true.end}}
295
							
296
							<div style="display: inline-block; width: 300px; vertical-align: middle;">
297
							{{comments:uname==true.start}}<a href="{{comments:user_link}}"><strong>{{comments:uname}}</strong></a><br/>{{comments:uname==true.else}}{{comments:delname==true.start}}<strong>{{comments:delname}}</strong> ({[name_user_deleted]}) {{comments:delname==true.else}} <strong>{[deleted_user]}</strong> {{comments:delname==true.end}}{{comments:uname==true.end}}
298
							{{comments:added|dateformat}}
294
								
295
								{{can_delete_comment==true.start}}<a href="javascript:void(0)" id="{{count}}" class="delete-comment-link" onclick='DelCommentAjax({{comments:id}},{{picture_id}},{{cat_id}},{{count}});'>{[delete]}</a>{{can_delete_comment==true.end}}
296
								
297
								<div style="display: inline-block; width: 300px; vertical-align: middle;">
298
								{{comments:uname==true.start}}<a href="{{comments:user_link}}"><strong>{{comments:uname}}</strong></a><br/>{{comments:uname==true.else}}{{comments:delname==true.start}}<strong>{{comments:delname}}</strong> ({[name_user_deleted]}) {{comments:delname==true.else}} <strong>{[deleted_user]}</strong> {{comments:delname==true.end}}{{comments:uname==true.end}}
299
								{{comments:added|dateformat}}
300
								</div>
301
								
302
								</div>
303 </div>
304
305
							<div class="comment-text">
306
								<div class="spacer10">
307
									{{comments:commentar}}
308
								</div>
309 </div>
310
						</div>
311
						
312
						<div class="comment-text">
313
							<div class="spacer10">
314
								{{comments:commentar}}
315
							</div>
316
						</div>
317
{{show_ratings_for_gallery_picture_comment==true.start}}<hr/>
318
					<div class="blogcommentratings">{{ratings(gallery_picture_comment,comments:id)}}</div>
319
					{{show_ratings_for_gallery_picture_comment==true.end}}
310
	{{show_ratings_for_gallery_picture_comment==true.start}}<hr/>
311
						<div class="blogcommentratings">{{ratings(gallery_picture_comment,comments:id)}}</div>
312
						{{show_ratings_for_gallery_picture_comment==true.end}}
313
							
314
315
					
316
				</li>
317
			{{comments.end}}	
318
		</ul>	
319
	
320
</div>
321
</div>
322
{{comments==true.end}}   
323
324
			
325
			
326
			{{pages_html}}
315
					</li>
316
				{{comments.end}}	
317
			</ul>	
318
		
319
	</div>
320
	</div>
321
	{{comments==true.end}}   
322
323
				
324
				
325
				{{pages_html}}
326
327
<script>
327
328
	<script>
329
330
function show_background_pic(id,img) {
331
	document.getElementById(id).style.backgroundImage='url('+ img+ ')';
332
	document.getElementById(id).style.cursor='pointer';
333
	setTimeout("hide_background_pic();",1500);
334
}
335
function hide_background_pic() {
336
	document.getElementById('back').style.backgroundImage='none';
337
	document.getElementById('next').style.backgroundImage='none';
338
}
330
	$('#foptions_link').click( function() {
331
		if (!$('#foptions_extend').is(':visible')) {
332
			$('#foptions_extend').show();
333
			$('#foptions_extend').css('top', $('#foptions_bar').outerHeight()+2+'px');
334
		} else {
335
			$('#foptions_extend').hide();
336
		}
337
			
338
	});
339
340
$('#foptions_link').click( function() {
341
	$('#foptions_extend').show();
342
	$('#foptions_extend').css('top', $('#foptions_bar').outerHeight()+2+'px');});
340
	$('.boxcontent').click( function() {
341
		   $('#foptions_extend').hide();
342
	});
343
344
$('.boxcontent').click( function() {
345
       $('#foptions_extend').hide();
346
});
344
	function countComments() {
345
		var newcount = $('.comments-ul li').length;
346
		if(newcount == 0) { $('#comments-wrap').remove(); }
347
	}
348
349
function countComments() {
350
	var newcount = $('.comments-ul li').length;
351
	if(newcount == 0) { $('#comments-wrap').remove(); }
352
}
349
	function DelCommentAjax(CommentId,PicId,cid,div_id){
350
351
function DelCommentAjax(CommentId,PicId,cid,div_id){
351
		var conf = confirm('{[gallery_delete_comment_confirmation]}');
352
		
353
		if(!conf) { return false; }
354
		else {
355
		
356
		$.ajax({
357
		  url: 'gallery_viewpic.php?cid='+cid+'&pid='+PicId+'&dc='+CommentId,
358
		  success: function(data) { }
359
		});
360
361
	var conf = confirm('{[gallery_delete_comment_confirmation]}');
362
	
363
	if(!conf) { return false; }
364
	else {
365
	
366
	$.ajax({
367
	  url: 'gallery_viewpic.php?cid='+cid+'&pid='+PicId+'&dc='+CommentId,
368
	  success: function(data) { }
369
	});
361
		
362
			$('#comment-'+div_id).fadeTo('slow',0).remove();
363
		setTimeout('countComments()', 100);
364
		
365
		return false;
366
		
367
		}
368
		
369
370
	
371
		$('#comment-'+div_id).fadeTo('slow',0).remove();
372
	setTimeout('countComments()', 100);
373
	
374
	return false;
375
	
370 }
371
	
372
373
}
371
372
$('.picture_integrations').hover(function(){$(this).find('.int_sub').show();},function(){$(this).find('.int_sub').hide();});
373
</script>
374
<style type="text/css">
375
.linkeduser {background-repeat: no-repeat; background-position: top left; position: absolute; width: 50px; height: 50px; background-image: url("https://img.homepagemodules.de/ds/cached/svg-object_linkeduser-color1_FFFFFF-color2_FFFFFF-color3_FFF.png"); margin: 1px;cursor:pointer;display:none;}
376
.linkeduser_username {display:none;position: absolute; border: 1px solid {{global_line_color}}; background-color: white; color: {{global_text_fontcolor}}; width: auto; min-width: 80px; max-width: 100px; height: auto; font-size: {{global_fontsize}}; z-index:5000; cursor:pointer; padding: 0px;}
377
</style>
378
<script>
379
addleft = (parseInt($('#PicMainCont').width()) - parseInt($('.gallpic').width())) / 2;
380
addtop = (parseInt($('#PicMainCont').height()) - parseInt($('.gallpic').height())) / 2;
381
382
$('.linkeduser').each(function (i) {
383
	curleft = parseInt($(this).css('left'));
384
	curtop = parseInt($(this).css('top'));
385
	$(this).css('left',curleft + addleft+ 'px');
386
	$(this).css('top',curtop + addtop+ 'px');
387
});
388
389
$('.linkeduser_username').each(function (i) {
390
	curleft = parseInt($(this).css('left'));
391
	curtop = parseInt($(this).css('top'));
392
	$(this).css('left',curleft + addleft+ 'px');
393
	$(this).css('top',curtop + addtop + 'px');
394
});
395
</script>
372
	$('.picture_integrations').hover(function(){$(this).find('.int_sub').show();},function(){$(this).find('.int_sub').hide();});
373
	</script>
374
375
<script language>
376
if(document.getElementById('userlist') && document.getElementById('userlist').innerHTML != ''){
377
notes.HideAllNotes();
378
container.onmouseover=function(){
379
notes.ShowAllNotes();
380
}
381
container.onmouseout=function(){
382
notes.HideAllNotes();
383
}
384
}
385
</script>
375
	<div id="linkpic" style="display:none;">
376
377
<div id="linkpic" style="display:none;">
377
		<div style="padding:5px;margin-bottom:10px;">
378
			
379
						{{user_registered==false.start}}
380
						
381
						<div style="float: left; padding: 3px 8px; background-color: #f9f9f9; color: {{global_body_color_link}}; " onmouseover="this.style.cursor='pointer';" onclick="document.getElementById('code11').style.display='block'; document.getElementById('code12').style.display='none'; this.style.backgroundColor='#ededed'; document.getElementById('bbcode11').style.backgroundColor='{{global_post_bg}}'; this.style.color='{{global_body_color_link}}'; document.getElementById('bbcode11').style.color='{{global_grey_color}}';" id="htmlcode11"><small><b>HTML-Code</b></small></div>
382
						
383
						<div style="float: left; padding: 3px 8px; background-color: #ededed; color: {{global_grey_color}}; " onmouseover="this.style.cursor='pointer';" onclick="document.getElementById('code11').style.display='none'; document.getElementById('code12').style.display='block'; this.style.backgroundColor='#ededed'; document.getElementById('htmlcode11').style.backgroundColor='{{global_post_bg}}'; this.style.color='{{global_body_color_link}}'; document.getElementById('htmlcode11').style.color='{{global_grey_color}}'; " id="bbcode11"><small><b>Forum-Code</b></small></div>
384
						
385
						<div style="clear: both;"></div>
386
						
387
						<div style="display: block; background-color: {{global_area3_bg}};" id="code11">
388
						<input type="text" value="<a href='{{link_current_page}}'><img src='{{pic_thumb}}' title='{{pic_title}}' alt='{{pic_title}}'/></a>" onfocus="this.select();" onclick="this.select();" class="inputbox" style="margin: 3px; padding: 2px 5px; width: 95%; font-size: {{global_small_fontsize}}px !important;"/></div>
389
						
390
						<div style="display: none; background-color: {{global_area3_bg}};" id="code12">
391
						<input type="text" value="[URL={{link_current_page}}][IMG]{{pic_thumb}}[/IMG][/URL]" onfocus="this.select();" onclick="this.select();" class="inputbox" style="margin: 3px; padding: 2px 5px; width: 95%; font-size: {{global_small_fontsize}}px !important;"/>
392
						</div>
393
						</div>	
394
						
395
						{{user_registered==false.else}}					
396
						
397
						<div style="float: left; padding: 3px 8px; background-color: #f9f9f9; color: {{global_grey_color}}; " onmouseover="this.style.cursor='pointer';" onclick="document.getElementById('code11').style.display='block'; document.getElementById('code12').style.display='none'; this.style.backgroundColor='#ededed'; document.getElementById('bbcode11').style.backgroundColor='{{global_post_bg}}'; this.style.color='{{global_body_color_link}}'; document.getElementById('bbcode11').style.color='{{global_grey_color}}';" id="htmlcode11"><small><b>HTML-Code</b></small></div>
398
						
399
						<div style="float: left; padding: 3px 8px; background-color: #ededed; color: {{global_body_color_link}} ; " onmouseover="this.style.cursor='pointer';" onclick="document.getElementById('code11').style.display='none'; document.getElementById('code12').style.display='block'; this.style.backgroundColor='#ededed'; document.getElementById('htmlcode11').style.backgroundColor='{{global_post_bg}}'; this.style.color='{{global_body_color_link}}'; document.getElementById('htmlcode11').style.color='{{global_grey_color}}'; " id="bbcode11"><small><b>Forum-Code</b></small></div>
400
						
401
						<div style="clear: both;"></div>
402
						
403
						<div style="display: none; background-color: {{global_area3_bg}};" id="code11">
404
						<input type="text" value="<a href='{{link_current_page}}'><img src='{{pic_thumb}}' title='{{pic_title}}' alt='{{pic_title}}'/></a>" onfocus="this.select();" onclick="this.select();" class="inputbox" style="margin: 3px; padding: 2px 5px; width: 95%; font-size: {{global_small_fontsize}}px !important;"/></div>
405
						
406
						<div style="display: block; background-color: {{global_area3_bg}};" id="code12">
407
						<input type="text" value="[URL={{link_current_page}}][IMG]{{pic_thumb}}[/IMG][/URL]" onfocus="this.select();" onclick="this.select();" class="inputbox" style="margin: 3px; padding: 2px 5px; width: 95%; font-size: {{global_small_fontsize}}px !important;"/>
408
						</div>
409
						</div>
410
						
411
						{{user_registered==false.end}}
412
						
413
		</div>
414
415
	<div style="padding:5px;margin-bottom:10px;">
416
		
417
					{{user_registered==false.start}}
418
					
419
					<div style="float: left; padding: 3px 8px; background-color: #f9f9f9; color: {{global_body_color_link}}; " onmouseover="this.style.cursor='pointer';" onclick="document.getElementById('code11').style.display='block'; document.getElementById('code12').style.display='none'; this.style.backgroundColor='#ededed'; document.getElementById('bbcode11').style.backgroundColor='{{global_post_bg}}'; this.style.color='{{global_body_color_link}}'; document.getElementById('bbcode11').style.color='{{global_grey_color}}';" id="htmlcode11"><small><b>HTML-Code</b></small></div>
420
					
421
					<div style="float: left; padding: 3px 8px; background-color: #ededed; color: {{global_grey_color}}; " onmouseover="this.style.cursor='pointer';" onclick="document.getElementById('code11').style.display='none'; document.getElementById('code12').style.display='block'; this.style.backgroundColor='#ededed'; document.getElementById('htmlcode11').style.backgroundColor='{{global_post_bg}}'; this.style.color='{{global_body_color_link}}'; document.getElementById('htmlcode11').style.color='{{global_grey_color}}'; " id="bbcode11"><small><b>Forum-Code</b></small></div>
422
					
423
					<div style="clear: both;"></div>
424
                    
425
					<div style="display: block; background-color: {{global_area3_bg}};" id="code11">
426
                    <input type="text" value="<a href='{{link_current_page}}'><img src='{{pic_thumb}}' title='{{pic_title}}' alt='{{pic_title}}'/></a>" onfocus="this.select();" onclick="this.select();" class="inputbox" style="margin: 3px; padding: 2px 5px; width: 95%; font-size: {{global_small_fontsize}}px !important;"/></div>
427
					
428
					<div style="display: none; background-color: {{global_area3_bg}};" id="code12">
429
					<input type="text" value="[URL={{link_current_page}}][IMG]{{pic_thumb}}[/IMG][/URL]" onfocus="this.select();" onclick="this.select();" class="inputbox" style="margin: 3px; padding: 2px 5px; width: 95%; font-size: {{global_small_fontsize}}px !important;"/>
430
					</div>
431
					</div>	
432
					
433
					{{user_registered==false.else}}					
434
					
435
					<div style="float: left; padding: 3px 8px; background-color: #f9f9f9; color: {{global_grey_color}}; " onmouseover="this.style.cursor='pointer';" onclick="document.getElementById('code11').style.display='block'; document.getElementById('code12').style.display='none'; this.style.backgroundColor='#ededed'; document.getElementById('bbcode11').style.backgroundColor='{{global_post_bg}}'; this.style.color='{{global_body_color_link}}'; document.getElementById('bbcode11').style.color='{{global_grey_color}}';" id="htmlcode11"><small><b>HTML-Code</b></small></div>
436
					
437
					<div style="float: left; padding: 3px 8px; background-color: #ededed; color: {{global_body_color_link}} ; " onmouseover="this.style.cursor='pointer';" onclick="document.getElementById('code11').style.display='none'; document.getElementById('code12').style.display='block'; this.style.backgroundColor='#ededed'; document.getElementById('htmlcode11').style.backgroundColor='{{global_post_bg}}'; this.style.color='{{global_body_color_link}}'; document.getElementById('htmlcode11').style.color='{{global_grey_color}}'; " id="bbcode11"><small><b>Forum-Code</b></small></div>
438
					
439
					<div style="clear: both;"></div>
440
                    
441
					<div style="display: none; background-color: {{global_area3_bg}};" id="code11">
442
                    <input type="text" value="<a href='{{link_current_page}}'><img src='{{pic_thumb}}' title='{{pic_title}}' alt='{{pic_title}}'/></a>" onfocus="this.select();" onclick="this.select();" class="inputbox" style="margin: 3px; padding: 2px 5px; width: 95%; font-size: {{global_small_fontsize}}px !important;"/></div>
443
					
444
					<div style="display: block; background-color: {{global_area3_bg}};" id="code12">
445
					<input type="text" value="[URL={{link_current_page}}][IMG]{{pic_thumb}}[/IMG][/URL]" onfocus="this.select();" onclick="this.select();" class="inputbox" style="margin: 3px; padding: 2px 5px; width: 95%; font-size: {{global_small_fontsize}}px !important;"/>
446
					</div>
447
					</div>
448
					
449
					{{user_registered==false.end}}
450
					
415 </div>
416
417
</div>
418
419
{{can_comment_pic==true.start}}
420
<div class="box">
421
	<div class="boxheader"><a name="com_create" class="cat">{[new_comment_header]}</a></div>
422
	<div class="boxcontent">
423
		<div class="spacer20">
424
		<form name="commentForm" id="commentForm" method="post">
425
			
426
			{{user_registered==true.start}}
427
				<input type="text" name="name" id="name"  value="{{actUser}}" style="display: none;"/>
428
			{{user_registered==true.else}}
429
				<input type="text" name="name" id="name"  value="" />
430
			{{user_registered==true.end}}
431
			
432
			<textarea id="commentar" name="commentar">{{addedcomment}}</textarea>
433
			
434
			{{user_registered==false.start}}
435
				<div class="captcha">
436
				<strong>{[signup_captcha]}</strong>
437
				<small>{[captcha_expl]}.</small>
438
				{{captcha_wrong==true.start}}{{captcha_wrong==true.end}}
439
				<img src="{{captcha_image}}" />
440
				<input type="text" name="captcha" id="captcha" />
441
				</div>
442
			{{user_registered==false.end}}
417
	{{can_comment_pic==true.start}}
418
	<div class="box">
419
		<div class="boxheader"><a name="com_create" class="cat">{[new_comment_header]}</a></div>
420
		<div class="boxcontent">
421
			<div class="spacer20">
422
			<form name="commentForm" id="commentForm" method="post">
423
				
424
				{{user_registered==true.start}}
425
					<input type="text" name="name" id="name"  value="{{actUser}}" style="display: none;"/>
426
				{{user_registered==true.else}}
427
					<input type="text" name="name" id="name"  value="" />
428
				{{user_registered==true.end}}
429
				
430
				<textarea id="commentar" name="commentar">{{addedcomment}}</textarea>
431
				
432
				{{user_registered==false.start}}
433
					<div class="captcha">
434
					<strong>{[signup_captcha]}</strong>
435
					<small>{[captcha_expl]}.</small>
436
					{{captcha_wrong==true.start}}{{captcha_wrong==true.end}}
437
					<img src="{{captcha_image}}" />
438
					<input type="text" name="captcha" id="captcha" />
439
					</div>
440
				{{user_registered==false.end}}
441
				
442
				{{user_registered==true.start}}<div id="commentsub" style="padding:5px;"><label>{[gallery_subscribe_comments]}<input type="checkbox" style="width:auto;margin-left:5px;" value="1" {{subscribed==true.start}}checked="checked"{{subscribed==true.end}} name="comment_subscribe" /></label></div>{{user_registered==true.end}}
443
				<input type="submit" name="addComment" value="{[gallery_save_comment]}" class="button"/>
444
445
			{{user_registered==true.start}}<div id="commentsub" style="padding:5px;"><label>{[gallery_subscribe_comments]}<input type="checkbox" style="width:auto;margin-left:5px;" value="1" {{subscribed==true.start}}checked="checked"{{subscribed==true.end}} name="comment_subscribe" /></label></div>{{user_registered==true.end}}
446
			<input type="submit" name="addComment" value="{[gallery_save_comment]}" class="button"/>
447
		
448
		</form>
445
			</form>
446
			</div>
447 </div>
448 </div>
449
</div>
450
{{can_comment_pic==true.end}}
451
  {{guest_nocomments==true.end}}
450
	{{can_comment_pic==true.end}}
451
{{guest_nocomments==true.end}}
452
 <script>
453
 	var addleft = (parseInt($('#PicMainCont').width()) - parseInt($('.gallpic').width())) / 2;
454
	var addtop = (parseInt($('#PicMainCont').height()) - parseInt($('.gallpic').height())) / 2;
455
	$('.linkeduser').each(function (i) {
456
		curleft = parseInt($(this).css('left'));
457
		curtop = parseInt($(this).css('top'));
458
		$(this).css('left',curleft + addleft+ 'px');
459
		$(this).css('top',curtop + addtop+ 'px');
460
	});
461
462
	$('.linkeduser_username').each(function (i) {
463
		curleft = parseInt($(this).css('left'));
464
		curtop = parseInt($(this).css('top'));
465
		$(this).css('left',curleft + addleft+ 'px');
466
		$(this).css('top',curtop + addtop + 'px');
467
	});
468
 	if(document.getElementById('userlist') && document.getElementById('userlist').innerHTML != ''){
469
	notes.HideAllNotes();
470
		container.onmouseover=function(){
471
		notes.ShowAllNotes();
472
	}
473
	container.onmouseout=function(){
474
		notes.HideAllNotes();
475
		}
476
	}
477
	
478
 </script>
  
480
Template-Element: Javascript - Standard, immer geladen im Template: Business Template
(1 Changes, Last: 2014-05-28)
Developers: - iggy
1
var _x = {
2
	getVars: {},
3
	strGET: document.location.search.substr(1,document.location.search.length),
4
	fillGetArray: function() {
5
		if(this.strGET!='' && Object.keys(this.getVars).length == 0){
6
			var gArr = this.strGET.split('&');
7
			for(i=0;i<gArr.length;++i){
8
				var v = '';
9
				var vArr = gArr[i].split('=');
10
				if(vArr.length>1){
11
					v=vArr[1];
12
				}
13
				this.getVars[unescape(vArr[0])]=unescape(v);
14
			}
15
		}
16
	},
17
	GET: function(key) {
18
		this.fillGetArray();
19
		if(!this.getVars[key]){
20
			return false;
21
		} else {
22
			return this.getVars[key];
23
		}
24
	}
25
};;
26
27
28 /* multiple onload events */
29 window.addOnloadEvent = function(addToOnload) {var oldOnload;if (window.onload) {oldOnload = window.onload;window.onload = function(){oldOnload();addToOnload();};} else {window.onload = addToOnload;}}
30
  
609 }
610 }
611
612
function xGetActivities(id){
612
function xGetActivities(aid){
613 try{document.getElementById('xActivityFeed').getAttribute('id');}catch(e){/*Feed not active*/ return true;}
614
615 var method = 'getActivities';
616
var last_id = id ? id : document.getElementById('xActivityFeed').children[0].getAttribute('id');
617
616
var last_id = aid ? aid : document.getElementById('xActivityFeed').children[0].getAttribute('id');
617
if(last_id===null){last_id = document.getElementById('xActivityFeed').children[1].getAttribute('id');}
618
619 var param_string = "method="+method+"&last_id="+last_id;
620
  
718 }
719
720 var xscriptsloaded = [];
721
function xLoadScript(source,title) {    
722
		if(!title || !source){return false;}
723
		load_url = source; 
724
		if(title == 'jquery'){try{$('div'); alert('already loaded');}catch(e){}}
725
		if(!xscriptsloaded[title]){
726
		xscriptsloaded[title];
727
		var e = document.createElement('script');
728
		e.src = load_url;
729
		e.async = false;
730
		document.documentElement.getElementsByTagName("HEAD")[0].appendChild(e);		
731
	  }
732
	}
721
function xLoadScript(script,sname) {    
722
		
723
		if (typeof(sname) == 'undefined'){
724
			var doit = 0;
725
			switch(script){
726
				case 'jquery' : load_url = jq_source; doit = jq_added ? 0 : 1; jq_added = 1; break;
727
				case 'titletags' : load_url = title_source; doit = title_added ? 0 : 1; title_added = 1; break;
728
				case 'jqueryui' : load_url = jqui_source; doit = jqui_added ? 0 : 1; jqui_added = 1; break;
729
				case 'contextmenu' : load_url = context_source; doit = context_added ? 0 : 1;   context_added = 1; break;
730
			}
731
			
732
			if(doit){
733
			var e = document.createElement('script');
734
			e.src = load_url;
735
			e.async = false;
736
			document.documentElement.getElementsByTagName("HEAD")[0].appendChild(e);		
737
		    }
738
		}else{
739
				title = sname.toLowerCase(); 
740
				source = script;
741
				if(title=="jquery"){
742
					try{$('<div>'); return true;}catch(e){}
743
				}	
744
				
745
				load_url = source; 
746
				if(xscriptsloaded.indexOf(title) < 0){
747
				xscriptsloaded.push(title);
748
				var e = document.createElement('script');
749
				e.src = load_url;
750
				e.async = false;
751
docstate = document.readyState;				
752
document.documentElement.getElementsByTagName("HEAD")[0].appendChild(e);
753
				} 
754
		}		
755
}
756
757
758 function xmouseX(evt) {
759 if(!evt){evt = window.event;}
750 else return null;
751 }
752
753
function to_UTF8(string){
754
755
try {
756
     result = decodeURIComponent(string);
757
}
758
catch (e) {
759
     result =  unescape(string);                                       
760
}
761
762
763
return encodeURIComponent(result);
764
}
765
766
function to_latin(string){
767
768
try {
769
     result = encodeURIComponent(string);
770
}
771
catch (e) {
772
     result =  escape(string);                                       
773
}
774
775
return decodeURIComponent(result);
776
}
777
778 function xconvert2entity(utf8_string) {
779
	
780
	if (typeof(utf8_string == 'array')){
781
		utf8_string = {arr : utf8_string};
782
		doarray = 1;
783
	}
784
785
786
	if (typeof(utf8_string == 'object')){
787
		utf8_string = JSON.stringify(utf8_string);
788
		dojson = 1;
789
	}
790
791
792 var html_entity = "";
793 for(i=0; i<=utf8_string.length; i++)
794 {
758 html_entity += "&#" + utf8_string.charCodeAt(i) + ";";
759 }else{html_entity += utf8_string.charAt(i);}
760 }
761
	if(dojson){html_entity = JSON.parse(html_entity);}
762
	if(doarray){html_entity = html_entity.arr;}
763 return html_entity;
764 }
765
  
815 function doForumModal(id,header,mwidth){
816 if(!dimSet) setForumDimensions();
817 mwidth = mwidth ? mwidth : (WindowWidth/2);
818
	mwidth  = parseInt(mwidth);
819 modalDiv = document.createElement('div');
820
    modalDiv.className = 'modalDivContainer';
820
    modalDiv.className = 'modalDivContainer content panel';
821 modalDiv.id = 'modalDivContainer';
822 modalDiv.style.position = 'absolute';
823 modalDiv.style.top = 0;
  
838 //contentdiv.style.top = parseInt(OffsetY + (WindowHeight / 2.8))+"px";
839 contentdiv.style.top = "100px";
840 contentdiv.style.left = parseInt((WindowWidth/2) - (mwidth/2))+"px";
841
	contentdiv.style.width = mwidth ? mwidth : "500px";
841
	contentdiv.style.width = mwidth ? mwidth + 'px' : "500px";
842 contentdiv.style.height = 'auto';
843 contentdiv.style.background = '#ffffff';
844 contentdiv.style.border = '3px solid #3579A1';
  
941 catch(e){console.log(e);}
942 }
943
944
function undoWarning(targetid,ttype){
944
function undoWarning(targetid,ttype,iid){
945
946 if(!unwarnurl){var unwarnurl = "{{unwarnurl}}";}
947
948
var param_string = "target_id="+targetid+"&target_type="+ttype;
948
var param_string = "target_id="+targetid+"&target_type="+ttype+'&integration_id='+iid;
949
950 warning_request = hpm_createHttpRequestObject();
951
  
1073 });
1074 }
1075
1076
function isInt(value) { 
1077
    return !isNaN(parseInt(value,10)) && (parseFloat(value,10) == parseInt(value,10)); 
1078
}
1079
1080
function createForumActionInfoBox(){
1081
var $skel = $('<div id="forumActionInfo" style="display:none">');
1082
$('<span class="delspan" onclick="$(\'#forumActionInfo\').fadeTo(\'fast\', 0);"><img alt="{[chat_close]}" title="{[chat_close]}" src="https://files.homepagemodules.de/b2001010/a_1245_7c2fe117.gif"></span><div id="forumActionInfoCont"></div>').appendTo($skel);
1083
$skel.appendTo("body");
1084
return $skel;
1085
}
1086
1087
var generalNotifierTimer;
1088
function xGeneralNotifier(text,header,hideafter){
1089
        try{clearTimeout(generalNotifierTimer);}catch(e){/*No timer*/}
1090
        if(!$('#forumActionInfo').length){$noteBox =  createForumActionInfoBox();}
1091
        else{$noteBox = $('#forumActionInfo');}
1092
        
1093
        if(header){text = header+"<br/>"+text;}
1094
	$noteBox.find('#forumActionInfoCont').html(text);
1095
1096
	var boxwidth = (478+80);
1097
	var boxleft = (parseInt($(window).width()) - boxwidth) /2;
1098
1099
	$noteBox.css('left',boxleft+"px");
1100
	$('#forumActionInfo').fadeTo('slow', 1);
1101
	if(hideafter){
1102
		generalNotifierTimer= setTimeout("$('#forumActionInfo').fadeTo('slow', 0);",(hideafter*1000));
1103
	}
1104
}
1105
1106
function xaddslashes(str) {
1107
  return (str + '')
1108
    .replace(/[\\"']/g, '\\$&')
1109
    .replace(/\u0000/g, '\\0');
1110
}
1111
1112
/*add the indexOf-Method for IE */
1113
if(!Array.indexOf){
1114
  Array.prototype.indexOf = function(obj){
1115
   for(var i=0; i<this.length; i++){
1116
    if(this[i]==obj){
1117
     return i;
1118
    }
1119
   }
1120
   return -1;
1121
  }
1122
}
1123
1124
1125
Template-Element: Neuen Beitrag schreiben im Template: Business Template
(3 Changes, Last: 2014-09-03)
Developers: - Christian - iggy
  
17 {{user_at_link==true.start}}
18 {{user_registered==true.start}}
19 <script>
20
var at_username_target_textarea = '#messagetext';
21 var theDivUserSearch = '{[user_finder_div_at_tag]}';
22 var theDivUserDisable ='{[user_disable_div_at_tag]}';
23
24
25
$(document).ready(function() {
26
if (xGetCookie("userAdTagVis") != null && xGetCookie("userAdTagVis") == 0) {
27
		disableAddAT();
28
}
29
});
30
31
25 </script>
26 <script type="text/javascript" src="{{link_new_message_js}}"></script>
27
<style>
28
29
.adTagContainerStyleMain {
30
	background-color:{{global_boxcontent_background|rgb_lightness(95)}};
31
	border: 1px solid {{global_box_header_background}};
32
	box-shadow: 0px 0px 6px {{global_boxcontent_background|rgb_lightness(80)}};
33
	border-radius: 4px;
34
	margin:5px 0 5px 0;
35
}
36
37
#adTagMainContainer {
38
	padding:14px;
39
	width:700px;
40
	height:160px;
41
	
42
}
43
44
#minTagMainContainer{
45
	padding: 5px 14px;
46
	width:700px;
47
    
48
}
49
.userAdTagElement {
50
	background-color:{{global_box_header_background}};
51
	color:{{global_boxheader_fontcolor}};
52
	font-size: 14px;
53
	margin 5px;
54
	padding:5px;
55
	width:100px;
56
	display:inline;
57
	cursor:pointer;
58
	border-radius:4px;
59
	height:30px;
60
}
61
#left {
62
	display:block;
63
	padding:0px;
64
	float:left;
65
	width: 250px;
66
	height: 150px;
67
}
68
69
#right {
70
	display:block;
71
	float:right;
72
	overflow: auto;
73
	width:400px;
74
	height: 150px;
75
	border: 1px solid {{global_box_header_background}};
76
}
77
.adTagul {
78
	padding: 0;
79
	margin: 0px;
80
	list-style-type: none;
81
}
82
83
.adTagul li {
84
	padding: 0;
85
	margin-bottom:2px;
86
	background-color:{{global_box_header_background}};
87
	color:{{global_boxheader_fontcolor}};
88
	cursor:pointer;
89
90
	
91
}
92
.adTagul li:hover {
93
	background-color:{{global_box_header_background|rgb_lightness(120)}};
94
}
95
96
97
98
</style>
99
100
<script>
101
$(document).ready(function() {
102
var calcEndPosition = $("#messagetext").val().length;
103
if (calcEndPosition > 0) {
104
	$("#messagetext").setSelection(calcEndPosition, calcEndPosition);
105
}
106
});
107
</script>
27
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
28
29 {{user_registered==true.end}}
30 {{user_at_link==true.end}}
  
1059 /*makeAjaxButton($('#newmsg'));
1060 makeAjaxButton($('#newpreview'));*/
1061 });
1062
$(document).ready(function(){fixBusinessImages()});
1063
1064 </script>
1065
1066
Template-Element: Thread - Flat im Template: Business Template
(20 Changes, Last: 2014-09-03)
Developers: - Christian - iggy
1
{{user_at_link==true.start}}
2
{{user_registered==true.start}}
3
<script>
4
var at_username_target_textarea = '#messagetext';
5
var theDivUserSearch = '{[user_finder_div_at_tag]}';
6
var theDivUserDisable ='{[user_disable_div_at_tag]}';
7
8
9
</script>
10
<script type="text/javascript" src="{{link_new_message_js}}"></script>
11
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
12
13
{{user_registered==true.end}}
14
{{user_at_link==true.end}}
15 <script type="text/javascript" src="https://img.homepagemodules.de/ds/static/jquery/plugins/jquery.form.3.18.js"></script>
16
17
  
205 <div class="messageswrap" id="messagewrap">
206
207 {{message.startlist}}
208
208
{{tick(thread_before_message)}}
209 {{first==true.start}}
210 {{statictitle.start}}{{message:title}}{{statictitle.end}}
211 {{firstMsgId.start}}{{message:id}}{{firstMsgId.end}}
212 {{first==true.end}}
213
214
215 {{first.start}}0{{first.end}}
216
217 <div class="box {{message:user_admin==true.start}}adminmessage{{message:user_admin==true.else}}{{message:user_moderator==true.start}}modmessage{{message:user_moderator==true.end}}{{message:user_admin==true.end}}{{message:warning==true.start}} warned{{message:warning==true.end}}" id="post{{message:pt}}">
  
914 $('.mtextwrap img').css('maxWidth',max_img_size );
915 }
916
917
$(document).ready(function(){fixPostImages()});
917
$(document).ready(function(){fixBusinessImages()});
918
919 function topic_sticky(){
920 var check = prompt("Markieren Thema","");
921
Template-Element: Mitglieder Profil im Template: Business Template
(213 Changes, Last: 2014-09-03)
Developers: - Christian - iggy
1
{{user_at_link==true.start}}
2
{{user_registered==true.start}}
3
<script>
4
5
var at_username_target_textarea = '#commentar';
6
var theDivUserSearch = '{[user_finder_div_at_tag]}';
7
var theDivUserDisable ='{[user_disable_div_at_tag]}';
8
9
10
</script>
11
<script type="text/javascript" src="{{link_new_message_js}}"></script>
12
<link rel="stylesheet" type="text/css" href="{{link_atusername_css}}" />
13
{{user_registered==true.end}}
14
{{user_at_link==true.end}}
15
16
{{newProfile==true.start}}
17
{{target.start}}activities_{{activities:content_target_type}}{{target.end}}
18
{{origin_type_name.start}}{{origin|gettranslation(activities)}}{{origin_type_name.end}}
19
{{target_type_name.start}}{{target|gettranslation(activities)}}{{target_type_name.end}}
20
21
<style>
22
.profile {
23
	transition: 200ms;
24
	background-color: {{global_boxcontent_background|rgb_lightness(98)}};
25
	border: 10px solid {{global_boxcontent_background|rgb_lightness(90)}};
26
}
27
28
.iconcell {
29
	display:none !important;
30
	width:16px; 
31
	vertical-align:middle;
32
}
33
34
35
</style>
36
<div style="display:none;"><div id="iconbarhtml" class="iconbarcontent">{{iconbar}}</div></div>
37
<script>
38
	function confirmBox(url) {
39
		if(confirm('{[userbook_delete_confirm]}')) document.location.href = url;
40
	}
41
	function profile_fixPostImages(){	
42
		var paddings = 100;
43
		// resize all img to 10px
44
		$('.rightcell img').css('maxWidth',10 );
45
		// get with from the main profile div
46
		var mainDivWidth = $('.profile').width();
47
		// calc max img width
48
		var max_img_size = (mainDivWidth / 2) - paddings
49
		//adjust max image size
50
		$('.rightcell img').css('maxWidth',max_img_size );
51
	}
52
	
53
	$('document').ready(function(){
54
		profile_fixPostImages();
55
		try{window.addEventListener("resize", profile_fixPostImages);}catch(e){/*IE < 9*/}		
56
	});
57
58
</script>
59
60
<div class="profile">	
61
	{{include(profile_header)}}
62
	<div class="scontent">
63
		<div class="profilerow active" id="aboutme">
64
			<div class="profilecell leftcell">
65
				<div style="display:table; width:100%;" id="aboutmetable">
66
					<div class="profilerowgroup">
67
						{{name_unvisible==false.start}}{{name==true.start}}
68
						<div class="profilerow profilerowAboutMe" id="name_row">
69
							<div class="tablecell iconcell"><!-- <img src="https://img.homepagemodules.de/ds/static/iconset/fugue/icons/user-medium.png"/> --></div>
70
							<div class="titlecell">{[userprofile_name]}</div>
71
							<div class="tablecell">{{name}}</div>
72
						</div>
73
						{{name==true.end}}{{name_unvisible==false.end}}
74
						{{birthday_unvisible==false.start}}{{hasbirthday==true.start}}
75
						<div class="profilerow profilerowAboutMe" id="birthday_row">
76
							<div class="tablecell iconcell"><!-- <img src="https://img.homepagemodules.de/ds/static/iconset/fugue/icons/calendar-day.png" /> --></div>
77
							<div class="titlecell">{[userprofile_birthday]}</div>
78
							<div class="tablecell">{{birthday_day}}. {{birthday_month|gettranslation(month)}} {{birthday_year}}</div>
79
						</div>
80
						{{hasbirthday==true.end}}{{birthday_unvisible==false.end}}
81
						{{homepage_unvisible==false.start}}{{homepage==true.start}}
82
						<div class="profilerow profilerowAboutMe" id="homepage_row">
83
							<div class="tablecell iconcell"><!-- <img src="https://img.homepagemodules.de/ds/static/iconset/fugue/icons/application-browser.png" /> --></div>
84
							<div class="titlecell">Homepage</div>
85
							<div class="tablecell"><a href="{{homepage}}" target="_blank">{{homepage}}</a></div>
86
						</div>
87
						{{homepage==true.end}}{{homepage_unvisible==false.end}}
88
						{{occupation_unvisible==false.start}}{{occupation==true.start}}
89
						<div class="profilerow profilerowAboutMe" id="occupation_row">
90
							<div class="tablecell iconcell"><!-- <img src="https://img.homepagemodules.de/ds/static/iconset/fugue/icons/briefcase.png" /> --></div>
91
							<div class="titlecell">{[userprofile_history]}</div>
92
							<div class="tablecell">{{occupation}}</div>
93
						</div>
94
						{{occupation==true.end}}{{occupation_unvisible==false.end}}
95
						{{hobby_unvisible==false.start}}{{hobby==true.start}}
96
						<div class="profilerow profilerowAboutMe" id="hobby_row">
97
							<div class="tablecell iconcell"><!-- <img src="https://img.homepagemodules.de/ds/static/iconset/fugue/icons/joystick.png" /> --></div>
98
							<div class="titlecell">{[userprofile_hobby]}</div>
99
							<div class="tablecell">{{hobby}}</div>
100
						</div>
101
						{{hobby==true.end}}{{hobby_unvisible==false.end}}
102
						{{location_unvisible==false.start}}{{ort==true.start}}
103
						<div class="profilerow profilerowAboutMe" id="location_row">
104
							<div class="tablecell iconcell"><!-- <img src="https://img.homepagemodules.de/ds/static/iconset/fugue/icons/home.png" /> --></div>
105
							<div class="titlecell">{[userprofile_home]}</div>
106
							<div class="tablecell">{{ort}}</div>
107
						</div>
108
						{{ort==true.end}}{{location_unvisible==false.end}}
109
						{{story_unvisible==false.start}}{{story==true.start}}
110
						<div class="profilerow profilerowAboutMe" id="story_row">
111
							<div class="tablecell iconcell"><!-- <img src="https://img.homepagemodules.de/ds/static/iconset/fugue/icons/pencil--arrow.png" /> --></div>
112
							<div class="titlecell">{[userprofile_story2]}</div>
113
							<div class="tablecell">{{story}}</div>
114
						</div>
115
						{{story==true.end}}{{story_unvisible==false.end}}
116
						{{global_hide_bloglink==false.start}}
117
						{{blog_thisuser_active==true.start}}
118
119
						<div class="profilerow profilerowAboutMe" id="userblog_row">
120
							<div class="tablecell iconcell"><!-- <img src="https://img.homepagemodules.de/ds/static/iconset/fugue/icons/blog.png" /> --></div>
121
							<div class="titlecell">{[userprofile_userblog]}</div>
122
							<div class="tablecell">
123
								{{blog_thisuser_title==true.start}}
124
									<a href="{{blog_thisuser_link}}" >{{blog_thisuser_title}}</a>
125
								{{blog_thisuser_title==true.else}}
126
									<a href="{{blog_thisuser_link}}" >{{username}}{[userprofile_userblog_altTitle]}</a>
127
								{{blog_thisuser_title==true.end}}
128
							</div>
129
						</div>
130
							{{blog_thisuser_description==true.start}}
131
							<div class="profilerow profilerowAboutMe" id="userblog_row">
132
								<div class="tablecell iconcell"></div>
133
								<div class="titlecell">{[userprofile_userblog_description]}</div>
134
								<div class="tablecell">{{blog_thisuser_description}}</div>
135
							</div>
136
							{{blog_thisuser_description==true.end}}
137
						{{blog_thisuser_active==true.end}}
138
						{{global_hide_bloglink==false.end}}
139
						{{gender_unvisible==false.start}}
140
						<div class="profilerow profilerowAboutMe" id="gender_row">
141
							<div class="tablecell iconcell"></div>
142
							<div class="titlecell">{[userprofile_gender]}</div>
143
							<div class="tablecell">
144
								{{gender==true.start}}
145
									{{gender_m==true.start}} {[userprofile_gender_m]} 
146
									{{gender_m==true.end}} 
147
										{{gender_w==true.start}} {[userprofile_gender_w]} 
148
									{{gender_w==true.end}}
149
								{{gender==true.else}} 
150
									{[userprofile_gender_no]} 
151
								{{gender==true.end}}
152
							</div>
153
						</div>
154
						{{gender_unvisible==false.end}}
155
						
156
						{{optfields.startlist}}
157
							{{optfields:specialtype==true.start}}
158
								<div class="profilerow customfield profilerowAboutMe">
159
									<div class="tablecell iconcell"></div>
160
									<div class="titlecell">{{optfields:name}}</div>
161
									<div class="tablecell">{{optfields:value==true.start}} {{optfields:value}} {{optfields:value==true.else}} {[userprofile_not_specified]} {{optfields:value==true.end}}</div>
162
								</div>
163
							{{optfields:specialtype==true.else}}
164
								<div class="profilerow customfield profilerowAboutMe">
165
									<div class="tablecell iconcell"></div>
166
									<div class="titlecell">{{optfields:name}}</div>
167
									<div class="tablecell">{{optfields:value==true.start}} {{optfields:value}} {{optfields:value==true.else}} {[userprofile_not_specified]} {{optfields:value==true.end}}</div>
168
								</div>
169
							{{optfields:specialtype==true.end}}
170
						{{optfields.end}}
171
						
172
						{{user_geomap==true.start}}
173
						<div class="profilerow profilerowAboutMe" id="geomap_row">
174
							<div class="tablecell iconcell"></div>
175
							<div class="titlecell">{[userprofile_map]}</div>
176
							<div class="tablecell">
177
								{{geomap|integrate(user_profile)}}<br/>
178
								<a href="{{geomap_link}}" target="_blank">anzeigen</a>
179
							</div>
180
						</div>
181
						{{user_geomap==true.end}}
182
											
183
					</div>
184
				</div>
185
			
186
			</div>
187
			<div class="profilecell rightcell">
188
				{{useractions==true.start}}
189
					{{useractions|groupdayfilter(days:messagestopics, target_type==blog_entry|blog_comment|forum_topic|forum_message|gallery_picture|gallery_picture_comment|wiki|calendar_event|calendar_comment|geomap_location,20)}}    
190
						{{days==true.start}}
191
									<ul class="noimage lastactions">
192
									{{days.startlist}}
193
									<li>
194
									{{days:action_time==true.start}}	
195
										
196
										<ul class="noimage">
197
										{{days:messagestopics.startlist}}
198
										<li id="{{messagestopics:uniqueid}}">
199
										{{typ.start}} {{messagestopics:target_type}} {{typ.end}}
200
201
											{{typ~=calendar_event.start}}
202
												<div class="comments-header"><div class="cmhsp"><span style="color:{{messagestopics:usercolor}};">{{username}}</span> {[userprofile_has_added_event2]} <small>{{messagestopics:action_time|dateformat}}</small></div></div>
203
												<div class="lcont">
204
													<div class="spacer10">
205
													{{messagestopics:event_description}}
206
													</div>
207
												</div>
208
											 {{typ~=calendar_event.end}}
209
210
											{{typ~=calendar_comment.start}}
211
												<div class="comments-header"><div class="cmhsp"><span style="color:{{messagestopics:usercolor}};">{{username}}</span> {[userprofile_has_added_event_comment]} <small>{{messagestopics:action_time|dateformat}}</small></div></div>
212
												<div class="lcont">
213
													<div class="spacer10">
214
													{{messagestopics:text}}
215
													</div>
216
												</div>
217
											 {{typ~=calendar_comment.end}}
218
										
219
											 {{typ~=forum_topic.start}}
220
												<div class="comments-header"><div class="cmhsp"><span style="color:{{messagestopics:usercolor}};">{{username}}</span> {[userprofile_has_added_topic2]} <small>{{messagestopics:action_time|dateformat}}</small></div></div><br/>
221
											 {{typ~=forum_topic.end}}
222
											 
223
											 {{typ~=forum_message.start}}
224
											 <div class="comments-header"><div class="cmhsp"><span style="color:{{messagestopics:usercolor}};">{{username}}</span> {[userprofile_answered2]} <small>{{messagestopics:action_time|dateformat}}</small></div></div>
225
											 <div class="lcont">
226
												<div class="spacer10">
227
												{{messagestopics:text}}
228
												</div>
229
											 </div>
230
											 {{typ~=forum_message.end}}
231
232
											 {{typ~=gallery_picture_comment.start}}
233
												 <div class="comments-header"><div class="cmhsp"><span style="color:{{messagestopics:usercolor}};">{{username}}</span> {[userprofile_has_commented_pic]} <small>{{messagestopics:action_time|dateformat}}</small></div></div>
234
											 {{typ~=gallery_picture_comment.end}}
235
236
237
											 {{typ~=gallery_picture.start}}
238
											 <ul class="noimage">
239
											 {{messagestopics:pictures.startlist}}
240
												<div class="comments-header"><div class="cmhsp"><span style="color:{{messagestopics:usercolor}};">{{username}}</span> {[userprofile_has_uploaded_pic]} <small>{{messagestopics:action_time|dateformat}}</small></div></div>
241
												<div class="lcont">
242
													<div class="spacer10">
243
														<a href="{{pictures:view_pic_link}}"><img src="{{pictures:widget_pic_link_thumb}}" /></a>
244
													</div>
245
												</div>
246
											{{messagestopics:pictures.end}}
247
											</ul>										
248
										 {{typ~=gallery_picture.end}}
249
250
										{{typ~=wiki.start}}
251
											 <div class="comments-header"><div class="cmhsp">{{username}}
252
											 {{messagestopics:new==true.start}} {[userprofile_has_added_wiki_page]} {{messagestopics:new==true.else}}{[userprofile_has_edited_wiki_page]}{{messagestopics:new==true.end}}											 
253
											 <small>{{messagestopics:date|dateformat}}</small></div></div>
254
255
											<div class="lcont">
256
												<div class="spacer10">
257
													{{messagestopics:text}}
258
												</div>
259
											 </div>								
260
										 {{typ~=wiki.end}}
261
											
262
										 {{typ~=blog_entry.start}}
263
											<div class="comments-header"><div class="cmhsp">{{username}} {[userprofile_has_added_blogpost]} <small>{{messagestopics:date|dateformat}}</small></div></div>
264
											<div class="lcont">
265
												<div class="spacer10">
266
													{{messagestopics:text}}
267
												</div>
268
											 </div>
269
										 {{typ~=blog_entry.end}}
270
271
272
										 {{typ~=blog_comment.start}}
273
											<div class="comments-header"><div class="cmhsp">{{username}} {[userprofile_has_added_blogpost_comment]} <small>{{messagestopics:date|dateformat}}</small></div></div>
274
											<div class="lcont">
275
												<div class="spacer10">
276
													{{messagestopics:text}}
277
												</div>
278
											 </div>
279
										 {{typ~=blog_comment.end}}
280
									</li>
281
									{{days:messagestopics.end}}
282
									 </ul>
283
									 
284
									{{days:action_time==true.end}}
285
									</li>
286
									{{days.end}}
287
									{{days==true.end}}
288
									</ul>
289
					{{useractions==true.else}}
290
					<span>{[userprofile_user_not_active]}</span>
291
					{{useractions==true.end}}
292
			</div>
293
		</div>
294
295
		<div class="profilerow" id="sendpm">
296
			<div class="profilecell fullcell">
297
			   {{can_send_pm==true.start}}
298
				<form id="newpmform" action="/private_new.php" onsubmit="return checkPmForm();" method="POST">
299
					<input type="hidden" name="name[]" value="{{username}}" />
300
					<input type="hidden" name="options[outbox]" value="1" />
301
					<div id="recdonelist" style="margin: 10px 0px;">
302
					<strong id="recsecond">{[pm_to]}</strong>
303
						<div id="recdonelistcontent">
304
							<div class="usr" id="usrd1">
305
								<img src="https://files.homepagemodules.de/b2001010/a_786_f57cda87.png">{{username}} 	
306
							</div>
307
308
						</div>
309
						<div class="clear"></div>
310
					</div>
311
					<strong>{[name_subject]}:</strong><br/>
312
					<input type="text" name="title" value="" />
313
					<br/><br/>
314
					<strong>{[name_text]}:</strong>
315
						<div class="iconbar iconbarContainer"  id="pmtext_iconbar">
316
317
						</div>
318
					<div style="clear:both;"></div>
319
					<textarea name="text" id="pmtext"></textarea>
320
					<div style="float: right; margin-right: 5%; padding-top: 5px;">	  
321
						<label><input type="checkbox" name="options[readreceipt]" value="1" class="checkbox" {{pm_options_receipt==true.start}} checked="checked" {{pm_options_receipt==true.end}} /> <small>{[pm_options_receipt]}</small></label>
322
						<div style="display: none;"><label><input type="checkbox" name="options[outbox]" value="1" class="checkbox" checked="checked" /> {[pm_options_save]}</label></div>
323
					</div>
324
					<input type="submit" class="button" name="send" value="{[pm_new_submit]}" />
325
					<input type="submit" class="button" name="preview" value="{[pm_preview_submit]}" />
326
					<div style="clear:both;"></div>
327
				</form>
328
			   {{can_send_pm==true.else}}
329
{[pm_no_rights]}
330
			   {{can_send_pm==true.end}}
331
			</div>
332
			<div class="profilecell fullcell" style="width:0.1%;"> </div>
333
		</div>
334
335
		<div class="profilerow" id="guestbook">
336
			<div class="profilecell fullcell">
337
	<div id="comments">
338
  {{guest_nocomments==true.start}}<br/>
339
<center><a href="{{link_login}}">{[signup_now]}</a>, {[to_write_comments]}</center>
340
{{guest_nocomments==true.else}}
341
		
342
							{{user_gb_canpost==true.start}}
343
							<div class="" id="commentspost">
344
								<strong>{[userbook_new_link]}</strong>
345
								<form method="post" action="{{user_gb_form}}#comment" name="newms">
346
								
347
									{{user_registered==false.start}}
348
										<label><strong>{[userbook_username]}</strong> <input type="text" name="name" value="" /></label>
349
									{{user_registered==false.else}}
350
										<input type="hidden" name="name" value="{{user_name}}" style="display: none;"/>
351
									{{user_registered==false.end}}		
352
									<div id="commentar_iconbar" class="iconbarContainer iconbar"></div>
353
									
354
									<textarea name="text" id="commentar"></textarea>
355
									
356
									{{captcha==true.start}}
357
										<div class="captcha">
358
											<strong>{[signup_captcha]}</strong>
359
											<small>{[captcha_enter]}</small>
360
											<img src="{{captcha_image}}" />
361
											<input type="text" name="captcha" />
362
										</div>
363
									{{captcha==true.end}}
364
									
365
									<input type="submit" value="{[userbook_submit]}" class="button"/>
366
									<input type="button" value="{[submit_preview]}" class="button" onclick="doPreview()"/>
367
								</form>
368
							</div>
369
<script src="preview.js"></script>
370
	{{user_gb_canpost==true.else}}
371
{{gb_inactive==true.start}}{[userbook_noactive]}{{gb_inactive==true.else}}
372
{[userbook_norights]}
373
{{gb_inactive==true.end}}
374
							{{user_gb_canpost==true.end}}
375
			
376
							
377
							{{user_gb==true.start}}
378
								{{userGbPosts==true.start}}
379
380
381
{{pages==true.start}}{{guestbookpagesdiv.start}}
382
<br/>
383
<div id="foptions_bar" class="options">
384
		<div class="fpages">
385
			{{pages|strip_pages(5)}}
386
			
387
			<span class="pstat">{[pages_page]} {{pages_current}} {[pages_page_of]} {{pages_all}}</span>
388
			
389
			{{previouspagelink==true.start}}
390
				<a href="{{previouspagelink}}#comment">« {[pages_page]}</a>
391
			{{previouspagelink==true.else}}
392
				<span class="crtp deac">« {[pages_page]}</span>
393
			{{previouspagelink==true.end}}
394
			
395
			{{pages.startlist}}
396
							
397
			{{pages:now==true.start}}
398
				<span class="crtp">{{pages:number}}</span>
399
			{{pages:now==true.else}}
400
				<a href="{{pages:link}}#comment">{{pages:number}}</a>
401
			{{pages:now==true.end}}
402
			
403
			{{pages:strip_after==true.start}}
404
				<span class="crtp_strip">...</span>
405
			{{pages:strip_after==true.end}}
406
407
			{{pages.end}}
408
			
409
			{{nextpagelink==true.start}}
410
				<a href="{{nextpagelink}}#comment">{[pages_page]} »</a>
411
			{{nextpagelink==true.else}}
412
				<span class="crtp deac">{[pages_page]} »</span>
413
			{{nextpagelink==true.end}}	
414
			<div class="clear"></div>
415
		</div>
416
	</div>{{guestbookpagesdiv.end}}
417
	{{pages==true.end}}{{guestbookpagesdiv}}
418
419
{{now1@dateformat.start}}{[time_minute_one]}{{now1@dateformat.end}}
420
{{now@dateformat.start}}{[time_minute_more]}{{now@dateformat.end}}
421
{{today@dateformat.start}}{[time_today]}{{today@dateformat.end}}
422
{{yesterday@dateformat.start}}{[time_yesterday]}{{yesterday@dateformat.end}}
423
{{norm@dateformat.start}}{[time_other]}{{norm@dateformat.end}}
424
425
426
427
								<div id="commentslist">
428
									<ul class="noimage comments">
429
										{{userGbPosts.startlist}}
430
										<li>
431
												<div class="commhead">
432
													<strong>{[userbook_comment_from]} </strong>
433
													{{userGbPosts:userid<=0.start}}{{userGbPosts:username}} (<i>{[name_user_deleted]}</i>){{userGbPosts:userid<=0.end}}
434
													{{userGbPosts:userid>0.start}}<a href="{{userGbPosts:userlink}}">{{userGbPosts:username}}</a>, {{userGbPosts:datum|dateformat}} {{userGbPosts:userid>0.end}}
435
436
													{{user_gb_candel==true.start}}<a href="javascript:confirmBox('{{userGbPosts:del_link}}');" style="float: right;"><small>{[userbook_delete_link]}</small></a>{{user_gb_candel==true.end}}
437
												</div>
438
												
439
												<div class="commcont">
440
												
441
												{{userGbPosts:text}}
442
												
443
												{{userGbPosts:signature==true.start}}
444
													<div class="commSig">
445
														{{userGbPosts:signature}}
446
													</div>
447
												{{userGbPosts:signature==true.end}}
448
												
449
												{{show_ratings_for_usergbook_message==true.start}}
450
												<div class="commRating">
451
														{{ratings(usergbook_message,userGbPosts:id)}}
452
												</div>
453
												{{show_ratings_for_usergbook_message==true.end}}
454
												</div>										
455
										</li>
456
										{{userGbPosts.end}}
457
									</ul>
458
								</div>
459
								{{userGbPosts==true.end}}								
460
							{{user_gb==true.end}}
461
				
462
				{{guestbookpagesdiv}}				
463
				
464
  {{guest_nocomments==true.end}}
465
466
		</div>	
467
		</div>
468
		<div class="profilecell fullcell" style="width:0.1%;"> </div>
469
	</div>
470
	
471
</div>
472
<div class="clear"></div>
473
{{newProfile==true.else}}
474
475
476 {{target.start}}activities_{{activities:content_target_type}}{{target.end}}
477 {{origin_type_name.start}}{{origin|gettranslation(activities)}}{{origin_type_name.end}}
478 {{target_type_name.start}}{{target|gettranslation(activities)}}{{target_type_name.end}}
174 </form>
175 </div>
176 <script src="preview.js"></script>
177
							{{user_gb_canpost==true.end}}
178
			
177
						
178
							{{user_gb_canpost==true.end}} 
179
180 {{user_gb==true.start}}
181 {{userGbPosts==true.start}}
  
553
554 miranus_add_iconbar_textarea('commentar');
555 </script>
556
557
558
{{newProfile==true.end}}
  
560
Template-Element: Wiki - Seite bearbeiten im Template: Business Template
(1 Changes, Last: 2014-06-06)
Developers: - iggy
1
<script type="text/javascript" src="{{link_jquery}}"></script>
1
{[require_jquery]}
2 <script type="text/javascript" src="https://img.homepagemodules.de/ds/static/jquery/plugins/jquery.form.3.18.js"></script>
3
4 <link type="text/css" href="/wiki.css" rel="stylesheet">
  
92 {{can_edit_title==true.start}}
93 <div class="formfield">
94 <strong class="caption">{[wiki_page_name]}</strong>
95
		<input type="text" class="inputbox" name="title" id="wikititle" value="{{titleeditable}}"/>
95
		{{show_editable_title==true.start}}
96
				<input type="text" class="inputbox" name="title" id="curwikititle" value="{{titleeditable}}"/>
97
		{{show_editable_title==true.else}}
98
				<input type="hidden" class="inputbox" name="title" id="curwikititle" value="{{titleeditable}}"/>
99
				<div id="doedit" style="display:none;"><input type="text" disabled class="inputbox" name="newtitle" id="wikititle" value="{{titleeditable}}"/></div>
100
				<div id="noedit"><span id="title_fixed">{{title}}</span><a style="margin-left:10px;" href="javascript:void(0);" onclick="$('#noedit').remove();  $('#doedit').show(); $('#wikititle').attr('disabled',false).focus();">ändern</a></div>
101
		{{show_editable_title==true.end}}
102
103 </div>
104 {{can_edit_title==true.else}}
105 <div id="page_title">
106 <strong>{[wiki_page_name]}:</strong>
107 {{preview==true.start}}
108 {{preview_title}}
109
				<input type="hidden" name="title" value="{{titleurl}}"/>
109
				<input type="hidden" name="title" value="{{titleeditable}}"/>
110 {{preview==true.else}}
111 {{titleeditable}}
112 <input type="hidden" name="title" value="{{titleeditable}}"/>
113
Template-Element: Wiki - Seite im Template: Business Template
(1 Changes, Last: 2014-05-05)
Developers: - iggy
  
227
228 });
229
230
$(document).ready(function(){fixBusinessImages()});
231
232 </script>
233 {{show_lightbox==true.start}}{[lightbox_js]}{{show_lightbox==true.end}}
234
Template: minimal
Template-Element: CSS Vorlage im Template: minimal
(4 Changes, Last: 2014-04-22)
Developers: - iggy
  
559 }
560
561 #forum_uebersicht .forum div,
562
#forum_uebersicht .cat div {
563
	line-height:20px;
564
	height:20px;
562
#forum_uebersicht .cat div {	
563
	
564 text-align:right;
565 }
566
  
804
805 .userlist{width:100%; margin-top:10px;}
806 .uact_active{font-weight:bold;}
807
.userlist td{border-bottom:1px solid black}
808
.userlist td{border-bottom:1px solid black}
809
810
/*We So Responsive!*/
811
812
/*Responsive Classen:*/
813
/* xso = smartphone only */
814
/* xto = tablet only */
815
/* xdo = desktop only */
816
817
818
/*Ganz normale CSS für desktop view*/	
819
.xso, .xto{display:none !important;}
820
	
821
@media only screen
822
and (max-width : 1023px)
823
and (min-width : 480px) {
824
	/*Hier CSS für tablet */
825
	.xdo-only,.xso{display:none !important;}	
826
	
827
	/*Breite des Forums flexibel*/
828
	#forum_ansicht, #forum_uebersicht, #mitgliederliste, #thread_flat, #navbar{width:auto;}
829
}
830
831
832
@media only screen
833
and (max-width : 479px) {
834
	/*Hier CSS für smartphone */
835
	.xdo,.xto{display:none !important;}	
836
	/*Breite des Forums flexibel*/
837
	#forum_ansicht, #forum_uebersicht, #mitgliederliste, #thread_flat, #navbar{width:auto;}
838
}
  
840
Template-Element: Obere Leiste im Template: minimal
(2 Changes, Last: 2014-04-22)
Developers: - iggy
  
25 <title>{{hpmtitle}}</title>
26 <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
27
28
<script type="text/javascript" src="{{js_uri}}jquery.js"></script>
29
<script type="text/javascript" src="{{js_uri}}ui/minified/jquery-ui.min.js "></script>
28
<script type="text/javascript" src="{{link_jquery}}"></script>
29
<script type="text/javascript" src="{{link_jqueryui}} "></script>
30 <script type="text/javascript" src="{{link_js}}"></script>
31
32
33