moving members related scripts to "members" directory
[koha.git] / koha-tmpl / intranet-tmpl / default / en / newjmember.tmpl
index e22c43a..5fc80f0 100644 (file)
@@ -1,85 +1,85 @@
-<TMPL_INCLUDE Name="members-top.inc">
+<!-- TMPL_INCLUDE Name="members-top.inc" -->
 
-<TMPL_IF Name="NOK">
-       <TMPL_VAR Name="string">
-<TMPL_ELSE>
-       <H1> 'Confirm Record' </H1>
-       <TMPL_LOOP Name="identloop">
-               <TMPL_IF Name="cardchild">
+<!-- TMPL_IF Name="NOK" -->
+       <!-- TMPL_VAR Name="string" -->
+<!-- TMPL_ELSE -->
+       <H1> Confirm Record </H1>
+       <!-- TMPL_LOOP Name="identsloop" -->
+               <!-- TMPL_IF Name="cardchild" -->
                        <table border=0 cellspacing=0 cellpadding=5>
-                               <tr valign=top bgcolor="<TMPL_VAR Name="main">" >
-                                       <td background="<TMPL_VAR Name="image">">
-                                       <BOLD> NEW MEMBER </BOLD>
+                               <tr valign=top bgcolor="<!-- TMPL_VAR Name="main" -->" >
+                                       <td background="<!-- TMPL_VAR Name="image" -->">
+                                       <B> NEW MEMBER </B>
                                        </td>
                                        <td>
-                                       &nbpsq;
+                                       &nbsp;
                                        </td>
                                </tr>
                                <tr valign=top bgcolor="white" >
                                        <td>
-                                       <BOLD>Name</BOLD>
+                                       <B>Name</B>
                                        </td>
                                        <td>
-                                       <TMPL_VAR Name="name">
+                                       <!-- TMPL_VAR Name="name" -->
                                        </td>
                                </tr>
-                               <tr valign=top bgcolor="<TMPL_VAR Name="main">" >
-                                       <td background="<TMPL_VAR Name="image">">
-                                       <BOLD> MEMBERSHIP DETAILS </BOLD>
+                               <tr valign=top bgcolor="<!-- TMPL_VAR Name="main" -->" >
+                                       <td background="<!-- TMPL_VAR Name="image" -->">
+                                       <B> MEMBERSHIP DETAILS </B>
                                        </td>
                                        <td>
-                                       &nbpsq;
+                                       &nbsp;
                                        </td>
                                </tr>
                                <tr valign=top bgcolor="white" >
                                        <td>
-                                       <BOLD>Membership Number</BOLD>
+                                       <B>Membership Number</B>
                                        </td>
                                        <td>
-                                       <TMPL_VAR Name="bornum">
+                                       <!-- TMPL_VAR Name="bornum" -->
                                        </td>
                                </tr>
                                <tr valign=top bgcolor="white" >
                                        <td>
-                                       <BOLD>Date Of Birth</BOLD>
+                                       <B>Date of birth</B>
                                        </td>
                                        <td>
-                                       <TMPL_VAR Name="dob">
+                                       <!-- TMPL_VAR Name="dob" -->
                                        </td>
                                </tr>
                                <tr valign=top bgcolor="white" >
                                        <td>
-                                       <BOLD>Sex</BOLD>
+                                       <B>Sex</B>
                                        </td>
                                        <td>
-                                       <TMPL_VAR Name="sex">
+                                       <!-- TMPL_VAR Name="sex" -->
                                        </td>
                                </tr>
                                <tr valign=top bgcolor="white" >
                                        <td>
-                                       <BOLD>School</BOLD>
+                                       <B>School</B>
                                        </td>
                                        <td>
-                                       <TMPL_VAR Name="school">
+                                       <!-- TMPL_VAR Name="school" -->
                                        </td>
                                </tr>
                                <tr valign=top bgcolor="white" >
                                        <td>
-                                       <BOLD>General Notes</BOLD>
+                                       <B>General Notes</B>
                                        </td>
                                        <td>
-                                       <TMPL_VAR Name="notes">
+                                       <!-- TMPL_VAR Name="notes" -->
                                        </td>
                                </tr>
                        </TABLE><p>
-               </TMPL_IF>
-  </TMPL_LOOP>
+               <!-- /TMPL_IF -->
+  <!-- /TMPL_LOOP -->
        <form action="/cgi-bin/koha/insertjdata.pl" method=post>
-               <TMPL_LOOP NAME=inputsloop>
-                       <input type=hidden name="<TMPL_VAR NAME="key">" value="<TMPL_VAR NAME="value">">
-               </TMPL_LOOP>
+               <!-- TMPL_LOOP NAME=inputsloop -->
+                       <input type=hidden name="<!-- TMPL_VAR NAME="key" -->" value="<!-- TMPL_VAR NAME="value" -->">
+               <!-- /TMPL_LOOP -->
                <input type=submit name=submit value=submit>
        </form>
-</TMPL_IF>
+<!-- /TMPL_IF -->
 
-<TMPL_INCLUDE Name="members-bottom.inc">
\ No newline at end of file
+<!-- TMPL_INCLUDE Name="members-bottom.inc" -->