/[webpac]/trunk2/eurovoc/abecedno.html
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /trunk2/eurovoc/abecedno.html

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 559 by dpavlin, Sat Oct 30 20:07:53 2004 UTC revision 564 by dpavlin, Sat Oct 30 23:59:06 2004 UTC
# Line 34  function myfilter() { Line 34  function myfilter() {
34          self.document.myfilter = new BFilter(headlines);          self.document.myfilter = new BFilter(headlines);
35    
36          // define some regexps          // define some regexps
37          self.document.myfilter.star_regex = new RegExp(/ *\* */);          self.document.myfilter.star_regex = new RegExp(/ *#C# */i);
38          self.document.myfilter.htmlent_regex = new RegExp(/(&[a-z][a-z]*;)/i);          self.document.myfilter.htmlent_regex = new RegExp(/(&[a-z][a-z]*;)/i);
39    
40          self.document.myfilter.text_ent = function (str) {          self.document.myfilter.text_ent = function (str) {
# Line 227  function select_option(value,text,select Line 227  function select_option(value,text,select
227          </td>          </td>
228    
229          <td colspan="2" class="hMenu">            <td colspan="2" class="hMenu">  
230  <table border="0" cellspacing="0" cellpadding="0" align="right" width="520">  <table border="0" cellspacing="0" cellpadding="0" align="left" width="520">
231    <tr>    <tr>
232          <td width="10">&nbsp;</td>          <td width="10">&nbsp;</td>
233          <td>          <td>

Legend:
Removed from v.559  
changed lines
  Added in v.564

  ViewVC Help
Powered by ViewVC 1.1.26