﻿<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
    xmlns:msxsl="urn:schemas-microsoft-com:xslt" exclude-result-prefixes="msxsl">
    <xsl:output method="xml" indent="yes"/>

    <xsl:template name="AddItemBox">
        <xsl:param name="GoalItemID" select="'N/A'"></xsl:param>
        <xsl:param name="TemplateURL" select="'N/A'"></xsl:param>      

        <table width="100%">
            <tr>
                <td >
                    <div class="divGradient spanGradientText marginLeft15 padding10 marginTop20" id="div_Lifespace_AddNewItem_{$GoalItemID}" style="width:160px;"
                         onclick="return ItemNewMode_ForVersion('0','{$GoalItemID}', 'divGoalTask_{$GoalItemID}','2.0','None','');">
                        <img src="{$TemplateURL}Web/Images/Ver_2_0/icon_Add.png" class="verticallyMiddle" align="absmiddle"></img>
                        <span class="verticallyMiddle marginLeft5">
                            ADD AN ACTION ITEM
                        </span>
                    </div>
                    <div id="divGoalTask_{$GoalItemID}" style="display: none">
                    </div>
                </td>
                <!--<td width="75%">
					<table cellpadding="0" cellspacing="0" class="marginTop20">
						<tr>
							<td>
								<input id="txt_AddNote_{$GoalItemID}" class="quickNoteText" style="width:300px;height:20px;padding:8px;" 
                                       value="Add a quick note to this goal"
                                       defaultText='Add a quick note to this goal'
                                       onFocus='SetTextAreaValue("txt_AddNote_{$GoalItemID}", "Add a quick note to this goal", "focus")'
                                       onBlur='SetTextAreaValue("txt_AddNote_{$GoalItemID}", "Add a quick note to this goal", "blur");'></input>
							</td>
							<td style="width:80px;" class="divGradient spanGradientText" onmouseover="document.getElementById('img_Post_{$GoalItemID}').src='{$TemplateURL}Web/Images/Ver_2_0/icon_add_over.png';"
								onmouseout="document.getElementById('img_Post_{$GoalItemID}').src='{$TemplateURL}Web/Images/Ver_2_0/icon_Add.png';">
								<span class="padding10" id="div_Lifespace_AddNewPost_{$GoalItemID}"
                                      onclick="goal_AddQuickNote('txt_AddNote_{$GoalItemID}',{$GoalItemID},'div_Goal_{$GoalItemID}_Operations');
                                      goal_HightlightSelectedLink('cell_NoteBook_{$GoalItemID}','loginWizardTabs','selectedMenuAction','GoalMenuAction',0);">
									<img id="img_Post_{$GoalItemID}" src="{$TemplateURL}Web/Images/Ver_2_0/icon_Add.png" class="verticallyMiddle" align="absmiddle"></img>
									<span class="verticallyMiddle marginLeft5">
										POST
									</span>
								</span>
							</td>
						</tr>
					</table>                    
                </td>-->
            </tr>
        </table>
    </xsl:template>
    
</xsl:stylesheet>
