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
| key |
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
| // Backbone.js 0.9.2 | |
| // (c) 2010-2012 Jeremy Ashkenas, DocumentCloud Inc. | |
| // Backbone may be freely distributed under the MIT license. | |
| // For all details and documentation: | |
| // http://backbonejs.org | |
| (function(){ | |
| // Initial Setup |
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="intrasesc-nav"> | |
| <div class="intrasesc-nav-inner"> | |
| <img src="stylesheets/img/intrasesc-logo.png"> | |
| </div> | |
| </div> | |
| <div class="application-navbar navbar" data-spy="affix" data-offset-top="95"> | |
| <div class="navbar-inner"> | |
| <div class="container"> | |
| <a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> |
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
| /* | |
| * jQuery UI Widget 1.10.3+amd | |
| * https://github.com/blueimp/jQuery-File-Upload | |
| * | |
| * Copyright 2013 jQuery Foundation and other contributors | |
| * Released under the MIT license. | |
| * http://jquery.org/license | |
| * | |
| * http://api.jqueryui.com/jQuery.widget/ | |
| */ |
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
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| <title></title> | |
| <link rel="stylesheet" href=""> | |
| </head> | |
| <body> | |
| <script src="underscore-min.js"></script> |
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
| define [ | |
| 'underscore', | |
| 'core/views/view' | |
| ], () -> | |
| 'use strict' | |
| # Imports | |
| # ============================================================= |
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
| define [ | |
| 'core/views/view' | |
| 'core/views/collection_view' | |
| ], () -> | |
| 'use strict' | |
| # Imports | |
| # ============================================================= |
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
| define [ | |
| 'core' | |
| 'dao/programa_dao' | |
| 'views/vinculos/item_view' | |
| ], () -> | |
| # Imports | |
| # ============================================================= | |
| Core = require 'core' |
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
| <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> | |
| <% | |
| String showFeedback = request.getParameter("feedback"); | |
| showFeedback = showFeedback == null ? "" : showFeedback; | |
| %> | |
| <p class="my-account-title">Minhas preferências</p> | |
| <div class="base-painel"> | |
| <div class="painel-column"> | |
| <p class="description"> | |
| Através das suas preferências |
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
| <%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%> | |
| <% | |
| String showFeedback = request.getParameter("feedback"); | |
| showFeedback = showFeedback == null ? "" : showFeedback; | |
| %> | |
| <p class="my-account-title">Minhas preferências</p> | |
| <div class="base-painel"> | |
| <div class="painel-column"> | |
| <p class="description"> | |
| Através das suas preferências |