f154afb5d9c34ea403aa4c318f31fa951422c24d
parent
75a989fc41
commit
f2ef656c6c
|
@ -49,7 +49,7 @@
|
||||||
Twitter: @elhombretecla
|
Twitter: @elhombretecla
|
||||||
Location: Madrid, Spain
|
Location: Madrid, Spain
|
||||||
|
|
||||||
Taiga UX Consultan: Esther Moreno
|
Taiga UX Consultan & LEGO architect: Esther Moreno
|
||||||
Site: http://kaleidos.net
|
Site: http://kaleidos.net
|
||||||
Twitter: @plumilla
|
Twitter: @plumilla
|
||||||
Location: Madrid, Spain
|
Location: Madrid, Spain
|
||||||
|
|
|
@ -12,15 +12,15 @@
|
||||||
<body tg-main>
|
<body tg-main>
|
||||||
<div class="projects-nav-overlay">
|
<div class="projects-nav-overlay">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p>Loading project...</p>
|
<p translate="COMMON.LOADING_PROJECT"></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div tg-lb-create-project class="wizard-create-project">
|
<div tg-lb-create-project class="wizard-create-project">
|
||||||
<form>
|
<form>
|
||||||
<section data-step="step1" class="wizard-step create-step1">
|
<section data-step="step1" class="wizard-step create-step1">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h1>Choose a template</h1>
|
<h1 translate="WIZARD.SECTION_TITLE_CHOOSE_TEMPLATE"></h1>
|
||||||
<p>Which template would fit better in your project?</p>
|
<p translate="WIZARD.CHOOSE_TEMPLATE_TEXT"></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="template-wrapper">
|
<div class="template-wrapper">
|
||||||
<div class="template-inner">
|
<div class="template-inner">
|
||||||
|
@ -33,24 +33,24 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<fieldset><a href="" title="Next" class="button-next button button-green">Next</a></fieldset>
|
<fieldset><a href="" title="{{'PAGINATION.NEXT' | translate}}" translate="PAGINATION.NEXT" class="button-next button button-green"></a></fieldset>
|
||||||
</section>
|
</section>
|
||||||
<section data-step="step2" class="wizard-step create-step2 active">
|
<section data-step="step2" class="wizard-step create-step2 active">
|
||||||
<div class="title">
|
<div class="title">
|
||||||
<h1>Create Project</h1>
|
<h1 translate="WIZARD.SECTION_TITLE_CREATE_PROJECT"></h1>
|
||||||
<p>Fresh and clean. So exciting!</p>
|
<p translate="WIZARD.CREATE_PROJECT_TEXT"></p>
|
||||||
</div>
|
</div>
|
||||||
<div class="template-wrapper">
|
<div class="template-wrapper">
|
||||||
<div class="template-inner">
|
<div class="template-inner">
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<input type="text" name="name" ng-model="data.name" data-required="true" placeholder="Name" maxlength="45">
|
<input type="text" name="name" ng-model="data.name" data-required="true" placeholder="{{'COMMON.FIELDS.NAME' | translate}}" maxlength="45">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<textarea name="description" ng-model="data.description" data-required="true" placeholder="Description"></textarea>
|
<textarea name="description" ng-model="data.description" data-required="true" ng-attr-placeholder="{{'COMMON.FIELDS.DESCRIPTION' | translate}}"></textarea>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset class="wizard-action">
|
<fieldset class="wizard-action">
|
||||||
<div><a href="" title="Prev" class="button-prev button button-gray">Prev</a>
|
<div><a href="" title="{{'PAGINATION.PREVIOUS' | translate}}" translate="PAGINATION.PREVIOUS" class="button-prev button button-gray"></a>
|
||||||
<button type="submit" title="Create" class="button-green submit-button">Create</button>
|
<button type="submit" title="{{'COMMON.CREATE' | translate}}" translate="COMMON.CREATE" class="button-green submit-button"></button>
|
||||||
</div>
|
</div>
|
||||||
<button type="submit" class="hidden"></button>
|
<button type="submit" class="hidden"></button>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
@ -59,45 +59,44 @@
|
||||||
</section>
|
</section>
|
||||||
</form>
|
</form>
|
||||||
<div class="progress-bar">
|
<div class="progress-bar">
|
||||||
<div class="progress-state"><span>Template selection</span><span>Name and description</span>
|
<div class="progress-state"><span translate="WIZARD.PROGRESS_TEMPLATE_SELECTION"></span><span translate="WIZARD.PROGRESS_NAME_DESCRIPTION"></span>
|
||||||
<!-- span Final touches-->
|
<!-- span Final touches-->
|
||||||
</div>
|
</div>
|
||||||
<div class="progress-bar-wrapper">
|
<div class="progress-bar-wrapper">
|
||||||
<div class="bar"></div>
|
<div class="bar"></div>
|
||||||
</div>
|
</div>
|
||||||
</div><a href="" title="close" class="close"><span class="icon icon-delete"></span></a>
|
</div><a href="" title="{{'COMMON.CLOSE' | translate}}" class="close"><span class="icon icon-delete"></span></a>
|
||||||
</div>
|
</div>
|
||||||
<nav tg-projects-nav class="projects-nav"></nav>
|
<nav tg-projects-nav class="projects-nav"></nav>
|
||||||
<nav tg-project-menu class="menu hidden"></nav>
|
<nav tg-project-menu class="menu hidden"></nav>
|
||||||
<div class="notification-message notification-message-success">
|
<div class="notification-message notification-message-success">
|
||||||
<div class="icon icon-notification-success"></div>
|
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<h4 class="warning">Everything is ok</h4>
|
<h4 translate="NOTIFICATION.OK" class="warning"></h4>
|
||||||
<p>Our oompa Loompas saved all your changes!</p>
|
<p translate="NOTIFICATION.SAVED"></p>
|
||||||
</div><a href="" title="Close notification" class="icon icon-delete"></a>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="notification-message notification-message-error">
|
<div class="notification-message notification-message-error">
|
||||||
<div class="icon icon-notification-error"></div>
|
<div class="icon icon-notification-error"></div>
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<h4 class="warning">Oops, something happened...</h4>
|
<h4 translate="NOTIFICATION.WARNING" class="warning"></h4>
|
||||||
<p>Our oompa Loompas are sad, your changes were not saved!</p>
|
<p translate="NOTIFICATION.WARNING_TEXT"></p>
|
||||||
</div><a href="" title="Close notification" class="icon icon-delete"></a>
|
</div><a href="" title="{{'NOTIFICATION.CLOSE' | translate}}" class="icon icon-delete"></a>
|
||||||
</div>
|
</div>
|
||||||
<div class="notification-light notification-message-light-error">
|
<div class="notification-light notification-message-light-error">
|
||||||
<div class="text">
|
<div class="text">
|
||||||
<h4 class="warning">Oops, something happened...</h4>
|
<h4 translate="NOTIFICATION.WARNING" class="warning"></h4>
|
||||||
<p>Our oompa Loompas are sad, your changes were not saved!</p>
|
<p translate="NOTIFICATION.WARNING_TEXT"></p>
|
||||||
</div><a href="" title="Close notification" class="icon icon-delete"></a>
|
</div><a href="" title="{{'NOTIFICATION.CLOSE' | translate}}" class="icon icon-delete"></a>
|
||||||
</div>
|
</div>
|
||||||
<div ng-view class="master"></div>
|
<div ng-view class="master"></div>
|
||||||
<div class="lightbox lightbox-generic-ask"><a href="" title="close" class="close"><span class="icon icon-delete"></span></a>
|
<div class="lightbox lightbox-generic-ask"><a href="" title="{{'COMMON.CLOSE' | translate}}" class="close"><span class="icon icon-delete"></span></a>
|
||||||
<form>
|
<form>
|
||||||
<h2 class="title"></h2>
|
<h2 class="title"></h2>
|
||||||
<p><span class="subtitle"></span><span class="message"></span></p>
|
<p><span class="subtitle"></span><span class="message"></span></p>
|
||||||
<div class="options"><a href="" title="Accept" class="button-green"><span>Accept</span></a><a href="" title="Delete" class="button-red"><span>Cancel</span></a></div>
|
<div class="options"><a href="" title="{{'COMMON.ACCEPT' | translate}}" class="button-green"><span translate="COMMON.ACCEPT"></span></a><a href="" title="{{'COMMON.CANCEL' | translate}}" class="button-red"><span translate="COMMON.CANCEL"></span></a></div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="lightbox lightbox-ask-choice"><a href="" title="close" class="close"><span class="icon icon-delete"></span></a>
|
<div class="lightbox lightbox-ask-choice"><a href="" title="{{'COMMON.CLOSE' | translate}}" class="close"><span class="icon icon-delete"></span></a>
|
||||||
<form>
|
<form>
|
||||||
<h2 class="title"></h2>
|
<h2 class="title"></h2>
|
||||||
<p class="question"></p>
|
<p class="question"></p>
|
||||||
|
@ -105,25 +104,25 @@
|
||||||
<p class="replacement"></p>
|
<p class="replacement"></p>
|
||||||
<select class="choices"></select>
|
<select class="choices"></select>
|
||||||
<p class="warning"></p>
|
<p class="warning"></p>
|
||||||
<div class="options"><a href="" title="Accept" class="button-green"><span>Accept</span></a><a href="" title="Delete" class="button-red"><span>Cancel</span></a></div>
|
<div class="options"><a href="" title="{{'COMMON.ACCEPT' | translate}}" class="button-green"><span translate="COMMON.ACCEPT"></span></a><a href="" title="{{'COMMON.CANCEL' | translate}}" class="button-red"><span translate="COMMON.CANCEL"></span></a></div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div class="lightbox lightbox-generic-success"><a href="" title="close" class="close"><span class="icon icon-delete"></span></a>
|
<div class="lightbox lightbox-generic-success"><a href="" title="{{'COMMON.CLOSE' | translate}}" class="close"><span class="icon icon-delete"></span></a>
|
||||||
<section>
|
<section>
|
||||||
<h2 class="title"></h2>
|
<h2 class="title"></h2>
|
||||||
<p class="message"></p>
|
<p class="message"></p>
|
||||||
<div class="options"><a href="" title="Accept" class="button-green"><span>Accept</span></a></div>
|
<div class="options"><a href="" title="{{'COMMON.ACCEPT' | translate}}" class="button-green"><span translate="COMMON.ACCEPT"></span></a></div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div class="lightbox lightbox-generic-error"><a href="" title="close" class="close"><span class="icon icon-delete"></span></a>
|
<div class="lightbox lightbox-generic-error"><a href="" title="{{'COMMON.CLOSE' | translate}}" class="close"><span class="icon icon-delete"></span></a>
|
||||||
<section>
|
<section>
|
||||||
<h2 class="title"></h2>
|
<h2 class="title"></h2>
|
||||||
<div class="options"><a href="" title="Accept" class="button-green"><span>Accept</span></a></div>
|
<div class="options"><a href="" title="{{'COMMON.ACCEPT' | translate}}" class="button-green"><span translate="COMMON.ACCEPT"></span></a></div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div class="lightbox lightbox-generic-loading">
|
<div class="lightbox lightbox-generic-loading">
|
||||||
<section>
|
<section>
|
||||||
<div class="spin hidden"><img src="/svg/spinner-circle.svg" alt="loading..."></div>
|
<div class="spin hidden"><img src="/svg/spinner-circle.svg" alt="{{'COMMON.LOADING' | translate}}"></div>
|
||||||
<div class="progress-bar-wrapper hidden">
|
<div class="progress-bar-wrapper hidden">
|
||||||
<div class="bar"></div><span class="progress"></span>
|
<div class="bar"></div><span class="progress"></span>
|
||||||
</div>
|
</div>
|
||||||
|
@ -131,36 +130,36 @@
|
||||||
<p class="message"></p>
|
<p class="message"></p>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div tg-search-box class="lightbox lightbox-search"><a href="" title="close" class="close"><span class="icon icon-delete"></span></a>
|
<div tg-search-box class="lightbox lightbox-search"><a href="" title="{{'COMMON.CLOSE' | translate}}" class="close"><span class="icon icon-delete"></span></a>
|
||||||
<form>
|
<form>
|
||||||
<h2 class="title">Search</h2>
|
<h2 translate="LIGHTBOX.SEARCH.TITLE" class="title"></h2>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<input type="text" name="text" id="search-text" placeholder="What are you looking for?" data-required="true">
|
<input type="text" name="text" id="search-text" placeholder="{{'LIGHTBOX.SEARCH.PLACEHOLDER_SEARCH' | translate}}" data-required="true">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<button type="submit" title="Search" class="button-green submit-button">Search</button>
|
<button type="submit" title="{{' LIGHTBOX.SEARCH.TITLE' | translate}}" translate="LIGHTBOX.SEARCH.TITLE" class="button-green submit-button"></button>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div tg-lb-feedback class="lightbox lightbox-feedback lightbox-generic-form"><a href="" title="close" class="close"><span class="icon icon-delete"></span></a>
|
<div tg-lb-feedback class="lightbox lightbox-feedback lightbox-generic-form"><a href="" title="{{'COMMON.CLOSE' | translate}}" class="close"><span class="icon icon-delete"></span></a>
|
||||||
<form>
|
<form>
|
||||||
<h2 class="title">Tell us something...</h2>
|
<h2 translate="LIGHTBOX.FEEDBACK.TITLE" class="title"></h2>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<textarea ng-model="feedback.comment" data-required="true" placeholder="...a bug, some suggestions, something cool... or even your worst nightmare with Taiga"></textarea>
|
<textarea ng-model="feedback.comment" data-required="true" ng-attr-placeholder="{{'LIGHTBOX.FEEDBACK.COMMENT' | translate}}"></textarea>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
<fieldset>
|
<fieldset>
|
||||||
<button type="submit" title="Send feedback" class="button-green submit-button">Send feedback</button>
|
<button type="submit" title="{{'LIGHTBOX.FEEDBACK.ACTION_SEND' | translate}}" translate="LIGHTBOX.FEEDBACK.ACTION_SEND" class="button-green submit-button"></button>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
<div tg-loader class="loader">
|
<div tg-loader class="loader">
|
||||||
<div class="loading-bar"><span class="item item-1"></span><span class="item item-2"></span><span class="item item-3"></span><span class="item item-4"></span><span class="item item-5"></span></div>
|
<div class="loading-bar"><span class="item item-1"></span><span class="item item-2"></span><span class="item item-3"></span><span class="item item-4"></span><span class="item item-5"></span></div>
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<p>Loading...</p>
|
<p translate="COMMON.LOADING"></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="/js/libs.js?v=1431451194538"></script>
|
<script src="/js/libs.js?v=1432197929788"></script>
|
||||||
<script src="/js/templates.js?v=1431451194538"></script>
|
<script src="/js/templates.js?v=1432197929788"></script>
|
||||||
<script src="/js/app-loader.js?v=1431451194538"></script>
|
<script src="/js/app-loader.js?v=1432197929788"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,12 +1,13 @@
|
||||||
(function() {
|
(function() {
|
||||||
var promise, version;
|
var promise, version;
|
||||||
|
|
||||||
version = 1431451194543;
|
version = 1432197929797;
|
||||||
|
|
||||||
window.taigaConfig = {
|
window.taigaConfig = {
|
||||||
"api": "http://localhost:8000/api/v1/",
|
"api": "http://localhost:8000/api/v1/",
|
||||||
"eventsUrl": null,
|
"eventsUrl": null,
|
||||||
"debug": true,
|
"debug": true,
|
||||||
|
"defaultLanguage": "en",
|
||||||
"publicRegisterEnabled": true,
|
"publicRegisterEnabled": true,
|
||||||
"feedbackEnabled": true,
|
"feedbackEnabled": true,
|
||||||
"privacyPolicyUrl": null,
|
"privacyPolicyUrl": null,
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -2,11 +2,12 @@
|
||||||
"api": "http://localhost:8000/api/v1/",
|
"api": "http://localhost:8000/api/v1/",
|
||||||
"eventsUrl": null,
|
"eventsUrl": null,
|
||||||
"debug": true,
|
"debug": true,
|
||||||
|
"debugInfo": false,
|
||||||
|
"defaultLanguage": "en",
|
||||||
"publicRegisterEnabled": true,
|
"publicRegisterEnabled": true,
|
||||||
"feedbackEnabled": true,
|
"feedbackEnabled": true,
|
||||||
"privacyPolicyUrl": null,
|
"privacyPolicyUrl": null,
|
||||||
"termsOfServiceUrl": null,
|
"termsOfServiceUrl": null,
|
||||||
"maxUploadFileSize": null,
|
"maxUploadFileSize": null,
|
||||||
"contribPlugins": [],
|
"contribPlugins": []
|
||||||
"debugInfo": false
|
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue