Roxen.git / server / etc / modules / Variable.pmod / Schedule.pike

version» Context lines:

Roxen.git/server/etc/modules/Variable.pmod/Schedule.pike:160:    vals[4], 6*24*3600 );    }    }    return mktime(m);   }      string render_form( RequestID id, void|mapping additional_args )   {    string res, inp1, inp2, inp3;    -  res = "<table>" +  res = "<table id='" + path() + #"'>"    "<tr valign='top'><td><input name='" + path() + "' value='0' type='radio' " +    checked(0,0) + " /></td><td>" + LOCALE(482, "Never") + "</td></tr>\n";       inp1 = HTML.select(path()+"1", "123456789"/1 + "1011121314151617181920212223"/2, (string)query()[1]);       res += "<tr valign='top'><td><input name='" + path() + "' value='1' type='radio' " +    checked(0,1) + " /></td><td>" + sprintf( LOCALE(483, "Every %s hour(s)."), inp1) +    "</td></tr>\n";       inp1 = HTML.select(path()+"2", "123456789"/1, (string)query()[2]);