Improved Webinterface
|
|
Hi there! I just did some Work on the Webinterface of JBidwatcher.
I used the Source from JBidwatcher 1.0.3pre2 and changed the code in just 2 Files: I know, my Skills are not the best and the code is not very beautiful, but it works. :) //realId is the Id of the item i want to delete AuctionEntry ae = AuctionsManager.getInstance().getEntry(realId); AuctionsManager.getInstance().delEntry(ae); Files are uploaded here if someone wants to build his own. (i don’t want to provide an executable) Or maybe Morgan wants to include these few lines in the next pre… Greetings |
|
|
Greetings, For the XSLT, what’s the Javascript at the top intended to do? Off the top of my head, it looks like ‘break out of frame’ code, which doesn’t seem relevant here, and thus likely to be removed. Is the attribution at the top yours? I believe the CSS can be shrunk, but I like the basic approach. I think ‘rem S’ should just be ‘Unsnipe’ or ‘Cancel’, and probably only show up for items that have a snipe already placed on them, but that’s straightforward. I think this is a reasonable idea. That said, I’ll toss up a preview link to a feature of the next major version, integrating with a web site I’ll make available shortly…
— Morgan Schweers, CyberFOX! |
|
|
The Javascript on in the head is a sort of framebreaker, yes. It redichts the browser to ”/JBidwatcher” after an adding/deleting an Auction. In the previous Version, the auction was added once more if i reload the page after adding. This is because the Broser points to something like “http://host:port/addAuction?id=XXX&action=Add+Auction”... /edit: /edit2: /edit3: |
