phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] notes/skins/default/base.xsl, 1.1.2.3


From: nomail
Subject: [Phpgroupware-cvs] notes/skins/default/base.xsl, 1.1.2.3
Date: Sun, 23 May 2004 14:35:01 -0000

Update of /notes/skins/default
Modified Files:
        Branch: proposal-branch
          base.xsl

date: 2004/05/07 07:12:19;  author: jengo;  state: Exp;  lines: +24 -2

Log Message:
Added support for symbolic datamine links
=====================================================================
Index: notes/skins/default/base.xsl
diff -u notes/skins/default/base.xsl:1.1.2.2 
notes/skins/default/base.xsl:1.1.2.3
--- notes/skins/default/base.xsl:1.1.2.2        Sun Apr 18 04:36:29 2004
+++ notes/skins/default/base.xsl        Fri May  7 07:12:19 2004
@@ -6,7 +6,7 @@
 
 <xsl:template match="APP">
 
-</xsl:template> 
+</xsl:template>
 
 <xsl:template match="APP[action_type='note_create']">
        <input type="hidden" name="form_submit" value="true" />
@@ -45,6 +45,28 @@
                                                                        
</select>
                                                                </td>
                                                        </tr>
+                                                       <xsl:if 
test="note/dm_type != 'N'">
+                                                       <tr>
+                                                               <td 
width="2%">&#160;</td>
+                                                               <td 
width="25%">Datamine type:</td>
+                                                               <td width="75%" 
align="left">
+                                                                       <select 
name="dm_type">
+                                                                               
<option value="H">
+                                                                               
        Hard link
+                                                                               
        <xsl:if test="note/dm_type = 'H'">
+                                                                               
                <xsl:attribute name="selected">selected</xsl:attribute>
+                                                                               
        </xsl:if>
+                                                                               
</option>
+                                                                               
<option value="S">
+                                                                               
        Symbolic link
+                                                                               
        <xsl:if test="note/dm_type = 'S'">
+                                                                               
                <xsl:attribute name="selected">selected</xsl:attribute>
+                                                                               
        </xsl:if>
+                                                                               
</option>
+                                                                       
</select>
+                                                               </td>
+                                                       </tr>
+                                                       </xsl:if>
                                                        <tr>
                                                                <td 
width="2%">&#160;</td>
                                                                <td 
colspan="2"><hr /></td>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]