≡
Home
Chapter Activities
Tools
Articles
On-Demand
Certification
FoundationsU
Home
Chapter Activities
Tools
Articles
On-Demand
Certification
My Goals
Community Goals
About Goal Setting
Creating Goals
Making Good Goals
Keeping Goals In Balance
Rewarding Yourself
<%=GoalTracker.Infographics.goalsInfographic%>
<%=GoalTracker.Infographics.makingGoodGoals%>
<%=GoalTracker.Infographics.keepingGoalsInBalance%>
<%=GoalTracker.Infographics.rewardYourself%>
<%=GoalTracker.PrintHTML.printGoals%>
<%= view('/filter/list') %>
Restore Goal "
"
Complete
Goal Description
Progress
Target Date
Category
Reminder
<%= view('/goal/list', { goals: goals}) %>
<% for(var i = 0; i < goals.length; i++) { var goal = goals[i]; %>
<%= view('/goal/show', { goal: goal}) %>
<% } %>
<% try { if(expanded) {} } catch(e) { var expanded = false; } %>
<%= goal.shortDescription() %>
<% if(expanded) { %>
<%= goal.description() %>
<% } %>
<%= view('/goal/links', {completed:goal.isCompleted() }) %>
<%= view('/goal/progressbar', { goal:goal, editMode: false}) %>
<%= humanizeTimestamp(goal.deadline()) %>
<%= GoalTracker.Categories.get(goal.categoryId()) %>
<%= goal.reminderType() %>
<%= view('/goal/form', { goal: goal, type: 'save' }) %>
<%= view('/goal/form', { goal: goal, type: 'create' }) %>
<% var actionClass = type; %>
style="display:none;" <% } %>>Short Description
<%= goal.description() %>
style="display:none;" <% } %>>Description
<%= view('/goal/progressbar', { goal:goal, editMode:true}) %>
<%= view('/select/category', { category: goal.categoryId() }) %>
<%= view('/select/reminder', { reminder_type: goal.reminderType() }) %>
SMART GOAL?
You must correct the following errors:
<% errors.each(function(attrName, attrError) { %>
<%= attrError %>
<% }); %>
Target date (<%=targetDate%>) is in the past
<%= view('/goal/show', { goal: goal, expanded: true}) %>
<%= view('/task/list', { tasks: goal.tasks() }) %>
style="display: none;"<% } %>>
<% if(!goal.attr("is_read_only")) { %>
Complete All
<% } %> <%=GoalTracker.PrintHTML.printTasks%>
<% if(!goal.attr("is_read_only")) { %>
Add Task
<% } %>
Hide Tasks
<% for(var i = 0; i < tasks.length; i++) { %>
<%= view('/task/show', { task: tasks[i] }) %>
<% } %>
<%= task.description() %>
Edit
|
Delete
<%= humanizeTimestamp(task.deadline()) %>
<%if(!editMode){%>
<%}%>
<% if(goal.tasks().length > 0){%> <%= goal.getCompletedTasks().length+" of "+goal.tasks().length %> <%}else{%> <%="Add Task"%> <%}%>
<%= view('/task/edit/form', { task: task, actionClass: 'add' }) %>
<%= view('/task/edit/form', { task: task, actionClass: 'save' }) %>
<%= task.description() %>
style="display:none;" <% } %>>Task Description
Save
Cancel
<% try { if(reminder_type) {} } catch(e) { reminder_type = 'Reminder'; } %>
<%if(GoalTracker.GoalTracker.reminderTooltip != ""){%>
<%=GoalTracker.GoalTracker.reminderTooltip%>
<%}%>
Reminder
<% for(var i = 0; i < REMINDER_TYPES.length; i++) { %>
SELECTED <% } %>> <%= REMINDER_TYPES[i] %>
<% } %>
Category
<% var categories = []; GoalTracker.Categories.each(function(kvp){ categories.push(kvp); }); categories.sort(function(kvp1, kvp2){ return kvp1.value > kvp2.value ? 1 : -1; }); %> <% for(var i = 0; i < categories.length; i++) { %>
SELECTED <% } %>> <%= categories[i].value %>
<% } %>
All Goals
Goals Completed
Goals in Progress
Goals with Tasks
Goals Overdue
<%= view(modalView, modalViewParams) %>
Edit
Delete
<%if(GoalTracker.enableSocialMedia){%>
<%}%>
Now you're getting it!
Keep building your list of goals and tasks. But don't lose anything (if you leave now you will). Enter your name and email at this point, and we'll send you all your goals, dreams, and mission statement information, plus more ideas*.
First Name
Email
<%if(GoalTracker.GoalTracker.visitorEmailSignupHTML != ""){%>
I'd also like to receive:
<%}%>
Continue
*Information about retrieving your goals will also be sent via email
<%=GoalTracker.PrintHTML.printDreams%>
<%if(GoalTracker.Infographics.dreamsInfographic != ""){%>
About Dream Setting
<%=GoalTracker.Infographics.dreamsInfographic%>
<%}%>
Restore Dream "
"
<%= dream.shortDescription() %>
<%= dream.description() %>
Edit
|
Delete
<%= dream.picture_url() %><%}%>">
<%= view('/dream/form', { dream: dream, type: 'save' }) %>
<%= view('/dream/form', { dream: dream, type: 'create' }) %>
<% var actionClass = type; %>
style="display:none;" <% } %>>Dream Title
<%= dream.description() %>
style="display:none;" <% } %>>Description
<% var pics = DreamPicture.all(); var lastIndex = pics.length - (pics.length % 4); %> <% for(var i=0; i
selected <% } %>> <%= pics[i].name() %>
<% } %>
<%=GoalTracker.PrintHTML.printMissionStatement%>
<%if(GoalTracker.Infographics.missionStatementInfographic){%>
About Mission Statement Setting
<%=GoalTracker.Infographics.missionStatementInfographic%>
<%}%>
<%var hasMS = ((null != missionStatement) && (missionStatement.mission_statement() != null) && (missionStatement.mission_statement().length > 0)); %> <%if(hasMS){%> <%= view('/missionStatement/listattribute', {missionStatement:missionStatement, attribute:'mission_statement', button:'missionStatementButton', title:GoalTracker.MissionStatementContent.titles['mission_statement']})%>
<%= view('/missionStatement/listattribute', {missionStatement:missionStatement, attribute:'skills', button:'skillsButton', title:GoalTracker.MissionStatementContent.titles['skills']})%>
<%= view('/missionStatement/listattribute', {missionStatement:missionStatement, attribute:'traits', button:'traitsButton', title:GoalTracker.MissionStatementContent.titles['traits']})%>
<%= view('/missionStatement/listattribute', {missionStatement:missionStatement, attribute:'values', button:'valuesButton', title:GoalTracker.MissionStatementContent.titles['values']})%>
<%}else{%> <%= view('/missionStatement/listattribute', {missionStatement:missionStatement, attribute:'skills', button:'skillsButton', title:GoalTracker.MissionStatementContent.titles['skills']})%>
<%= view('/missionStatement/listattribute', {missionStatement:missionStatement, attribute:'traits', button:'traitsButton', title:GoalTracker.MissionStatementContent.titles['traits']})%>
<%= view('/missionStatement/listattribute', {missionStatement:missionStatement, attribute:'values', button:'valuesButton', title:GoalTracker.MissionStatementContent.titles['values']})%>
<%= view('/missionStatement/listattribute', {missionStatement:missionStatement, attribute:'mission_statement', button:'missionStatementButton', title:GoalTracker.MissionStatementContent.titles['mission_statement']})%>
<%}%>
<% if(null == missionStatement){%>
<%}else if((missionStatement[attribute]() == null) || (missionStatement[attribute]().length==0)){%>
<%}else{%>
<%= title %>
<%= missionStatement[attribute]() %>
Edit
<%}%>
<% var hasAttrValue = ((missionStatement[attribute] != null) && (missionStatement[attribute]().length>0));%>
<%=missionStatement[attribute]()%>
style="display:none;" <% } %>><%=label%>
Save
Cancel