/[gnump3d]/gnump3d/lib/gnump3d/plugins/random.pm
ViewVC logotype

Diff of /gnump3d/lib/gnump3d/plugins/random.pm

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

revision 1.6 by skx, Mon Oct 27 19:29:36 2003 UTC revision 1.7 by skx, Sun Nov 2 19:15:07 2003 UTC
# Line 223  sub handlePath( ) Line 223  sub handlePath( )
223              # Escape the link to the songs.              # Escape the link to the songs.
224              $file = &urlEncode( $file );              $file = &urlEncode( $file );
225    
226              $form .= "<input type=\"hidden\" name=\"track$count\"  value=\"$file\">\n";              $form .= "<input type=\"hidden\" name=\"track$count\"  value=\"$file\" />\n";
227              $count ++;              $count ++;
228          }          }
229          $form .= "<input type=\"submit\" name=\"submit\" value=\"Play\">\n";          $form .= "<input type=\"submit\" name=\"submit\" value=\"Play\" />\n";
230          $form .= "</form></td>\n";          $form .= "</form></td>\n";
231    
232    
# Line 245  sub handlePath( ) Line 245  sub handlePath( )
245          $form   .= "<option value=\"40\">40</option>\n";          $form   .= "<option value=\"40\">40</option>\n";
246          $form   .= "<option value=\"50\">50</option>\n";          $form   .= "<option value=\"50\">50</option>\n";
247          $form   .= "</select>\n";          $form   .= "</select>\n";
248          $form   .= "<input type=\"submit\" name=\"submit\" value=\"Try Again\">\n";          $form   .= "<input type=\"submit\" name=\"submit\" value=\"Try Again\" />\n";
249          $form   .= "[ <a href=\"/random/directory\">Random Directory</a> ]  </form> </td></tr></table>\n";          $form   .= "[ <a href=\"/random/directory\">Random Directory</a> ]  </form> </td></tr></table>\n";
250          $output .= $form;          $output .= $form;
251    

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26