comparison reproctool.cgi @ 38:558b63789352

Merging -df
author Dominic Cleal <dominic@computerkb.co.uk>
date Sun, 25 Jan 2009 20:00:30 +0000
parents 56794934b5b2 2709fae95b1e
children b231022614aa
comparison
equal deleted inserted replaced
36:56794934b5b2 38:558b63789352
105 105
106 # What evenutally will be printed. 106 # What evenutally will be printed.
107 print<<END; 107 print<<END;
108 <html> 108 <html>
109 <body> 109 <body>
110 110 Welcome to the sell, reprocess or keep tool. :)
111 <p />
112 Here's a <a href="http://rammsrdi.com/img/reproctool.png">screenshot</a>
113 on how it looks in game.
114 <p />
115 Mineral prices below are empire averages from <a
116 href="http://www.eve-central.com/">Eve-central</a>. Usually you dont need to
117 update those yourself, unless the Eve central is down, or you live in
118 special area's and are not welcome in empire space anymore.
119 <p />
120 How does this work? Well, you need to copy paste an item list (text) in the
121 input box below. Then press submit. Getting this item list from our
122 inventory is simple, albeit unusual. Follow these steps:
123 <ol>
124 <li>Put all the items in a container in your station</li>
125 <li>Richt click to container and select 'Create contract'.</li>
126 <li>Click 'Next' and then again 'Next'.</li>
127 <li>A popup will appear which will list the items in the container!
128 Richt click the text area of the popup, and select 'Copy'.</li>
129 <li>Cancel the contract creation! (We only needed the item list, there
130 is no contract needed.</li>
131 <li>Paste the text you just copied in the text box below, and click
132 'Submit'.</li>
133 <li>The page will take some seconds to load, be patient. If the server
134 gives you an error, you just copy pasted too many items. Try again with
135 half the list.</li>
136 </ol>
137 <p />
138 Tip: Set the number of columns to match your inventory columns for easy comparison.
139 <p />
140 <hr>
111 <form method="post"> 141 <form method="post">
112 <textarea rows="5" cols="80" name="items"></textarea> 142 <textarea rows="5" cols="80" name="items"></textarea>
113 <table border="0" cellspacing="4"> 143 <table border="0" cellspacing="4">
114 <tr> 144 <tr>
115 END 145 END
234 } 264 }
235 </style> 265 </style>
236 </head> 266 </head>
237 267
238 <body> 268 <body>
269 Welcome to the sell, reprocess or keep tool. :)
270 <p />
271 Here is how it works, the colour coding:
272 <ul>
273 <li>Items in <font color='#666600'>dark yellow</font> are meta 0.</li>
274 <li>Items in grey to white are meta 1, 2 or 3.</li>
275 <li>Items in <font color='#4444FF'>blue</font> are meta 4.</li>
276 <li>Items in <font color='#FF0000'>red</font> are T2 (meta 5).</li>
277 <li>items in <font color='#00FF00'>green</font> are above meta 5.</li>
278 </ul>
279 <p />
280 The number below the item represents the itemvalue if you would reprocess
281 and sell the minerals on the market. Basicly, if you have the option of
282 selling that item for a price below that number, its better to keep the item
283 and reprocess it.
284 <p />
285 As you might see, the items are listed just like your inventory in Eve. The
286 sorting is the same as when you sort by type. If you have this browser
287 window next to your inventory window, matching the colums(!), it is very
288 easy to pick out those valuable items.
289 <p />
290 Tip: Because this can be a huge page to load in eve, resising might freeze the
291 game a bit.<br />
292 Also, clickin on the item gives you the general information of that item. It
293 is not the same as clicking 'Show info' on the real item. (For example: the
294 real item might be damanged.)<br />
295 <a href="http://rammsrdi.com">Ramm's RDI</a>.
296 <p />
297 <hr>
239 <table> 298 <table>
240 END 299 END
241 300
242 sub pretty_numbers 301 sub pretty_numbers
243 { 302 {