This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //String redirect = ParamUtil.getString(request, "redirect"); | |
| List results = (List)request.getAttribute("view.jsp-results"); | |
| //if (Validator.isNull(redirect) && results.isEmpty()) { | |
| PortletURL portletURL = renderResponse.createRenderURL(); | |
| portletURL.setParameter("struts_action", "/asset_publisher/view"); | |
| String redirect = portletURL.toString(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="btn-group" id="yui_2_5_0_1_1401293648379_841"> | |
| <button type="button" class="btn btn-default btn-default-content yui3-widget yui3-btn yui3-btn-content yui3-btn-focused" id="yui_2_5_0_1_1401293648379_876"><span class="glyphicon glyphicon-ok-sign"></span> Save</button> | |
| <button type="button" class="btn btn-default btn-default-content yui3-widget yui3-btn yui3-btn-content" id="yui_2_5_0_1_1401293648379_840">Cancel</button> | |
| </div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var obj = AUI().Component.create( { | |
| prototype: { | |
| bind: function() { | |
| return function(x) { return x + 1; } | |
| } | |
| } | |
| }); | |
| var x = obj.bind(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @font-face { | |
| font-family: 'ChunkFiveRegular'; | |
| src: url('../fonts/Chunkfive-webfont.woff'); | |
| } | |
| @font-face { | |
| font-family:'BitstreamVeraSansBoldOblique'; | |
| src: url('../fonts/Vera-Bold-Italic-webfont.woff'); | |
| } |
NewerOlder