Initial dev repository
[kcls-web.git] / opac / skin / kcls / xml / advanced / adv_global_row.xml
diff --git a/opac/skin/kcls/xml/advanced/adv_global_row.xml b/opac/skin/kcls/xml/advanced/adv_global_row.xml
new file mode 100644 (file)
index 0000000..99ae064
--- /dev/null
@@ -0,0 +1,39 @@
+<!--
+<tr id='adv_global_trow' type='input'>
+-->
+<![CDATA[<!-- ****************** adv_global_row.xml ***************************** -->]]>
+<tr id='<!--#echo var="adv_global_row_id"-->' type='input'>
+       <td align='left' width='100%' nowrap='nowrap'>
+
+               <!-- select the search class -->
+               <select name='type' style='margin-right: 7px;'>
+                       <option value='keyword' selected='selected'>&common.keyword;</option>
+                       <option value='title'>&common.title;</option>
+                       <option value='author'>&common.author;</option>
+                       <option value='subject'>&common.subject;</option>
+                       <option value='series'>&common.series;</option>
+                       <option value='bibcn'>&common.bibcn;</option>
+                       
+                       </select>
+       
+               <!-- select how to treat the text -->
+               <select name='contains' style='margin-right: 7px;'>
+                       <option value='contains'>&opac.advanced.refined.contains;</option>
+                       <option value='nocontains'>&opac.advanced.refined.nocontains;</option>
+                       <option value='exact'>&opac.advanced.refined.exact;</option>
+               </select>
+                       
+               <!-- search term -->
+               <input type='text' size='18' name='term' style='margin-right: 3px;' />
+       
+               <!-- Remove this row -->
+        <button 
+                       onclick='
+                               var row = this.parentNode.parentNode;
+                               var tbody = row.parentNode;
+                               if( tbody.getElementsByTagName("tr").length > 2 )
+                                       row.parentNode.removeChild(row);'>X</button>
+
+       </td>
+</tr>
+<![CDATA[<!-- ****************** end: adv_global_row.xml ***************************** -->]]>