summaryrefslogtreecommitdiff
path: root/res/templates
AgeCommit message (Collapse)Author
2015-01-13Removed "?" in email addressdor garbash
2015-01-13adding subject to mailto: linkLV-426
2015-01-13enable failed login debuggingLV-426
2015-01-13Style fixed login screengarbash
Font size is larger Password box placeholder text fix
2015-01-13client: rename tab intro textAlon Levy
2015-01-13add feedback - no email yet, just client side plus server parse client postAlon Levy
Notes: * using https://github.com/ivoviz/feedback + commit 337a8146e567a06035fb1f1ffedfce083be2a2d1 * with tiny changes to use require.js: + html2canvas.js & feedback.js (not minified) start+end lines changed to call define + feedback.js changed to not load html2canvas since require.js does that for us (dropping _html2canvas and getScript usage)
2015-01-12login.html: slightly more positive tone on the feedback solicitationLV-426
2015-01-12login.html: feedback email linkLV-426
2015-01-12login.html: rm spaces from forgot-passwordLV-426
2015-01-12login+logout: using ajax, not POST, plus document.window (worst of both worlds)Alon Levy
2015-01-12client/server: login is using POST, so use POST, not XMLHttpRequestAlon Levy
TODO: Logout requires styling plus only to appear if logged in.
2015-01-12moved mail-icon img to cssgarbash
2015-01-12Rhizi login page styling - final v before ofer touch-upsgarbash
Still needs proper applying of font styling. I hacked some font/color in classes, where it should be defined in sass style guide.
2015-01-12server/client: s/res/static/, drop dev_mode__resend_from_staticAlon Levy
2015-01-11wip - login page styling3garbash
2015-01-11wip - login styling2garbash
2015-01-11WIP - Styling of login pagegarbash
2015-01-11added background image to login screengarbash
2015-01-05Update login.htmldor garbash
2014-12-28Fixes #217 - username initials displayed in upper right corner blue circleAlon Levy
Also fixes name when none set (i.e. development mode).
2014-12-21fix app.js, local_config.js - prefix with '/static'LV-426
2014-12-16client fixes to run with new layoutAlon Levy
directives for src names: any js file should be relative any resource should be absolute i.e. all images are /res/img/bla and all js files are bla.js / view/node_view.js etc
2014-12-16removing /index.html, use res/templates/index.htmlLV-426
2014-12-16cleanup edit-node-dialog__XXX element IDsLV-426
2014-12-16sync with client index.html updatesLV-426
2014-12-16Update login.htmldor garbash
2014-12-14failed attempt at fixing server redirectionLV-426
2014-12-08use absolute css link: /res/css/...LV-426
2014-12-06login.html: missing jquery.js linkLV-426
2014-12-03Fixed typo, removed some textgarbash
2014-12-03Added content to landing page - no styling yetgarbash
2014-12-03user-login panelLV-426
2014-12-03mv index.html under templates/, duplicate file under rhizi/ temporarily ↵LV-426
co-exists
2014-12-03login page templateLV-426