f154afb5d9c34ea403aa4c318f31fa951422c24d
parent
75a989fc41
commit
f2ef656c6c
|
@ -48,8 +48,8 @@
|
|||
Site: http://kaleidos.net
|
||||
Twitter: @elhombretecla
|
||||
Location: Madrid, Spain
|
||||
|
||||
Taiga UX Consultan: Esther Moreno
|
||||
|
||||
Taiga UX Consultan & LEGO architect: Esther Moreno
|
||||
Site: http://kaleidos.net
|
||||
Twitter: @plumilla
|
||||
Location: Madrid, Spain
|
||||
|
|
|
@ -12,15 +12,15 @@
|
|||
<body tg-main>
|
||||
<div class="projects-nav-overlay">
|
||||
<div class="container">
|
||||
<p>Loading project...</p>
|
||||
<p translate="COMMON.LOADING_PROJECT"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div tg-lb-create-project class="wizard-create-project">
|
||||
<form>
|
||||
<section data-step="step1" class="wizard-step create-step1">
|
||||
<div class="title">
|
||||
<h1>Choose a template</h1>
|
||||
<p>Which template would fit better in your project?</p>
|
||||
<h1 translate="WIZARD.SECTION_TITLE_CHOOSE_TEMPLATE"></h1>
|
||||
<p translate="WIZARD.CHOOSE_TEMPLATE_TEXT"></p>
|
||||
</div>
|
||||
<div class="template-wrapper">
|
||||
<div class="template-inner">
|
||||
|
@ -33,24 +33,24 @@
|
|||
</fieldset>
|
||||
</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 data-step="step2" class="wizard-step create-step2 active">
|
||||
<div class="title">
|
||||
<h1>Create Project</h1>
|
||||
<p>Fresh and clean. So exciting!</p>
|
||||
<h1 translate="WIZARD.SECTION_TITLE_CREATE_PROJECT"></h1>
|
||||
<p translate="WIZARD.CREATE_PROJECT_TEXT"></p>
|
||||
</div>
|
||||
<div class="template-wrapper">
|
||||
<div class="template-inner">
|
||||
<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>
|
||||
<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 class="wizard-action">
|
||||
<div><a href="" title="Prev" class="button-prev button button-gray">Prev</a>
|
||||
<button type="submit" title="Create" class="button-green submit-button">Create</button>
|
||||
<div><a href="" title="{{'PAGINATION.PREVIOUS' | translate}}" translate="PAGINATION.PREVIOUS" class="button-prev button button-gray"></a>
|
||||
<button type="submit" title="{{'COMMON.CREATE' | translate}}" translate="COMMON.CREATE" class="button-green submit-button"></button>
|
||||
</div>
|
||||
<button type="submit" class="hidden"></button>
|
||||
</fieldset>
|
||||
|
@ -59,45 +59,44 @@
|
|||
</section>
|
||||
</form>
|
||||
<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-->
|
||||
</div>
|
||||
<div class="progress-bar-wrapper">
|
||||
<div class="bar"></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>
|
||||
<nav tg-projects-nav class="projects-nav"></nav>
|
||||
<nav tg-project-menu class="menu hidden"></nav>
|
||||
<div class="notification-message notification-message-success">
|
||||
<div class="icon icon-notification-success"></div>
|
||||
<div class="text">
|
||||
<h4 class="warning">Everything is ok</h4>
|
||||
<p>Our oompa Loompas saved all your changes!</p>
|
||||
</div><a href="" title="Close notification" class="icon icon-delete"></a>
|
||||
<h4 translate="NOTIFICATION.OK" class="warning"></h4>
|
||||
<p translate="NOTIFICATION.SAVED"></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="notification-message notification-message-error">
|
||||
<div class="icon icon-notification-error"></div>
|
||||
<div class="text">
|
||||
<h4 class="warning">Oops, something happened...</h4>
|
||||
<p>Our oompa Loompas are sad, your changes were not saved!</p>
|
||||
</div><a href="" title="Close notification" class="icon icon-delete"></a>
|
||||
<h4 translate="NOTIFICATION.WARNING" class="warning"></h4>
|
||||
<p translate="NOTIFICATION.WARNING_TEXT"></p>
|
||||
</div><a href="" title="{{'NOTIFICATION.CLOSE' | translate}}" class="icon icon-delete"></a>
|
||||
</div>
|
||||
<div class="notification-light notification-message-light-error">
|
||||
<div class="text">
|
||||
<h4 class="warning">Oops, something happened...</h4>
|
||||
<p>Our oompa Loompas are sad, your changes were not saved!</p>
|
||||
</div><a href="" title="Close notification" class="icon icon-delete"></a>
|
||||
<h4 translate="NOTIFICATION.WARNING" class="warning"></h4>
|
||||
<p translate="NOTIFICATION.WARNING_TEXT"></p>
|
||||
</div><a href="" title="{{'NOTIFICATION.CLOSE' | translate}}" class="icon icon-delete"></a>
|
||||
</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>
|
||||
<h2 class="title"></h2>
|
||||
<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>
|
||||
</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>
|
||||
<h2 class="title"></h2>
|
||||
<p class="question"></p>
|
||||
|
@ -105,25 +104,25 @@
|
|||
<p class="replacement"></p>
|
||||
<select class="choices"></select>
|
||||
<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>
|
||||
</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>
|
||||
<h2 class="title"></h2>
|
||||
<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>
|
||||
</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>
|
||||
<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>
|
||||
</div>
|
||||
<div class="lightbox lightbox-generic-loading">
|
||||
<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="bar"></div><span class="progress"></span>
|
||||
</div>
|
||||
|
@ -131,36 +130,36 @@
|
|||
<p class="message"></p>
|
||||
</section>
|
||||
</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>
|
||||
<h2 class="title">Search</h2>
|
||||
<h2 translate="LIGHTBOX.SEARCH.TITLE" class="title"></h2>
|
||||
<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>
|
||||
<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>
|
||||
</form>
|
||||
</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>
|
||||
<h2 class="title">Tell us something...</h2>
|
||||
<h2 translate="LIGHTBOX.FEEDBACK.TITLE" class="title"></h2>
|
||||
<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>
|
||||
<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>
|
||||
</form>
|
||||
</div>
|
||||
<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="container">
|
||||
<p>Loading...</p>
|
||||
<p translate="COMMON.LOADING"></p>
|
||||
</div>
|
||||
</div>
|
||||
<script src="/js/libs.js?v=1431451194538"></script>
|
||||
<script src="/js/templates.js?v=1431451194538"></script>
|
||||
<script src="/js/app-loader.js?v=1431451194538"></script>
|
||||
<script src="/js/libs.js?v=1432197929788"></script>
|
||||
<script src="/js/templates.js?v=1432197929788"></script>
|
||||
<script src="/js/app-loader.js?v=1432197929788"></script>
|
||||
</body>
|
||||
</html>
|
|
@ -1,12 +1,13 @@
|
|||
(function() {
|
||||
var promise, version;
|
||||
|
||||
version = 1431451194543;
|
||||
version = 1432197929797;
|
||||
|
||||
window.taigaConfig = {
|
||||
"api": "http://localhost:8000/api/v1/",
|
||||
"eventsUrl": null,
|
||||
"debug": true,
|
||||
"defaultLanguage": "en",
|
||||
"publicRegisterEnabled": true,
|
||||
"feedbackEnabled": true,
|
||||
"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/",
|
||||
"eventsUrl": null,
|
||||
"debug": true,
|
||||
"debugInfo": false,
|
||||
"defaultLanguage": "en",
|
||||
"publicRegisterEnabled": true,
|
||||
"feedbackEnabled": true,
|
||||
"privacyPolicyUrl": null,
|
||||
"termsOfServiceUrl": null,
|
||||
"maxUploadFileSize": null,
|
||||
"contribPlugins": [],
|
||||
"debugInfo": false
|
||||
"contribPlugins": []
|
||||
}
|
||||
|
|
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