test
This commit is contained in:
10284
web/xava/style/liferay51/js/barebone_unpacked.js
Normal file
10284
web/xava/style/liferay51/js/barebone_unpacked.js
Normal file
File diff suppressed because it is too large
Load Diff
72
web/xava/style/liferay51/js/theme_display.js
Normal file
72
web/xava/style/liferay51/js/theme_display.js
Normal file
@@ -0,0 +1,72 @@
|
||||
var themeDisplay = {
|
||||
getCompanyId: function() {
|
||||
return "1";
|
||||
},
|
||||
getDoAsUserIdEncoded: function() {
|
||||
return "";
|
||||
},
|
||||
getPlid: function() {
|
||||
return "1";
|
||||
},
|
||||
getGroupId: function() {
|
||||
return "1";
|
||||
},
|
||||
getUserId: function() {
|
||||
return "1";
|
||||
},
|
||||
getUserName: function() {
|
||||
return "";
|
||||
},
|
||||
getLayoutId: function() {
|
||||
return "1";
|
||||
},
|
||||
getLayoutURL: function() {
|
||||
return "";
|
||||
},
|
||||
isPrivateLayout: function() {
|
||||
return "false";
|
||||
},
|
||||
getParentLayoutId: function() {
|
||||
return "1";
|
||||
},
|
||||
getLanguageId: function() {
|
||||
return "en_US";
|
||||
},
|
||||
isFreeformLayout: function() {
|
||||
return false;
|
||||
},
|
||||
isSignedIn: function() {
|
||||
return false;
|
||||
},
|
||||
isStateExclusive: function() {
|
||||
return false;
|
||||
},
|
||||
isStateMaximized: function() {
|
||||
return true;
|
||||
},
|
||||
isStatePopUp: function() {
|
||||
return false;
|
||||
},
|
||||
getPathContext: function() {
|
||||
return "";
|
||||
},
|
||||
getPathImage: function() {
|
||||
return "/image";
|
||||
},
|
||||
getPathMain: function() {
|
||||
return "/";
|
||||
},
|
||||
getPathThemeImages: function() {
|
||||
return "";
|
||||
},
|
||||
getPathThemeRoot: function() {
|
||||
return "";
|
||||
},
|
||||
getURLHome: function() {
|
||||
return "";
|
||||
},
|
||||
getSessionId: function() {
|
||||
return "A1";
|
||||
}
|
||||
|
||||
};
|
||||
Reference in New Issue
Block a user