Subversion Repositories Applications.papyrus

Rev

Rev 431 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 431 Rev 521
Line 6... Line 6...
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
6
 * 		http://www.opensource.org/licenses/lgpl-license.php
7
 * 
7
 * 
8
 * For further information visit:
8
 * For further information visit:
9
 * 		http://www.fckeditor.net/
9
 * 		http://www.fckeditor.net/
10
 * 
10
 * 
-
 
11
 * "Support Open Source software. What about a donation today?"
-
 
12
 * 
11
 * File Name: fck_template.html
13
 * File Name: fck_template.html
12
 * 	Template selection dialog window.
14
 * 	Template selection dialog window.
13
 * 
15
 * 
14
 * File Authors:
16
 * File Authors:
15
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
17
 * 		Frederico Caldeira Knabben (fredck@fckeditor.net)
Line 137... Line 139...
137
 
139
 
138
			// Build the inner HTML of our new item DIV.
140
			// Build the inner HTML of our new item DIV.
Line 139... Line 141...
139
			var sInner = '<table><tr>' ;
141
			var sInner = '<table><tr>' ;
140
 
142
 
Line 141... Line 143...
141
			if ( oTemplate.Image )
143
			if ( oTemplate.Image )
Line 142... Line 144...
142
				sInner += '<td valign="top"><img src="' + oTemplate.Image + '"></td>' ;
144
				sInner += '<td valign="top"><img src="' + oTemplate.Image + '"><\/td>' ;
143
 
145
 
Line 144... Line 146...
144
			sInner += '<td valign="top"><div class="TplTitle">' + oTemplate.Title + '</div>' ;
146
			sInner += '<td valign="top"><div class="TplTitle">' + oTemplate.Title + '<\/div>' ;
Line 145... Line 147...
145
 
147
 
Line 146... Line 148...
146
			if ( oTemplate.Description )
148
			if ( oTemplate.Description )
147
				sInner += '<div>' + oTemplate.Description + '</div>' ;
149
				sInner += '<div>' + oTemplate.Description + '<\/div>' ;